| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
| |
| |
| |
| | |
Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected.
(bzr r9546.1.5)
|
| | |
| |
| |
| |
| | |
SPDocument based methods
(bzr r9546.1.3)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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 r9769)
|
| | |
| |
| |
| |
| | |
delete.
(bzr r9753)
|
| | |
| |
| | |
(bzr r9747)
|
| | |
| |
| | |
(bzr r9745)
|
| |/
|
|
|
| |
thread and no response by author
(bzr r9593)
|
| |
|
|
|
|
|
|
|
| |
#334800 and bug #196195.
Fixed bugs:
- https://launchpad.net/bugs/334800
- https://launchpad.net/bugs/196195
(bzr r9312)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/343186
(bzr r9268)
|
| |
|
| |
(bzr r9209)
|
| |
|
| |
(bzr r9118)
|
| |
|
| |
(bzr r9019)
|
| |
|
| |
(bzr r8983)
|
| |\
| |
| |
| |
| |
| | |
* Update to new snapping API
* Modify the join action slightly
(bzr r8846.2.11)
|
| | |
| |
| |
| |
| | |
- works with shapes. I still need to make it work with gradients and imported images
(bzr r8881)
|
| | |
| |
| | |
(bzr r8851)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Fix minor bug in linear grow.
* Add --fixes.
* Move some node selection-related functions to ControlPointSelection.
Fixed bugs:
- https://launchpad.net/bugs/170561
- https://launchpad.net/bugs/171893
- https://launchpad.net/bugs/182585
- https://launchpad.net/bugs/446773
(bzr r8846.2.9)
|
| |/
|
| |
(bzr r8846.1.1)
|
| |
|
|
|
| |
here to, otherwise compilation on windows fails
(bzr r8797)
|
| |
|
|
|
| |
dialog. Also commented out verbs & file related functions for both as a precaution for command-line usage.
(bzr r8661)
|
| |
|
|
|
| |
when trying to export files, dunno why)
(bzr r8457)
|
| |
|
|
|
| |
which cannot be fixed easily.
(bzr r8422)
|
| |
|
| |
(bzr r8404)
|
| |
|
|
|
| |
Change capitalization of "Guides Around Page" for consistency.
(bzr r8030)
|
| |
|
| |
(bzr r7959)
|
| |
|
| |
(bzr r7742)
|
| |
|
|
|
| |
widgets/icon.cpp
(bzr r7685)
|
| |
|
|
|
| |
sublayers, everything
(bzr r7464)
|
| |
|
| |
(bzr r7443)
|
| |
|
|
|
| |
should be. Build libinkscape.a - should reduce link time.
(bzr r7337)
|
| |
|
| |
(bzr r7332)
|
| |
|
| |
(bzr r7311)
|
| |
|
| |
(bzr r7242)
|
| |
|
| |
(bzr r7241)
|
| |
|
| |
(bzr r7107)
|
| |
|
| |
(bzr r7096)
|
| |
|
|
|
| |
loading of that icon, but the 2 related icons next to it are not themed either. the themed icon does work on windows for the edit menu, so the problem lies in the differences between toolbar and menu icon loading i suppose.
(bzr r7052)
|
| |
|
| |
(bzr r6966)
|
| |
|
| |
(bzr r6897)
|
| |
|
| |
(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)
|
| |
|
| |
(bzr r6836)
|
| |
|
| |
(bzr r6835)
|
| |
|
|
|
| |
to display items in their true sizes)
(bzr r6758)
|
| |
|
| |
(bzr r6664)
|
| |
|
|
|
| |
constructed from LPEs)
(bzr r6645)
|