summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix assertion failure on Ctrl+CKrzysztof Kosi??ski2013-09-191-3/+6
| | | (bzr r12548)
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-191-243/+116
|\ | | | | (bzr r12532)
| * Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel2013-09-161-2/+2
| | | | | | (bzr r11608.1.124)
| * reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel2013-08-021-3/+1
| | | | | | (bzr r11608.1.116)
| * Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-59/+7
| | | | | | (bzr r11608.1.111)
| * Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-8/+8
| | | | | | (bzr r11608.1.110)
| * Merged from trunk (r12419).Markus Engel2013-07-141-1/+3
| |\ | |/ |/| (bzr r11608.1.107)
| * Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-131-2/+2
| | | | | | (bzr r11608.1.96)
| * Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-22/+28
| | | | | | (bzr r11608.1.94)
| * Removed old SPObject factory.Markus Engel2013-04-101-3/+1
| | | | | | (bzr r11608.1.91)
| * Reactivated independent reference counting in the SPObject tree.Markus Engel2013-04-081-0/+9
| | | | | | (bzr r11608.1.88)
| * Added exception to SPFactory / basic handling to SPObject.Markus Engel2013-04-071-21/+50
| | | | | | (bzr r11608.1.87)
| * Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-120/+62
| | | | | | (bzr r11608.1.86)
| * Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel2013-04-021-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 Engel2013-04-011-6/+18
| | | | | | | | | | non-virtual destructor. (bzr r11608.1.66)
| * Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel2013-04-011-3/+3
| | | | | | (bzr r11608.1.65)
| * Prepared exchange of casting macros.Markus Engel2013-03-311-0/+4
| | | | | | (bzr r11608.1.63)
| * Removed unused function definitionsMarkus Engel2013-03-301-32/+0
| | | | | | (bzr r11608.1.59)
| * Renamed virtual function names.Markus Engel2013-03-291-20/+20
| | | | | | (bzr r11608.1.57)
| * merged from trunkMarkus Engel2013-03-291-165/+83
| |\ | | | | | | (bzr r11608.1.56)
| * | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-10/+10
| | | | | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
| * | Various changes.Markus Engel2013-03-141-1/+1
| | | | | | | | | (bzr r11608.1.48)
| * | Added some virtual pad calls to SPObject.Markus Engel2012-10-061-49/+70
| | | | | | | | | (bzr r11608.1.47)
| * | Added "virtual pad" to SPObject.Markus Engel2012-08-171-12/+90
| | | | | | | | | (bzr r11608.1.1)
* | | cleanup document option to clean up unused swatchesRaphael Rosch2013-05-131-1/+3
| |/ |/| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1177888 (bzr r12333)
* | Cleanup more GObject type definitionsAlex Valavanis2013-01-171-50/+134
| | | | | | (bzr r12034)
* | SPObject: drop sp_object_ prefix on class membersAlex Valavanis2012-11-111-37/+34
| | | | | | (bzr r11869)
* | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-0/+3
| | | | | | (bzr r11782)
* | 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)
* | some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-8/+2
| | | | | | (bzr r11686)
* | revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵Kris De Gussem2012-09-031-2/+8
| | | | | | | | | | not enabled) and other issues (bzr r11649)
* | converted some c-string usage to c++ string class usage: should fix some ↵Kris De Gussem2012-09-021-8/+2
|/ | | | | memory leaks (bzr r11646)
* Change finalization order in SPObject: delete signals before callingKrzysztof Kosi??ski2012-03-181-4/+4
| | | | | the parent finalizer. Should fix problems with gdb on Windows. (bzr r11096)
* Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2012-01-111-2/+3
| | | (bzr r10871)
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-2/+2
| | | (bzr r10860)
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-1/+1
| | | (bzr r10830)
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-291-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. Cruz2011-10-271-308/+15
| | | (bzr r10697)
* Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-1/+1
| | | (bzr r10429)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-2/+2
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Port of 0.48.x branch revision 9781.Jon A. Cruz2011-05-281-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. Cruz2010-12-121-351/+349
|\ | | | | (bzr r9945.1.1)
| * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-0/+18
| | | | | | (bzr r9546.1.12)
| * Yet mor in c++ificationAbhishek Sharma public2010-07-241-0/+7
| | | | | | (bzr r9546.1.11)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-87/+109
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-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 Public2010-07-031-79/+79
| | | | | | (bzr r9546.1.4)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | | | | | (bzr r9546.1.2)
* | 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)
* | Do not remove color-profile elements during vacuum defs. Fixes bug #444225.Jon A. Cruz2010-07-021-0/+3
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/444225 (bzr r9552)