summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Better fix for GTK3 build error in symbols.cpp.Nicolas Dufour2014-01-171-2/+2
| | | | | | | | | (bzr r12950)
| * | GTK3 build error in symbols.cpp.Nicolas Dufour2014-01-171-1/+2
| | | | | | | | | (bzr r12949)
| * | i18n. Symbols are now translatable (see Bug #1261198); POT file and French ↵Nicolas Dufour2014-01-171-3/+4
| | | | | | | | | | | | | | | translation updated. (bzr r12946)
| * | i18n. New from Template entries now translatable (see Bug #383844). POT file ↵Nicolas Dufour2014-01-151-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | and French translation updated. Fixed bugs: - https://launchpad.net/bugs/383844 (bzr r12937)
| * | Fix for Bug #1236282 (add full keyboard navigation support for new templates ↵Nicolas Dufour2014-01-153-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | dialog). Fixed bugs: - https://launchpad.net/bugs/1236282 (bzr r12934)
| * | Fix bug #1239779 by removing caching for symbols.Martin Owens2014-01-142-50/+22
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1239779 (bzr r12924)
| * | Add GUI for feComponentTransfer filter primitive.Tavmjong Bah2014-01-132-31/+220
| | | | | | | | | (bzr r12923)
| * | Give the selection id a default just in case every selected item has no id. ↵Martin Owens2014-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes crash in bug #1257417 Fixed bugs: - https://launchpad.net/bugs/1257417 (bzr r12910)
| * | suppress compiler warningsKris De Gussem2014-01-081-1/+1
| | | | | | | | | (bzr r12901)
| * | Rebuild symbols collection if opening or closing documents.Martin Owens2014-01-082-0/+10
| | | | | | | | | (bzr r12900)
| * | Uniform colons usage in UI in front of edit boxesKris De Gussem2014-01-051-4/+4
| | | | | | | | | (bzr r12882)
| * | modify get_scale_transform_for_variable_stroke() to be consistent with ↵Alvin Penner2014-01-041-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | get_scale_transform_for_uniform_stroke() (Bug 1262146) Fixed bugs: - https://launchpad.net/bugs/1262146 (bzr r12881)
| * | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-026-30/+91
| | | | | | | | | (bzr r12868)
| * | Fix for bug #1236282 (add full keyboard navigation support for new templates ↵Nicolas Dufour2013-12-274-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | dialog). Fixed bugs: - https://launchpad.net/bugs/1236282 (bzr r12862)
| * | UI message fixKris De Gussem2013-12-241-2/+2
| | | | | | | | | (bzr r12857)
| * | Check order (fixing bug 1219264 ?)Kris De Gussem2013-12-151-2/+2
| | | | | | | | | (bzr r12851)
| * | Fix for Bug #1257007 ([devlibs-gtk3] Crash when clicking on Export As...).Nicolas Dufour2013-12-061-1/+9
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1257007 (bzr r12840)
| * | add null pointer checkKris De Gussem2013-12-051-1/+1
| | | | | | | | | (bzr r12838)
| * | reorder header file includes. Because glibmm depends on a ↵Johan B. C. Engelen2013-11-211-1/+2
| | | | | | | | | | | | | | | deprecated/threads.h of glib, it has to be included first. (bzr r12830)
| * | Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah2013-11-195-17/+117
| | | | | | | | | | | | | | | Removed two unused preference options for bitmaps. (bzr r12823)
| * | Moved and renamed some tool-related files.Markus Engel2013-11-097-7/+7
| | | | | | | | | (bzr r12785)
| * | First step of moving tools into appropriate namespaces.Markus Engel2013-11-075-9/+9
| | | | | | | | | (bzr r12782)
| * | fix memleak. Export dialog still has many of its pointer members leaking !!!Johan B. C. Engelen2013-10-302-24/+26
| | | | | | | | | (bzr r12753)
| * | units: fix stroke/gradient/whatever scaling when changing document unit in ↵Johan B. C. Engelen2013-10-291-5/+25
| | | | | | | | | | | | | | | the document properties dialog (bzr r12749)
| * | "fix" some "unused parameter" warningsKris De Gussem2013-10-291-1/+1
| | | | | | | | | (bzr r12746)
| * | don't update doc unit stuff when initializing DocumentProperties dialog widgetsJohan B. C. Engelen2013-10-251-8/+14
| | | | | | | | | (bzr r12724)
| * | fix ambiguity error with C++11 (gcc 4.6.2 Windows)Johan B. C. Engelen2013-10-211-1/+1
| | | | | | | | | (bzr r12707)
| * | we don't have nondocked dialogs, so rewrite restoring dialogs on startup via ↵buliabyak2013-10-132-6/+7
| | | | | | | | | | | | | | | DialogManager; do not grab focus when restoring (bzr r12682)
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-124-13/+13
| | | | | | | | | | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
| * | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour2013-10-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
| * | Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵Tavmjong Bah2013-10-081-1/+1
| |/ | | | | | | | | using the Circle, Ellipse, and Arc tool. (bzr r12670)
| * C++Johan B. C. Engelen2013-10-041-3/+3
| | | | | | (bzr r12660)
| * C++Johan B. C. Engelen2013-10-041-7/+7
| | | | | | (bzr r12659)
| * fix previous commitJohan B. C. Engelen2013-09-301-2/+2
| | | | | | (bzr r12641)
| * string leaksJohan B. C. Engelen2013-09-301-2/+2
| | | | | | (bzr r12640)
| * fix two memleaksJohan B. C. Engelen2013-09-281-2/+6
| | | | | | (bzr r12617)
| * cppcheck: performanceKris De Gussem2013-09-261-1/+1
| | | | | | (bzr r12598)
| * Merged from trunk (r12593).Markus Engel2013-09-261-1/+1
| |\ | | | | | | (bzr r11608.1.132)
| | * C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen2013-09-251-1/+1
| | | | | | | | | | | | | | | slowly slowly... (bzr r12593)
| * | Merged from trunk (r12588).Markus Engel2013-09-2414-98/+251
| |\| | | | | | | (bzr r11608.1.129)
| | * Fix my email address through codebaseBryce Harrington2013-09-242-2/+2
| | | | | | | | | (bzr r12588)
| | * Disable smooth output in Inkscape PixelArtDialogVinícius dos Santos Oliveira2013-09-231-0/+12
| | | | | | | | | (bzr r12578)
| | * Fix percentage document size handling.Matthew Petroff2013-09-231-2/+8
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228852 (bzr r12577)
| | * Merge gsoc procedural templates work.Slagvi Public2013-09-214-73/+139
| | |\ | | | | | | | | (bzr r12570)
| | | * Small style fixes.Slagvi Public2013-09-213-10/+6
| | | | | | | | | | | | (bzr r12481.1.15)
| | | * Fix templates parameters names.Slagvi Public2013-09-211-1/+1
| | | | | | | | | | | | (bzr r12481.1.13)
| | | * Change paths storage to std::string.Slagvi Public2013-09-203-9/+11
| | | | | | | | | | | | (bzr r12481.1.12)
| | | * Small style fixes.Slagvi Public2013-09-201-4/+4
| | | | | | | | | | | | (bzr r12481.1.10)
| | | * Fix "default_*" template names treatment.Slagvi Public2013-09-181-1/+1
| | | | | | | | | | | | (bzr r12481.1.8)
| | | * Fix procedural templates "modified" status.Slagvi Public2013-09-151-0/+1
| | | | | | | | | | | | (bzr r12481.1.7)