summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1263/+0
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-20/+28
| | | (bzr r12782)
* static code analysis: performanceKris De Gussem2013-10-161-1/+1
| | | (bzr r12695)
* Merge from trunk.Matthew Petroff2013-09-201-127/+85
|\ | | | | (bzr r12475.1.29)
| * Merged from trunk (r12488).Markus Engel2013-08-301-1/+0
| |\ | | | | | | (bzr r11608.1.120)
| * | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-8/+1
| | | | | | | | | (bzr r11608.1.110)
| * | Further refactoring of EventContexts.Markus Engel2013-07-301-2/+2
| | | | | | | | | (bzr r11608.1.109)
| * | Merged from trunk (r12419).Markus Engel2013-07-141-2/+2
| |\ \ | | | | | | | | (bzr r11608.1.107)
| * | | Cleaned up a bit.Markus Engel2013-04-211-106/+67
| | | | | | | | | | | | (bzr r11608.1.102)
| * | | Moved factories to different files.Markus Engel2013-04-201-1/+1
| | | | | | | | | | | | (bzr r11608.1.100)
| * | | Merging of EventContext classes complete.Markus Engel2013-04-201-68/+16
| | | | | | | | | | | | (bzr r11608.1.98)
| * | | Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-131-0/+15
| | | | | | | | | | | | (bzr r11608.1.96)
| * | | Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-0/+2
| | | | | | | | | | | | (bzr r11608.1.94)
| * | | Added constructors to EventContext tree / some missing virtual pads.Markus Engel2013-04-091-5/+13
| | | | | | | | | | | | (bzr r11608.1.90)
| * | | Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel2013-04-081-9/+40
| | | | | | | | | | | | (bzr r11608.1.89)
* | | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+2
| |_|/ |/| | | | | (bzr r12475.1.2)
* | | Ported away from and removed "sp-metrics.*".Matthew Petroff2013-07-201-1/+0
| |/ |/| | | (bzr r12380.1.47)
* | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* | Temporily fix abiguous macros before later removal.Jon A. Cruz2013-04-281-1/+1
|/ | | (bzr r12310)
* Clean up more GObject type definitionsAlex Valavanis2013-01-231-32/+8
| | | (bzr r12055)
* Fix for bug #837066: Bucket Tool regressions with Cairo renderer.Tavmjong Bah2012-12-101-8/+27
| | | (bzr r11949)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-1/+1
| | | | | they are not used elsewhere. (bzr r11735)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-1/+0
| | | (bzr r11460)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-84/+1
| | | (bzr r11318)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-4/+91
| | | (bzr r11250)
* Cleanup of unused variables and warnings.Jon A. Cruz2012-02-291-14/+25
| | | (bzr r11031)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+1
| | | (bzr r11030)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-2/+6
| | | (bzr r10897)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-1/+1
| | | (bzr r10873)
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-68/+69
| | | (bzr r10659)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-18/+13
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-40/+36
| | | (bzr r10347.1.21)
* Merge from trunkKrzysztof Kosi??ski2011-07-251-4/+3
|\ | | | | (bzr r10347.1.18)
| * Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-4/+3
| | | | | | (bzr r10461)
* | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-35/+34
|/ | | | | | | with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)
* Switch to GObjectAlex Valavanis2011-06-241-1/+1
| | | (bzr r10350.1.3)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-5/+5
|\ | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-5/+5
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-20/+22
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-20/+21
| |\ | | | | | | (bzr r9945.1.1)
| | * Yet mor in c++ificationAbhishek Sharma public2010-07-241-4/+6
| | | | | | | | | (bzr r9546.1.11)
| | * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-1/+2
| | | | | | | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-3/+3
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-5/+5
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-5/+5
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)