summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Derive ToolBase from sigc::trackable for easier slot management.Krzysztof Kosi??ski2014-03-053-120/+104
| | | | | | Fix TextTool to use mem_fun instead of ptr_fun to avoid the generation of stale slots. (bzr r13118)
* static code analysis: references for string classes that are function input ↵Kris De Gussem2014-03-042-268/+282
| | | | | parameters (bzr r13114)
* Stop tracking SPDocuments as they are deleted.Jon A. Cruz2014-03-022-30/+75
| | | (bzr r13095)
* Avoid crashing when the document is set to NULL (upon cleanup, window ↵Jon A. Cruz2014-03-021-1/+4
| | | | | closing, etc.) (bzr r13092)
* Added some consts. Turned functions to member functions.Markus Engel2014-03-0216-1051/+973
| | | (bzr r13089)
* Fix for crash when cycle-selecting.Markus Engel2014-03-012-39/+28
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1270351 (bzr r13088)
* Fix for crashes on fast tool toggling.Markus Engel2014-03-012-4/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1265376 (bzr r13087)
* Spray tool:Nicolas Dufour2014-02-281-32/+58
| | | | | | | * Partial patch (in sp_spray_dilate) for crashes explained in Bug #1274831. * Some minor style fixes (indentation). * Due to some remaining crashes, the Single path mode is disabled in Inkscape 0.91. (bzr r13077)
* Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1).Nicolas Dufour2014-02-281-0/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1281859 (bzr r13074)
* remove some unnecessary copying/castingJohan B. C. Engelen2014-02-271-4/+4
| | | (bzr r13070)
* swatches dialog: remove unused code part. cleanup some codeJohan B. C. Engelen2014-02-271-7/+3
| | | (bzr r13069)
* swatches dialog: properly reference count the reference to SPDocument in ↵Johan B. C. Engelen2014-02-271-1/+2
| | | | | | | | timer object. Fixes crash reported in comment #6 of bug 1284391! Fixed bugs: - https://launchpad.net/bugs/1284391 (bzr r13068)
* Added template functions as a casting-macro replacement.Markus Engel2014-02-261-1/+23
| | | (bzr r13061)
* Made constructors of tools use initializer lists.Markus Engel2014-02-2633-514/+402
| | | (bzr r13060)
* Move filter reordering closer to the layers.cpp patern of reordering xmlMartin Owens2014-02-252-6/+7
| | | (bzr r13056)
* Fix infinite loop (?) by disabling saving the order of filters when they are ↵Johan B. C. Engelen2014-02-241-1/+6
| | | | | | | | reordered by drag&drop in the filter editor dialog. (bug 1239296) Fixed bugs: - https://launchpad.net/bugs/1239296 (bzr r13055)
* inspired by r13052, fix up the code to hopefully work when someone has ↵Johan B. C. Engelen2014-02-241-14/+18
| | | | | | | | different units for height and width of the page. Fixed bugs: - https://launchpad.net/bugs/1240308 (bzr r13053)
* fix typos in page-sizer (Bug 1240308)Alvin Penner2014-02-241-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1240308 (bzr r13052)
* Fix for selcue settings.Markus Engel2014-02-235-0/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1274659 (bzr r13051)
* offset of viewBox on document unit change (Bug 1280684)Alvin Penner2014-02-221-1/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1280684 (bzr r13050)
* Symbols dialog: update currentDesktop and currentDocument when document ↵Tavmjong Bah2014-02-211-1/+3
| | | | | replaced. (bzr r13048)
* Fix for Bug #1281104 (Open Clipart import dialog crashes with concurrent ↵Nicolas Dufour2014-02-191-3/+2
| | | | | | | | searches). Fixed bugs: - https://launchpad.net/bugs/1281104 (bzr r13042)
* scaling of viewBox on document unit change (Bug 1236257)Alvin Penner2014-02-171-3/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r13034)
* Fix console messages (see Bug #879058 - Spray Single Path Mode includes ↵Nicolas Dufour2014-02-161-16/+8
| | | | | | | | original object). Fixed bugs: - https://launchpad.net/bugs/879058 (bzr r13031)
* Fix for Bug #879058 (Spray Single Path Mode includes original object).Nicolas Dufour2014-02-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/879058 (bzr r13011)
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-083-10/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
* Fix for Bug #1250685 (Unnecessary gender-specific terms in code).Nicolas Dufour2014-02-051-28/+28
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1250685 (bzr r12997)
* Workaround for Bug #1273510 (crash in in cc_generic_knot_handler() after ↵Nicolas Dufour2014-02-041-1/+6
| | | | | tool-switch). (bzr r12996)
* Fix some formatting problems and add formatting info at end of file.Tavmjong Bah2014-02-011-60/+74
| | | (bzr r12992)
* Fix spacing/remove tabs and eliminate extra conditional.Martin Owens2014-01-311-10/+8
| | | (bzr r12989)
* Prevent crash if a symbols file does not have a title.Tavmjong Bah2014-01-301-1/+9
| | | (bzr r12985)
* Move dragging undo block from tools-base to canvas. Regarding bug #168695Martin Owens2014-01-212-8/+0
| | | (bzr r12967)
* cppcheck stuffKris De Gussem2014-01-202-7/+4
| | | (bzr r12963)
* Revert changes from r12959 and r12955, impliment new stratedgy to fix bug ↵Martin Owens2014-01-202-11/+8
| | | | | | | | #168695 Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12960)
* i18n. No need to translate strings with one single space.Nicolas Dufour2014-01-191-1/+1
| | | (bzr r12958)
* Try another fix for the undo when dragging bug #168695Martin Owens2014-01-192-3/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12955)
* 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)
* fix null pointer dereferenceKris De Gussem2014-01-161-4/+6
| | | (bzr r12943)
* 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)
* for rubberband outline, add shading instead of XOR (Bug 1266308)Alvin Penner2014-01-151-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1266308 (bzr r12936)
* 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)
* multi-path-manipulator: strip dead codeAlex Valavanis2014-01-141-11/+0
| | | (bzr r12930)
* 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)
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-2/+2
| | | (bzr r12921)
* gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem2014-01-111-1/+1
| | | (bzr r12915)
* suppress compiler warningsKris De Gussem2014-01-112-2/+2
| | | (bzr r12914)
* 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)