| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2013-11-09 | Moved and renamed some tool-related files. | Markus Engel | 1 | -1263/+0 | |
| (bzr r12785) | |||||
| 2013-11-07 | First step of moving tools into appropriate namespaces. | Markus Engel | 1 | -20/+28 | |
| (bzr r12782) | |||||
| 2013-10-16 | static code analysis: performance | Kris De Gussem | 1 | -1/+1 | |
| (bzr r12695) | |||||
| 2013-08-27 | Added viewBox implement document unit support. | Matthew Petroff | 1 | -2/+2 | |
| (bzr r12475.1.2) | |||||
| 2013-07-31 | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes. | Markus Engel | 1 | -8/+1 | |
| (bzr r11608.1.110) | |||||
| 2013-07-30 | Further refactoring of EventContexts. | Markus Engel | 1 | -2/+2 | |
| (bzr r11608.1.109) | |||||
| 2013-07-20 | Ported away from and removed "sp-metrics.*". | Matthew Petroff | 1 | -1/+0 | |
| (bzr r12380.1.47) | |||||
| 2013-07-01 | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 1 | -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) | |||||
| 2013-04-28 | Temporily fix abiguous macros before later removal. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r12310) | |||||
| 2013-04-21 | Cleaned up a bit. | Markus Engel | 1 | -106/+67 | |
| (bzr r11608.1.102) | |||||
| 2013-04-20 | Moved factories to different files. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.100) | |||||
| 2013-04-20 | Merging of EventContext classes complete. | Markus Engel | 1 | -68/+16 | |
| (bzr r11608.1.98) | |||||
| 2013-04-13 | Replaced casting macros for EventContext tree; added contructors. | Markus Engel | 1 | -0/+15 | |
| (bzr r11608.1.96) | |||||
| 2013-04-12 | Added prefPaths to contexts; modified SPFactory | Markus Engel | 1 | -0/+2 | |
| (bzr r11608.1.94) | |||||
| 2013-04-09 | Added constructors to EventContext tree / some missing virtual pads. | Markus Engel | 1 | -5/+13 | |
| (bzr r11608.1.90) | |||||
| 2013-04-08 | Started conversion of SPEventContext tree; added virtual pads to all classes. | Markus Engel | 1 | -9/+40 | |
| (bzr r11608.1.89) | |||||
| 2013-01-23 | Clean up more GObject type definitions | Alex Valavanis | 1 | -32/+8 | |
| (bzr r12055) | |||||
| 2012-12-10 | Fix for bug #837066: Bucket Tool regressions with Cairo renderer. | Tavmjong Bah | 1 | -8/+27 | |
| (bzr r11949) | |||||
| 2012-10-04 | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 1 | -1/+1 | |
| they are not used elsewhere. (bzr r11735) | |||||
| 2012-07-05 | Drop GTK+ 2.20 support. | Alex Valavanis | 1 | -4/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | |||||
| 2012-06-05 | Header cleaning for GTK+3 migration | Alex Valavanis | 1 | -1/+0 | |
| (bzr r11460) | |||||
| 2012-05-03 | Eliminated duplication of GTK key defines. | Jon A. Cruz | 1 | -84/+1 | |
| (bzr r11318) | |||||
| 2012-04-15 | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 1 | -4/+91 | |
| (bzr r11250) | |||||
| 2012-02-29 | Cleanup of unused variables and warnings. | Jon A. Cruz | 1 | -14/+25 | |
| (bzr r11031) | |||||
| 2012-02-29 | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 1 | -1/+1 | |
| (bzr r11030) | |||||
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -0/+2 | |
| (bzr r10963) | |||||
| 2012-01-17 | turn SPPath into a class, and add some methods... | Johan B. C. Engelen | 1 | -2/+6 | |
| (bzr r10897) | |||||
| 2012-01-12 | Initial C++ification of SPCanvas. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10873) | |||||
| 2011-10-03 | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 1 | -68/+69 | |
| (bzr r10659) | |||||
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -1/+1 | |
| using them more obvious. Fix filter region computation. (bzr r10582.1.1) | |||||
| 2011-08-07 | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 1 | -18/+13 | |
| methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | |||||
| 2011-08-06 | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 1 | -40/+36 | |
| (bzr r10347.1.21) | |||||
| 2011-07-22 | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 1 | -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) | |||||
| 2011-07-16 | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 1 | -4/+3 | |
| (bzr r10461) | |||||
| 2011-06-24 | Switch to GObject | Alex Valavanis | 1 | -1/+1 | |
| (bzr r10350.1.3) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -5/+5 | |
| (bzr r10025) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 1 | -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) | |||||
| 2010-09-24 | i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not ↵ | Nicolas Dufour | 1 | -4/+4 | |
| applied properly). (bzr r9781) | |||||
| 2010-08-15 | Make nr_arena_invoke_render expect an already transformed context, | Krzysztof Kosi??ski | 1 | -0/+1 | |
| to remove a limitation to integer translations imposed by NRRectL (bzr r9508.1.68) | |||||
| 2010-08-14 | Fix paint bucket tool | Krzysztof Kosi??ski | 1 | -77/+73 | |
| (bzr r9508.1.66) | |||||
| 2010-08-04 | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 1 | -6/+1 | |
| (bzr r9508.1.44) | |||||
| 2010-07-24 | Yet mor in c++ification | Abhishek Sharma public | 1 | -4/+6 | |
| (bzr r9546.1.11) | |||||
| 2010-07-06 | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 1 | -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) | |||||
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 1 | -3/+3 | |
| SPDocument based methods (bzr r9546.1.3) | |||||
| 2010-07-01 | C++fied SPDocument added | Abhishek Sharma Public | 1 | -3/+3 | |
| (bzr r9546.1.2) | |||||
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 1 | -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) | |||||
| 2010-04-06 | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 1 | -2/+2 | |
| require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298) | |||||
| 2010-04-03 | Fix tweak and paint bucket tools | Krzysztof Kosi??ski | 1 | -2/+2 | |
| (bzr r9281.1.6) | |||||
| 2010-04-01 | Patch by Daniel_J for 522327 | Josh Andler | 1 | -2/+2 | |
| (bzr r9267) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -2/+2 | |
| which cannot be fixed easily. (bzr r8422) | |||||
