summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some unneeded < C++11 fallback codeAlex Valavanis2017-02-061-5/+0
| | | (bzr r15485)
* Prevent display units from effecting 'line-height' unit.Tavmjong Bah2017-02-011-0/+7
| | | | | | | | Allow relative units to be saved in preferences for 'line-height'. Fixed bugs: - https://launchpad.net/bugs/1562217 (bzr r15462)
* Fix Bug:1659253. Thanks houz and jazzynicoTobias Ellinghaus2017-01-261-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1659253 (bzr r15458)
* [Bug #1659297] 'Theme parsing error' messages in trunk rev 15447.suv-lp2017-01-261-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1659297 (bzr r15455)
* Comented one of the shortcuts for doc rotate because bad response now ↵Jabier Arraiza Cenoz2017-01-251-1/+1
| | | | | interactive mode onlu fire with CTRL+MMB (bzr r15445)
* merge lp:~inkscape.dev/inkscape/doc_rotateJabier Arraiza Cenoz2017-01-241-6/+202
|\ | | | | (bzr r15444)
| * fixing to new trunkJabiertxof2017-01-241-7/+0
| |\ | |/ |/| (bzr r15142.1.38)
| * Some bug fixes and improvementsJabier Arraiza Cenoz2016-10-251-11/+0
| | | | | | (bzr r15142.1.25)
| * Fix for widget value of rotateJabier Arraiza Cenoz2016-10-231-3/+10
| | | | | | (bzr r15142.1.24)
| * Add right click rotation panning, some fixesJabier Arraiza Cenoz2016-10-231-5/+7
| | | | | | (bzr r15142.1.23)
| * Add right click attemptJabier Arraiza Cenoz2016-10-231-17/+17
| | | | | | (bzr r15142.1.20)
| * Working with rotate previewJabier Arraiza Cenoz2016-10-191-10/+14
| | | | | | (bzr r15142.1.15)
| * Reposition widget and add degree symbolJabier Arraiza Cenoz2016-10-151-11/+49
| | | | | | (bzr r15142.1.14)
| * Change from slider to spinJabier Arraiza Cenoz2016-10-141-79/+87
| | | | | | (bzr r15142.1.13)
| * Working with rotate widgetJabier Arraiza Cenoz2016-10-141-2/+91
| | | | | | (bzr r15142.1.11)
| * Fix some canvas problems and refactorizationJabier Arraiza Cenoz2016-10-101-11/+30
| | | | | | (bzr r15142.1.8)
| * Added widget to to rotateJabier Arraiza Cenoz2016-10-091-3/+43
| | | | | | (bzr r15142.1.7)
* | fix automatic dockbar resizingMarc Jeanmougin2016-11-111-7/+0
|/ | | (bzr r15237)
* Adjust dock size to minimum width during canvas table size allocation signal.Martin Owens2016-10-021-3/+10
| | | (bzr r15142)
* Move GIMP widgets to their own folderAlex Valavanis2016-08-081-1/+1
| | | (bzr r15043.1.2)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-163/+16
|\ | | | | (bzr r15038)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-162/+16
| | | | | | (bzr r15023.2.7)
| * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-1/+0
| | | | | | (bzr r15023.2.6)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-8/+0
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+8
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-8/+0
|/ | | (bzr r15025)
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-2/+2
| | | (bzr r14907)
* GTK3: Give even more widgets names.Tavmjong Bah2016-05-181-1/+1
| | | (bzr r14901)
* Remove unneeded widget in Status Bar. Reorder code. Use two lines for status ↵Tavmjong Bah2016-05-181-35/+44
| | | | | message in Gtk3. (bzr r14900)
* Remove three unneeded widgets in desktop status bar.Tavmjong Bah2016-05-171-17/+3
| | | (bzr r14898)
* GTK3: Give names to more widgets.Tavmjong Bah2016-05-171-0/+3
| | | (bzr r14896)
* GTK3: Give names to many widgets. Useful for debugging and for using CSS.Tavmjong Bah2016-05-151-10/+29
| | | (bzr r14890)
* Start of GTK3 external style sheet support.Tavmjong Bah2016-05-081-0/+1
| | | (bzr r14873.1.1)
* Gtk3 compatibility fix. Hackfest 2016Tavmjong Bah2016-04-131-4/+4
| | | (bzr r14825)
* Fix referencing problem with widget is moved from one container to another. ↵Tavmjong Bah2016-04-131-0/+5
| | | | | Hackfest 2016. (bzr r14822)
* desktop-widget: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-121-13/+18
| | | (bzr r14802)
* desktop-widget: Fix deprecated gtk_widget_reparent usage #Hackfest2016Alex Valavanis2016-04-121-2/+4
| | | (bzr r14797)
* desktop-widget: Fix background color setting #Hackfest2016Alex Valavanis2016-04-121-4/+12
| | | (bzr r14796)
* Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski2016-04-121-8/+8
| | | (bzr r14790)
* Fix GTK+ fullscreen issueAlex Valavanis2015-12-271-2/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1529521 (bzr r14555)
* Remove unnecesary headers for GTK3Jabier Arraiza Cenoz2015-12-091-2/+0
| | | (bzr r14521)
* update to trunkMarc Jeanmougin2015-12-091-19/+31
|\ | | | | (bzr r14504.1.18)
| * Fix GTK3 rulers on guide Lock and remove gap between guides and horizontal rulerJabier Arraiza Cenoz2015-12-091-19/+31
| | | | | | (bzr r14518)
* | update to trunk + resolve conflictsMarc Jeanmougin2015-12-081-10/+62
|\| | | | | (bzr r14504.1.9)
| * Fixes UX pointed in suv reviewJabier Arraiza Cenoz2015-12-061-38/+43
| | | | | | (bzr r14500.1.9)
| * Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-051-13/+16
| | | | | | (bzr r14500.1.8)
| * String desc fixJabier Arraiza Cenoz2015-12-031-2/+0
| | | | | | (bzr r14500.1.6)
| * Add global lock guides to the rulersJabier Arraiza Cenoz2015-12-031-6/+52
| | | | | | (bzr r14500.1.5)
* | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-3/+3
|/ | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+3
| | | (bzr r14126)