summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | New preview rendering option in New From TemplateSlagvi Public2013-07-273-1/+15
| | * | | | | | | | Templates related bug fixesSlagvi Public2013-07-272-2/+10
| | * | | | | | | | Templates gui fixesSlagvi Public2013-07-244-20/+19
| | * | | | | | | | Old templates support removedSlagvi Public2013-07-241-1/+1
| | * | | | | | | | Minor code fixesSlagvi Public2013-07-196-49/+23
| | * | | | | | | | New From Template ui rearrangementSlagvi Public2013-07-198-144/+160
| | * | | | | | | | Searching by words in descriptions, titles etc. Translation support improvedSlagvi Public2013-07-172-13/+60
| | * | | | | | | | Template info loading + searching by keywords added.Slagvi Public2013-07-123-10/+109
| | * | | | | | | | Coding style improvements and display bug fixesSlagvi Public2013-07-086-62/+126
| | * | | | | | | | Added loading templates into NewFromTemplate dialog.Slagvi Public2013-07-046-12/+108
| | * | | | | | | | Templates menu item fixedSlagvi Public2013-07-034-7/+8
| | * | | | | | | | Adding NewFromTemplate to the Inkscape menuSlagvi Public2013-07-027-0/+325
| * | | | | | | | | Allow Object to Path verb from non-GUI (DBus) interfaceEric Greveson2013-08-121-1/+1
| * | | | | | | | | Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-069-99/+112
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | Switched to global UnitTable.Matthew Petroff2013-08-042-7/+3
| | * | | | | | | | Eliminate "unit-constants.h".Matthew Petroff2013-07-314-16/+15
| | * | | | | | | | Cleanup.Matthew Petroff2013-07-301-1/+1
| | * | | | | | | | Merge from trunk.Matthew Petroff2013-07-304-324/+0
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | Removed "helper/units.h" from "ui/dialog/document-properties.cpp".Matthew Petroff2013-07-191-3/+2
| | * | | | | | | | Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-182-15/+8
| | * | | | | | | | Ported "ui/dialog/clonetiler.*".Matthew Petroff2013-07-182-34/+72
| | * | | | | | | | Ported "ui/dialog/export.*".Matthew Petroff2013-07-172-47/+35
| | * | | | | | | | Merge from trunk.Matthew Petroff2013-07-175-166/+49
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-094-6/+6
| * | | | | | | | | rename variable for clarityJohan B. C. Engelen2013-08-031-3/+3
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski2013-07-234-324/+0
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Do not effect the focus in align computationMartin Owens2013-07-121-7/+9
| * | | | | | | Step 2 refactoring the align functions, added some functionality to selection.Martin Owens2013-07-112-117/+20
| * | | | | | | Small refactor of align and distribute to reduce complexity.Martin Owens2013-07-101-42/+17
| * | | | | | | Merge recent changes from inkscape trunkEric Greveson2013-07-035-3/+53
| |\| | | | | |
| | * | | | | | Transform dialog. do not use singular transforms. (Bug 1189446)Alvin Penner2013-06-291-0/+35
| | * | | | | | Fix crash when undoing/redoing a duplicate layer.Martin Owens2013-06-281-2/+2
| | * | | | | | Add the ability to reorder filters using drag-drop in the gtklistMartin Owens2013-06-282-1/+15
| | * | | | | | Fix Gtk3 build by including togglebutton headerMartin Owens2013-06-261-0/+1
| * | | | | | | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-013-6/+9
| |/ / / / / /
| * | | | | | cppcheckKris De Gussem2013-06-212-4/+4
| * | | | | | Fix my own mis-credit and some symbols labelsMartin Owens2013-06-171-1/+1
| |/ / / / /
| * | | | | Improve icons for symbols dialogMartin Owens2013-06-151-3/+3
| * | | | | Fix crash for external symbol documents, should never select these items.Martin Owens2013-06-151-2/+4
| * | | | | Big change in symbols ui and selection chemistry.Martin Owens2013-06-152-150/+148
| * | | | | Change marker layout in stroke-widget so they are all on one line.Martin Owens2013-06-111-0/+60
| * | | | | Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-0710-2/+40
| * | | | | Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-0621-0/+44
| * | | | | Fix symbol-title missing crashMartin Owens2013-06-061-0/+3
| * | | | | Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-0420-0/+42
| * | | | | Win32. More include fixes for glibmm 2.36 (file dialog).Nicolas Dufour2013-05-163-7/+11
| * | | | | Win32. Fixing some more include issues (glibmm threads depracation).Nicolas Dufour2013-05-152-3/+4
| * | | | | Win32. Adding missing include (failed with the gtk3 devlibs).Nicolas Dufour2013-05-141-0/+1
| * | | | | cleanup document option to clean up unused swatchesRaphael Rosch2013-05-132-0/+11
| * | | | | Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.Nicolas Dufour2013-05-121-0/+2