| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13820) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13809) | ||||
| * | Fix for 1019974 : Default layer names are inconsistent | John Smith | 2012-10-12 | 1 | -34/+47 |
| | | | | (bzr r11785) | ||||
| * | code style (use NULL for pointers instead of 0) | Johan B. C. Engelen | 2012-08-15 | 1 | -3/+3 |
| | | | | (bzr r11607) | ||||
| * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -6/+6 |
| | | | | (bzr r10064) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -5/+8 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 1 | -2/+4 |
| | | | | | | | | | | | 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) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -3/+3 |
| | | | | | | | (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) | ||||
| * | Correct desktop tracking for layers dialog. Fixes bug #427514. | Jon A. Cruz | 2010-04-27 | 1 | -1/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/427514 (bzr r9380) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -4/+4 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -4/+4 |
| | | | | (bzr r8404) | ||||
| * | part of #339660; layers dialog allows non-unique inkscape:label attributes | Ed Halley | 2009-03-08 | 1 | -30/+34 |
| | | | | (bzr r7443) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -2/+3 |
| | | | | (bzr r6885) | ||||
| * | Avoid redundant additions for non-layer layers | Jon A. Cruz | 2008-03-03 | 1 | -1/+3 |
| | | | | (bzr r4943) | ||||
| * | Avoid adding layers who's repr is null or disconnected, or with a parent ↵ | Jon A. Cruz | 2008-03-03 | 1 | -3/+19 |
| | | | | | | | | who's repr is null or disconnected. Fixes Bug #168586 (bzr r4939) | ||||
| * | Avoiding adding layers that are not listed in the document's current set. | Jon A. Cruz | 2008-03-03 | 1 | -21/+108 |
| | | | | | | Fixes Bug #196098 (bzr r4938) | ||||
| * | http://sourceforge.net/mailarchive/forum.php?thread_name=5747bce9a7ed077c1b4 ↵ | Johan B. C. Engelen | 2007-11-30 | 1 | -0/+3 |
| | | | | | | fc9f0f4f8a5e0%40localhost&forum_name=inkscape-devel (bzr r4147) | ||||
| * | add destructor to LayerManager that disconnects it signals. see bug: [ ↵ | Johan B. C. Engelen | 2007-11-03 | 1 | -0/+6 |
| | | | | | | 1720871 ] Crash when adding a layer (bzr r4019) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -6/+6 |
| | | | | (bzr r4012) | ||||
| * | fix 64-bit issues with width of npos -- patch #1675697 from mellum | MenTaLguY | 2007-03-18 | 1 | -1/+1 |
| | | | | | | (Falk Hueffner) (bzr r2695) | ||||
| * | switch to sigc++ signals and manually clean up signal connections (although ↵ | MenTaLguY | 2006-07-21 | 1 | -9/+7 |
| | | | | | | it may not be strictly necessary to do so here) (bzr r1453) | ||||
| * | workaround assertion upon file revert | Jon A. Cruz | 2006-05-29 | 1 | -3/+6 |
| | | | | (bzr r1064) | ||||
| * | Option to keep selection when changing layers | Jon A. Cruz | 2006-05-28 | 1 | -0/+12 |
| | | | | (bzr r1037) | ||||
| * | Prevent layer name duplication | Jon A. Cruz | 2006-05-27 | 1 | -0/+52 |
| | | | | (bzr r1024) | ||||
| * | Cleaned up propagation of status changes. | Jon A. Cruz | 2006-05-26 | 1 | -1/+49 |
| | | | | (bzr r1018) | ||||
| * | Adding notification when managed layers change. | Jon A. Cruz | 2006-05-21 | 1 | -1/+21 |
| | | | | (bzr r917) | ||||
| * | stop structure rebuilds on change of selected layer. Added scrolling, pop-up ↵ | Jon A. Cruz | 2006-05-18 | 1 | -3/+1 |
| | | | | | | menu, in-place renamimg, and position-sensitive enabling (bzr r873) | ||||
| * | Base implementation of a layers dialog. | Jon A. Cruz | 2006-05-15 | 1 | -0/+3 |
| | | | | (bzr r843) | ||||
| * | Minor update for compile problem | Jon A. Cruz | 2006-05-14 | 1 | -13/+15 |
| | | | | (bzr r839) | ||||
| * | Corrected base structure and avoiding infinite loop. | Jon A. Cruz | 2006-05-14 | 1 | -13/+30 |
| | | | | (bzr r833) | ||||
| * | draft of layer manager | MenTaLguY | 2006-03-29 | 1 | -0/+71 |
| (bzr r326) | |||||
