| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| | |
(bzr r9508.1.73)
|
| | |
| |
| |
| |
| |
| | |
Fixed bugs:
- https://launchpad.net/bugs/737298
(bzr r10118)
|
| | |
| |
| | |
(bzr r10065)
|
| | |
| |
| | |
(bzr r10064)
|
| | |
| |
| |
| |
| | |
header.
(bzr r9978.1.1)
|
| |\|
| |
| | |
(bzr r9508.1.72)
|
| | |\
| | |
| | | |
(bzr r9945.1.1)
|
| | | |
| | |
| | |
| | |
| | | |
Privatisation tweaks
(bzr r9546.1.6)
|
| | | |
| | |
| | |
| | |
| | | |
SPDocument based methods
(bzr r9546.1.3)
|
| | | |
| | |
| | | |
(bzr r9546.1.2)
|
| | | |
| | |
| | |
| | |
| | | |
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options].
(bzr r9546.1.1)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Fixed bugs:
- https://launchpad.net/bugs/651678
(bzr r9939)
|
| |\| |
| | |
| | | |
(bzr r9508.1.70)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
fileencoding=utf-8 in all 1074 Vim modelines.
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").
Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99
That's my geekiest commit yet.
(bzr r9900)
|
| | | |
| | |
| | | |
(bzr r9745)
|
| |\| |
| | |
| | | |
(bzr r9508.1.52)
|
| | |/
| |
| | |
(bzr r9670)
|
| | |
| |
| | |
(bzr r9542)
|
| |/
|
| |
(bzr r9508.1.47)
|
| |
|
| |
(bzr r9505)
|
| |
|
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/170781
- https://launchpad.net/bugs/171663
(bzr r9503)
|
| |
|
|
|
| |
make the link/embed effect clearer.
(bzr r9202)
|
| |
|
| |
(bzr r9143)
|
| |
|
| |
(bzr r9127)
|
| |
|
|
|
| |
- works with shapes. I still need to make it work with gradients and imported images
(bzr r8881)
|
| |
|
|
|
| |
unaccessible
(bzr r8853)
|
| |
|
|
|
| |
which cannot be fixed easily.
(bzr r8422)
|
| |
|
| |
(bzr r8404)
|
| |
|
| |
(bzr r8354)
|
| |
|
|
|
| |
be mislead by changing focus to another document (fixes bug #381357)
(bzr r8013)
|
| |
|
|
|
| |
dialog (the one that pops up when Inkscape is being closed with unsaved data)
(bzr r7934)
|
| |
|
|
|
| |
maximized window on Windows XP is at (-4,-4). When ignoring such values, windows might show up at another location when re-opening the file later on (fixes bug #168422)
(bzr r7924)
|
| |
|
| |
(bzr r7895)
|
| |
|
| |
(bzr r7555)
|
| |
|
| |
(bzr r7528)
|
| |
|
| |
(bzr r7518)
|
| |
|
| |
(bzr r7517)
|
| |
|
| |
(bzr r7439)
|
| |
|
| |
(bzr r7433)
|
| |
|
| |
(bzr r7422)
|
| |
|
| |
(bzr r7402)
|
| |
|
|
|
| |
Fix linking during make check.
(bzr r7344)
|
| |
|
|
|
| |
immediately rather than after a restart.
(bzr r7256)
|
| |
|
| |
(bzr r7107)
|
| |
|
| |
(bzr r7032)
|
| |
|
| |
(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)
|
| |
|
| |
(bzr r6839)
|