| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
(bzr r7278)
|
| |
|
| |
(bzr r7272)
|
| |
|
| |
(bzr r7259)
|
| |
|
| |
(bzr r7257)
|
| |
|
| |
(bzr r7255)
|
| |
|
|
|
| |
due to JonCruz considerations about the proper way of doing it.
(bzr r7254)
|
| |
|
|
|
| |
warning: deprecated conversion from string constant to ‘char*’/'gchar*'
(bzr r7253)
|
| |
|
|
|
|
| |
warning: suggest a space before ‘;’ or explicit braces around empty body
in 'for'/'while' statement
(bzr r7251)
|
| |
|
|
|
|
|
|
| |
mainly
deprecated conversion from string constant to ‘char*’
and
unused variables
(bzr r7249)
|
| |
|
| |
(bzr r7245)
|
| |
|
| |
(bzr r7233)
|
| |
|
| |
(bzr r7218)
|
| |
|
| |
(bzr r7217)
|
| |
|
| |
(bzr r7199)
|
| |
|
|
|
| |
crashes; the fix is to disallow UI interaction while it works, at least until we implement a way to safely cancel such effects
(bzr r7198)
|
| |
|
| |
(bzr r7185)
|
| |
|
|
|
| |
version string on Linux.
(bzr r7123)
|
| |
|
|
|
| |
sub-libs of inkscape.
(bzr r7120)
|
| |
|
|
|
| |
reduce linking stage command for windows.
(bzr r7100)
|
| |
|
| |
(bzr r7078)
|
| |
|
| |
(bzr r7064)
|
| |
|
|
|
| |
inkscape now passes svg testsuite painting-marker-03-f.svg
(bzr r7061)
|
| |
|
| |
(bzr r7058)
|
| |
|
| |
(bzr r7051)
|
| |
|
| |
(bzr r7045)
|
| |
|
| |
(bzr r7011)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
sp_item_i2doc_affine or sp_item_i2d_affine respectively
* remove sp_root_bbox, root->c2p was considered in the wrong place there
* in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root
node, because <svg> node does not have a transform attribute
* fix style scaling for boolean operations (with viewBox)
* fix zoom to fit drawing (with viewBox)
* fix export area size for "export drawing" (with viewBox)
* fix simultaneous movement of clone + original (with viewBox)
(bzr r7010)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Removing the filter files that haven't been used.
* Adding a small little script to pull the strings out of the filters.svg
file and pull them into a header file so that they can be translated.
* Fix generate_POTFILES.sh so that it warns that it'll probably break
things
* Update POTFILES.in so that it matches the files better.
* Making a bunch of .svg files not executable.
* Patching the effects code so that the sorting of the menus is correct
and the first entry is not ignored.
(bzr r6984)
|
| |
|
| |
(bzr r6923)
|
| |
|
| |
(bzr r6891)
|
| |
|
| |
(bzr r6890)
|
| |
|
| |
(bzr r6889)
|
| |
|
|
|
| |
copy correctly.
(bzr r6888)
|
| |
|
| |
(bzr r6887)
|
| |
|
| |
(bzr r6885)
|
| |
|
| |
(bzr r6884)
|
| |
|
| |
(bzr r6883)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 r6858)
|
| |
|
| |
(bzr r6855)
|
| |
|
|
|
|
| |
The mask bounding box is the geometric bounding box which dosn't allow
for filters that can extend outside the box. Partial fix for bug 208217.
(bzr r6853)
|
| |
|
|
|
| |
Cairo PDF output.
(bzr r6825)
|
| |
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
this arenaitem from leaking, but this is now fixed properly in SPItem
(bzr r6819)
|
| |
|
|
|
|
| |
Transformations.
For masking, must convert RGBA mask to A for Cairo.
(bzr r6810)
|
| |
|
|
|
|
| |
remove nartbpath test code etc.
remove inkscape's path parsing, since it is now done by 2geom.
(bzr r6789)
|
| |
|
| |
(bzr r6788)
|
| |
|
| |
(bzr r6787)
|
| |
|
|
|
| |
references to nr-path.h)
(bzr r6774)
|
| |
|
| |
(bzr r6771)
|