summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-10Fix for bug #837066: Bucket Tool regressions with Cairo renderer.Tavmjong Bah1-8/+27
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-1/+1
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-06-05Header cleaning for GTK+3 migrationAlex Valavanis1-1/+0
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-84/+1
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-4/+91
2012-02-29Cleanup of unused variables and warnings.Jon A. Cruz1-14/+25
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-1/+1
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-2/+6
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-1/+1
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-68/+69
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-1/+1
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-18/+13
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-40/+36
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-35/+34
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-4/+3
2011-06-24Switch to GObjectAlex Valavanis1-1/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-5/+5
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-09-24i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not a...Nicolas Dufour1-4/+4
2010-08-15Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski1-0/+1
2010-08-14Fix paint bucket toolKrzysztof Kosi??ski1-77/+73
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-6/+1
2010-07-24Yet mor in c++ificationAbhishek Sharma public1-4/+6
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-1/+2
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-3/+3
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-5/+5
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-2/+2
2010-04-03Fix tweak and paint bucket toolsKrzysztof Kosi??ski1-2/+2
2010-04-01Patch by Daniel_J for 522327Josh Andler1-2/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-01-08switch to using shape_editor, instead of separate knotholders and listeners; ...bulia byak1-38/+10
2008-11-21Merge from fe-movedTed Gould1-1/+1
2008-10-27From trunkTed Gould1-23/+31
2008-10-11Merging from trunkTed Gould1-2/+2
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-63/+63
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak1-1/+0
2008-08-15Eliminate more of SP_ACTIVE_DESKTOPMaximilian Albert1-1/+1
2008-08-14Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert1-6/+6
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-07-072geomify conversion to livaror in flood-context.cppJohan B. C. Engelen1-3/+4
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-04-21Only trace the painted area of the screen with each fill, reducing memory usage.John Bintz1-10/+32
2008-04-20Make parameter tracking for Paint Bucket less memory-intensive.John Bintz1-30/+42
2008-04-18Small Paint Bucket optimization for creating GrayMapJohn Bintz1-1/+4