| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Forgot explicit initialization of FILE*. | Jasper van de Gronde | 2010-06-02 | 1 | -1/+1 | |
| | | | | (bzr r9471) | |||||
| * | Fix for bug #283769 (emergency save fails) | Jasper van de Gronde | 2010-06-02 | 1 | -37/+43 | |
| | | | | (bzr r9470) | |||||
| * | moved some marshalling functions to generic glib calls | Nathan Hurst | 2010-04-29 | 1 | -8/+8 | |
| | | | | (bzr r9389) | |||||
| * | Switching to new input dialog. Allows for a better UI and addresses bug ↵ | Jon A. Cruz | 2010-04-11 | 1 | -2/+2 | |
| | | | | | | | | | | #334800 and bug #196195. Fixed bugs: - https://launchpad.net/bugs/334800 - https://launchpad.net/bugs/196195 (bzr r9312) | |||||
| * | Migrate file MRU prefs | Jon A. Cruz | 2009-11-09 | 1 | -0/+1 | |
| | | | | (bzr r8827) | |||||
| * | Create additional user subdir's. Fixes bug #437938. | Jon A. Cruz | 2009-09-30 | 1 | -0/+7 | |
| | | | | (bzr r8682) | |||||
| * | fix 167857 | bulia byak | 2009-08-19 | 1 | -2/+4 | |
| | | | | (bzr r8509) | |||||
| * | Report complete paths when doing an emergency save (closes LP #171392) | Maximilian Albert | 2009-08-07 | 1 | -0/+6 | |
| | | | | (bzr r8436) | |||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -14/+14 | |
| | | | | | | which cannot be fixed easily. (bzr r8422) | |||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -14/+14 | |
| | | | | (bzr r8404) | |||||
| * | Cleaned and applied portable app patch. Fixes bug #382394. | Jon A. Cruz | 2009-06-04 | 1 | -0/+8 | |
| | | | | (bzr r7992) | |||||
| * | Windows cleanups. Fixes bug #381374. | Jon A. Cruz | 2009-05-29 | 1 | -2/+14 | |
| | | | | (bzr r7960) | |||||
| * | Created prefs dir when parent is missing. Fixes bug #380141. | Jon A. Cruz | 2009-05-27 | 1 | -11/+29 | |
| | | | | (bzr r7952) | |||||
| * | Implement warning of prior errors. | Jon A. Cruz | 2009-05-04 | 1 | -0/+7 | |
| | | | | (bzr r7817) | |||||
| * | Fixed broken preferences singleton and removed GUI encapsulation leakage. ↵ | Jon A. Cruz | 2009-05-04 | 1 | -1/+26 | |
| | | | | | | Fixes bug #367752. (bzr r7816) | |||||
| * | response to bug #167290; add another undoc option to support alt-key ↵ | Ed Halley | 2009-03-16 | 1 | -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 handler | Krzysztof Kosi??ski | 2009-02-26 | 1 | -7/+3 | |
| | | | | (bzr r7376) | |||||
| * | move option: interface language from INTERNATIONALISATION to INTERFACE page ↵ | Adib Taraben | 2009-01-05 | 1 | -3/+3 | |
| | | | | | | on preferences dialogue (bzr r7079) | |||||
| * | add possibility to change the UI language (gettext) in preferences dialogue | theAdib | 2008-12-30 | 1 | -0/+7 | |
| | | | | (bzr r7044) | |||||
| * | Change the way preferences are loaded to simplify unit testing | Krzysztof Kosi??ski | 2008-12-07 | 1 | -2/+1 | |
| | | | | (bzr r6964) | |||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -28/+21 | |
| | | | | (bzr r6891) | |||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -17/+8 | |
| | | | | (bzr r6885) | |||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -13/+28 | |
| | | | | (bzr r6884) | |||||
| * | Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵ | Ted Gould | 2008-09-25 | 1 | -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 byak | 2008-09-21 | 1 | -31/+45 | |
| | | | | | | use_count for each view of the document; address warnings and fixmes (bzr r6865) | |||||
| * | Warning cleanup | Jon A. Cruz | 2008-09-19 | 1 | -12/+11 | |
| | | | | (bzr r6841) | |||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 1 | -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 byak | 2008-08-28 | 1 | -0/+4 | |
| | | | | | | given a wrong filename on the command line and hangs in the file-not-found dialog) (bzr r6724) | |||||
| * | sodipodi:docname is obsolete | MenTaLguY | 2008-06-27 | 1 | -2/+1 | |
| | | | | (bzr r6081) | |||||
| * | Added conditional fallback for call in GLib 2.14+ | Jon A. Cruz | 2008-06-27 | 1 | -0/+4 | |
| | | | | (bzr r6080) | |||||
| * | Committing fixed patch for autosave. Fixes bug #171092. | Jon A. Cruz | 2008-06-12 | 1 | -0/+169 | |
| | | | | (bzr r5898) | |||||
| * | Activate desktops upon creation; this fixes bug #195373 but please double ↵ | Maximilian Albert | 2008-02-26 | 1 | -7/+5 | |
| | | | | | | check that it doesn't break anything else (see corresponding post on the mailing list) (bzr r4862) | |||||
| * | fix emergency save (bug #184376) | MenTaLguY | 2008-02-03 | 1 | -2/+2 | |
| | | | | (bzr r4643) | |||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 | |
| | | | | (bzr r4629) | |||||
| * | stop toggling insensitive state for modification flag updates (fixes ↵ | MenTaLguY | 2008-01-15 | 1 | -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:modified | MenTaLguY | 2008-01-15 | 1 | -1/+1 | |
| | | | | (bzr r4490) | |||||
| * | Warning cleanup | Jon A. Cruz | 2007-10-26 | 1 | -5/+5 | |
| | | | | (bzr r3962) | |||||
| * | add experimental modifier remapping | MenTaLguY | 2007-08-29 | 1 | -1/+25 | |
| | | | | (bzr r3606) | |||||
| * | Hold perspectives on document level rather than globally; this corrects the ↵ | Maximilian Albert | 2007-08-09 | 1 | -16/+0 | |
| | | | | | | changes made in commit #15681 (bzr r3445) | |||||
| * | Workaround for some segfaults: Store perspectives globally instead of in ↵ | Maximilian Albert | 2007-08-06 | 1 | -0/+16 | |
| | | | | | | each desktop (this should probably be reverted later on) (bzr r3390) | |||||
| * | Additional null pointer checking | Jon A. Cruz | 2007-04-06 | 1 | -1/+6 | |
| | | | | (bzr r2827) | |||||
| * | Prevent null pointer dereferencing | Jon A. Cruz | 2007-04-06 | 1 | -1/+1 | |
| | | | | (bzr r2826) | |||||
| * | when creating .inkscape profile dir, also create empty subdirs for templates ↵ | bulia byak | 2007-04-01 | 1 | -0/+23 | |
| | | | | | | etc. (bzr r2796) | |||||
| * | allow multiple (balanced) calls to add and remove document | MenTaLguY | 2007-03-23 | 1 | -4/+15 | |
| | | | | (bzr r2745) | |||||
| * | get rid of sp_repr_document_root and (commented) sp_repr_duplicate | MenTaLguY | 2007-02-27 | 1 | -3/+3 | |
| | | | | (bzr r2461) | |||||
| * | get rid of sp_repr_document wrapper function | MenTaLguY | 2007-02-26 | 1 | -1/+1 | |
| | | | | (bzr r2445) | |||||
| * | separate crash handlers, allow "in place" crashes to happen | Kees Cook | 2007-02-18 | 1 | -12/+25 | |
| | | | | (bzr r2386) | |||||
| * | fixes for style-test prefs crashes | Kees Cook | 2007-01-13 | 1 | -0/+1 | |
| | | | | (bzr r2202) | |||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -5/+5 | |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | |||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -5/+5 | |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | |||||
