summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Forgot explicit initialization of FILE*.Jasper van de Gronde2010-06-021-1/+1
| | | (bzr r9471)
* Fix for bug #283769 (emergency save fails)Jasper van de Gronde2010-06-021-37/+43
| | | (bzr r9470)
* moved some marshalling functions to generic glib callsNathan Hurst2010-04-291-8/+8
| | | (bzr r9389)
* Switching to new input dialog. Allows for a better UI and addresses bug ↵Jon A. Cruz2010-04-111-2/+2
| | | | | | | | | #334800 and bug #196195. Fixed bugs: - https://launchpad.net/bugs/334800 - https://launchpad.net/bugs/196195 (bzr r9312)
* Migrate file MRU prefsJon A. Cruz2009-11-091-0/+1
| | | (bzr r8827)
* Create additional user subdir's. Fixes bug #437938.Jon A. Cruz2009-09-301-0/+7
| | | (bzr r8682)
* fix 167857bulia byak2009-08-191-2/+4
| | | (bzr r8509)
* Report complete paths when doing an emergency save (closes LP #171392)Maximilian Albert2009-08-071-0/+6
| | | (bzr r8436)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-14/+14
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-14/+14
| | | (bzr r8404)
* Cleaned and applied portable app patch. Fixes bug #382394.Jon A. Cruz2009-06-041-0/+8
| | | (bzr r7992)
* Windows cleanups. Fixes bug #381374.Jon A. Cruz2009-05-291-2/+14
| | | (bzr r7960)
* Created prefs dir when parent is missing. Fixes bug #380141.Jon A. Cruz2009-05-271-11/+29
| | | (bzr r7952)
* Implement warning of prior errors.Jon A. Cruz2009-05-041-0/+7
| | | (bzr r7817)
* Fixed broken preferences singleton and removed GUI encapsulation leakage. ↵Jon A. Cruz2009-05-041-1/+26
| | | | | Fixes bug #367752. (bzr r7816)
* response to bug #167290; add another undoc option to support alt-key ↵Ed Halley2009-03-161-2/+16
| | | | | tracking for osx x11 and other gdk systems that cannot sense alt key properly (bzr r7505)
* Tentative fix for LP bug #168922: don't save prefs n crash handlerKrzysztof Kosi??ski2009-02-261-7/+3
| | | (bzr r7376)
* move option: interface language from INTERNATIONALISATION to INTERFACE page ↵Adib Taraben2009-01-051-3/+3
| | | | | on preferences dialogue (bzr r7079)
* add possibility to change the UI language (gettext) in preferences dialoguetheAdib2008-12-301-0/+7
| | | (bzr r7044)
* Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2008-12-071-2/+1
| | | (bzr r6964)
* Merge from fe-movedTed Gould2008-11-211-28/+21
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-17/+8
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-13/+28
| | | (bzr r6884)
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵Ted Gould2008-09-251-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going to flatten and merge... Here's the list. * Added a focus mode activated by Shift+F11. The goal of this mode is to remove all toolbars for a short period so that you maximize screen area. Useful on small screens. Also when you know lots of shortcuts. * Created what I'm calling "Quick Zoom." The idea here is to have a modal zoom for touching up something with fine detail and then returning to what you're doing. This is activated with the letter "Q" on the keyboard. When you release it, you return back to where you were. This will zoom in on selected objects, or if you're in the node tool selected nodes. * Added .svg on the temporary files in extensions. This'll make many of them happier. This only works on recent versions of GLib, but shouldn't break older ones more than they already are. * Moved the Inkscape configuration directory on Linux from ~/.inkscape to ~/.config/Inkscape. This is the new way to do things with the cross desktop naming spec. I'm unsure whether we should be putting crash dumps in .config or .cache though. * Removed 'tools_switch_current' because every usage of it already had a pointer to where it needed to go. Removes usage of globals. * Made it so that dialogs will be transparent when not focused. This is an alternate to having the docked, and one that I like better as I feel it gives me more screen area. You can adjust how much transparency and the speed of the animation in the preferences dialog. (Note: this requires GTK+ 2.12 and a compositor, but gracefully degrades if you don't have either) (bzr r6882)
* rewrote the document list as a (SPDocument,use_count) map, incrementing ↵bulia byak2008-09-211-31/+45
| | | | | use_count for each view of the document; address warnings and fixmes (bzr r6865)
* Warning cleanupJon A. Cruz2008-09-191-12/+11
| | | (bzr r6841)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-296/+35
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* fix crash on trying to autosave with no documents (e.g. when inkscape was ↵bulia byak2008-08-281-0/+4
| | | | | given a wrong filename on the command line and hangs in the file-not-found dialog) (bzr r6724)
* sodipodi:docname is obsoleteMenTaLguY2008-06-271-2/+1
| | | (bzr r6081)
* Added conditional fallback for call in GLib 2.14+Jon A. Cruz2008-06-271-0/+4
| | | (bzr r6080)
* Committing fixed patch for autosave. Fixes bug #171092.Jon A. Cruz2008-06-121-0/+169
| | | (bzr r5898)
* Activate desktops upon creation; this fixes bug #195373 but please double ↵Maximilian Albert2008-02-261-7/+5
| | | | | check that it doesn't break anything else (see corresponding post on the mailing list) (bzr r4862)
* fix emergency save (bug #184376)MenTaLguY2008-02-031-2/+2
| | | (bzr r4643)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-151-1/+1
| | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491)
* abstract use of sodipodi:modifiedMenTaLguY2008-01-151-1/+1
| | | (bzr r4490)
* Warning cleanupJon A. Cruz2007-10-261-5/+5
| | | (bzr r3962)
* 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)