summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-0/+4
| | | | | reduce linking stage command for windows. (bzr r7100)
* move shape_editor from node context to the parent class, event contextbulia byak2009-01-081-1/+1
| | | (bzr r7096)
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-1/+0
| | | (bzr r7078)
* apologies for our very fine windows build systemJohan B. C. Engelen2009-01-041-0/+2
| | | (bzr r7070)
* rely on config file for enabling test effectsJohan B. C. Engelen2009-01-031-2/+4
| | | (bzr r7068)
* remove some of the lpe test define clauses. they are not needed. this in ↵Johan B. C. Engelen2009-01-032-8/+2
| | | | | preparation for moving the define to config.h (bzr r7066)
* added lpe-dynastroke, but hidden as experimental.JF Barraud2009-01-035-0/+404
| | | (bzr r7065)
* reorder LPE listJohan B. C. Engelen2009-01-022-13/+13
| | | | | disable test effects per default (bzr r7057)
* fixed transform_mutliply for vector lpe parameter.JF Barraud2008-12-171-1/+1
| | | (bzr r7012)
* fix LPE Sketch with new 2geomJohan B. C. Engelen2008-12-131-3/+3
| | | (bzr r7000)
* please don't forget to update Makefile_insertbulia byak2008-11-261-2/+2
| | | (bzr r6907)
* renamed lpe-hatches to lpe-rough-hatches.JF Barraud2008-11-265-26/+26
| | | (bzr r6905)
* Merge from fe-movedTed Gould2008-11-2133-629/+1475
| | | (bzr r6891)
* From trunkTed Gould2008-10-2716-65/+52
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-1111-168/+399
| | | (bzr r6884)
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵Ted Gould2008-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* add a path parameter to doeffect_stack_test to test a bug + fix a stupid ↵JF Barraud2008-09-231-1/+1
| | | | | error. sorry. (bzr r6876)
* add a path parameter to doeffect_stack_test to test a bugJF Barraud2008-09-232-1/+5
| | | (bzr r6875)
* fix crash on entering invalid lpe name in xmlJohan B. C. Engelen2008-09-231-4/+3
| | | (bzr r6873)
* Fixed initialization order issueJon A. Cruz2008-09-182-14/+14
| | | (bzr r6833)
* lpe-vonkoch: added checkbox to restrict to (orientation preserving or not) ↵JF Barraud2008-09-172-0/+8
| | | | | similarity transforms. (bzr r6832)
* lpe-vonkoch: updated to handle groups + changed parameter interpretation to ↵JF Barraud2008-09-172-41/+37
| | | | | allow general transformations (bzr r6830)
* lpe-knot update. Each crossing can be flipped independently.JF Barraud2008-09-162-153/+409
| | | (bzr r6816)
* Make displaying of unit in lpe-path-length optionalMaximilian Albert2008-09-142-2/+7
| | | (bzr r6812)
* Scaling factor for lpe-path-lengthMaximilian Albert2008-09-142-5/+6
| | | (bzr r6811)
* Warning for bugJon A. Cruz2008-09-141-0/+2
| | | (bzr r6806)
* Hide canvas text, too, when lpe-path-length is invisibleMaximilian Albert2008-09-132-0/+8
| | | (bzr r6801)
* add lpe param: VectorParam<float> and VectorParam<double>Johan B. C. Engelen2008-09-024-1/+180
| | | (bzr r6757)
* Make lpe-ruler work for arbitrary paths, not just line segmentsMaximilian Albert2008-08-192-22/+35
| | | (bzr r6706)
* Don't display canvas text (length info) in lpe-ruler any more; add many more ↵Maximilian Albert2008-08-192-56/+88
| | | | | options (bzr r6704)
* Fix end type combo boxMaximilian Albert2008-08-182-7/+7
| | | (bzr r6696)
* noop: reorder options for lpe-line-segmentMaximilian Albert2008-08-181-2/+2
| | | (bzr r6686)
* Toggle button in geometry toolbar to set limiting bounding box for ↵Maximilian Albert2008-08-182-14/+8
| | | | | LPELineSegment (bzr r6685)
* Add action to change the end type of line segments if an item has ↵Maximilian Albert2008-08-181-1/+2
| | | | | LPELineSegment applied; this is for demonstration purposes because later it would be nice if we could change widgets interactively. (bzr r6683)
* noop: wordingMaximilian Albert2008-08-181-2/+2
| | | (bzr r6680)
* Let acceptsNumClicks() distinguish between invalid LPE and valid ones that ↵Maximilian Albert2008-08-181-0/+1
| | | | | expect zero clicks (bzr r6677)
* Add option do deactivate knotholder handles for LPEs (useful if they ↵Maximilian Albert2008-08-182-0/+8
| | | | | interfere with node handles during editing); doesn't live update the ShapeEditor at the moment (bzr r6667)
* Add lpe-line_segment to LPETool toolbarMaximilian Albert2008-08-181-1/+2
| | | (bzr r6653)
* cleanupMaximilian Albert2008-08-181-1/+1
| | | (bzr r6647)
* Rename acceptsNumParams() -> acceptsNumClicks() because it makes more senseMaximilian Albert2008-08-182-6/+6
| | | (bzr r6644)
* Remove done_pathparam_set and friends because it currently isn't used any ↵Maximilian Albert2008-08-182-6/+13
| | | | | more anyway; reimplement its intended functionality by using isReady() (bzr r6643)
* reimplement acceptsNumParams(); instead of making it a virtual function we ↵Maximilian Albert2008-08-182-1/+13
| | | | | just make case distinctions (bzr r6642)
* New LPE to draw infinite lines (cut by a limiting bounding box), rays and ↵Maximilian Albert2008-08-185-1/+175
| | | | | segments (bzr r6641)
* cast for EnumParamMaximilian Albert2008-08-181-0/+3
| | | (bzr r6640)
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-134-6/+6
| | | (bzr r6617)
* Get rid of some superfluous includesMaximilian Albert2008-08-132-15/+0
| | | (bzr r6613)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-083-3/+3
| | | (bzr r6593)
* remove debug messageJohan B. C. Engelen2008-08-071-1/+0
| | | (bzr r6585)
* try to make LPE optimizations easier. example in LPE BendJohan B. C. Engelen2008-08-074-8/+28
| | | (bzr r6584)
* Remove some obsolete codeMaximilian Albert2008-08-041-57/+0
| | | (bzr r6558)