summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed memleakKris De Gussem2012-02-061-9/+2
* Extensions: replace deprecated gtkmm symbolsAlex Valavanis2012-02-0610-35/+33
* export: replace deprecated Gtk::ALIGN_LEFT symbolAlex Valavanis2012-02-061-3/+3
* document-properties: Stop using deprecated Gtk::OptionMenuAlex Valavanis2012-02-062-30/+18
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-0672-64/+109
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-0510-46/+38
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-056-43/+27
* cppchecktells us: Using signed char type as array index. If the value can be ...Kris De Gussem2012-02-051-1/+2
* reverting change to seltrans.cpp in rev 10935, as requestedAlvin Penner2012-02-041-10/+2
* implement some switches between visual bbox and geometric bbox, depending on ...Alvin Penner2012-02-043-4/+22
* cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem2012-02-041-13/+20
* initialisationKris De Gussem2012-02-042-14/+12
* cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem2012-02-043-90/+69
* Documentation: sp-filter.h is not documented at all, removing fake explanation.Kris De Gussem2012-02-031-8/+0
* cppcheck tells us: fprintf format string has 0 parameters but 1 are givenKris De Gussem2012-02-021-2/+2
* rv some issues with previous commitKris De Gussem2012-02-021-18/+7
* cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem2012-02-021-7/+18
* Fill x and y fields in the fake GdkEventMotion struct used when cancellingKrzysztof Kosi??ski2012-02-011-2/+2
* Additional fixes for drag cancellation in the node toolKrzysztof Kosi??ski2012-02-015-18/+45
* Implement cancellations of drags with ESC in the node toolKrzysztof Kosi??ski2012-02-011-4/+39
* Implement tangential and perpendicular snapping in the measurement toolDiederik van Lierop2012-01-311-2/+8
* Cherry-pick upstream GDL patch 31886 (2011-08-08). Avoid a crash when the pa...Alex Valavanis2012-01-291-0/+2
* emf export. change text height property lfHeight from + to - (Bug 919728)Alvin Penner2012-01-241-1/+1
* Patch from John Smith for 623660Josh Andler2012-01-2319-38/+39
* Revert accidental commit in desktop-widget.cppAlex Valavanis2012-01-231-4/+1
* Fix missing header in units.cppAlex Valavanis2012-01-222-1/+5
* cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem2012-01-222-19/+38
* memleak / header stuff / unused variable.Kris De Gussem2012-01-223-31/+19
* allow use of comma delimiter in filter table values array (Bug 511140)Alvin Penner2012-01-213-5/+6
* cppcheckKris De Gussem2012-01-201-4/+2
* fix memleakKris De Gussem2012-01-201-2/+2
* cppcheckKris De Gussem2012-01-201-4/+2
* fix memleakKris De Gussem2012-01-201-4/+3
* makefile fix for revision 10910su_v2012-01-191-0/+2
* Gtkmmification of object attributes dialog: image and link attributes now edi...Kris De Gussem2012-01-1911-207/+366
* Update and documentation of sp-attribute-widgetKris De Gussem2012-01-192-219/+166
* unsorted powerstroke points is quite advanced. mostly annoying.Johan B. C. Engelen2012-01-181-1/+1
* add tooltip for powerstroke control pointsJohan B. C. Engelen2012-01-182-8/+5
* select referred path when pressing shift+d (select original) for a path with ...Johan B. C. Engelen2012-01-182-2/+17
* documentationKris De Gussem2012-01-183-24/+36
* clean up after myself...Johan B. C. Engelen2012-01-172-12/+0
* improve the powerstroke settings in drawing tool. triangle in and out now use...Johan B. C. Engelen2012-01-171-7/+8
* powerstroke: add new linecap type to have zero width at path start/endJohan B. C. Engelen2012-01-171-10/+22
* add underscores to some member variables.Johan B. C. Engelen2012-01-1724-224/+225
* documentationKris De Gussem2012-01-173-33/+47
* more header cleanupJohan B. C. Engelen2012-01-171-12/+7
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-1716-75/+84
* change pencil tool dropdown shapes to use powerstroke, instead of pattern alo...Johan B. C. Engelen2012-01-172-19/+33
* part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPat...Johan B. C. Engelen2012-01-176-50/+61
* proper forward declJohan B. C. Engelen2012-01-161-2/+1