summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce header bloatAlex Valavanis2014-08-303-10/+1
| | | (bzr r13341.1.184)
* Fix modelinesAlex Valavanis2014-08-303-8/+8
| | | (bzr r13341.1.183)
* Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis2014-08-2616-33/+32
| | | | | supported properly) (bzr r13341.1.179)
* Fix Gtk+ 2 buildAlex Valavanis2014-08-243-2/+20
| | | (bzr r13341.1.171)
* Finish Gtk::Grid migrationAlex Valavanis2014-08-232-1/+33
| | | (bzr r13341.1.170)
* Migrate more widgets to Gtk::GridAlex Valavanis2014-08-233-4/+55
| | | (bzr r13341.1.169)
* Fix deprecated VBox useAlex Valavanis2014-08-232-3/+3
| | | (bzr r13341.1.165)
* fix Windows 64-bit buildJohan B. C. Engelen2014-08-231-2/+2
| | | (bzr r13341.1.154)
* Fix accidental regression in previous commitLiam P. White2014-08-171-0/+1
| | | (bzr r13341.1.144)
* Fix gtk3 crash when using "close" buttonLiam P. White2014-08-171-14/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1090936 (bzr r13341.1.143)
* Update to trunk r13525Liam P. White2014-08-174-12/+25
|\ | | | | (bzr r13341.1.142)
| * Preferences. Fix for Bug #184499 (Inkscape Preferences dialog does not ↵Nicolas Dufour2014-08-152-2/+7
| | | | | | | | | | | | | | | | remember tabs/pages). Fixed bugs: - https://launchpad.net/bugs/184499 (bzr r13517)
| * Fix some transformation center regressions, related to the viewbox/units changesDiederik van Lierop2014-08-141-3/+4
| | | | | | (bzr r13512)
| * Fix buildLiam P. White2014-08-131-1/+3
| | | | | | (bzr r13510)
| * Printing. Fix for Bug #264831 (Print settings not persistent).Nicolas Dufour2014-08-131-1/+7
| | | | | | | | | | | | | | | | | | Printing. Fix for Bug #508529 (Printing rastered image offsets the page). Fixed bugs: - https://launchpad.net/bugs/264831 - https://launchpad.net/bugs/508529 (bzr r13509)
* | Merge in font-speedup branch to improve launch timesLiam P. White2014-08-171-3/+3
| | | | | | (bzr r13341.1.140)
* | Update to trunk r13504Liam P. White2014-08-091-0/+1
|\| | | | | (bzr r13341.1.125)
| * refresh clip path when editing in XML editor (Bug 1349018)Alvin Penner2014-08-071-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1349018 (bzr r13502)
* | Update to trunk r13482Liam P. White2014-07-301-0/+1
|\| | | | | (bzr r13341.1.111)
| * fix crash bug (reported by su_v on IRC) related to removing color profilesJohan B. C. Engelen2014-07-281-0/+1
| | | | | | (bzr r13481)
* | Merge from trunk 13472Liam P. White2014-07-274-16/+22
|\| | | | | (bzr r13341.1.102)
| * Fix for crash regression 1348927 -- dialogs that are shown but have not been ↵Liam P. White2014-07-261-3/+3
| | | | | | | | | | | | | | | | presented are buggy Fixed bugs: - https://launchpad.net/bugs/1348927 (bzr r13471)
| * Fixed some logic errors; clang warnings.Markus Engel2014-07-221-1/+1
| | | | | | (bzr r13460)
| * scale tiled clones to document units (Bug 1288860)Alvin Penner2014-07-111-8/+10
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1288860 (bzr r13451)
| * Layers. Fix for Bug #1326131 (Can't delete layer from context menu).Nicolas Dufour2014-06-291-4/+8
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1326131 (bzr r13442)
* | Fix FTBFS gtk3 & make checkLiam P. White2014-07-051-9/+1
| | | | | | (bzr r13341.1.78)
* | Add LPE fillet-chamferJabier Arraiza Cenoz2014-07-023-0/+371
| | | | | | (bzr r13341.1.74)
* | fix windows build (gtk3) partly. broken because of windows.h poluting ↵Johan B. C. Engelen2014-06-252-5/+7
| | | | | | | | | | namespace with "interface" struct name. (bzr r13341.1.68)
* | Update to latest tip (trunk r13432)Liam P. White2014-06-193-3/+3
|\| | | | | (bzr r13341.1.62)
| * Allow symbol zooming independent of icon screen size.Tavmjong Bah2014-06-132-13/+68
| | | | | | (bzr r13425)
| * Display symbols in document order.Tavmjong Bah2014-06-131-0/+1
| | | | | | | | | | Fix typo in FlowSymbols.svg (bzr r13424)
| * revise email theadibAdib Taraben2014-06-061-1/+1
| | | | | | (bzr r13410)
| * make windows filedialog's code more portable for different mingw versions ↵Johan B. C. Engelen2014-05-152-10/+7
| | | | | | | | | | (failed on 64bit) (bzr r13380)
| * Fix Pango markup used in Text and Font dialog.Tavmjong Bah2014-05-151-4/+4
| | | | | | (bzr r13378)
| * fix build for some (windows 64 bit devlibs attempt)Johan B. C. Engelen2014-05-111-0/+2
| | | | | | | | | | specifically, fixes this build error: .../include/glibmm-2.4/glibmm/threads.h:201:11: error: field 'gobject_' has incomplete type 'GThread {aka _GThread}' (bzr r13357)
| * i18n. Fix for bug #1318345 (untranslatable strings in trunk-r13348).Nicolas Dufour2014-05-111-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1318345 (bzr r13352)
| * i18n. Fix for bug #1318289 (preferences > bitmap > rendering shows po file ↵Nicolas Dufour2014-05-111-1/+1
| | | | | | | | | | | | | | | | headers). Fixed bugs: - https://launchpad.net/bugs/1318289 (bzr r13350)
* | Allow symbol zooming independent of icon screen size.Tavmjong Bah2014-06-132-13/+68
| | | | | | (bzr r13341.1.60)
* | Display symbols in document order.Tavmjong Bah2014-06-131-0/+1
| | | | | | (bzr r13341.1.58)
* | spellcheck.cpp: correct indenting. disable debug output.Johan B. C. Engelen2014-06-011-37/+37
| | | | | | (bzr r13341.1.44)
* | make windows filedialog's code more portable for different mingw versions ↵Johan B. C. Engelen2014-05-152-11/+7
| | | | | | | | | | (failed on 64bit) (bzr r13341.1.26)
* | Fix Pango markup in Text and Font dialog.Tavmjong Bah2014-05-151-4/+4
| | | | | | (bzr r13341.1.25)
* | fix windows 64bit build. (changes already committed to trunk)Johan B. C. Engelen2014-05-131-0/+2
|/ | | (bzr r13341.1.19)
* Apparently I didn't look twice before committing. Thanks suv!Josh Andler2014-05-051-2/+2
| | | (bzr r13338)
* Add one more ifdef for LPETool prefs. Thanks suv!Josh Andler2014-05-051-1/+3
| | | (bzr r13337)
* Improve keyboard navigation in LPE dialog.Liam P. White2014-04-252-0/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1310688 (bzr r13305)
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-9/+9
| | | (bzr r13300)
* Fix remaining issue with prefs updatingMartin Owens2014-04-191-1/+1
| | | (bzr r13291.1.2)
* Add image rendering option for outlines. Setup desktop preferences observer.Martin Owens2014-04-182-0/+6
| | | (bzr r13291.1.1)
* Revert the xml editor to it's dockable behaviour and add a comment for the ↵Martin Owens2014-04-051-1/+3
| | | | | preferences. (bzr r13269)