Code

inkscape.git
2007-03-01 buliabyakAPI change: render methods now take a cairo_t (not...
2007-03-01 mjwybrow * packaging/macosx/native-gtk/build-gtk.sh: Some...
2007-03-01 buliabyakrender text in outline mode via cairo (still no endian...
2007-03-01 johncoswellFix massive point queueing and tolerance issue
2007-03-01 johncoswellOptimize flood algorithm to only scan adjacent runs...
2007-02-28 johncoswellRe-add deleted preference setting for paint bucket...
2007-02-28 mentalrefactor sp_svg_transform_write to return a dynamically...
2007-02-28 johncoswellFix layer transform issue
2007-02-28 johncoswellFix issue with adding traced path to a layer with a...
2007-02-28 johncoswellChange paint bucket tolerance toolbar to use percentage...
2007-02-27 johncoswellAdd paint bucket tolerance setting and toolbar widget...
2007-02-27 mentalget rid of sp_repr_document_root and (commented) sp_rep...
2007-02-27 buliabyakincrease padding
2007-02-27 buliabyakadd paintbucket cursor
2007-02-27 buliabyakmore comments
2007-02-27 buliabyakadded new paint bucket; changed some colors; resaved...
2007-02-27 johncoswellRemove debug code from flood-context.cpp
2007-02-27 buliabyakmore comments on cairo's and our own woes
2007-02-27 johncoswellAdjusted flood fill padding
2007-02-27 johncoswellFlood fill render area now taken from desktop view...
2007-02-27 keescookdropping debian directory totally
2007-02-26 buliabyakadd paint bucket
2007-02-26 buliabyakwarn if unable to fill an unbounded area
2007-02-26 buliabyakrename flood to paintbucket, copyedit
2007-02-26 buliabyakmove flood under calligraphic
2007-02-26 buliabyakadd some obligatory shortcuts
2007-02-26 johanengelenFix typo
2007-02-26 mentalget rid of sp_repr_document wrapper function
2007-02-26 ishmalCheck for GGO_UNHINTED not being defined
2007-02-26 mentaldead code removal
2007-02-25 cmarquUpdate.
2007-02-25 cmarquTypofix ("canceled").
2007-02-25 cmarquUpdate, closes 1662426.
2007-02-25 johncoswellRemove item handler from flood fill tool
2007-02-25 johncoswellFix some memory issues with food fill
2007-02-25 johncoswellFix g_free crash
2007-02-25 johncoswellForgot to free some of the pixel storage
2007-02-25 johncoswellAdd ability to flood fill areas of contiguous color
2007-02-25 johncoswellPrevent flood fills from leaking out of fill area
2007-02-25 gouldtj r14551@tres: ted | 2007-02-24 15:22:47 -0800
2007-02-25 johncoswellAdd flood fill tool
2007-02-25 johncoswellFactor out bpath_to_Path
2007-02-25 buliabyakmove a global to a class property; reduce the use of...
2007-02-25 buliabyakadd 'hide all except selected' checkbox
2007-02-24 buliabyakpatch 1665648 by Diederik to snap to grid when drawing...
2007-02-24 buliabyakfix 1666532
2007-02-24 buliabyakfix 1332884
2007-02-24 buliabyaksome more refactoring
2007-02-24 buliabyakmake selection_contains_both_clone_and_original reusable
2007-02-24 buliabyakfix crash when tracing with too small clones
2007-02-24 buliabyakfix crash when tracing with too small clones
2007-02-24 buliabyakguaranteed to pan the canvas all the way from mouse...
2007-02-23 joncruzFixed crash when draw height was zero.
2007-02-23 bryceDisabling transientize callback - it's currently causin...
2007-02-23 bryceWhen selecting 'none', the marker wasn't getting remove...
2007-02-22 buliabyakadd commented-out cairo stroke rendering; refactoring
2007-02-21 buliabyakfactor out some cairo-related helpers; add cairo clippi...
2007-02-21 bryceAdjusting how items in the marker menu are selected...
2007-02-21 johanengelenFix initialisation problem.
2007-02-21 bryceFixes issue where a modified stock marker's preview...
2007-02-21 bryceAdding handler for switching documents, to regenerate...
2007-02-21 buliabyakfix 1662589: increase blur margins so that the cutoff...
2007-02-21 cmarquCrudely improve check-markup for { markup, fix...
2007-02-20 ishmalremove old *.mingw files
2007-02-20 ishmalremove old *.mingw files
2007-02-20 ishmalImprove null check
2007-02-20 keescookfully drop fixed_g_ascii_strtod hack
2007-02-20 buliabyak1664055
2007-02-20 bryceCompletes fix for 980157. Markers in current document...
2007-02-20 bryceMoving cache management code from .h to .cpp.
2007-02-20 bryceMoving functions from svg_preview_cache.h to a new...
2007-02-20 brycePartial fix for bug 980157.
2007-02-20 buliabyakfix the order of searching for linked image file to...
2007-02-19 joncruzCleaned up DOS line ends that had snuck in.
2007-02-19 joncruzFixed unintialized variables and minor misc warnings
2007-02-19 buliabyaknow at least the first opening of the first gtkmm dialo...
2007-02-19 buliabyakspeed up default scrolling a bit
2007-02-19 buliabyakmake sure scrolling acceleration does not hiccup on...
2007-02-19 buliabyaksmooth panning: suppress painting for so long as scroll...
2007-02-18 bryceNew dir for UI cache management code
2007-02-18 buliabyakremove old workaround for a bug which seems to be fixed...
2007-02-18 johanengelenadded forward decl to fixed_g_ascii_strtod to fix compi...
2007-02-18 keescookrelocated unix print dialog outside of extension call...
2007-02-18 buliabyakstandardize converting from number to string and back
2007-02-18 buliabyakreverse the order of markers, because since rev 13483...
2007-02-18 bryceFinishing fleshing out some design documentation for...
2007-02-18 keescookseparate crash handlers, allow "in place" crashes to...
2007-02-17 buliabyaka bunch of cairo fixmes in anticipation of a more direc...
2007-02-17 ishmaladd build.dep to the things removed for "clean"
2007-02-17 cyrevebug 1652188: text-anchor:start means left even in rtl
2007-02-17 buliabyakeliminate temporary buffer in outline mode (faster...
2007-02-17 buliabyakfirst try to use cairo, for outline mode only so far
2007-02-16 theadibcliparts -> clipart
2007-02-16 theadibadded selection for following new lngs. bn en_AU eo...
2007-02-15 buliabyakenable click-action and general tooltip for style swatches
2007-02-15 buliabyakspell out Fill and Stroke labels
2007-02-13 mjwybrow * src/main.cpp: Allow the user to override the locale...
2007-02-13 buliabyakremoving forward declaration of a enum - is it valid...
2007-02-13 buliabyakisolate the nodepath-or-knotholder unit into the new...
2007-02-13 luca_brunoeo: translation completed
next