summaryrefslogtreecommitdiffstats
path: root/src/inkscape.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Stop background rendering once crash handler is triggered.Jon A. Cruz2010-12-061-0/+2
| | | (bzr r9940)
* 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)
* Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-0/+1
| | | (bzr r9828)
* Made public some functions so they could be used by the DBus code. Similar ↵Soren Berg2009-07-121-0/+3
| | | | | functions were already public so I think it's okay. (bzr r8254.1.7)
* From trunkTed Gould2008-10-271-1/+0
| | | (bzr r6885)
* Committing fixed patch for autosave. Fixes bug #171092.Jon A. Cruz2008-06-121-0/+2
| | | (bzr r5898)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* added inkscape_get_all_desktops() after speaking with Dale about his plans ↵David Yip2006-07-151-0/+3
| | | | | | | | for Inkboard UI Dale's interested in allowing users to share any document that they might have open, not just new, blank documents. His plan for implementing this is to provide a "share this document" menu. (bzr r1420)
* optimized includesRalf Stephan2006-01-181-6/+10
| | | (bzr r16)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+86
(bzr r1)