| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
(bzr r10582.1.2)
|
| |
|
| |
(bzr r10067)
|
| |
|
| |
(bzr r10025)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
which cannot be fixed easily.
(bzr r8422)
|
| |
|
| |
(bzr r8408)
|
| |
|
| |
(bzr r6612)
|
| |
|
| |
(bzr r6274)
|
| |
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A directory for filter effects
r19084@shi: ted | 2008-04-21 20:03:59 -0700
The basis for the filter interface for defining effects.
r19085@shi: ted | 2008-04-21 20:59:04 -0700
Adding Sepia as an example
r19086@shi: ted | 2008-04-21 23:25:57 -0700
Wiring everything in. Cleaning it up so that it looks nice.
r19087@shi: ted | 2008-04-22 00:00:08 -0700
Completeing more of the guts. Not done, but the basic infrastructure is now in place.
r19088@shi: ted | 2008-04-22 00:19:38 -0700
All the basic plumbing code. It seems to work, except the document is wrong from the controlling filter guy. That should be fixable.
r19089@shi: ted | 2008-04-22 00:31:36 -0700
Whoo! Hoo! for simple stuff it seems to work.
r19090@shi: ted | 2008-04-22 10:36:16 -0700
First pass at adding the filters from Mauve's example
r19091@shi: ted | 2008-04-22 10:37:24 -0700
Fixing misspelling
r19092@shi: ted | 2008-04-22 12:32:18 -0700
Should be appending instead of prepending these nodes.
r19093@shi: ted | 2008-04-22 13:37:34 -0700
Basic filter with parameters working
r19094@shi: ted | 2008-04-22 14:27:20 -0700
Changing it so that by default an effect will have a call to autogui that will work with live effects. Basically this involved migrating the implementation of prefs_effect up from script.cpp to implementation.cpp
r19102@shi: ted | 2008-04-22 14:38:46 -0700
Better defaults
r19103@shi: ted | 2008-04-22 14:42:07 -0700
Adding filter stuff to be translated
(bzr r5490)
|
| |
|
| |
(bzr r5149)
|
| |
|
| |
(bzr r4052)
|
| |
|
|
|
|
| |
Wow, that wasn't as hard as I thought it would be. Changing away from SPDocument. Sounded like a good idea, but we
need to be able to get selections in the document cache.
(bzr r3979)
|
| |
|
|
|
|
|
| |
Creating and adding interfaces for a document based cache that an effect can define. This removes the effect from
having to know if the document has changed, and keep track of that. This allows them to optimize their performance
when doing things like live effects.
(bzr r3977)
|
| |
|
|
|
| |
Half fixed caching
(bzr r3976)
|
| |
|
|
|
| |
Final GSoC patch from Chris. I took too long to include it :(
(bzr r3740)
|
| |
|
|
|
| |
Switching to sigc::signal so it actually works.
(bzr r3126)
|
| |
|
|
|
|
|
| |
The basics are all working, no call back from the preferences yet.
That's the next step. But the dialogs appear correctly, and it works in
the background.
(bzr r3125)
|
| |
|
|
|
| |
Moving the dialog one step out and adding a cancel event.
(bzr r3121)
|
| |
|
| |
(bzr r1977)
|
| |
|
|
|
|
|
| |
Pushing the document and node deeper into the code. This way parameters
can be placed and edited on those. Mostly, this commit involves getting
them into the autogui.
(bzr r689)
|
| |
|
|
|
| |
Change the prototype, need to change what you're doing with it.
(bzr r662)
|
| |
|
|
|
|
| |
Switching things to be more Node based. This makes more sense as the
parameters are really more node based.
(bzr r656)
|
|
|
(bzr r1)
|