summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove sp_style_new().Tavmjong Bah2014-12-252-23/+19
| | | (bzr r13822.1.6)
* Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-5/+4
| | | (bzr r13822.1.4)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-2111-56/+55
| | | (bzr r13820)
* Purge sp_desktop_canvasLiam P. White2014-12-212-6/+6
| | | (bzr r13811)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-215-7/+11
| | | (bzr r13810)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-213-4/+5
| | | (bzr r13809)
* Change grids to use 'user units'. Grids using absolute units are read in butTavmjong Bah2014-12-112-6/+35
| | | | | may be scaled incorrectly due to change of 90 to 96 dpi. (bzr r13795)
* undo previous commit. figured out how to set the "decoration" icon size from ↵Johan B. C. Engelen2014-12-101-2/+2
| | | | | gtkrc theme file (bzr r13793)
* LayerSelector (bottom left): change size of visibility and lock icons to ↵Johan B. C. Engelen2014-12-101-2/+2
| | | | | ICON_SIZE_SMALL_TOOLBAR to make the size changeable from the GTK2 theme file, and make the size fall in line with rest of UI. I saw no effect on the looks of the UI with default gtkrc on Windows, but greatly improves icon sizing on hi-dpi theme settings. (bzr r13792)
* do not recalculate page height unless it is necessary. (Bug 1384915, comment 24)Alvin Penner2014-12-061-2/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13789)
* avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)Alvin Penner2014-11-282-5/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13776)
* Update to trunk r13766Liam P. White2014-11-262-3/+3
|\ | | | | (bzr r13341.5.24)
| * Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-242-3/+3
| | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
* | Update to trunk r13750Liam P. White2014-11-241-2/+2
|\| | | | | (bzr r13341.5.23)
| * Rename variable to better express its use. (units -> page_size_units)Tavmjong Bah2014-11-201-2/+2
| | | | | | (bzr r13740)
* | Update to trunk r13690Liam P. White2014-11-095-29/+25
|\| | | | | (bzr r13341.5.22)
| * Warning cleanup.Jon A. Cruz2014-11-025-29/+25
| | | | | | (bzr r13657)
* | Update to experimental r13619Liam P. White2014-10-184-19/+6
|\| | | | | (bzr r13341.5.18)
| * Update to trunk r13621Liam P. White2014-10-171-1/+3
| |\ | | | | | | (bzr r13341.1.278)
| | * Fix crash with GTK+ 3.14 on launchBryce Harrington2014-10-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch from Liam to check for undefined desktop during startup. ** (inkscape:57708): CRITICAL **: SPCanvas* sp_desktop_canvas(const SPDesktop*): assertion 'desktop != NULL' failed Fixes: https://bugs.launchpad.net/inkscape/+bug/1375085 Fixed bugs: - https://launchpad.net/bugs/1375085 (bzr r13611)
| * | Fix gtk3 build at risk of breaking windows buildLiam P. White2014-10-083-20/+3
| | | | | | | | | (bzr r13341.1.262)
* | | Update to experimental r13598Liam P. White2014-10-087-7/+14
|\| | | | | | | | (bzr r13341.5.17)
| * | Update to trunk r13580Liam P. White2014-10-061-1/+5
| |\| | | | | | | (bzr r13341.1.255)
| | * i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-021-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576)
| * | Move GtkAction subclasses to widgets/Liam P. White2014-10-051-1/+1
| | | | | | | | | (bzr r13341.1.249)
| * | change header include order to fix win64 buildJohan B. C. Engelen2014-09-303-3/+5
| | | | | | | | | (bzr r13341.1.235)
| * | Update to experimental r13543Liam P. White2014-09-071-1/+1
| | | | | | | | | (bzr r13090.1.108)
| * | Update to experimental r13531Liam P. White2014-08-3138-94/+127
| |\ \ | | | | | | | | (bzr r13090.1.106)
| | * | Reduce header bloatAlex Valavanis2014-08-301-2/+5
| | | | | | | | | | | | (bzr r13341.1.184)
| | * | Fix modelinesAlex Valavanis2014-08-3031-76/+76
| | | | | | | | | | | | (bzr r13341.1.183)
| | * | Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis2014-08-264-13/+13
| | | | | | | | | | | | | | | | | | | | supported properly) (bzr r13341.1.179)
| * | | Update to experimental r13483Liam P. White2014-08-171-4/+14
| |\ \ \ | | | | | | | | | | (bzr r13090.1.105)
| * \ \ \ Update to experimental r13479Liam P. White2014-08-122-0/+32
| |\ \ \ \ | | | | | | | | | | | | (bzr r13090.1.103)
| * \ \ \ \ Update to experimental r13452Liam P. White2014-07-301-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | (bzr r13090.1.95)
| * \ \ \ \ \ Update to experimental r13429Liam P. White2014-07-171-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r13090.1.90)
| * \ \ \ \ \ \ Update to experimental r13418Liam P. White2014-07-052-12/+9
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r13090.1.87)
| * \ \ \ \ \ \ \ Update to experimental (r13376)Liam P. White2014-05-172-0/+78
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.79)
| * \ \ \ \ \ \ \ \ Update to trunk and fix issuesLiam P. White2014-04-292-2/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.67)
| * \ \ \ \ \ \ \ \ \ Update to trunkLiam P. White2014-04-015-64/+51
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.39)
| * \ \ \ \ \ \ \ \ \ \ Update to trunkLiam P. White2014-03-283-0/+158
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.35)
| * \ \ \ \ \ \ \ \ \ \ \ Update to trunk/Fix GTK3 build errorsLiam P. White2014-03-195-3/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.26)
| * \ \ \ \ \ \ \ \ \ \ \ \ Updated to trunkLiam P. White2014-03-122-2/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.24)
| * | | | | | | | | | | | | | Start cleanup for merge into trunkLiam P. White2014-03-076-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.20)
| * | | | | | | | | | | | | | Added a few swatch related functions (does not compile)Liam P. White2014-03-052-0/+247
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.15)
| * | | | | | | | | | | | | | Merge to trunkLiam P. White2014-03-041-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.12)
| * | | | | | | | | | | | | | | Updated to include (non-functional) Objects dialogueLiam P. White2014-03-022-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.6)
| * | | | | | | | | | | | | | | Experimental Ponyscape to Inkscape merge (does not compile)Liam P. White2014-03-021-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.4)
| * | | | | | | | | | | | | | | Experimental merge of Ponyscape to Inkscape trunk (does not compile)Liam P. White2014-03-022-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.3)
| * | | | | | | | | | | | | | | Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-028-0/+1086
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13090.1.1)
* | | | | | | | | | | | | | | Update to experimental r13565Liam P. White2014-09-2714-4/+1417
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13341.5.16)