summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Crudely improve check-markup for { markup, fix translations with bugs in...Colin Marquardt2007-02-213-1986/+2179
* remove old *.mingw filesBob Jamison2007-02-203-205/+0
* remove old *.mingw filesBob Jamison2007-02-2013-1714/+75
* Improve null checkBob Jamison2007-02-201-1/+1
* fully drop fixed_g_ascii_strtod hackKees Cook2007-02-203-6/+2
* 1664055bulia byak2007-02-202-2/+4
* 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-2010-76/+210
* Partial fix for bug 980157.Bryce Harrington2007-02-202-61/+92
* fix the order of searching for linked image file to match that of inkscape it...bulia byak2007-02-201-9/+10
* 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
* make sure scrolling acceleration does not hiccup on complex slow-rendering dr...bulia byak2007-02-191-7/+15
* smooth panning: suppress painting for so long as scrolling events come one af...bulia byak2007-02-191-60/+66
* New dir for UI cache management codeBryce Harrington2007-02-181-0/+3
* remove old workaround for a bug which seems to be fixed in latest gtkbulia byak2007-02-181-31/+1
* added forward decl to fixed_g_ascii_strtod to fix compiler issue on WinXPJohan B. C. Engelen2007-02-181-3/+6
* relocated unix print dialog outside of extension call pathKees Cook2007-02-183-120/+137
* standardize converting from number to string and backbulia byak2007-02-182-9/+12
* reverse the order of markers, because since rev 13483 stroke-style.cpp reads ...bulia byak2007-02-181-614/+177
* Finishing fleshing out some design documentation for markersBryce Harrington2007-02-181-9/+36
* separate crash handlers, allow "in place" crashes to happenKees Cook2007-02-181-12/+25
* a bunch of cairo fixmes in anticipation of a more direct rendering with less ...bulia byak2007-02-174-6/+69
* add build.dep to the things removed for "clean"Bob Jamison2007-02-171-0/+2
* bug 1652188: text-anchor:start means left even in rtlRichard Hughes2007-02-171-2/+2
* eliminate temporary buffer in outline mode (faster); restore livarot path for...bulia byak2007-02-171-24/+17
* first try to use cairo, for outline mode only so farbulia byak2007-02-171-3/+102
* cliparts -> clipartAdib Taraben2007-02-161-2/+2
* added selection for following new lngs. bn en_AU eo id roAdib Taraben2007-02-1614-8/+116
* enable click-action and general tooltip for style swatchesbulia byak2007-02-154-16/+69
* spell out Fill and Stroke labelsbulia byak2007-02-152-6/+6
* * src/main.cpp: Allow the user to override the locale directory bymjwybrow2007-02-131-0/+6
* removing forward declaration of a enum - is it valid at all? at least it work...bulia byak2007-02-132-4/+3