summaryrefslogtreecommitdiffstats
path: root/src/inkscape-private.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-67/+0
| | | (bzr r13341.5.3)
* 1. make it compileLiam P. White2014-06-251-21/+21
| | | (bzr r13341.5.1)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
| | | (bzr r12782)
* Further renaming of DBus variables (object -> app_interface/doc_interfaceEric Greveson2013-07-041-2/+0
| | | | | | | and doc_context -> target) Fixes to application interface for document_new (now only works in console mode, and behaves as expected) (bzr r12387.1.8)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-4/+5
| | | | | the contents forward.h at all). (bzr r10667)
* Remove deprecated glib macro wrappersAlex Valavanis2011-06-141-4/+4
| | | (bzr r10302.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-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* response to bug #167290; add another undoc option to support alt-key ↵Ed Halley2009-03-161-0/+3
| | | | | tracking for osx x11 and other gdk systems that cannot sense alt key properly (bzr r7505)
* rewrote the document list as a (SPDocument,use_count) map, incrementing ↵bulia byak2008-09-211-1/+1
| | | | | use_count for each view of the document; address warnings and fixmes (bzr r6865)
* add experimental modifier remappingMenTaLguY2007-08-291-0/+3
| | | (bzr r3606)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+62
(bzr r1)