summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* i18n. Flood autogap list not correctly translated at runtime.Nicolas Dufour2016-12-241-1/+1
| | | (bzr r15351)
* Add option to unset 'line-height' (as well as determine where it is set).Tavmjong Bah2016-12-112-3/+46
| | | (bzr r15321)
* Fix line-height when converting between different units for flowed text.Tavmjong Bah2016-12-101-2/+2
| | | (bzr r15319)
* Correct outer text style input for non-px based files.Tavmjong Bah2016-12-101-6/+28
| | | (bzr r15316)
* Add button to access outer text style ('font-size', 'line-height'). These ↵Tavmjong Bah2016-12-092-18/+88
| | | | | determine the minimum line spacing. (bzr r15315)
* Improve working of Type (Smoothing) menu.Tavmjong Bah2016-12-081-95/+70
| | | (bzr r15312)
* Add toggles for handle visibility, editing fill, and editing stroke.Tavmjong Bah2016-12-012-1/+28
| | | (bzr r15289)
* Add stroke dash empty to allow render only fills and markers. Tested in FF ↵Jabiertxof2016-11-261-1/+3
| | | | | and Chromium (bzr r15274)
* Remove deprecated GtkWidget-separator-height, ignored as of 3.20.Tavmjong Bah2016-11-252-9/+0
| | | (bzr r15272)
* 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)