summaryrefslogtreecommitdiffstats
path: root/src/desktop-handles.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-60/+0
| | | (bzr r13820)
* Purge sp_desktop_controlsLiam P. White2014-12-211-1/+0
| | | (bzr r13819)
* Purge sp_desktop_guidesLiam P. White2014-12-211-1/+0
| | | (bzr r13818)
* Purge sp_desktop_message_stackLiam P. White2014-12-211-1/+0
| | | (bzr r13817)
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-2/+0
| | | (bzr r13816)
* Purge sp_desktop_mainLiam P. White2014-12-211-1/+0
| | | (bzr r13815)
* Purge sp_desktop_gridgroupLiam P. White2014-12-211-1/+0
| | | (bzr r13814)
* Purge sp_desktop_drawingLiam P. White2014-12-211-1/+0
| | | (bzr r13813)
* Purge sp_desktop_acetateLiam P. White2014-12-211-1/+0
| | | (bzr r13812)
* Purge sp_desktop_canvasLiam P. White2014-12-211-1/+0
| | | (bzr r13811)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-1/+0
| | | (bzr r13810)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-2/+0
| | | (bzr r13809)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-2/+12
| | | (bzr r12782)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-2/+2
| | | (bzr r11608.1.111)
* Further refactoring of EventContexts.Markus Engel2013-07-301-1/+1
| | | (bzr r11608.1.109)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12204)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-1/+1
| | | | | forward declarations (bzr r12203)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-5/+8
| | | | | the contents forward.h at all). (bzr r10667)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+4
| | | | | header. (bzr r9978.1.1)
* 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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8404)
* From trunkTed Gould2008-10-271-2/+2
| | | (bzr r6885)
* NEW: temporary on-canvas indicatorsJohan B. C. Engelen2008-03-021-0/+1
| | | (bzr r4918)
* remove unused constant which suggests we have some kind of limit to ↵bulia byak2008-02-171-1/+0
| | | | | scrolling distance (and which was way too small anyway, even if we have a limit it's much larger than that) (bzr r4750)
* New grids are almost ready to fly!Johan B. C. Engelen2007-04-131-1/+1
| | | (bzr r2873)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-14/+0
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+71
(bzr r1)