summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge: scale, rotate and skew handles refactoringMartin Owens2013-07-051-6/+6
|\ | | | | (bzr r12403)
| * Improve handle xpm loading using rotateMartin Owens2013-07-041-6/+6
| | | | | | (bzr r12401.1.1)
* | Merge recent changes from inkscape trunkEric Greveson2013-07-036-5/+59
|\| | | | | (bzr r12387.1.6)
| * Transform dialog. do not use singular transforms. (Bug 1189446)Alvin Penner2013-06-291-0/+35
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1189446 (bzr r12397)
| * Make DAMN sure paths with zero nodes do not cause a crash.Martin Owens2013-06-291-2/+6
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/710637 (bzr r12396)
| * Fix crash when undoing/redoing a duplicate layer.Martin Owens2013-06-281-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1183206 (bzr r12395)
| * Add the ability to reorder filters using drag-drop in the gtklistMartin Owens2013-06-282-1/+15
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1168814 (bzr r12394)
| * Fix Gtk3 build by including togglebutton headerMartin Owens2013-06-261-0/+1
| | | | | | (bzr r12390)
* | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-015-8/+13
|/ | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* cppcheckKris De Gussem2013-06-212-4/+4
| | | (bzr r12382)
* Fix my own mis-credit and some symbols labelsMartin Owens2013-06-171-1/+1
| | | (bzr r12380)
* Improve icons for symbols dialogMartin Owens2013-06-151-3/+3
| | | (bzr r12376)
* Fix crash for external symbol documents, should never select these items.Martin Owens2013-06-151-2/+4
| | | (bzr r12375)
* Big change in symbols ui and selection chemistry.Martin Owens2013-06-152-150/+148
| | | (bzr r12374)
* Change marker layout in stroke-widget so they are all on one line.Martin Owens2013-06-111-0/+60
| | | (bzr r12363)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-0726-2/+104
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-0648-0/+100
| | | | | has it. (bzr r12353)
* Fix symbol-title missing crashMartin Owens2013-06-061-0/+3
| | | (bzr r12351)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-0448-1/+98
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Win32. More include fixes for glibmm 2.36 (file dialog).Nicolas Dufour2013-05-163-7/+11
| | | (bzr r12337)
* Win32. Fixing some more include issues (glibmm threads depracation).Nicolas Dufour2013-05-152-3/+4
| | | (bzr r12336)
* Win32. Adding missing include (failed with the gtk3 devlibs).Nicolas Dufour2013-05-141-0/+1
| | | (bzr r12335)
* cleanup document option to clean up unused swatchesRaphael Rosch2013-05-132-0/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1177888 (bzr r12333)
* Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.Nicolas Dufour2013-05-121-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/181493 (bzr r12328)
* Fix for 871563 : JPG images are recompressed with lower quality when embeddedJohn Smith2013-05-112-0/+4
| | | (bzr r12325)
* Improve code documentation for symbolsMartin Owens2013-05-091-2/+19
| | | (bzr r12324)
* Fix for Bug #830663 (default window size is too small) by Jiabao WuJon A. Cruz2013-05-012-2/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/830663 (bzr r12315)
* Warning cleanup.Jon A. Cruz2013-04-282-2/+2
| | | (bzr r12309)
* minor cppcheck stuffKris De Gussem2013-04-281-2/+2
| | | (bzr r12307)
* update bbox when Filter General Settings modified (Bug 960986)Alvin Penner2013-04-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/960986 (bzr r12306)
* Add balloon symbols and connect defs modified signal.Martin Owens2013-04-222-3/+17
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1170817 (bzr r12298)
* Fix for Bug #1023797 (Unnecessary scroll bars in swatches dialog) by Slagvi.Nicolas Dufour2013-04-211-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1023797 (bzr r12295)
* Clean up symbol pixmap generator and title descriptionMartin Owens2013-04-212-37/+26
| | | (bzr r12291)
* Warn if we get a NULL objectMartin Owens2013-04-211-4/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1104326 (bzr r12290)
* Pull MergeMartin Owens2013-04-211-0/+1
|\ | | | | (bzr r12287)
| * Group bbox update (Bug 1168979)Alvin Penner2013-04-201-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1168979 (bzr r12285.1.2)
* | Remove GLib error and remove some cruftMartin Owens2013-04-211-8/+4
|/ | | (bzr r12286)
* Updated aiga symbols to have more meta data and used document title for ↵Martin Owens2013-04-191-3/+4
| | | | | symbols dropdown (bzr r12282)
* Change symbols icon and give minimum size for dialogMartin Owens2013-04-181-0/+3
| | | (bzr r12278)
* Added simple control to font dialog to address text on path's startOffset. ↵Jon A. Cruz2013-04-082-2/+58
| | | | | | | | | Bug #171005 and bug #171033 Fixed bugs: - https://launchpad.net/bugs/171005 - https://launchpad.net/bugs/171033 (bzr r12270)
* Tidy up dependency list and fix missing inclusionAlex Valavanis2013-04-071-0/+1
| | | (bzr r12269)
* Checking file presence before calling lstat (should fix Bug #785701 Inkscape ↵Kris De Gussem2013-04-032-2/+2
| | | | | freezes at opening) (bzr r12263)
* Header cleanupAlex Valavanis2013-03-2914-48/+17
| | | (bzr r12258)
* Fix for Bug #1161205 (Font substitution dialog appears when generic font ↵Nicolas Dufour2013-03-281-1/+5
| | | | | family is found except Sans-serif). (bzr r12257)
* Fix for Bug #1161197 (Untranslatable string in Font substitution dialog) by ↵Nicolas Dufour2013-03-281-1/+1
| | | | | | | Masato HASHIMOTO. Translation template and French translation update. (bzr r12256)
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-269-4/+27
| | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-2516-29/+21
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Translations. Translatable files clean-up (find.cpp removal).Nicolas Dufour2013-03-221-1/+1
| | | | | | | Translations. Inkscape.pot update. Preferences. Filters preferences text fix (see Bug #1133033). Extensions. Fix for Bug #1158377 (Printing marks needs more precision). (bzr r12230)
* ability to scroll inside the filter dock -- gain some screen real estate!Raphael Rosch2013-03-222-17/+89
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1062134 (bzr r12229)
* Drop remaining unused functionsAlex Valavanis2013-03-181-1/+2
| | | (bzr r12224)