| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
(bzr r8498)
|
| |
|
|
|
| |
remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too.
(bzr r8454)
|
| |
|
|
|
| |
which cannot be fixed easily.
(bzr r8422)
|
| |
|
| |
(bzr r8404)
|
| |
|
|
|
| |
use short side ratio instead of area ratio for sticky zoom (revise commit 21355)
(bzr r8386)
|
| |
|
| |
(bzr r8300)
|
| |
|
|
|
| |
dialog (the one that pops up when Inkscape is being closed with unsaved data)
(bzr r7934)
|
| |
|
| |
(bzr r7887)
|
| |
|
| |
(bzr r7885)
|
| |
|
|
|
| |
zoom-when-resizing-window mini-button icon
(bzr r7549)
|
| |
|
| |
(bzr r7510)
|
| |
|
| |
(bzr r7373)
|
| |
|
|
|
| |
should be. Build libinkscape.a - should reduce link time.
(bzr r7337)
|
| |
|
| |
(bzr r7290)
|
| |
|
|
|
| |
access NULL GtkWidget pointer
(bzr r7235)
|
| |
|
| |
(bzr r7107)
|
| |
|
| |
(bzr r6961)
|
| |
|
| |
(bzr r6891)
|
| |
|
| |
(bzr r6885)
|
| |
|
| |
(bzr r6884)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
* Doxygen fixes for a few files
* Garbage-collected allocator for STL containers
(bzr r6877)
|
| |
|
| |
(bzr r6839)
|
| |
|
|
|
|
|
|
| |
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)
|
| |
|
| |
(bzr r6561)
|
| |
|
|
|
| |
https://bugs.launchpad.net/inkscape/+bug/245173
(bzr r6133)
|
| |
|
|
|
| |
Fixes bug #171824.
(bzr r5687)
|
| |
|
| |
(bzr r5685)
|
| |
|
| |
(bzr r5617)
|
| |
|
| |
(bzr r5265)
|
| |
|
| |
(bzr r5008)
|
| |
|
| |
(bzr r4662)
|
| |
|
|
|
| |
existing window
(bzr r4640)
|
| |
|
| |
(bzr r4622)
|
| |
|
|
|
| |
change size
(bzr r4621)
|
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
(bzr r4490)
|
| |
|
| |
(bzr r4455)
|
| |
|
|
|
| |
will be saved as SVG. Patch from Gringer. (Closes LP: #169995)
(bzr r4401)
|
| |
|
| |
(bzr r4339)
|
| |
|
| |
(bzr r4152)
|
| |
|
| |
(bzr r4144)
|
| |
|
| |
(bzr r4138)
|
| |
|
| |
(bzr r4132)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Made the current dialogs subclass the Panel class instead of the
Dialog class.
* Extended the Panel class with some functionality that the dialogs
relied on.
* Added a PanelDialog class which is a dialog container for a
single panel with the dialog behavior as a template parameter.
(* Fixed coding style for the Panel and Dialog class)
For details, see
http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html
http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html
(bzr r4126)
|
| |
|
| |
(bzr r4114)
|
| |
|
| |
(bzr r4113)
|
| |
|
| |
(bzr r4100)
|
| |
|
| |
(bzr r4095)
|
| |
|
|
|
|
| |
focus. Instead, focus will be given to the widget in the desktop that
had focus the last time.
(bzr r4070)
|