summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warning cleanupJon A. Cruz2007-11-0440-561/+592
| | | (bzr r4025)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-0497-148/+149
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* Fix bug [ 1811188 ] save as PS/EPS crashesJohan B. C. Engelen2007-11-041-1/+6
| | | (bzr r4023)
* Oops, don't use tabs! (replace tabs by 4 spaces)Diederik van Lierop2007-11-0316-466/+466
| | | (bzr r4020)
* add destructor to LayerManager that disconnects it signals. see bug: [ ↵Johan B. C. Engelen2007-11-032-0/+7
| | | | | 1720871 ] Crash when adding a layer (bzr r4019)
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-039-13/+67
| | | (bzr r4018)
* fix compilation. added #include "libnr/nr-values.h" to snapped-line.cppJohan B. C. Engelen2007-11-031-0/+1
| | | (bzr r4017)
* Groundwork to snap to intersections, e.g. intersections of gridlines with ↵Diederik van Lierop2007-11-0320-176/+545
| | | | | guidelines, and of objects with other objects. The snappers used to return only SnappedPoints, but now also SnappedLines and SnappedInfiniteLines can be returned. SnappedPaths will be implemented later. (bzr r4016)
* warning cleanupJon A. Cruz2007-11-0227-102/+102
| | | (bzr r4012)
* fix bug [ 1824359 ] Gradient isn't snapping with ctrl pressedJohan B. C. Engelen2007-11-012-5/+19
| | | (bzr r4011)
* add deletion of layer_manager to SPDesktop::destroyJohan B. C. Engelen2007-11-011-0/+6
| | | (bzr r4010)
* store paint bucket offset units in preferences to work around toolbar ↵John Bintz2007-11-011-3/+4
| | | | | initialization issue (bzr r4000)
* Diffuse Lighting Filter:Tavmjong Bah2007-10-311-4/+4
| | | | | | | | Specular Lighting Filter: Expand "Surface Scale" range. Increase "Constant" precision. (bzr r3999)
* fix Clear for Scale tabbulia byak2007-10-311-2/+2
| | | (bzr r3998)
* r16935@shi: ted | 2007-10-31 11:23:00 -0700Ted Gould2007-10-311-2/+8
| | | | | Making libwpg optional (bzr r3997)
* Fix typo: "Fitler"Bob Jamison2007-10-311-1/+1
| | | (bzr r3995)
* Modified filter primitives' render method to use FilterUnits instead of MatrixNiko Kiirala2007-10-3137-63/+88
| | | (bzr r3994)
* r16914@shi: ted | 2007-10-30 21:58:05 -0700Ted Gould2007-10-3143-5798/+9
| | | | | Switching everything over to a linked in libwpg (bzr r3992)
* r16913@shi: ted | 2007-10-30 21:32:09 -0700Ted Gould2007-10-312-1/+3
| | | | | Adding in libwpg (bzr r3991)
* noop: comment stylePeter Moulder2007-10-311-8/+7
| | | (bzr r3989)
* CodingStyle: const placement. (noop; checked no change to .o file.)Peter Moulder2007-10-311-35/+42
| | | (bzr r3988)
* marked three messages from color gestures for translationAlexandre Prokoudine2007-10-311-3/+3
| | | (bzr r3987)
* fixed a typo in a user visible messageAlexandre Prokoudine2007-10-311-1/+1
| | | (bzr r3986)
* temporary fix for crash with shapes and path-along-path LPEJohan B. C. Engelen2007-10-301-0/+3
| | | (bzr r3985)
* ok. so NOW the new effect is committed...Johan B. C. Engelen2007-10-303-0/+253
| | | (bzr r3984)
* LPE: implement NEW path-along-path effect, i think that old one has become ↵Johan B. C. Engelen2007-10-308-12/+62
| | | | | obsolete and is renamed accordingly. implement straight path node editting for gears effect. (bzr r3983)
* r16896@shi: ted | 2007-10-30 12:16:06 -0700Ted Gould2007-10-302-18/+54
| | | | | Caching the input file for effects. (bzr r3982)
* r16895@shi: ted | 2007-10-30 09:35:24 -0700Ted Gould2007-10-304-24/+113
| | | | | Adding in Chris' downsample patch. (bzr r3981)
* r16894@shi: ted | 2007-10-30 09:26:42 -0700Ted Gould2007-10-304-95/+114
| | | | | OH MY GOD IT WORKS!!! (bzr r3980)
* r16893@shi: ted | 2007-10-30 07:31:04 -0700Ted Gould2007-10-305-13/+11
| | | | | | 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)
* r16892@shi: ted | 2007-10-29 21:33:09 -0700Ted Gould2007-10-304-7/+46
| | | | | | Okay, so now the caches get into the execution environment and can be passed around to the effects. Now it's a matter of implementing the caches in the drivers. (bzr r3978)
* r16677@shi: ted | 2007-10-17 19:31:04 -0700Ted Gould2007-10-3012-26/+49
| | | | | | | 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)
* r16676@shi: ted | 2007-10-12 21:09:50 -0700Ted Gould2007-10-302-10/+32
| | | | | Half fixed caching (bzr r3976)
* r16675@shi: ted | 2007-10-12 21:06:32 -0700Ted Gould2007-10-301-23/+1
| | | | | Fixing the escaping (bzr r3975)
* add alt dragging for no change modebulia byak2007-10-302-14/+32
| | | (bzr r3974)
* First step adding switching of colors to profilesJon A. Cruz2007-10-301-21/+40
| | | (bzr r3973)
* Cleanup on color changersJon A. Cruz2007-10-3014-237/+265
| | | (bzr r3972)
* Moving functionality into <color-profile>Jon A. Cruz2007-10-294-138/+285
| | | (bzr r3971)
* warning cleanupJon A. Cruz2007-10-291-5/+5
| | | (bzr r3970)
* Adding function to locate profile by baneJon A. Cruz2007-10-292-1/+21
| | | (bzr r3969)
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-2811-23/+114
| | | (bzr r3968)
* Update Potrace to 1.8Bob Jamison2007-10-2618-131/+174
| | | (bzr r3965)
* Warning cleanupJon A. Cruz2007-10-2610-52/+51
| | | (bzr r3962)
* punctuationbulia byak2007-10-251-2/+2
| | | (bzr r3961)
* Dockable dialogs: Allow in-dock dialogs to be expanded even if there'sgustav_b2007-10-258-7/+209
| | | | | no "slack". (bzr r3960)
* remove debug messages, convert tabs to spaces and remove whitespace for ↵Johan B. C. Engelen2007-10-242-34/+31
| | | | | sp-namedview.cpp (bzr r3958)
* Fix bug [ 1818794 ] Showing grid on opening svgJohan B. C. Engelen2007-10-2411-33/+88
| | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957)
* change cursor for color gesturesbulia byak2007-10-242-0/+46
| | | (bzr r3956)
* whitespacebulia byak2007-10-241-66/+66
| | | (bzr r3955)
* cursors for color adjustmentbulia byak2007-10-243-0/+114
| | | (bzr r3954)