Code

Use subdirectories with icon sizes.
[inkscape.git] / src / flood-context.cpp
2010-12-12 Jon A. CruzGSoC C++-ificiation merge and cleanup.
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-11-17 Chris MorganSuper duper mega (fun!) commit: replaced encoding=utf...
2010-09-24 JazzyNicoi18n. Fix for bug #644967 (Translation of strings using...
2010-07-24 Abhishek Sharma... Yet mor in c++ification
2010-07-06 Abhishek Sharma... C++ification of SPObject continued along with the onset...
2010-07-02 Abhishek Sharma... New Class SPDocumentUndo created which takes care of...
2010-07-01 Abhishek Sharma... C++fied SPDocument added
2010-06-29 Abhishek Sharma... This is the first c++ification commit from me. It handl...
2010-05-15 Ted GouldUpdating to trunk
2010-04-06 Krzysztof KosińskiRevert the inverted coordinate system fix. 3D Boxes...
2010-04-03 Krzysztof KosińskiChange desktop coordinate system to match SVG (LP ...
2010-04-03 Krzysztof KosińskiFix tweak and paint bucket tools
2010-04-01 Josh AndlerPatch by Daniel_J for 522327
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceSPDocument->Document
2009-01-08 buliabyakswitch to using shape_editor, instead of separate knoth...
2008-11-21 Ted GouldMerge from fe-moved
2008-10-27 Ted GouldFrom trunk
2008-10-11 Ted GouldMerging from trunk
2008-09-18 cilix42Next roud of NR ==> Geom conversion
2008-09-16 buliabyakremove extra unref; now ref/unref is done by show/hide...
2008-08-15 cilix42Eliminate more of SP_ACTIVE_DESKTOP
2008-08-14 cilix42Removal of SP_ACTIVE_DESKTOP, next take
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-08-03 johanengelenremove many needless references to n-art-bpath.h
2008-07-07 johanengelen2geomify conversion to livaror in flood-context.cpp
2008-06-12 johanengelenchange NR::Matrix to Geom:: for many sp_item_xxx_affine...
2008-04-21 johncoswellOnly trace the painted area of the screen with each...
2008-04-20 johncoswellMake parameter tracking for Paint Bucket less memory...
2008-04-18 johncoswellSmall Paint Bucket optimization for creating GrayMap
2008-04-17 johncoswellHave Paint Bucket generate the necessary GrayMap for...
2008-03-21 jaspervdgNo more NRMatrix or NRPoint.
2008-03-15 johncoswellAdd doxygen comments to flood-context.cpp
2008-02-13 prokoudinei18n patch from Marcin
2008-01-11 cilix42Add missing selection cue option to preferences for...
2007-12-16 johncoswellfix possible crash where event_context is destroyed...
2007-11-13 johncoswellbetter paint bucket queue handling; queue points are...
2007-11-13 johncoswellchange pixel queuing method & add pixel queue cleanup...
2007-08-10 johncoswellTweak max queue size.
2007-08-10 johncoswellInclude new routines for building the fill point queue...
2007-07-29 buliabyakdue to the order of processing events, we must disable...
2007-07-27 johncoswellVarious small cleanups and optimizations to Paint Bucke...
2007-06-02 johncoswellSome additional Paint Bucket optimizations and cleanup
2007-06-02 johncoswellFinish Paint Bucket optimizations & fixes for auto gap
2007-06-01 johncoswellImplement various small paint bucket optimizations...
2007-06-01 johncoswellAdd fillaccuracy preference
2007-06-01 johncoswellAdd optimizations for Paint Bucket bitmap fill
2007-05-30 johncoswellImprove auto gap algorithm and move some "magic numbers...
2007-05-28 johncoswellAdd auto gap filling for Paint Bucket and implement...
2007-04-25 johncoswellSet up toolbox so that paint bucket defaults can be...
2007-04-22 johncoswellAdd check for hidden/locked layer
2007-04-21 johncoswellFinal fix for gradient fill algorithm
2007-04-19 johncoswellImprove fill dragging by increasing drag tolerance...
2007-04-19 johncoswellStart building drag fill that uses colors of all points...
2007-04-15 johncoswellRemove some unneeded header includes
2007-04-15 johncoswellClear the mssage context after drag filling
2007-04-15 johncoswellFix retrieving of initial point color for paint bucket...
2007-04-15 johncoswellAdd ability to drag cursor while holding alt to add...
2007-04-12 joncruzSwitched paint bucket toolbar to stock GTK+ toobar...
2007-03-31 buliabyakadd missing undo transaction for Ctrl+click
2007-03-31 johncoswellChange paint bucket path union to properly create only...
2007-03-28 johncoswellAdd shift+click to union new fill with old selection
2007-03-18 buliabyakswitch to using desktop method to restore cursor
2007-03-18 buliabyakfix crash when you quickly click in two areas and then...
2007-03-14 buliabyakuse desktop method to set waiting cursor; do not try...
2007-03-14 johncoswellClean up indentation
2007-03-14 johncoswellFix paint bucket point queueing issue
2007-03-11 johncoswellAdd ctrl+click to paint bucket to change clicked object...
2007-03-11 buliabyakdisplay busy cursor while filling
2007-03-11 johncoswellChange tolerance to threshold
2007-03-08 johncoswellAdd HSL options to paint bucket channels
2007-03-08 johncoswellAdd and adjust fill channels
2007-03-08 buliabyakdo not offset if offset==0; display messages if success...
2007-03-08 buliabyakmake offset independent of zoom
2007-03-08 buliabyakmake default paintbucket offset 0
2007-03-08 johncoswellAdd units selector to offset and remove offset range...
2007-03-07 johncoswellBegin work on selectable color channels for paint bucke...
2007-03-04 joncruzWarning cleanup of unused variables
2007-03-04 mentaladapt code to new Maybe/bbox regime
2007-03-04 mentalreplace use of invokeBbox in flood fill tool
2007-03-03 buliabyakverbify esc to deselect; enable esc and ctrl-z to cance...
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 johncoswellAllow for filling of only visible parts of the bounded...
2007-03-01 johncoswellRemove some unnecessary code
2007-03-01 buliabyakAPI change: render methods now take a cairo_t (not...
2007-03-01 johncoswellFix massive point queueing and tolerance issue
2007-03-01 johncoswellOptimize flood algorithm to only scan adjacent runs...
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 buliabyakincrease padding
2007-02-27 buliabyakadd paintbucket cursor
2007-02-27 johncoswellRemove debug code from flood-context.cpp
2007-02-27 johncoswellAdjusted flood fill padding
next