| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix assertion failure on Ctrl+C | Krzysztof Kosi??ski | 2013-09-19 | 1 | -3/+6 |
| | | | | (bzr r12548) | ||||
| * | Merge C++ification of the SP tree by Markus Engel | Krzysztof Kosi??ski | 2013-09-19 | 1 | -243/+116 |
| |\ | | | | | (bzr r12532) | ||||
| | * | Removed TypeInfo; adjusted Factory to meet code style conventions. | Markus Engel | 2013-09-16 | 1 | -2/+2 |
| | | | | | | | (bzr r11608.1.124) | ||||
| | * | reordered SPDesktop::set_event_context2; fixed last mismatched-tags | Markus Engel | 2013-08-02 | 1 | -3/+1 |
| | | | | | | | (bzr r11608.1.116) | ||||
| | * | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 1 | -59/+7 |
| | | | | | | | (bzr r11608.1.111) | ||||
| | * | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes. | Markus Engel | 2013-07-31 | 1 | -8/+8 |
| | | | | | | | (bzr r11608.1.110) | ||||
| | * | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 1 | -1/+3 |
| | |\ | |/ |/| | (bzr r11608.1.107) | ||||
| | * | Replaced casting macros for EventContext tree; added contructors. | Markus Engel | 2013-04-13 | 1 | -2/+2 |
| | | | | | | | (bzr r11608.1.96) | ||||
| | * | Added prefPaths to contexts; modified SPFactory | Markus Engel | 2013-04-12 | 1 | -22/+28 |
| | | | | | | | (bzr r11608.1.94) | ||||
| | * | Removed old SPObject factory. | Markus Engel | 2013-04-10 | 1 | -3/+1 |
| | | | | | | | (bzr r11608.1.91) | ||||
| | * | Reactivated independent reference counting in the SPObject tree. | Markus Engel | 2013-04-08 | 1 | -0/+9 |
| | | | | | | | (bzr r11608.1.88) | ||||
| | * | Added exception to SPFactory / basic handling to SPObject. | Markus Engel | 2013-04-07 | 1 | -21/+50 |
| | | | | | | | (bzr r11608.1.87) | ||||
| | * | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -120/+62 |
| | | | | | | | (bzr r11608.1.86) | ||||
| | * | Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵ | Markus Engel | 2013-04-02 | 1 | -12/+30 |
| | | | | | | | | | | | casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70) | ||||
| | * | Added experimental constructor to SPRect. Memory leaks because of ↵ | Markus Engel | 2013-04-01 | 1 | -6/+18 |
| | | | | | | | | | | | non-virtual destructor. (bzr r11608.1.66) | ||||
| | * | Replaced calls to g_object_(un)ref with sp_object_(un)ref. | Markus Engel | 2013-04-01 | 1 | -3/+3 |
| | | | | | | | (bzr r11608.1.65) | ||||
| | * | Prepared exchange of casting macros. | Markus Engel | 2013-03-31 | 1 | -0/+4 |
| | | | | | | | (bzr r11608.1.63) | ||||
| | * | Removed unused function definitions | Markus Engel | 2013-03-30 | 1 | -32/+0 |
| | | | | | | | (bzr r11608.1.59) | ||||
| | * | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -20/+20 |
| | | | | | | | (bzr r11608.1.57) | ||||
| | * | merged from trunk | Markus Engel | 2013-03-29 | 1 | -165/+83 |
| | |\ | | | | | | | (bzr r11608.1.56) | ||||
| | * | | Removed function pointers from SPObject and subclasses. | Markus Engel | 2013-03-29 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | ||||
| | * | | Various changes. | Markus Engel | 2013-03-14 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r11608.1.48) | ||||
| | * | | Added some virtual pad calls to SPObject. | Markus Engel | 2012-10-06 | 1 | -49/+70 |
| | | | | | | | | | | (bzr r11608.1.47) | ||||
| | * | | Added "virtual pad" to SPObject. | Markus Engel | 2012-08-17 | 1 | -12/+90 |
| | | | | | | | | | | (bzr r11608.1.1) | ||||
| * | | | cleanup document option to clean up unused swatches | Raphael Rosch | 2013-05-13 | 1 | -1/+3 |
| | |/ |/| | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1177888 (bzr r12333) | ||||
| * | | Cleanup more GObject type definitions | Alex Valavanis | 2013-01-17 | 1 | -50/+134 |
| | | | | | | | (bzr r12034) | ||||
| * | | SPObject: drop sp_object_ prefix on class members | Alex Valavanis | 2012-11-11 | 1 | -37/+34 |
| | | | | | | | (bzr r11869) | ||||
| * | | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog | Tavmjong Bah | 2012-10-11 | 1 | -0/+3 |
| | | | | | | | (bzr r11782) | ||||
| * | | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | | some memleak fixes (Bug #1043571) | Kris De Gussem | 2012-09-20 | 1 | -8/+2 |
| | | | | | | | (bzr r11686) | ||||
| * | | revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵ | Kris De Gussem | 2012-09-03 | 1 | -2/+8 |
| | | | | | | | | | | | not enabled) and other issues (bzr r11649) | ||||
| * | | converted some c-string usage to c++ string class usage: should fix some ↵ | Kris De Gussem | 2012-09-02 | 1 | -8/+2 |
| |/ | | | | | memory leaks (bzr r11646) | ||||
| * | Change finalization order in SPObject: delete signals before calling | Krzysztof Kosi??ski | 2012-03-18 | 1 | -4/+4 |
| | | | | | | the parent finalizer. Should fix problems with gdb on Windows. (bzr r11096) | ||||
| * | Dropped deprecated function sp_repr_get_int_attribute | Kris De Gussem | 2012-01-11 | 1 | -2/+3 |
| | | | | (bzr r10871) | ||||
| * | Warning and uninitialized variable cleanup. | Jon A. Cruz | 2012-01-08 | 1 | -2/+2 |
| | | | | (bzr r10860) | ||||
| * | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 1 | -1/+1 |
| | | | | (bzr r10830) | ||||
| * | Add possibility to check validity of attributes and usefulness of properties. | Tavmjong Bah | 2011-11-29 | 1 | -1/+26 |
| | | | | | | | | | | This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -308/+15 |
| | | | | (bzr r10697) | ||||
| * | Next step in refactoring color management. More to come. | Jon A. Cruz | 2011-07-09 | 1 | -1/+1 |
| | | | | (bzr r10429) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -2/+2 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | Port of 0.48.x branch revision 9781. | Jon A. Cruz | 2011-05-28 | 1 | -0/+1 |
| | | | | | | | | | | | Cleanup of legacy code and casting that was breaking 64-bit gradient use. Fixes bug #743530 and bug #778441. Fixed bugs: - https://launchpad.net/bugs/743530 - https://launchpad.net/bugs/778441 (bzr r10242) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -351/+349 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | XML Privatisation Stuff after a long time | Abhishek Sharma public | 2010-08-11 | 1 | -0/+18 |
| | | | | | | | (bzr r9546.1.12) | ||||
| | * | Yet mor in c++ification | Abhishek Sharma public | 2010-07-24 | 1 | -0/+7 |
| | | | | | | | (bzr r9546.1.11) | ||||
| | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -87/+109 |
| | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | ||||
| | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 1 | -11/+34 |
| | | | | | | | | | | | 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) | ||||
| | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -79/+79 |
| | | | | | | | (bzr r9546.1.4) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+2 |
| | | | | | | | (bzr r9546.1.2) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 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) | ||||
| * | | Do not remove color-profile elements during vacuum defs. Fixes bug #444225. | Jon A. Cruz | 2010-07-02 | 1 | -0/+3 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/444225 (bzr r9552) | ||||
