| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 r8823)
|
| |
|
|
|
| |
which cannot be fixed easily.
(bzr r8422)
|
| |
|
| |
(bzr r8404)
|
| |
|
| |
(bzr r6891)
|
| |
|
| |
(bzr r6885)
|
| |
|
|
|
|
|
|
| |
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 r5884)
|
| |
|
| |
(bzr r5836)
|
| |
|
|
|
| |
accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath.
(bzr r5642)
|
| |
|
|
|
| |
change all sp_curve_methods functions to SPCurve::methods.
(bzr r5609)
|
| |
|
|
|
|
| |
- LPEs can now be applied to groups
- Updated the bend path to work properly with groups
(bzr r5219)
|
| |
|
| |
(bzr r5122)
|
| |
|
| |
(bzr r5078)
|
| |
|
| |
(bzr r4824)
|
| |
|
|
|
| |
'convert to path' (closes LP #179693 and #176646).
(bzr r4439)
|
| |
|
| |
(bzr r4388)
|
| |
|
|
|
| |
that they show up correctly when reopening files).
(bzr r4303)
|
| |
|
| |
(bzr r4298)
|
| |
|
| |
(bzr r4294)
|
| |
|
| |
(bzr r4234)
|
|
|
this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history.
(bzr r4224)
|