| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix two missing icons in live effect parameters | Krzysztof Kosi??ski | 2009-04-11 | 1 | -2/+2 |
| | | | | (bzr r7686) | ||||
| * | Ctor fixes and misc warning cleanups | Jon A. Cruz | 2009-04-07 | 1 | -1/+1 |
| | | | | (bzr r7650) | ||||
| * | tidy up SPObjects that must always be LivePathEffectObjects | Johan B. C. Engelen | 2009-03-19 | 1 | -1/+1 |
| | | | | (bzr r7526) | ||||
| * | store default size in lpe::ArrayParam | Johan B. C. Engelen | 2009-03-15 | 1 | -2/+3 |
| | | | | (bzr r7496) | ||||
| * | move canvastext to its own file (no linking error for me anymore), add ↵ | bulia byak | 2009-03-11 | 2 | -1/+3 |
| | | | | | | outline to fix 334758 (bzr r7470) | ||||
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -6/+1 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | move shape_editor from node context to the parent class, event context | bulia byak | 2009-01-08 | 1 | -1/+1 |
| | | | | (bzr r7096) | ||||
| * | Cmake build fixes, minor | Joshua L. Blocher | 2009-01-05 | 1 | -1/+0 |
| | | | | (bzr r7078) | ||||
| * | fixed transform_mutliply for vector lpe parameter. | JF Barraud | 2008-12-17 | 1 | -1/+1 |
| | | | | (bzr r7012) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 11 | -314/+394 |
| | | | | (bzr r6891) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -1/+2 |
| | | | | (bzr r6884) | ||||
| * | Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵ | Ted Gould | 2008-09-25 | 1 | -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 lpe param: VectorParam<float> and VectorParam<double> | Johan B. C. Engelen | 2008-09-02 | 4 | -1/+180 |
| | | | | (bzr r6757) | ||||
| * | cast for EnumParam | Maximilian Albert | 2008-08-18 | 1 | -0/+3 |
| | | | | (bzr r6640) | ||||
| * | Get rid of some superfluous includes | Maximilian Albert | 2008-08-13 | 1 | -5/+0 |
| | | | | (bzr r6613) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| | | | | (bzr r6593) | ||||
| * | try to make LPE optimizations easier. example in LPE Bend | Johan B. C. Engelen | 2008-08-07 | 2 | -4/+16 |
| | | | | (bzr r6584) | ||||
| * | Fixed broken empty string check | Jon A. Cruz | 2008-08-03 | 1 | -10/+10 |
| | | | | (bzr r6542) | ||||
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -1/+0 |
| | | | | (bzr r6540) | ||||
| * | remove more NR:: from live_effects code | Johan B. C. Engelen | 2008-08-01 | 1 | -2/+2 |
| | | | | (bzr r6515) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 2 | -14/+13 |
| | | | | (bzr r6513) | ||||
| * | replace matrix division code. | Johan B. C. Engelen | 2008-08-01 | 1 | -8/+7 |
| | | | | (bzr r6512) | ||||
| * | change knot.h to Geom::Point only instead of NR::Point. | Johan B. C. Engelen | 2008-08-01 | 1 | -1/+1 |
| | | | | (bzr r6511) | ||||
| * | Make PointParam handles snap, too | Maximilian Albert | 2008-08-01 | 1 | -1/+2 |
| | | | | (bzr r6507) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 4 | -5/+5 |
| | | | | (bzr r6495) | ||||
| * | remove old reminder file (of my GSoC last year) | Johan B. C. Engelen | 2008-07-31 | 1 | -6/+0 |
| | | | | (bzr r6492) | ||||
| * | Remove UI stuff from internal text parameter | Maximilian Albert | 2008-07-31 | 1 | -10/+6 |
| | | | | (bzr r6488) | ||||
| * | New unit parameter for LPEs which lpe-ruler now uses | Maximilian Albert | 2008-07-31 | 3 | -1/+148 |
| | | | | (bzr r6487) | ||||
| * | New function to set text position and anchor relative to a given path | Maximilian Albert | 2008-07-30 | 2 | -0/+20 |
| | | | | (bzr r6475) | ||||
| * | Move coordinate transform workaround to a more logical place | Maximilian Albert | 2008-07-30 | 1 | -1/+2 |
| | | | | (bzr r6471) | ||||
| * | New 'internal' TextParam which doesn't display a widget (useful if the text ↵ | Maximilian Albert | 2008-07-30 | 2 | -5/+29 |
| | | | | | | should not be settable by the user); lpe-ruler uses it now (bzr r6470) | ||||
| * | Make text widget for TextParams work and re-enable it | Maximilian Albert | 2008-07-30 | 2 | -8/+5 |
| | | | | (bzr r6469) | ||||
| * | Disable text entry widget for TextParam until it works correctly | Maximilian Albert | 2008-07-29 | 1 | -0/+5 |
| | | | | (bzr r6466) | ||||
| * | Temporarily move the code from display/canvas-text.(h|cpp) to ↵ | Maximilian Albert | 2008-07-29 | 1 | -1/+2 |
| | | | | | | display/canvas-bpath.(h|cpp) to avoid a strange linker error :( (bzr r6465) | ||||
| * | New parameter TextParam for LPEs | Maximilian Albert | 2008-07-29 | 3 | -3/+176 |
| | | | | (bzr r6462) | ||||
| * | automatically add helperpath for PathParams | Maximilian Albert | 2008-07-29 | 2 | -0/+7 |
| | | | | (bzr r6457) | ||||
| * | Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of ↵ | Maximilian Albert | 2008-07-29 | 1 | -0/+4 |
| | | | | | | canvas indicators provided by the effect itself or its parameters (overload addCanvasIndicators to provide them in derived effects) (bzr r6450) | ||||
| * | Remove obsolete function param_editOncanvas for PointParams | Maximilian Albert | 2008-07-29 | 2 | -22/+0 |
| | | | | (bzr r6449) | ||||
| * | Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵ | Maximilian Albert | 2008-07-29 | 3 | -5/+2 |
| | | | | | | and make inheritance from it a bit less clumsy (bzr r6448) | ||||
| * | Remove superfluous functions | Maximilian Albert | 2008-07-29 | 2 | -4/+1 |
| | | | | (bzr r6447) | ||||
| * | LPE knotholder refactoring: PointParams are not knotholder entities any ↵ | Maximilian Albert | 2008-07-29 | 3 | -11/+36 |
| | | | | | | more; instead, every parameter type can now return entities (and then forget about them) (bzr r6446) | ||||
| * | purge LivePathEffect::PathType | Johan B. C. Engelen | 2008-07-20 | 6 | -26/+0 |
| | | | | (bzr r6373) | ||||
| * | add comments about setting new LPE PathParam path data. refactor things a ↵ | Johan B. C. Engelen | 2008-07-20 | 2 | -22/+50 |
| | | | | | | bit for easier comprehension and optimization possibility from within nodepath (bzr r6371) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-07-16 | 1 | -1/+1 |
| | | | | (bzr r6329) | ||||
| * | Enable simultaneous knotholder and nodepath | Maximilian Albert | 2008-07-14 | 1 | -1/+1 |
| | | | | (bzr r6291) | ||||
| * | move undo commits closer to the UI | bulia byak | 2008-07-05 | 1 | -2/+2 |
| | | | | (bzr r6195) | ||||
| * | live_effects/parameter/enum.h: Supply missing #includes/declarations so that ↵ | Peter Moulder | 2008-07-05 | 1 | -0/+1 |
| | | | | | | we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6177) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-04 | 2 | -4/+5 |
| | | | | (bzr r6156) | ||||
| * | Remove oncanvas_editable attribute for PointParams; use their internal shape ↵ | Maximilian Albert | 2008-07-04 | 2 | -4/+5 |
| | | | | | | settings for the knotholder handle (bzr r6151) | ||||
| * | First shot at a dropdown selector for various shapes in pen/pencil tool, ↵ | Maximilian Albert | 2008-07-03 | 2 | -6/+13 |
| | | | | | | | | along the lines of Valerie's blueprint. TODO: more paths for the dropdown, read them from a separate file; show images for the choices, not text (bzr r6127) | ||||
