summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Forgot explicit initialization of FILE*.Jasper van de Gronde2010-06-021-1/+1
* Fix for bug #283769 (emergency save fails)Jasper van de Gronde2010-06-021-37/+43
* moved some marshalling functions to generic glib callsNathan Hurst2010-04-291-8/+8
* Switching to new input dialog. Allows for a better UI and addresses bug #3348...Jon A. Cruz2010-04-111-2/+2
* Migrate file MRU prefsJon A. Cruz2009-11-091-0/+1
* Create additional user subdir's. Fixes bug #437938.Jon A. Cruz2009-09-301-0/+7
* fix 167857bulia byak2009-08-191-2/+4
* Report complete paths when doing an emergency save (closes LP #171392)Maximilian Albert2009-08-071-0/+6
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-14/+14
* SPDocument->Documentjohnce2009-08-051-14/+14
* Cleaned and applied portable app patch. Fixes bug #382394.Jon A. Cruz2009-06-041-0/+8
* Windows cleanups. Fixes bug #381374.Jon A. Cruz2009-05-291-2/+14
* Created prefs dir when parent is missing. Fixes bug #380141.Jon A. Cruz2009-05-271-11/+29
* Implement warning of prior errors.Jon A. Cruz2009-05-041-0/+7
* Fixed broken preferences singleton and removed GUI encapsulation leakage. Fix...Jon A. Cruz2009-05-041-1/+26
* response to bug #167290; add another undoc option to support alt-key tracking...Ed Halley2009-03-161-2/+16
* Tentative fix for LP bug #168922: don't save prefs n crash handlerKrzysztof Kosi??ski2009-02-261-7/+3
* move option: interface language from INTERNATIONALISATION to INTERFACE page o...Adib Taraben2009-01-051-3/+3
* add possibility to change the UI language (gettext) in preferences dialoguetheAdib2008-12-301-0/+7
* Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2008-12-071-2/+1
* Merge from fe-movedTed Gould2008-11-211-28/+21
* From trunkTed Gould2008-10-271-17/+8
* Merging from trunkTed Gould2008-10-111-13/+28
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...Ted Gould2008-09-251-9/+4
* rewrote the document list as a (SPDocument,use_count) map, incrementing use_c...bulia byak2008-09-211-31/+45
* Warning cleanupJon A. Cruz2008-09-191-12/+11
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-296/+35
* fix crash on trying to autosave with no documents (e.g. when inkscape was giv...bulia byak2008-08-281-0/+4
* sodipodi:docname is obsoleteMenTaLguY2008-06-271-2/+1
* Added conditional fallback for call in GLib 2.14+Jon A. Cruz2008-06-271-0/+4
* Committing fixed patch for autosave. Fixes bug #171092.Jon A. Cruz2008-06-121-0/+169
* Activate desktops upon creation; this fixes bug #195373 but please double che...Maximilian Albert2008-02-261-7/+5
* fix emergency save (bug #184376)MenTaLguY2008-02-031-2/+2
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* stop toggling insensitive state for modification flag updates (fixes critical...MenTaLguY2008-01-151-1/+1
* abstract use of sodipodi:modifiedMenTaLguY2008-01-151-1/+1
* Warning cleanupJon A. Cruz2007-10-261-5/+5
* add experimental modifier remappingMenTaLguY2007-08-291-1/+25
* Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert2007-08-091-16/+0
* Workaround for some segfaults: Store perspectives globally instead of in each...Maximilian Albert2007-08-061-0/+16
* Additional null pointer checkingJon A. Cruz2007-04-061-1/+6
* Prevent null pointer dereferencingJon A. Cruz2007-04-061-1/+1
* when creating .inkscape profile dir, also create empty subdirs for templates ...bulia byak2007-04-011-0/+23
* allow multiple (balanced) calls to add and remove documentMenTaLguY2007-03-231-4/+15
* get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY2007-02-271-3/+3
* get rid of sp_repr_document wrapper functionMenTaLguY2007-02-261-1/+1
* separate crash handlers, allow "in place" crashes to happenKees Cook2007-02-181-12/+25
* fixes for style-test prefs crashesKees Cook2007-01-131-0/+1
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-5/+5
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-5/+5