summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-20Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz1-10/+18
2010-12-06Stop background rendering once crash handler is triggered.Jon A. Cruz1-0/+9
2010-10-12Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski1-105/+30
2010-06-02Forgot explicit initialization of FILE*.Jasper van de Gronde1-1/+1
2010-06-02Fix for bug #283769 (emergency save fails)Jasper van de Gronde1-37/+43
2010-04-29moved some marshalling functions to generic glib callsNathan Hurst1-8/+8
2010-04-11Switching to new input dialog. Allows for a better UI and addresses bug #3348...Jon A. Cruz1-2/+2
2009-11-09Migrate file MRU prefsJon A. Cruz1-0/+1
2009-09-30Create additional user subdir's. Fixes bug #437938.Jon A. Cruz1-0/+7
2009-08-19fix 167857bulia byak1-2/+4
2009-08-07Report complete paths when doing an emergency save (closes LP #171392)Maximilian Albert1-0/+6
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-14/+14
2009-08-05SPDocument->Documentjohnce1-14/+14
2009-06-04Cleaned and applied portable app patch. Fixes bug #382394.Jon A. Cruz1-0/+8
2009-05-29Windows cleanups. Fixes bug #381374.Jon A. Cruz1-2/+14
2009-05-27Created prefs dir when parent is missing. Fixes bug #380141.Jon A. Cruz1-11/+29
2009-05-04Implement warning of prior errors.Jon A. Cruz1-0/+7
2009-05-04Fixed broken preferences singleton and removed GUI encapsulation leakage. Fix...Jon A. Cruz1-1/+26
2009-03-16response to bug #167290; add another undoc option to support alt-key tracking...Ed Halley1-2/+16
2009-02-26Tentative fix for LP bug #168922: don't save prefs n crash handlerKrzysztof Kosi??ski1-7/+3
2009-01-05move option: interface language from INTERNATIONALISATION to INTERFACE page o...Adib Taraben1-3/+3
2008-12-30add possibility to change the UI language (gettext) in preferences dialoguetheAdib1-0/+7
2008-12-07Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski1-2/+1
2008-11-21Merge from fe-movedTed Gould1-28/+21
2008-10-27From trunkTed Gould1-17/+8
2008-10-11Merging from trunkTed Gould1-13/+28
2008-09-25Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...Ted Gould1-9/+4
2008-09-21rewrote the document list as a (SPDocument,use_count) map, incrementing use_c...bulia byak1-31/+45
2008-09-19Warning cleanupJon A. Cruz1-12/+11
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-296/+35
2008-08-28fix crash on trying to autosave with no documents (e.g. when inkscape was giv...bulia byak1-0/+4
2008-06-27sodipodi:docname is obsoleteMenTaLguY1-2/+1
2008-06-27Added conditional fallback for call in GLib 2.14+Jon A. Cruz1-0/+4
2008-06-12Committing fixed patch for autosave. Fixes bug #171092.Jon A. Cruz1-0/+169
2008-02-26Activate desktops upon creation; this fixes bug #195373 but please double che...Maximilian Albert1-7/+5
2008-02-03fix emergency save (bug #184376)MenTaLguY1-2/+2
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-15stop toggling insensitive state for modification flag updates (fixes critical...MenTaLguY1-1/+1
2008-01-15abstract use of sodipodi:modifiedMenTaLguY1-1/+1
2007-10-26Warning cleanupJon A. Cruz1-5/+5
2007-08-29add experimental modifier remappingMenTaLguY1-1/+25
2007-08-09Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert1-16/+0
2007-08-06Workaround for some segfaults: Store perspectives globally instead of in each...Maximilian Albert1-0/+16
2007-04-06Additional null pointer checkingJon A. Cruz1-1/+6
2007-04-06Prevent null pointer dereferencingJon A. Cruz1-1/+1
2007-04-01when creating .inkscape profile dir, also create empty subdirs for templates ...bulia byak1-0/+23
2007-03-23allow multiple (balanced) calls to add and remove documentMenTaLguY1-4/+15
2007-02-27get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY1-3/+3
2007-02-26get rid of sp_repr_document wrapper functionMenTaLguY1-1/+1
2007-02-18separate crash handlers, allow "in place" crashes to happenKees Cook1-12/+25