summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | cppcheck performanceKris De Gussem2012-01-1512-18/+18
| | | | | | | | | (bzr r10891)
* | | cppcheck tells us: Memory leak: potraceBitmapKris De Gussem2012-01-151-30/+16
| | | | | | | | | | | | | | | -> fixed, between new and old code position, keepGoing is not modified (bzr r10890)
* | | add a menu item for using the Clone original LPE efficiently.Johan B. C. Engelen2012-01-155-0/+65
| | | | | | | | | (bzr r10889)
* | | ege-appear-time-tracker GSEALAlex Valavanis2012-01-151-4/+4
| | | | | | | | | (bzr r10888)
* | | More GSEAL stuffAlex Valavanis2012-01-144-9/+14
| | | | | | | | | (bzr r10887)
* | | Enable tangential and perpendicular snapping to paths (in the node-tool, ↵Diederik van Lierop2012-01-1415-100/+238
| | | | | | | | | | | | | | | pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886)
* | | Cleanup variable declarations in ruler, and a couple of GSEAL fixes.Alex Valavanis2012-01-141-42/+31
| | | | | | | | | (bzr r10885)
* | | sp-color-slider GSEAL fixesAlex Valavanis2012-01-141-41/+63
| | | | | | | | | (bzr r10884)
* | | icon.cpp GSEAL fixesAlex Valavanis2012-01-141-6/+13
| | | | | | | | | (bzr r10883)
* | | Make sure canvas-text is always equally crisp (differences in rounding ↵Diederik van Lierop2012-01-131-1/+1
| | | | | | | | | | | | | | | sometimes led to blurry text) (bzr r10882)
* | | Fix updating object properties window when its desktop is not the active desktopKris De Gussem2012-01-132-19/+79
| | | | | | | | | (bzr r10881)
* | | 2geom: Fixed an infinite loop where 2geom was trying to find the roots of an ↵Gellule Xg2012-01-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | identically zero bezier. Fixed bugs: - https://launchpad.net/bugs/916171 (bzr r10880)
* | | Adding expression calculator in Clone Tiler (see Bug #773636). Patch by Romain.Nicolas Dufour2012-01-131-50/+59
| | | | | | | | | (bzr r10879)
* | | Fix for problem with shadowed x0 and y0 members.Jon A. Cruz2012-01-131-9/+12
| | | | | | | | | (bzr r10877)
* | | Fix for bug #496793 (ctrl c ctrl v of text in edit mode crashes inkscape) by ↵Nicolas Dufour2012-01-131-3/+1
| | | | | | | | | | | | | | | Chris Bainbridge. (bzr r10876)
* | | LPE: originalpath parameters: implement select original buttonJohan B. C. Engelen2012-01-121-1/+11
| | | | | | | | | (bzr r10875)
* | | LPE: add new LPE that outputs the original path data. used to make a clone ↵Johan B. C. Engelen2012-01-1211-1/+274
| | | | | | | | | | | | | | | (without LPE) of a path with an LPE applied (bzr r10874)
* | | Initial C++ification of SPCanvas.Jon A. Cruz2012-01-1237-891/+910
| | | | | | | | | (bzr r10873)
* | | A few GSEAL issuesKris De Gussem2012-01-113-6/+6
| | | | | | | | | (bzr r10872)
* | | Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2012-01-118-40/+11
| | | | | | | | | (bzr r10871)
* | | Powerstroke: fix crashersJohan B. C. Engelen2012-01-111-3/+9
| | | | | | | | | (bzr r10870)
* | | Desktop-widget GSEAL fixesAlex Valavanis2012-01-111-34/+46
| | | | | | | | | (bzr r10869)
* | | Reduce GTK compatibility ifdef complexity.Jon A. Cruz2012-01-101-43/+28
| | | | | | | | | (bzr r10868)
* | | UI. Message dialog modification (see Bug #911123).Nicolas Dufour2012-01-092-10/+41
| | | | | | | | | (bzr r10866)
* | | warnings fixKris De Gussem2012-01-081-2/+2
| | | | | | | | | (bzr r10865)
* | | another fix after moving files (btool did not fail)Kris De Gussem2012-01-081-2/+2
| | | | | | | | | (bzr r10864)
* | | fix paths after moving filesKris De Gussem2012-01-081-1/+1
| | | | | | | | | (bzr r10863)
* | | Object properties dialog now dockable (derived from ↵Kris De Gussem2012-01-089-189/+74
| | | | | | | | | | | | | | | Inkscape::UI:Widget::Panel as opposed to Gtk::Widget) (bzr r10862)
* | | Unweirdification of Preferences dialog's menu (Bug #259480).Nicolas Dufour2012-01-082-662/+634
| | | | | | | | | (bzr r10861)
* | | Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-0820-570/+463
| | | | | | | | | (bzr r10860)
* | | Fix pointer initializationJohan B. C. Engelen2012-01-081-5/+5
| | | | | | | | | (bzr r10859)
* | | dropped deprecated function sp_repr_get_double_attributeKris De Gussem2012-01-079-47/+80
| | | | | | | | | (bzr r10858)
* | | documentation: spellingKris De Gussem2012-01-071-1/+1
| | | | | | | | | (bzr r10857)
* | | minor documentation and header stuffKris De Gussem2012-01-071-9/+8
| | | | | | | | | (bzr r10856)
* | | Fixed incorrect forward declarations.Jon A. Cruz2012-01-071-9/+17
| | | | | | | | | (bzr r10855)
* | | Fixed warning under gcc 4.5.2Jon A. Cruz2012-01-071-6/+6
| | | | | | | | | (bzr r10854)
* | | Warning and uninitialized data cleanup.Jon A. Cruz2012-01-074-169/+269
| | | | | | | | | (bzr r10853)
* | | Some more documentationKris De Gussem2012-01-062-28/+25
| | | | | | | | | (bzr r10852)
* | | Some documentationKris De Gussem2012-01-064-131/+106
| | | | | | | | | (bzr r10851)
* | | More GSEAL stuffAlex Valavanis2012-01-065-45/+79
| | | | | | | | | (bzr r10850)
* | | add toolbutton menu action type. now the add extremum node buttons are ↵Johan B. C. Engelen2012-01-053-11/+126
| | | | | | | | | | | | | | | somewhat subbuttons of the insert node button... (bzr r10849)
* | | GTK 2.20 compat for interface.cppAlex Valavanis2012-01-051-0/+8
| | | | | | | | | (bzr r10848)
* | | Fix desktop-events backward compat (typo)Alex Valavanis2012-01-051-1/+1
| | | | | | | | | (bzr r10847)
* | | Fix desktop-events backward compatAlex Valavanis2012-01-051-0/+42
| | | | | | | | | (bzr r10846)
* | | More GSEAL fixesAlex Valavanis2012-01-055-36/+47
| | | | | | | | | (bzr r10845)
* | | Backward compatibility for gdk_device_get_has_cursorAlex Valavanis2012-01-051-2/+3
| | | | | | | | | (bzr r10844)
* | | A few GSEAL fixes for SPCanvasAlex Valavanis2012-01-051-13/+34
| | | | | | | | | (bzr r10843)
* | | Fix remaining GSEAL issues in device manager and restore backward compatibility.Alex Valavanis2012-01-051-4/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I have defined a GdkDeviceFake structure, which contains copies of all the private fields of GdkDevice. The isValidDevice function should probably be checked carefully to ensure that I have implemented it correctly. Previously, it appeared to compare pointers to GdkDevices rather than checking that the fields were identical. Fixed bugs: - https://launchpad.net/bugs/911174 (bzr r10842)
* | | CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop2012-01-044-16/+23
| | | | | | | | | (bzr r10841)
* | | Final fix for CanvasText alignment bugsDiederik van Lierop2012-01-042-30/+62
| | | | | | | | | (bzr r10840)