| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add placeholder for expert contributors | Bob Jamison | 2008-07-30 | 5 | -0/+602 | |
| | | | | (bzr r6474) | |||||
| * | Add default mirroring line to lpe-symmetry because the on-canvas clicks seem ↵ | Maximilian Albert | 2008-07-30 | 2 | -16/+12 | |
| | | | | | | more difficult to discover (bzr r6473) | |||||
| * | New LPE: Text label | Maximilian Albert | 2008-07-30 | 5 | -1/+121 | |
| | | | | (bzr r6472) | |||||
| * | Move coordinate transform workaround to a more logical place | Maximilian Albert | 2008-07-30 | 4 | -13/+22 | |
| | | | | (bzr r6471) | |||||
| * | New 'internal' TextParam which doesn't display a widget (useful if the text ↵ | Maximilian Albert | 2008-07-30 | 3 | -6/+30 | |
| | | | | | | 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 | 5 | -14/+9 | |
| | | | | (bzr r6469) | |||||
| * | fix invisible selection in the list; remove stripes; fix undo comment | bulia byak | 2008-07-30 | 2 | -2/+25 | |
| | | | | (bzr r6468) | |||||
| * | Khmer translation updated | Khoem Sokhem | 2008-07-30 | 1 | -83/+71 | |
| | | | | (bzr r6467) | |||||
| * | 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 | 4 | -3/+299 | |
| | | | | | | display/canvas-bpath.(h|cpp) to avoid a strange linker error :( (bzr r6465) | |||||
| * | Remove superfluous #include | Maximilian Albert | 2008-07-29 | 1 | -1/+0 | |
| | | | | (bzr r6464) | |||||
| * | Make lpe-ruler use the new text widget to display the ruler length ↵ | Maximilian Albert | 2008-07-29 | 2 | -9/+57 | |
| | | | | | | on-canvas; slight modifications to ruler design (bzr r6463) | |||||
| * | New parameter TextParam for LPEs | Maximilian Albert | 2008-07-29 | 3 | -3/+176 | |
| | | | | (bzr r6462) | |||||
| * | New registered widget (text entry box). | Maximilian Albert | 2008-07-29 | 5 | -0/+210 | |
| | | | | (bzr r6461) | |||||
| * | Martin sends another update :) | Alexandre Prokoudine | 2008-07-29 | 1 | -3000/+1779 | |
| | | | | (bzr r6460) | |||||
| * | Remove debugging messages | Maximilian Albert | 2008-07-29 | 2 | -24/+0 | |
| | | | | (bzr r6459) | |||||
| * | Remove now obsolete functions | Maximilian Albert | 2008-07-29 | 5 | -76/+1 | |
| | | | | (bzr r6458) | |||||
| * | automatically add helperpath for PathParams | Maximilian Albert | 2008-07-29 | 2 | -0/+7 | |
| | | | | (bzr r6457) | |||||
| * | Update helperpaths live also when any of the item's LPEs is modified | Maximilian Albert | 2008-07-29 | 3 | -2/+24 | |
| | | | | (bzr r6456) | |||||
| * | slightly increase legibility | Maximilian Albert | 2008-07-29 | 1 | -2/+3 | |
| | | | | (bzr r6455) | |||||
| * | cleanup | Maximilian Albert | 2008-07-29 | 1 | -2/+0 | |
| | | | | (bzr r6454) | |||||
| * | Update helperpaths when a nodepath's item is updated. TODO: They also need ↵ | Maximilian Albert | 2008-07-29 | 1 | -1/+36 | |
| | | | | | | to be updated when the associated LPEs change. (bzr r6453) | |||||
| * | Along with nodepath also create/destroy the helperpaths of any LPEs ↵ | Maximilian Albert | 2008-07-29 | 3 | -17/+109 | |
| | | | | | | associated to its current item (bzr r6452) | |||||
| * | Refactor some code in nodepath.cpp (eliminate duplicates in ↵ | Maximilian Albert | 2008-07-29 | 1 | -12/+26 | |
| | | | | | | generate_helperpath(), draw_helper_curve(), etc.). (bzr r6451) | |||||
| * | Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of ↵ | Maximilian Albert | 2008-07-29 | 5 | -29/+46 | |
| | | | | | | 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 | 14 | -56/+43 | |
| | | | | | | 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 | 6 | -22/+43 | |
| | | | | | | more; instead, every parameter type can now return entities (and then forget about them) (bzr r6446) | |||||
| * | added new translation from Martin Srebotnjak | Alexandre Prokoudine | 2008-07-29 | 1 | -3159/+3402 | |
| | | | | (bzr r6445) | |||||
| * | widgets/toolbox.cpp: s/free/g_free/ in a couple more places. Address some ↵ | Peter Moulder | 2008-07-29 | 1 | -35/+38 | |
| | | | | | | warnings. (bzr r6444) | |||||
| * | fix a couple of free-instead-of-g_free bugs. | Peter Moulder | 2008-07-29 | 1 | -4/+4 | |
| | | | | (bzr r6443) | |||||
| * | new LPE hits the shelves :) | Alexandre Prokoudine | 2008-07-28 | 1 | -0/+1 | |
| | | | | (bzr r6442) | |||||
| * | * [INTL: sk] Slovak translation update (trunk) | Ivan Mas??r | 2008-07-28 | 1 | -346/+206 | |
| | | | | (bzr r6441) | |||||
| * | By caching stat results in buildtool the build time for a build which has to ↵ | Jasper van de Gronde | 2008-07-28 | 1 | -10/+24 | |
| | | | | | | change nothing is reduced to about a third (less than ten seconds instead of about 30 seconds on my system). (Obviously a build which changes nothing is not very interesting, but a build which has to change only a few files is very common.) (bzr r6440) | |||||
| * | typo | Ivan Mas??r | 2008-07-28 | 1 | -1/+1 | |
| | | | | (bzr r6439) | |||||
| * | codedread's patch to fix editing of text with a title or description (see ↵ | Stephen Silver | 2008-07-28 | 1 | -0/+1 | |
| | | | | | | bug 238093). (bzr r6438) | |||||
| * | Khmer translations updated | Khoem Sokhem | 2008-07-28 | 1 | -6/+6 | |
| | | | | (bzr r6437) | |||||
| * | remove dependency on INVALID_LPE a bit | Johan B. C. Engelen | 2008-07-27 | 2 | -4/+4 | |
| | | | | (bzr r6436) | |||||
| * | sort LPE effect list | Johan B. C. Engelen | 2008-07-27 | 1 | -26/+26 | |
| | | | | (bzr r6435) | |||||
| * | LPE Interpolate => "Interpolate Sub-Paths" | Johan B. C. Engelen | 2008-07-27 | 1 | -1/+1 | |
| | | | | (bzr r6434) | |||||
| * | lpe interpolate: fix traversal of trajectory_path. add option for ↵ | Johan B. C. Engelen | 2008-07-27 | 2 | -11/+17 | |
| | | | | | | equidistant_spacing (bzr r6433) | |||||
| * | fix path | Bob Jamison | 2008-07-27 | 1 | -1/+1 | |
| | | | | (bzr r6432) | |||||
| * | add LPE Interpolate | Johan B. C. Engelen | 2008-07-27 | 6 | -0/+183 | |
| | | | | (bzr r6431) | |||||
| * | fix release mouse crash, add missed disconnects, remove unused callback | bulia byak | 2008-07-27 | 3 | -13/+14 | |
| | | | | (bzr r6430) | |||||
| * | Add tracking of skew factor and display in warning message. | Jon A. Cruz | 2008-07-27 | 3 | -3/+16 | |
| | | | | (bzr r6429) | |||||
| * | fix messed up scale/rotate handles | bulia byak | 2008-07-27 | 1 | -2/+2 | |
| | | | | (bzr r6428) | |||||
| * | simplify color reading from tool style | bulia byak | 2008-07-26 | 1 | -22/+4 | |
| | | | | (bzr r6427) | |||||
| * | add optional bool* parameter to find out if the tool has color/opacity set ↵ | bulia byak | 2008-07-26 | 2 | -5/+16 | |
| | | | | | | in its style or not (bzr r6426) | |||||
| * | Build.xml now has a dist-cxxtests target (+ a fix for the linkinkview target ↵ | Jasper van de Gronde | 2008-07-26 | 1 | -21/+68 | |
| | | | | | | and some minor restructuring) (bzr r6425) | |||||
