Code

get rid of sp_repr_document_root and (commented) sp_repr_duplicate
[inkscape.git] / src /
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 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-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 cmarquTypofix ("canceled").
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 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-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 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-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 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 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-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_brunoangular brackets <> aren't allowed
2007-02-12 buliabyakfix 1658088
2007-02-12 buliabyakbatch export checkbox
2007-02-11 buliabyakfix warning
2007-02-11 buliabyakallow grouping a single object
2007-02-11 luca_brunoreadded comment for translators; moved comment to avoid...
2007-02-11 kidprotoActually, just ditched the whole option...its useless...
2007-02-11 kidprotooops...commented out my fix for new cli option...ugh...
2007-02-11 kidprotoAdded gnome-vfs patch by Ed Catmur so we can save/open...
2007-02-11 buliabyakjasper's patch for fast iir blur
2007-02-11 buliabyakfix 1654495: a comment repr node has no spobject, so...
2007-02-10 buliabyakmore correct whitespace handling per w3.org/TR/SVG11...
2007-02-09 ishmalCleaned up comments
2007-02-09 ishmalFirst, show translator-credits for this language if...
2007-02-07 buliabyakdefocus checkboxes upon click so they don't steal keyst...
2007-02-07 buliabyakmore informative tooltip
2007-02-06 keescookcorrectly ifdef the new print dialog
2007-02-06 luca_brunoAdded Esperanto translation
2007-02-05 keescookinitial support for gtk print dialog, if available
2007-02-04 bryceReverting patch
2007-02-04 brycePatch from Debian bug tracker from Daniel Kahn Gillmor
2007-02-04 johanengelenFixed saving bug, now attributes are correctly handled...
2007-02-04 buliabyakUnions Are Evil! When pixblock size is TINY, it stores...
2007-02-04 buliabyaknull the sodipodi:modified before saving, not after...
2007-02-04 mentaltweak parameters for more responsiveness
2007-02-03 johanengelenFork gradientvector upon deletion of stops.
next