summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk.Matthew Petroff2013-09-201-127/+85
|\
| * Merged from trunk (r12488).Markus Engel2013-08-301-1/+0
| |\
| * | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-8/+1
| * | Further refactoring of EventContexts.Markus Engel2013-07-301-2/+2
| * | Merged from trunk (r12419).Markus Engel2013-07-141-2/+2
| |\ \
| * | | Cleaned up a bit.Markus Engel2013-04-211-106/+67
| * | | Moved factories to different files.Markus Engel2013-04-201-1/+1
| * | | Merging of EventContext classes complete.Markus Engel2013-04-201-68/+16
| * | | Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-131-0/+15
| * | | Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-0/+2
| * | | Added constructors to EventContext tree / some missing virtual pads.Markus Engel2013-04-091-5/+13
| * | | Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel2013-04-081-9/+40
* | | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+2
| |_|/ |/| |
* | | Ported away from and removed "sp-metrics.*".Matthew Petroff2013-07-201-1/+0
| |/ |/|
* | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-1/+1
* | Temporily fix abiguous macros before later removal.Jon A. Cruz2013-04-281-1/+1
|/
* Clean up more GObject type definitionsAlex Valavanis2013-01-231-32/+8
* Fix for bug #837066: Bucket Tool regressions with Cairo renderer.Tavmjong Bah2012-12-101-8/+27
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-1/+1
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-1/+0
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-84/+1
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-4/+91
* Cleanup of unused variables and warnings.Jon A. Cruz2012-02-291-14/+25
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+1
* Header cleaningAlex Valavanis2012-02-121-0/+2
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-2/+6
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-1/+1
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-68/+69
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-18/+13
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-40/+36
* Merge from trunkKrzysztof Kosi??ski2011-07-251-4/+3
|\
| * Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-4/+3
* | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-35/+34
|/
* Switch to GObjectAlex Valavanis2011-06-241-1/+1
* Merge from trunkKrzysztof Kosi??ski2011-04-071-5/+5
|\
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-5/+5
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-20/+22
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-20/+21
| |\
| | * Yet mor in c++ificationAbhishek Sharma public2010-07-241-4/+6
| | * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-1/+2
| | * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-3/+3
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-5/+5
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-5/+5
|\| |
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
| * | i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not a...Nicolas Dufour2010-09-241-4/+4
| |/
* | Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski2010-08-151-0/+1
* | Fix paint bucket toolKrzysztof Kosi??ski2010-08-141-77/+73