summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #1270287 (The toolbox buttons toggle between being pressed and re...Nicolas Dufour2014-01-201-0/+1
* Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #16...Martin Owens2014-01-204-15/+18
* Allow undo methods to survive a non-sensitive call.Martin Owens2014-01-191-3/+3
* i18n. No need to translate strings with one single space.Nicolas Dufour2014-01-191-1/+1
* LPE strings consistency fix.Nicolas Dufour2014-01-192-3/+3
* fix scaling crash caused by negative stroke (Bug 1270464)Alvin Penner2014-01-191-0/+3
* Try another fix for the undo when dragging bug #168695Martin Owens2014-01-193-4/+13
* Fix missing embeded image condition, kindly caught by suv in bug #1270334Martin Owens2014-01-181-3/+8
* libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog2014-01-1733-2911/+19217
* i18n. Fix for Bug #1269943 (Context for message Offset:).kris-degussem2014-01-172-2/+2
* avoid singularity when scaling horizontal or vertical line. (Bug 1262146)Alvin Penner2014-01-171-3/+3
* 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
* More cleaning of the image tag handler and seperate filename from load.Martin Owens2014-01-171-26/+24
* prevent compiler warningsKris De Gussem2014-01-161-1/+1
* fix null pointer dereferenceKris De Gussem2014-01-161-4/+6
* Clean up sp-image's read_image, remove duplicate codeMartin Owens2014-01-161-43/+14
* Fixing edit-clear icon in the star tool (partial fix for Bug #1269698).Nicolas Dufour2014-01-161-5/+6
* 2geom: remove accidentally forgotten debug messageJohan B. C. Engelen2014-01-161-1/+1
* Add the ability to load external documents in xlink:hrefs such as the use ele...Martin Owens2014-01-161-3/+21
* i18n. New from Template entries now translatable (see Bug #383844). POT file ...Nicolas Dufour2014-01-151-5/+5
* for rubberband outline, add shading instead of XOR (Bug 1266308)Alvin Penner2014-01-154-1/+15
* Revert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). N...Tavmjong Bah2014-01-151-3/+3
* Fix for Bug #1236282 (add full keyboard navigation support for new templates ...Nicolas Dufour2014-01-153-5/+12
* drop useless checks for hard Cairo version dependencyAlex Valavanis2014-01-152-8/+0
* Additional fix for Bug #1268778 (Move cursor disappears after clicking on Sel...Nicolas Dufour2014-01-151-2/+9
* Fix for Bug #1268778 (Move cursor disappears after clicking on Select Tool (F...Nicolas Dufour2014-01-141-13/+12
* multi-path-manipulator: strip dead codeAlex Valavanis2014-01-141-11/+0
* fix warnings on compilers that provide unordered_setAlex Valavanis2014-01-141-1/+17
* Fix bzr revision number in version string (LP #1071923)Bryce Harrington2014-01-141-1/+1
* Merge in patch from mathog in Bug #1241797Martin Owens2014-01-142-28/+67
* Fix bug #1239779 by removing caching for symbols.Martin Owens2014-01-142-50/+22
* Add GUI for feComponentTransfer filter primitive.Tavmjong Bah2014-01-133-45/+231
* Prevent segfault if 'tableValues' is empty.Tavmjong Bah2014-01-131-8/+17
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-1250-296/+454
* LPE: rename function getHelperPaths --> getCanvasIndicators (the function is ...Johan B. C. Engelen2014-01-122-14/+8
* lpe knot: code cleanup. mostly adding parens to if-statement predicates that ...Johan B. C. Engelen2014-01-121-34/+37
* fix build with boehm-gc 7.4.0+ (patch by Vladimir Smirnov, slightly modified ...Johan B. C. Engelen2014-01-122-6/+14
* pass class variables by reference for performanceKris De Gussem2014-01-129-26/+26
* pass class variables by reference for performanceKris De Gussem2014-01-114-15/+15
* gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem2014-01-116-27/+15
* suppress compiler warningsKris De Gussem2014-01-112-2/+2
* add another break. It is not strictly necessary here, but who knows what code...Johan B. C. Engelen2014-01-101-0/+1
* Stop button_release events causing an enter_notify with a simple break. Fixes...Martin Owens2014-01-101-0/+1
* Give the selection id a default just in case every selected item has no id. F...Martin Owens2014-01-101-1/+1
* Change Sans to sans-serif on suv's advice in bug #1230241Martin Owens2014-01-101-1/+1
* Make Sans the default if pango can't get the family name from the font descri...Martin Owens2014-01-101-0/+2
* For bug #1267552 Allow pseudo class matches to continue matching the rest of ...Martin Owens2014-01-091-3/+3
* null check: fix regression Bug #1258815 (crash after using Edit nodes icon tw...Kris De Gussem2014-01-091-1/+1