summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Remove deprecated GtkWidget:wide-seperators which is ignored as of 3.20.Tavmjong Bah2016-11-252-2/+0
| | | | | | | | | | | | | | | | | | | | | (bzr r15271)
* | | | | | | Fix rare crash on undo break apartMarc Jeanmougin2016-11-122-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1449276 (bzr r15241)
* | | | | | | Fix selection toolbar icons missing on startMarc Jeanmougin2016-11-121-9/+9
| | | | | | | | | | | | | | | | | | | | | (bzr r15240)
* | | | | | | fix automatic dockbar resizingMarc Jeanmougin2016-11-111-7/+0
| | | | | | | | | | | | | | | | | | | | | (bzr r15237)
* | | | | | | Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah2016-11-086-61/+470
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229)
* | | | | | | [Bug #262341] Tooltips for LPE tool modes do not show up as translated.Nicolas Dufour2016-11-081-1/+1
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/262341 (bzr r15225)
* | | | | | fix none color in palettes with scrollbarsTobias Ellinghaus2016-11-021-22/+14
| |_|_|_|/ |/| | | | | | | | | (bzr r15201)
* | | | | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-1/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189)
* | | | Add option to scale mesh to fit in bounding box.Tavmjong Bah2016-10-172-0/+20
| |_|/ |/| | | | | (bzr r15173)
* | | Better handling of mesh gradients in Paint Selector dialog.Tavmjong Bah2016-10-133-23/+93
| | | | | | | | | (bzr r15165)
* | | [Bug #1630635] Wrong tool tip for new text line height setting.marenhachmann2016-10-121-11/+11
| |/ |/| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1630635 (bzr r15164)
* | merge a fix and refactorMarc Jeanmougin2016-10-091-57/+12
|\ \ | | | | | | (bzr r15159)
| * | Remove unnecessary ?TRUE:FALSE.Shlomi Fish2016-10-091-2/+2
| | | | | | | | | | | | | | | Thanks to Mc-. (bzr r15100.1.40)
| * | Refactoring: remove duplicacy.Shlomi Fish2016-10-091-9/+3
| | | | | | | | | (bzr r15100.1.39)
| * | Refactoring/styling: extract a statement.Shlomi Fish2016-10-091-6/+2
| | | | | | | | | (bzr r15100.1.38)
| * | Replace assignments and set_vis()es with a foreach.Shlomi Fish2016-10-081-12/+4
| | | | | | | | | | | | | | | It saves a lot of code. (bzr r15100.1.37)
| * | Unify duplicate functionality.Shlomi Fish2016-10-081-12/+9
| | | | | | | | | (bzr r15100.1.36)
| * | Extract a subroutine from two places.Shlomi Fish2016-10-081-37/+13
| |/ | | | | | | | | There was a lot of duplicate code. (bzr r15100.1.35)
* / Fix palette flickering, probably.liampwhite2016-10-091-2/+2
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/1201545 (bzr r15158)
* Made the style-utils.h license dual-with-GPLv2+.Shlomi Fish2016-10-081-1/+7
| | | | | Probably matters little legally, but it helps to be explicit. (bzr r15100.1.32)
* Merged.Shlomi Fish2016-10-081-2/+7
|\ | | | | (bzr r15100.1.31)
| * Remove unnecesary header from last pushJabier Arraiza Cenoz2016-10-071-1/+0
| | | | | | (bzr r15153)
| * Fix bug:1630796 on flatten button. Attemp 2Jabier Arraiza Cenoz2016-10-071-4/+6
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1630796 (bzr r15152)
| * Fix bug:1630796 on flatten buttonJabier Arraiza Cenoz2016-10-071-1/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1630796 (bzr r15150)
* | Merged.Shlomi Fish2016-10-032-16/+166
|\| | | | | (bzr r15100.1.30)
| * Merge in the new eraser mode (2) which uses clip instead of cut.Martin Owens2016-10-022-13/+148
| |\ | | | | | | (bzr r15143)
| | * Update to trunk and some fixesJabier Arraiza Cenoz2016-10-0272-2262/+3599
| | |\ | | |/ | |/| (bzr r14865.1.14)
| | * Added some widgets from caligraphic toolJabier Arraiza Cenoz2016-05-222-1/+119
| | | | | | | | | (bzr r14865.1.13)
| | * Clip eraser done! Thanks Doctormon!Jabier Arraiza Cenoz2016-05-222-3/+12
| | | | | | | | | (bzr r14865.1.9)
| | * update to trunkJabier Arraiza Cenoz2016-05-217-77/+93
| | |\ | | | | | | | | (bzr r14865.1.6)
| | * \ update to trunkJabier Arraiza Cenoz2016-05-062-24/+38
| | |\ \ | | | | | | | | | | (bzr r14865.1.3)
| | * | | Working on clip erase basic work done but brokenJabier Arraiza Cenoz2016-05-021-11/+19
| | | | | | | | | | | | | | | (bzr r14865.1.1)
* | | | | Extract a function - is_query_style_updateable.Shlomi Fish2016-10-023-7/+46
| | | | | | | | | | | | | | | (bzr r15100.1.29)
* | | | | Merged.Shlomi Fish2016-10-021-3/+10
|\| | | | | | | | | | | | | | (bzr r15100.1.28)
| * | | | Adjust dock size to minimum width during canvas table size allocation signal.Martin Owens2016-10-021-3/+10
| | | | | | | | | | | | | | | (bzr r15142)
* | | | | Extract a method instead of assigning a temp bool var.Shlomi Fish2016-10-012-5/+8
| | | | | | | | | | | | | | | (bzr r15100.1.27)
* | | | | Extract a function to prevent assignment + const-ing.Shlomi Fish2016-09-301-7/+11
| | | | | | | | | | | | | | | (bzr r15100.1.26)
* | | | | Merged.Shlomi Fish2016-09-292-14/+14
|\| | | | | | | | | | | | | | (bzr r15100.1.23)
| * | | | Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-272-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
* | | | | Merged.Shlomi Fish2016-09-151-0/+10
|\| | | | | | | | | | | | | | (bzr r15100.1.17)
| * | | | Fix history handling for previous commit.Tavmjong Bah2016-09-051-3/+4
| | | | | | | | | | | | | | | (bzr r15107)
| * | | | Save new 'x' and 'y' attribute values when 'line-height' changed.Tavmjong Bah2016-09-051-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | Partial fix for bug #1590141. (bzr r15106)
* | | | | Merged.Shlomi Fish2016-09-031-45/+43
|\| | | | | | | | | | | | | | (bzr r15100.1.13)
| * | | | CMake: add missing headersCampbell Barton2016-09-031-45/+43
| | | | | | | | | | | | | | | (bzr r15102)
* | | | | Remove == true.Shlomi Fish2016-09-031-2/+2
| | | | | | | | | | | | | | | (bzr r15100.1.8)
* | | | | Removed some duplicate code.Shlomi Fish2016-09-021-25/+10
|/ / / / | | | | | | | | | | | | | | | | Removed some duplicate code by extracting a function and a loop. (bzr r15100.1.1)
* | | | Make GTK3 width of Text and Font dialog more reasonable.Tavmjong Bah2016-09-011-3/+4
| | | | | | | | | | | | (bzr r15099)
* | | | Merged trunkAdrian Boguszewski2016-08-0965-1974/+3419
|\ \ \ \ | | | | | | | | | | (bzr r14954.1.30)
| * | | | Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-129/+0
| | | | | | | | | | | | | | | (bzr r15046)
| * | | | Fix autotools buildAlex Valavanis2016-08-081-2/+6
| | | | | | | | | | | | | | | (bzr r15045)