summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | export: replace deprecated Gtk::ALIGN_LEFT symbolAlex Valavanis2012-02-061-3/+3
| | | | | | | | | (bzr r10942)
* | | document-properties: Stop using deprecated Gtk::OptionMenuAlex Valavanis2012-02-062-30/+18
| | | | | | | | | (bzr r10941)
* | | Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-0672-64/+109
| | | | | | | | | (bzr r10940)
* | | (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-0510-46/+38
| | | | | | | | | (bzr r10939)
* | | (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-056-43/+27
| | | | | | | | | (bzr r10938)
* | | cppchecktells us: Using signed char type as array index. If the value can be ↵Kris De Gussem2012-02-051-1/+2
| | | | | | | | | | | | | | | | | | | | | greater than 127 there will be a buffer overflow (because of sign extension). -> treating symptoms (pointer conversion and error in case of issues) rather than disease (correct reading from beginning; prevented by string routines not accepting unsigned chars) (bzr r10937)
* | | reverting change to seltrans.cpp in rev 10935, as requestedAlvin Penner2012-02-041-10/+2
| | | | | | | | | (bzr r10936)
* | | implement some switches between visual bbox and geometric bbox, depending on ↵Alvin Penner2012-02-043-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | prefs (Bug 906952) Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r10935)
* | | cppcheck tells us: scanf without field width limits can crash with huge ↵Kris De Gussem2012-02-041-13/+20
| | | | | | | | | | | | | | | input data. (bzr r10934)
* | | initialisationKris De Gussem2012-02-042-14/+12
| | | | | | | | | (bzr r10933)
* | | cppcheck tells us: scanf without field width limits can crash with huge ↵Kris De Gussem2012-02-043-90/+69
| | | | | | | | | | | | | | | | | | | | | input data. (gimpgrad) Some additional scanf modifications (bzr r10932)
* | | Documentation: sp-filter.h is not documented at all, removing fake explanation.Kris De Gussem2012-02-031-8/+0
| | | | | | | | | (bzr r10931)
* | | cppcheck tells us: fprintf format string has 0 parameters but 1 are givenKris De Gussem2012-02-021-2/+2
| | | | | | | | | (bzr r10930)
* | | rv some issues with previous commitKris De Gussem2012-02-021-18/+7
| | | | | | | | | (bzr r10929)
* | | cppcheck tells us: scanf without field width limits can crash with huge ↵Kris De Gussem2012-02-021-7/+18
| | | | | | | | | | | | | | | input data. (bzr r10928)
* | | Fill x and y fields in the fake GdkEventMotion struct used when cancellingKrzysztof Kosi??ski2012-02-011-2/+2
| | | | | | | | | | | | | | | a drag with the Escape key in the node tool with correct values. (bzr r10927)
* | | Additional fixes for drag cancellation in the node toolKrzysztof Kosi??ski2012-02-015-18/+45
| | | | | | | | | (bzr r10926)
* | | Implement cancellations of drags with ESC in the node toolKrzysztof Kosi??ski2012-02-011-4/+39
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/788560 (bzr r10925)
* | | Implement tangential and perpendicular snapping in the measurement toolDiederik van Lierop2012-01-311-2/+8
| | | | | | | | | (bzr r10924)
* | | Cherry-pick upstream GDL patch 31886 (2011-08-08). Avoid a crash when the ↵Alex Valavanis2012-01-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | pane width is smaller than a button Fixed bugs: - https://launchpad.net/bugs/923241 (bzr r10923)
* | | emf export. change text height property lfHeight from + to - (Bug 919728)Alvin Penner2012-01-241-1/+1
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/919728 (bzr r10922)
* | | Patch from John Smith for 623660Josh Andler2012-01-2319-38/+39
| | | | | | | | | (bzr r10921)
* | | Revert accidental commit in desktop-widget.cppAlex Valavanis2012-01-231-4/+1
| | | | | | | | | (bzr r10920)
* | | Fix missing header in units.cppAlex Valavanis2012-01-222-1/+5
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/920154 (bzr r10919)
* | | cppcheck tells us: scanf without field width limits can crash with huge ↵Kris De Gussem2012-01-222-19/+38
| | | | | | | | | | | | | | | input data. (bzr r10918)
* | | memleak / header stuff / unused variable.Kris De Gussem2012-01-223-31/+19
| | | | | | | | | (bzr r10917)
* | | allow use of comma delimiter in filter table values array (Bug 511140)Alvin Penner2012-01-213-5/+6
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/511140 (bzr r10916)
* | | cppcheckKris De Gussem2012-01-201-4/+2
| | | | | | | | | | | | | | | | | | tells us 'line 154: "Possible null pointer dereference: _stream - otherwise it is redundant to check if _stream is null at line 147" Cannot check code on linux, but when you should get here _stream should be not NULL (if I interpreted correctly) (bzr r10915)
* | | fix memleakKris De Gussem2012-01-201-2/+2
| | | | | | | | | (bzr r10914)
* | | cppcheckKris De Gussem2012-01-201-4/+2
| | | | | | | | | | | | | | | | | | tells us: "Possible null pointer dereference: _stream - otherwise it is redundant to check if _stream is null at line 105" Cannot check code on linux, but when you should get here _stream should be not NULL (if I interpreted correctly) (bzr r10913)
* | | fix memleakKris De Gussem2012-01-201-4/+3
| | | | | | | | | (bzr r10912)
* | | makefile fix for revision 10910su_v2012-01-191-0/+2
| | | | | | | | | (bzr r10911)
* | | Gtkmmification of object attributes dialog: image and link attributes now ↵Kris De Gussem2012-01-1911-207/+366
| | | | | | | | | | | | | | | editable in dockable dialog (Bug #592323) (bzr r10910)
* | | Update and documentation of sp-attribute-widgetKris De Gussem2012-01-192-219/+166
| | | | | | | | | (bzr r10909)
* | | unsorted powerstroke points is quite advanced. mostly annoying.Johan B. C. Engelen2012-01-181-1/+1
| | | | | | | | | (bzr r10908)
* | | add tooltip for powerstroke control pointsJohan B. C. Engelen2012-01-182-8/+5
| | | | | | | | | (bzr r10906)
* | | select referred path when pressing shift+d (select original) for a path with ↵Johan B. C. Engelen2012-01-182-2/+17
| | | | | | | | | | | | | | | Clone original LPE (bzr r10905)
* | | documentationKris De Gussem2012-01-183-24/+36
| | | | | | | | | (bzr r10904)
* | | clean up after myself...Johan B. C. Engelen2012-01-172-12/+0
| | | | | | | | | (bzr r10903)
* | | improve the powerstroke settings in drawing tool. triangle in and out now ↵Johan B. C. Engelen2012-01-171-7/+8
| | | | | | | | | | | | | | | use the zerowidth line cap style, such that the zero width knot does not block that path's knot (bzr r10902)
* | | powerstroke: add new linecap type to have zero width at path start/endJohan B. C. Engelen2012-01-171-10/+22
| | | | | | | | | (bzr r10901)
* | | add underscores to some member variables.Johan B. C. Engelen2012-01-1724-224/+225
| | | | | | | | | | | | | | | add some const stuff (bzr r10900)
* | | documentationKris De Gussem2012-01-173-33/+47
| | | | | | | | | (bzr r10899)
* | | more header cleanupJohan B. C. Engelen2012-01-171-12/+7
| | | | | | | | | (bzr r10898)
* | | turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-1716-75/+84
| | | | | | | | | (bzr r10897)
* | | change pencil tool dropdown shapes to use powerstroke, instead of pattern ↵Johan B. C. Engelen2012-01-172-19/+33
| | | | | | | | | | | | | | | along path. (bzr r10896)
* | | part 1 of SPPath cleanup for LPE... remove duplicated original_curve in ↵Johan B. C. Engelen2012-01-176-50/+61
| | | | | | | | | | | | | | | SPPath (SPShape has curve_before_lpe) (bzr r10895)
* | | proper forward declJohan B. C. Engelen2012-01-161-2/+1
| | | | | | | | | (bzr r10894)
* | | Reverting revision 10761 (regression found in the color notebook, see Bug ↵Nicolas Dufour2012-01-161-7/+2
| | | | | | | | | | | | | | | #Bug #677081). (bzr r10893)
* | | fix compilation errorKris De Gussem2012-01-161-1/+1
| | | | | | | | | (bzr r10892)