summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add experimental modifier remappingMenTaLguY2007-08-291-1/+25
| | | (bzr r3606)
* Hold perspectives on document level rather than globally; this corrects the ↵Maximilian Albert2007-08-091-16/+0
| | | | | changes made in commit #15681 (bzr r3445)
* Workaround for some segfaults: Store perspectives globally instead of in ↵Maximilian Albert2007-08-061-0/+16
| | | | | each desktop (this should probably be reverted later on) (bzr r3390)
* Additional null pointer checkingJon A. Cruz2007-04-061-1/+6
| | | (bzr r2827)
* Prevent null pointer dereferencingJon A. Cruz2007-04-061-1/+1
| | | (bzr r2826)
* when creating .inkscape profile dir, also create empty subdirs for templates ↵bulia byak2007-04-011-0/+23
| | | | | etc. (bzr r2796)
* allow multiple (balanced) calls to add and remove documentMenTaLguY2007-03-231-4/+15
| | | (bzr r2745)
* get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY2007-02-271-3/+3
| | | (bzr r2461)
* get rid of sp_repr_document wrapper functionMenTaLguY2007-02-261-1/+1
| | | (bzr r2445)
* separate crash handlers, allow "in place" crashes to happenKees Cook2007-02-181-12/+25
| | | (bzr r2386)
* fixes for style-test prefs crashesKees Cook2007-01-131-0/+1
| | | (bzr r2202)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-5/+5
| | | | | 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-5/+5
| | | | | 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/+8
| | | | | | | | 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)
* Additional translation string cleanup for bug #1490928Kees Cook2006-05-261-10/+10
| | | (bzr r1017)
* Fix for "[1490928] Error message after an internal error is notBryce Harrington2006-05-251-7/+7
| | | | | | translated". The strings were marked as translatable but not getting passed to the translation engine. (bzr r1009)
* fixed crash when starting up without Inkscape GUI: Inkscape messages were ↵David Yip2006-05-191-3/+5
| | | | | | | | being redirected to DebugDialog regardless of value of use_gui, which caused problems in DebugDialog instantiation (bzr r886)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-13/+13
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-22/+22
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1413
(bzr r1)