summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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 Bah1-157/+176
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-02-06Remove some unneeded < C++11 fallback codeAlex Valavanis1-5/+0
2017-02-01Prevent display units from effecting 'line-height' unit.Tavmjong Bah1-0/+7
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-25Comented one of the shortcuts for doc rotate because bad response now interac...Jabier Arraiza Cenoz1-1/+1
2017-01-04Cleanup: remove an unused local enum declaration.Shlomi Fish1-8/+0
2016-10-25Some bug fixes and improvementsJabier Arraiza Cenoz1-11/+0
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
2016-10-19Working with rotate previewJabier Arraiza Cenoz1-10/+14
2016-11-11fix automatic dockbar resizingMarc Jeanmougin1-7/+0
2016-10-15Reposition widget and add degree symbolJabier Arraiza Cenoz1-11/+49
2016-10-14Change from slider to spinJabier Arraiza Cenoz1-79/+87
2016-10-14Working with rotate widgetJabier Arraiza Cenoz1-2/+91
2016-10-10Fix some canvas problems and refactorizationJabier Arraiza Cenoz1-11/+30
2016-10-09Added widget to to rotateJabier Arraiza Cenoz1-3/+43
2016-10-02Adjust dock size to minimum width during canvas table size allocation signal.Martin Owens1-3/+10
2016-08-08Move GIMP widgets to their own folderAlex Valavanis1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-8/+0
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-162/+16
2016-07-28ui/widgets: Drop GTK2 fallbacksAlex Valavanis1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+8
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-8/+0
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-2/+2
2016-05-18GTK3: Give even more widgets names.Tavmjong Bah1-1/+1
2016-05-18Remove unneeded widget in Status Bar. Reorder code. Use two lines for status ...Tavmjong Bah1-35/+44
2016-05-17Remove three unneeded widgets in desktop status bar.Tavmjong Bah1-17/+3
2016-05-17GTK3: Give names to more widgets.Tavmjong Bah1-0/+3
2016-05-15GTK3: Give names to many widgets. Useful for debugging and for using CSS.Tavmjong Bah1-10/+29
2016-05-08Start of GTK3 external style sheet support.Tavmjong Bah1-0/+1
2016-04-13Gtk3 compatibility fix. Hackfest 2016Tavmjong Bah1-4/+4
2016-04-13Fix referencing problem with widget is moved from one container to another. H...Tavmjong Bah1-0/+5
2016-04-12desktop-widget: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-13/+18
2016-04-12desktop-widget: Fix deprecated gtk_widget_reparent usage #Hackfest2016Alex Valavanis1-2/+4
2016-04-12desktop-widget: Fix background color setting #Hackfest2016Alex Valavanis1-4/+12
2016-04-12Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski1-8/+8
2015-12-27Fix GTK+ fullscreen issueAlex Valavanis1-2/+0
2015-12-09Remove unnecesary headers for GTK3Jabier Arraiza Cenoz1-2/+0
2015-12-09Fix GTK3 rulers on guide Lock and remove gap between guides and horizontal rulerJabier Arraiza Cenoz1-19/+31
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin1-3/+3
2015-12-06Fixes UX pointed in suv reviewJabier Arraiza Cenoz1-38/+43