Code

inkscape.git
2007-03-04 joncruzWarning cleanup of unused variables
2007-03-04 theadibclean to delete config.h
2007-03-04 buliabyakcomment on bbox types
2007-03-04 mentalmore NR::Maybe<NR::Rect> work
2007-03-04 mentalreturn plain rect for union in all situations where...
2007-03-04 mentalremove remaining use of assume in nr-rect.cpp
2007-03-04 mentalreturn plain rect if both union arguments are also...
2007-03-04 mentalcommunicate bbox type via flags for now
2007-03-04 mentaladapt code to new Maybe/bbox regime
2007-03-04 mentalreplace use of invokeBbox in flood fill tool
2007-03-04 mentalswitch from invokeBbox to getBounds (need to fix proble...
2007-03-04 mentalimplement new API via wrapper for now
2007-03-04 mentalSketch out new bbox API
2007-03-04 mentalConvert union and intersection to use NR::Maybe<NR...
2007-03-04 mentalredo NR::Maybe to be less clever
2007-03-04 buliabyakdelivarotify picking; restore the old pick code, fix...
2007-03-04 mentalmake conversions away from NR::Maybe explicit
2007-03-03 ishmalremove debug messages that sneaked in
2007-03-03 ishmaladd line number to Element
2007-03-03 ishmalimprove error messages
2007-03-03 buliabyakverbify esc to deselect; enable esc and ctrl-z to cance...
2007-03-03 ishmalmodify touchabout target
2007-03-03 joncruzBrought back checkbox and to also append filename upon...
2007-03-03 ishmalMore cleanup of piping. Add ccompiler listing.
2007-03-03 buliabyakenable esc and ctrl-z to cancel drawing
2007-03-03 ishmalAdd <touch> . Fix piping again.
2007-03-03 buliabyakfix bug 1672619
2007-03-03 keescookfix for automake 1.10 from Pierre-Luc Auclair (and...
2007-03-03 joncruzi18n cleanup and adding extension in more cases
2007-03-03 buliabyakthe SP_IS_GAUSSIANBLUR fix is not only for shapes....
2007-03-03 buliabyakfix warning when creating a mask which is the first...
2007-03-03 joncruzAdd the file extension even when the prior name has...
2007-03-03 joncruzSpeedup when switching types by avoiding setting to...
2007-03-03 buliabyakimplement proper picking (by the frame and diagonals...
2007-03-03 buliabyakrestore rendering markers in outline mode
2007-03-03 buliabyakdecouple click and drag release handlers to fix bug...
2007-03-03 mentalmess with naming a little bit and quiet compiler warnin...
2007-03-03 johncoswellFactor out bitmap scanline check into separate function
2007-03-03 johncoswellAdd user-selectable paint bucket path offset size
2007-03-02 amphimade it callable by other extensions. the workaround...
2007-03-02 buliabyakblind fix for endianness, needs testing by someone...
2007-03-02 buliabyakcairoify image outlines
2007-03-02 acspikeadd TODO/FIXME comment to adjust tempfile names after...
2007-03-02 buliabyakfix an error in rounding negative coords
2007-03-02 acspikefix comment to match code
2007-03-02 ishmalfix result piping from shelled-out commands on win32
2007-03-02 buliabyakfix mental's typo! found purely by chance
2007-03-02 buliabyakpatch the RGBA/BGRA incompatibility (until we're not...
2007-03-02 buliabyakted's fix
2007-03-02 buliabyakcreate/destroy the cairo_t for all items to render...
2007-03-02 buliabyakoutline mode: render into the passed cairo_t
2007-03-02 buliabyakeliminate caching and temp buffers for cairo outline...
2007-03-02 joncruzSwitched from deferred extension appending to live...
2007-03-02 johncoswellAllow for filling of only visible parts of the bounded...
2007-03-01 johncoswellRemove some unnecessary code
2007-03-01 cwebbSlovak translation update
2007-03-01 acspikeleave the selection alone on mouse down.
2007-03-01 buliabyakjasper's patch for bug 1666430; see that patch for...
2007-03-01 buliabyakwhen listing verbs, use description when available...
2007-03-01 buliabyakadd accessor for tip (description)
2007-03-01 schwarzenberg(hopefully) fixed build on linux, added missing isnormal.h
2007-03-01 schwarzenbergcommited Solaris 2.8 / gcc-3.2.3 fixes
2007-03-01 gouldtj r14651@tres: ted | 2007-02-28 23:23:41 -0800
2007-03-01 gouldtj r14649@tres: ted | 2007-02-28 23:21:44 -0800
2007-03-01 gouldtj(no commit message)
2007-03-01 gouldtj r14632@tres: ted | 2007-02-28 23:12:58 -0800
2007-03-01 gouldtj r14584@tres: ted | 2007-02-28 20:01:52 -0800
2007-03-01 gouldtj r14583@tres: ted | 2007-02-28 19:29:48 -0800
2007-03-01 gouldtj r14582@tres: ted | 2007-02-28 19:07:35 -0800
2007-03-01 gouldtj r14581@tres: ted | 2007-02-27 19:36:54 -0800
2007-03-01 gouldtj r14579@tres: ted | 2007-02-27 19:00:22 -0800
2007-03-01 gouldtj r14578@tres: ted | 2007-02-27 18:59:35 -0800
2007-03-01 gouldtj r14577@tres: ted | 2007-02-27 18:51:05 -0800
2007-03-01 gouldtj r14576@tres: ted | 2007-02-26 23:29:13 -0800
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
next