| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
(bzr r10703)
|
| |
|
|
|
| |
the contents forward.h at all).
(bzr r10667)
|
| |
|
| |
(bzr r10582.1.6)
|
| |
|
|
|
|
|
| |
item-to-desktop, not item-to-document. This should make it easier to spot bugs.
- tag some instances where the document-to-desktop transform has been hardcoded
(bzr r10466)
|
| |
|
| |
(bzr r10339)
|
| |\
| |
| | |
(bzr r9508.1.89)
|
| | |
| |
| |
| |
| |
| |
| | |
turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset.
Fixing this broke the build because some files in the subdir were not compiling.
(bzr r10276)
|
| | |
| |
| |
| |
| |
| | |
- cmake now builds all files that automake does but does NOT link yet
- inlcudes nasty hard coded paths and libs (will replace once linking works)
(bzr r10272)
|
| | |
| |
| |
| |
| |
| | |
Fixed bugs:
- https://launchpad.net/bugs/792263
(bzr r10252.1.1)
|
| |\|
| |
| | |
(bzr r9508.1.73)
|
| | |
| |
| |
| |
| |
| | |
Fixed bugs:
- https://launchpad.net/bugs/707205
(bzr r10070.1.1)
|
| | |
| |
| | |
(bzr r10025)
|
| |\|
| |
| | |
(bzr r9508.1.72)
|
| | |\
| | |
| | | |
(bzr r9945.1.1)
|
| | | |
| | |
| | |
| | |
| | | |
privatisation. Major changes yet to come.
(bzr r9546.1.7)
|
| | | |
| | |
| | |
| | |
| | | |
SPDocument based methods
(bzr r9546.1.3)
|
| | | |
| | |
| | |
| | |
| | | |
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)
|
| |\| |
| | |
| | | |
(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 r9508.1.52)
|
| | | |
| | |
| | |
| | |
| | | |
move with path
(bzr r9672)
|
| | | |
| | |
| | |
| | |
| | | |
after adding stroke knot
(bzr r9666)
|
| | | |
| | |
| | | |
(bzr r9659)
|
| | | |
| | |
| | | |
(bzr r9658)
|
| | |/
| |
| | |
(bzr r9656)
|
| |/
|
| |
(bzr r9508.1.48)
|
| |
|
| |
(bzr r9209)
|
| |
|
| |
(bzr r9086.1.1)
|
| |
|
| |
(bzr r9013)
|
| |
|
| |
(bzr r8981)
|
| |\
| |
| |
| |
| |
| | |
* Update to new snapping API
* Modify the join action slightly
(bzr r8846.2.11)
|
| | |
| |
| | |
(bzr r8895)
|
| | |
| |
| | |
(bzr r8846.2.6)
|
| | |
| |
| | |
(bzr r8846.2.3)
|
| |/
|
| |
(bzr r8846.1.1)
|
| |
|
| |
(bzr r8842)
|
| |
|
|
|
| |
functionality
(bzr r8125)
|
| |
|
| |
(bzr r7686)
|
| |
|
| |
(bzr r7650)
|
| |
|
| |
(bzr r7526)
|
| |
|
| |
(bzr r7496)
|
| |
|
|
|
| |
outline to fix 334758
(bzr r7470)
|
| |
|
|
|
| |
rather than for every subdirectory.
(bzr r7336)
|
| |
|
| |
(bzr r7096)
|
| |
|
| |
(bzr r7078)
|
| |
|
| |
(bzr r7012)
|
| |
|
| |
(bzr r6891)
|
| |
|
| |
(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 r6757)
|