summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleanup for merge into trunkLiam P. White2014-03-0712-1372/+31
* Fixed size of swatches widgetLiam P. White2014-03-061-1/+1
* Makefile fixLiam P. White2014-03-061-1/+4
* Fixed some swatch sizes (what about the table?)Liam P. White2014-03-051-8/+8
* Added new swatches dialogLiam P. White2014-03-054-814/+203
* Added a few swatch related functions (does not compile)Liam P. White2014-03-053-1/+248
* Added some basic swatch stuff (does not compile)Liam P. White2014-03-042-937/+2156
* Remove tag dialog temporarilyLiam P. White2014-03-043-5/+21
* Merge to trunkLiam P. White2014-03-047-33/+88
|\
| * Stop tracking SPDocuments as they are deleted.Jon A. Cruz2014-03-022-30/+75
| * Avoid crashing when the document is set to NULL (upon cleanup, window closing...Jon A. Cruz2014-03-021-1/+4
* | Fixed path color when changed by Objects DialogLiam P. White2014-03-033-5/+6
* | Fix objects dialogueLiam P. White2014-03-021-0/+3
* | Updated to include (non-functional) Objects dialogueLiam P. White2014-03-023-2/+75
* | Experimental Ponyscape to Inkscape merge (does not compile)Liam P. White2014-03-021-2/+7
* | Experimental merge of Ponyscape to Inkscape trunk (does not compile)Liam P. White2014-03-022-1/+5
* | Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-021-1/+11
* | Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-0215-0/+5058
|/
* Added some consts. Turned functions to member functions.Markus Engel2014-03-0216-1051/+973
* Fix for crash when cycle-selecting.Markus Engel2014-03-012-39/+28
* Fix for crashes on fast tool toggling.Markus Engel2014-03-012-4/+18
* Spray tool:Nicolas Dufour2014-02-281-32/+58
* Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1).Nicolas Dufour2014-02-281-0/+5
* remove some unnecessary copying/castingJohan B. C. Engelen2014-02-271-4/+4
* swatches dialog: remove unused code part. cleanup some codeJohan B. C. Engelen2014-02-271-7/+3
* swatches dialog: properly reference count the reference to SPDocument in time...Johan B. C. Engelen2014-02-271-1/+2
* Added template functions as a casting-macro replacement.Markus Engel2014-02-261-1/+23
* Made constructors of tools use initializer lists.Markus Engel2014-02-2633-514/+402
* Move filter reordering closer to the layers.cpp patern of reordering xmlMartin Owens2014-02-252-6/+7
* Fix infinite loop (?) by disabling saving the order of filters when they are ...Johan B. C. Engelen2014-02-241-1/+6
* inspired by r13052, fix up the code to hopefully work when someone has differ...Johan B. C. Engelen2014-02-241-14/+18
* fix typos in page-sizer (Bug 1240308)Alvin Penner2014-02-241-2/+2
* Fix for selcue settings.Markus Engel2014-02-235-0/+10
* offset of viewBox on document unit change (Bug 1280684)Alvin Penner2014-02-221-1/+7
* Symbols dialog: update currentDesktop and currentDocument when document repla...Tavmjong Bah2014-02-211-1/+3
* Fix for Bug #1281104 (Open Clipart import dialog crashes with concurrent sear...Nicolas Dufour2014-02-191-3/+2
* scaling of viewBox on document unit change (Bug 1236257)Alvin Penner2014-02-171-3/+8
* Fix console messages (see Bug #879058 - Spray Single Path Mode includes origi...Nicolas Dufour2014-02-161-16/+8
* Fix for Bug #879058 (Spray Single Path Mode includes original object).Nicolas Dufour2014-02-081-1/+1
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-083-10/+10
* Fix for Bug #1250685 (Unnecessary gender-specific terms in code).Nicolas Dufour2014-02-051-28/+28
* Workaround for Bug #1273510 (crash in in cc_generic_knot_handler() after tool...Nicolas Dufour2014-02-041-1/+6
* Fix some formatting problems and add formatting info at end of file.Tavmjong Bah2014-02-011-60/+74
* Fix spacing/remove tabs and eliminate extra conditional.Martin Owens2014-01-311-10/+8
* Prevent crash if a symbols file does not have a title.Tavmjong Bah2014-01-301-1/+9
* Move dragging undo block from tools-base to canvas. Regarding bug #168695Martin Owens2014-01-212-8/+0
* cppcheck stuffKris De Gussem2014-01-202-7/+4
* Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #16...Martin Owens2014-01-202-11/+8
* i18n. No need to translate strings with one single space.Nicolas Dufour2014-01-191-1/+1
* Try another fix for the undo when dragging bug #168695Martin Owens2014-01-192-3/+12