summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prevent crash if a symbols file does not have a title.Tavmjong Bah2014-01-301-1/+9
* cppcheck stuffKris De Gussem2014-01-201-5/+2
* i18n. No need to translate strings with one single space.Nicolas Dufour2014-01-191-1/+1
* Better fix for GTK3 build error in symbols.cpp.Nicolas Dufour2014-01-171-2/+2
* GTK3 build error in symbols.cpp.Nicolas Dufour2014-01-171-1/+2
* i18n. Symbols are now translatable (see Bug #1261198); POT file and French tr...Nicolas Dufour2014-01-171-3/+4
* i18n. New from Template entries now translatable (see Bug #383844). POT file ...Nicolas Dufour2014-01-151-5/+5
* Fix for Bug #1236282 (add full keyboard navigation support for new templates ...Nicolas Dufour2014-01-153-5/+12
* Fix bug #1239779 by removing caching for symbols.Martin Owens2014-01-142-50/+22
* Add GUI for feComponentTransfer filter primitive.Tavmjong Bah2014-01-132-31/+220
* Give the selection id a default just in case every selected item has no id. F...Martin Owens2014-01-101-1/+1
* suppress compiler warningsKris De Gussem2014-01-081-1/+1
* Rebuild symbols collection if opening or closing documents.Martin Owens2014-01-082-0/+10
* Uniform colons usage in UI in front of edit boxesKris De Gussem2014-01-051-4/+4
* modify get_scale_transform_for_variable_stroke() to be consistent with get_sc...Alvin Penner2014-01-041-3/+4
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-026-30/+91
* Fix for bug #1236282 (add full keyboard navigation support for new templates ...Nicolas Dufour2013-12-274-4/+12
* UI message fixKris De Gussem2013-12-241-2/+2
* Check order (fixing bug 1219264 ?)Kris De Gussem2013-12-151-2/+2
* Fix for Bug #1257007 ([devlibs-gtk3] Crash when clicking on Export As...).Nicolas Dufour2013-12-061-1/+9
* add null pointer checkKris De Gussem2013-12-051-1/+1
* reorder header file includes. Because glibmm depends on a deprecated/threads....Johan B. C. Engelen2013-11-211-1/+2
* Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah2013-11-195-17/+117
* Moved and renamed some tool-related files.Markus Engel2013-11-097-7/+7
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-075-9/+9
* fix memleak. Export dialog still has many of its pointer members leaking !!!Johan B. C. Engelen2013-10-302-24/+26
* units: fix stroke/gradient/whatever scaling when changing document unit in th...Johan B. C. Engelen2013-10-291-5/+25
* "fix" some "unused parameter" warningsKris De Gussem2013-10-291-1/+1
* don't update doc unit stuff when initializing DocumentProperties dialog widgetsJohan B. C. Engelen2013-10-251-8/+14
* fix ambiguity error with C++11 (gcc 4.6.2 Windows)Johan B. C. Engelen2013-10-211-1/+1
* we don't have nondocked dialogs, so rewrite restoring dialogs on startup via ...buliabyak2013-10-132-6/+7
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-124-13/+13
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...Nicolas Dufour2013-10-091-2/+2
* Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...Tavmjong Bah2013-10-081-1/+1
* C++Johan B. C. Engelen2013-10-041-3/+3
* C++Johan B. C. Engelen2013-10-041-7/+7
* fix previous commitJohan B. C. Engelen2013-09-301-2/+2
* string leaksJohan B. C. Engelen2013-09-301-2/+2
* fix two memleaksJohan B. C. Engelen2013-09-281-2/+6
* cppcheck: performanceKris De Gussem2013-09-261-1/+1
* Merged from trunk (r12593).Markus Engel2013-09-261-1/+1
|\
| * C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen2013-09-251-1/+1
* | Merged from trunk (r12588).Markus Engel2013-09-2414-98/+251
|\|
| * Fix my email address through codebaseBryce Harrington2013-09-242-2/+2
| * Disable smooth output in Inkscape PixelArtDialogVinícius dos Santos Oliveira2013-09-231-0/+12
| * Fix percentage document size handling.Matthew Petroff2013-09-231-2/+8
| * Merge gsoc procedural templates work.Slagvi Public2013-09-214-73/+139
| |\
| | * Small style fixes.Slagvi Public2013-09-213-10/+6
| | * Fix templates parameters names.Slagvi Public2013-09-211-1/+1
| | * Change paths storage to std::string.Slagvi Public2013-09-203-9/+11