summaryrefslogtreecommitdiffstats
path: root/src/widgets (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-18stroke-style: fix preloading no-markerchr1-4/+10
2017-03-21Add entry for canvas rotate step in Inkscape Preferences dialog.Tavmjong Bah1-2/+3
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah2-158/+180
2017-03-14Fix zoom reference point when using desktop's zoom widget.Tavmjong Bah1-2/+4
2017-03-13Replace rectangle based zooming by affine based zooming.Tavmjong Bah1-13/+7
2017-03-07Fix field width of rotation input textEduard Braun1-1/+1
2017-03-06Sync code of "sp_dtw_zoom_input()" with code of "sp_dtw_rotation_input()" fro...Eduard Braun1-7/+12
2017-03-06Fix Inkscape crashing on Windows (and possibly other OSs) if $LANG is set to ...Eduard Braun1-12/+15
2017-03-06Fix bug pointed by suv on IRC bad using of unicode degree signJabiertxof1-9/+9
2017-03-02Implement arc "chord" type. (Matches Krita "chord" arc type.)Tavmjong Bah1-34/+57
2017-02-24Don't block data entry into the text-tool font-size entry widget after an emp...Tavmjong Bah1-0/+1
2017-02-08Fix g_warnings (typo in action name).Tavmjong Bah1-1/+1
2017-02-06Remove some unneeded < C++11 fallback codeAlex Valavanis2-8/+2
2017-02-02Add GUI support for 'direction' property (right to left vs. left to right text).Tavmjong Bah2-0/+105
2017-02-02Fix line-height conversions between no unit and 'em' unit.Tavmjong Bah1-1/+4
2017-02-02Enable setting of default 'font-style'.Tavmjong Bah1-4/+16
2017-02-01Prevent display units from effecting 'line-height' unit.Tavmjong Bah3-22/+24
2017-01-26Fix Bug:1659253. Thanks houz and jazzynicoTobias Ellinghaus1-1/+1
2017-01-26[Bug #1659297] 'Theme parsing error' messages in trunk rev 15447.suv-lp1-1/+1
2017-01-25[Bug #1537497] Icon preview doesn't render background.tghs1-0/+14
2017-01-25Comented one of the shortcuts for doc rotate because bad response now interac...Jabier Arraiza Cenoz1-1/+1
2017-01-07Add missing include for array templateTim Sheridan1-0/+2
2017-01-06Remove an old comment which I don't understand.Shlomi Fish1-1/+0
2017-01-06Improve UI to partialy fix bug 1654121 now offset in measure is neas the only...Jabiertxof2-4/+3
2017-01-04increased space for font-size.Marc Jeanmougin1-3/+3
2017-01-04Cleanup: remove an unused local enum declaration.Shlomi Fish1-8/+0
2016-12-31ruler: Read state flags for GtkStyleContext correctlyAlex Valavanis1-4/+12
2016-12-30fix typos, add translator commentIvan Mas??r1-0/+1
2016-12-27Merge all upstream changes to GimpRulerAlex Valavanis1-5/+22
2016-12-27Rm remaining Gtk::Stock usageAlex Valavanis5-1159/+3
2016-12-27Rm more deprecated Gtk::StockAlex Valavanis1-1/+1
2016-12-26Fix header inclusion orderingAlex Valavanis1-1/+2
2016-12-24i18n. Flood autogap list not correctly translated at runtime.Nicolas Dufour1-1/+1
2016-12-16remove rollback to 15315Jabiertxof3-116/+226
2016-12-16Rollback 15315Jabiertxof3-226/+116
2016-12-11Add option to unset 'line-height' (as well as determine where it is set).Tavmjong Bah2-3/+46
2016-12-10Fix line-height when converting between different units for flowed text.Tavmjong Bah1-2/+2
2016-12-10Correct outer text style input for non-px based files.Tavmjong Bah1-6/+28
2016-12-09Add button to access outer text style ('font-size', 'line-height'). These det...Tavmjong Bah2-18/+88
2016-12-08Improve working of Type (Smoothing) menu.Tavmjong Bah1-95/+70
2016-12-01Add toggles for handle visibility, editing fill, and editing stroke.Tavmjong Bah2-1/+28
2016-11-26Add stroke dash empty to allow render only fills and markers. Tested in FF an...Jabiertxof1-1/+3
2016-11-25Remove deprecated GtkWidget-separator-height, ignored as of 3.20.Tavmjong Bah2-9/+0
2016-11-25Remove deprecated GtkWidget:wide-seperators which is ignored as of 3.20.Tavmjong Bah2-2/+0
2016-11-02fix none color in palettes with scrollbarsTobias Ellinghaus1-22/+14
2016-10-25Some bug fixes and improvementsJabier Arraiza Cenoz1-11/+0
2016-10-24CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin1-1/+1
2016-10-23Fix for widget value of rotateJabier Arraiza Cenoz1-3/+10
2016-10-23Add right click rotation panning, some fixesJabier Arraiza Cenoz1-5/+7
2016-10-23Add right click attemptJabier Arraiza Cenoz1-17/+17