summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Flood fill render area now taken from desktop view area and zoom levelJohn Bintz2007-02-271-5/+22
* warn if unable to fill an unbounded areabulia byak2007-02-261-1/+6
* rename flood to paintbucket, copyeditbulia byak2007-02-269-35/+35
* move flood under calligraphicbulia byak2007-02-261-1/+1
* add some obligatory shortcutsbulia byak2007-02-261-0/+18
* Fix typoJohan B. C. Engelen2007-02-261-1/+1
* get rid of sp_repr_document wrapper functionMenTaLguY2007-02-264-9/+3
* Check for GGO_UNHINTED not being definedBob Jamison2007-02-261-0/+5
* dead code removalMenTaLguY2007-02-261-11/+0
* Typofix ("canceled").Colin Marquardt2007-02-251-1/+1
* Remove item handler from flood fill toolJohn Bintz2007-02-251-4/+0
* Fix some memory issues with food fillJohn Bintz2007-02-251-7/+9
* Fix g_free crashJohn Bintz2007-02-251-2/+2
* Forgot to free some of the pixel storageJohn Bintz2007-02-251-0/+2
* Add ability to flood fill areas of contiguous colorJohn Bintz2007-02-251-16/+30
* Prevent flood fills from leaking out of fill areaJohn Bintz2007-02-251-12/+30
* r14551@tres: ted | 2007-02-24 15:22:47 -0800Ted Gould2007-02-2534-700/+1202
* Add flood fill toolJohn Bintz2007-02-2511-3/+646
* Factor out bpath_to_PathJohn Bintz2007-02-252-6/+12
* move a global to a class property; reduce the use of is_scrolling to prevent ...bulia byak2007-02-255-14/+17
* add 'hide all except selected' checkboxbulia byak2007-02-251-5/+28
* patch 1665648 by Diederik to snap to grid when drawing rectanglesbulia byak2007-02-241-1/+6
* fix 1332884bulia byak2007-02-241-2/+2
* some more refactoringbulia byak2007-02-241-11/+20
* make selection_contains_both_clone_and_original reusablebulia byak2007-02-241-17/+25
* fix crash when tracing with too small clonesbulia byak2007-02-241-1/+2
* fix crash when tracing with too small clonesbulia byak2007-02-241-0/+4
* guaranteed to pan the canvas all the way from mouse-press point to mouse-rele...bulia byak2007-02-241-3/+11
* Fixed crash when draw height was zero.Jon A. Cruz2007-02-231-6/+11
* Disabling transientize callback - it's currently causing some data lossBryce Harrington2007-02-231-9/+11
* When selecting 'none', the marker wasn't getting removed from the line.Bryce Harrington2007-02-231-30/+47
* add commented-out cairo stroke rendering; refactoringbulia byak2007-02-221-44/+166
* factor out some cairo-related helpers; add cairo clipping - commented out for...bulia byak2007-02-211-64/+112
* Adjusting how items in the marker menu are selected, so the recentlyBryce Harrington2007-02-211-4/+2
* Fix initialisation problem.Johan B. C. Engelen2007-02-212-57/+57
* Fixes issue where a modified stock marker's preview image appears in theBryce Harrington2007-02-213-7/+12
* Adding handler for switching documents, to regenerate the marker menusBryce Harrington2007-02-211-24/+24
* fix 1662589: increase blur margins so that the cutoff is not noticeable (now ...bulia byak2007-02-211-3/+5
* remove old *.mingw filesBob Jamison2007-02-202-152/+0
* remove old *.mingw filesBob Jamison2007-02-207-972/+74
* Improve null checkBob Jamison2007-02-201-1/+1
* fully drop fixed_g_ascii_strtod hackKees Cook2007-02-201-1/+2
* Completes fix for 980157. Markers in current document's defs is nowBryce Harrington2007-02-201-46/+87
* Moving cache management code from .h to .cpp.Bryce Harrington2007-02-203-51/+74
* Moving functions from svg_preview_cache.h to a new .cppBryce Harrington2007-02-209-76/+209
* Partial fix for bug 980157.Bryce Harrington2007-02-202-61/+92
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-1935-7618/+7618
* Fixed unintialized variables and minor misc warningsJon A. Cruz2007-02-1920-21/+46
* now at least the first opening of the first gtkmm dialog opens it in-place wi...bulia byak2007-02-191-3/+2
* speed up default scrolling a bitbulia byak2007-02-191-2/+2