summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* powerstroke: previous and this commit fix extrapolated and miter join ↵Johan B. C. Engelen2012-04-071-1/+1
| | | | | | | behavior for negative widths (sorry, multitasking error...) (bzr r11177)
* complementary to rev11175Johan B. C. Engelen2012-04-071-1/+1
| | | (bzr r11176)
* powerstroke: use path's strokewidth on applying powerstroke effectJohan B. C. Engelen2012-04-071-5/+16
| | | (bzr r11175)
* fix possible crasher in knot_clicked_handlerJohan B. C. Engelen2012-04-071-11/+12
| | | (bzr r11174)
* gives distinguishing colors to two vector params of LPE rough hatchesJohan B. C. Engelen2012-04-073-1/+11
| | | (bzr r11173)
* Fix some deprecated GDK key symbolsAlex Valavanis2012-04-072-46/+91
| | | (bzr r11172)
* remove no longer needed knotholderentity complicationJohan B. C. Engelen2012-04-072-15/+1
| | | (bzr r11171)
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-0719-225/+266
| | | (bzr r11170)
* powerstrokepointarray : add todo comment. do not derive from ↵Johan B. C. Engelen2012-04-071-1/+6
| | | | | LPEKnotHolderEntity. (bzr r11169)
* the knotholders for LPE parameters should not derive from ↵Johan B. C. Engelen2012-04-072-3/+3
| | | | | LPEKnotHolderEntity as this prevents deletion (bzr r11168)
* restore item order of dialogs in context menu (Bug #910529)Kris De Gussem2012-04-062-84/+68
| | | (bzr r11167)
* drop some deprecated gdk_draw functionsAlex Valavanis2012-04-062-11/+21
| | | (bzr r11166)
* Fix remaining GTKMM deprecation issuesAlex Valavanis2012-04-062-13/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943222 (bzr r11165)
* filter-effects-dialog: Cairomm renderingAlex Valavanis2012-04-061-27/+59
| | | (bzr r11164)
* png-write: Fix FTBFSAlex Valavanis2012-04-061-1/+1
| | | (bzr r11163)
* fixes issue with revision 11160?Kris De Gussem2012-04-061-6/+6
| | | (bzr r11162)
* build warning fixKris De Gussem2012-04-062-4/+1
| | | (bzr r11161)
* C++ify context menu:Kris De Gussem2012-04-058-873/+751
| | | | | | | | - c++ified context-menu.cpp (and included in interface.cpp) - removed dozens of pointer conversions (of which some were erroneous) - fixed a memory leak - added some null pointer checks to prevent crashes (bzr r11160)
* add test code for bug #967416Johan B. C. Engelen2012-04-051-0/+11
| | | (bzr r11159)
* fix crash (bug #973174)Johan B. C. Engelen2012-04-051-4/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/973174 (bzr r11158)
* fix crash (bug #941317)Johan B. C. Engelen2012-04-051-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/941317 (bzr r11157)
* add NULL checks to perhaps fix bug 970105Johan B. C. Engelen2012-04-051-13/+15
| | | | | | Fixed bugs: - https://launchpad.net/bugs/970105 (bzr r11156)
* Fix for 170378 : Select same objects by fill or stroke : Fix transformed ↵John Smith2012-04-051-1/+23
| | | | | stroke width (bzr r11154)
* Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵Kris De Gussem2012-04-057-180/+187
| | | | | thread "Some clipboard functions") (bzr r11153)
* c++ification: GHashTable > std::map (bug #970237 ; patch by Samuel Chase + ↵Kris De Gussem2012-04-042-47/+42
| | | | | some additional modifications) (bzr r11152)
* OCAL. Fix brush icon crash (see Bug #943275) by Jaroslaw M. Gliwinski.Nicolas Dufour2012-04-041-1/+1
| | | (bzr r11151)
* UI. Fix for Bug #437521 (Save As dialog should be resizable in Windows) by ↵Nicolas Dufour2012-04-041-1/+1
| | | | | Jaroslaw M. Gliwinski. (bzr r11150)
* cppcheckKris De Gussem2012-04-042-8/+8
| | | (bzr r11149)
* png export dialog: memory leak fixKris De Gussem2012-04-041-6/+12
| | | (bzr r11148)
* gradient chemistry: fix null pointer dereferenceKris De Gussem2012-04-041-5/+8
| | | (bzr r11147)
* Fix for 170378 : Select same objects by fill or stroke : Added stroke styleJohn Smith2012-04-046-33/+156
| | | (bzr r11146)
* Fix build with gtk < 2.24Alex Valavanis2012-04-041-3/+9
| | | (bzr r11145)
* Warning cleanup.Jon A. Cruz2012-04-0413-34/+33
| | | (bzr r11144)
* Corrected logic error with sig::connection bool operator.Jon A. Cruz2012-04-041-8/+8
| | | | | Warning cleanup. (bzr r11143)
* eek-preview: Cairo drawingAlex Valavanis2012-04-033-17/+22
| | | (bzr r11142)
* Fix for 170378 : Select same objects by fill or strokeJohn Smith2012-04-036-0/+165
| | | (bzr r11141)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-035-11/+30
| | | | | and combo_box fixes (bzr r11140)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-029-15/+15
| | | | | replaced with g_object_unref (bzr r11139)
* fix XML output of guideline colorJohan B. C. Engelen2012-04-013-3/+3
| | | | | | | | (this does not fix loading of guide color) Fixed bugs: - https://launchpad.net/bugs/823739 (bzr r11138)
* Fix for 627728 : newly-added gradient node by dbl click set activeJohn Smith2012-04-011-1/+3
| | | (bzr r11137)
* Fix for 179830 : gradient tool focus problems with overlapping objectsJohn Smith2012-04-011-15/+21
| | | (bzr r11136)
* Fix for 627728 : Make newly added gradient stop activeJohn Smith2012-04-013-3/+38
| | | (bzr r11135)
* Fix for 950677 : Add stops and repeat controls to the gradient toolbarJohn Smith2012-04-019-272/+964
| | | (bzr r11134)
* apply essentials of patch by zcgucasJohan B. C. Engelen2012-03-291-0/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/561503 (bzr r11133)
* Adding verbs for lock and hide layers (see Bug #728081, patch by Jessica).Nicolas Dufour2012-03-282-0/+19
| | | (bzr r11131)
* powerstroke: spiro join: more robust detection of tangent direction. fixes ↵Johan B. C. Engelen2012-03-241-5/+9
| | | | | incorrect rounding for some paths. (bzr r11129)
* powerstroke: add Spiro rounded join! (genius idea Jasper!)Johan B. C. Engelen2012-03-241-7/+39
| | | (bzr r11128)
* partial 2geom update to obtain required methodJohan B. C. Engelen2012-03-241-0/+8
| | | (bzr r11127)
* Fix for 251674 and 592323 : Make CloneTiler dialog dockableJohn Smith2012-03-249-1305/+1379
| | | (bzr r11125)
* final cleanup of spiro?Johan B. C. Engelen2012-03-232-6/+127
| | | (bzr r11124)