summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* helper functions to access a single blur primitive in a filterbulia byak2008-03-232-2/+29
| | | (bzr r5174)
* make sure we explicitly use geometric bbox for calculating blur marginsbulia byak2008-03-231-2/+3
| | | (bzr r5173)
* Tracking of live axesJon A. Cruz2008-03-223-13/+64
| | | (bzr r5172)
* changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen2008-03-225-15/+39
| | | (bzr r5171)
* update to latest 2geomJohan B. C. Engelen2008-03-226-382/+387
| | | (bzr r5170)
* More multiple inheritance delegation. 53 files to go.Bob Jamison2008-03-226-114/+222
| | | (bzr r5169)
* remove CR/LF test fileJohan B. C. Engelen2008-03-221-4/+0
| | | (bzr r5168)
* CR/LF test with new file.Johan B. C. Engelen2008-03-221-0/+4
| | | | | will be deleted in next commit (bzr r5167)
* fix fileJohan B. C. Engelen2008-03-221-204/+0
| | | (bzr r5166)
* * add RegisteredTransformedPoint widget, that transforms the point before ↵Johan B. C. Engelen2008-03-2211-6/+296
| | | | | | | | displaying/writing. This in order to keep them in SVG coordinate system in XML, but in canvas coord system in the spinbox * move Geom::Point XML writing to central place in ostringstream * add verb for LPE context (bzr r5165)
* Numeric values on test areaJon A. Cruz2008-03-221-0/+7
| | | (bzr r5164)
* warning cleanupJon A. Cruz2008-03-221-1/+1
| | | (bzr r5163)
* More delegation for SMILBob Jamison2008-03-224-11/+19
| | | (bzr r5162)
* Line-end fixupsJon A. Cruz2008-03-2210-831/+831
| | | (bzr r5161)
* Removed Win32 keep-dialogs-on-top preference, now set permanently to trueJoel Holdsworth2008-03-225-35/+11
| | | (bzr r5160)
* Fixed skipping of blank lines in .gpl filesJon A. Cruz2008-03-221-3/+4
| | | (bzr r5159)
* set busy cursor and statusbar message while creating clonesbulia byak2008-03-221-0/+11
| | | (bzr r5158)
* warning cleanupJon A. Cruz2008-03-222-6/+6
| | | (bzr r5157)
* Temporary disable of broken test codeJon A. Cruz2008-03-222-4/+8
| | | (bzr r5156)
* Delegate MI methods to impl classesBob Jamison2008-03-2212-287/+304
| | | (bzr r5155)
* Really fix compile (patch by Krzysztof Kosiński)Maximilian Albert2008-03-225-4/+4
| | | (bzr r5154)
* temporary fix. removed LPE context verb. now toolbar is normal again in windows.Johan B. C. Engelen2008-03-212-2/+2
| | | (bzr r5153)
* fix compilebulia byak2008-03-211-2/+0
| | | (bzr r5152)
* clean up PointParamKnotHolder some more. SPKnotHolder should really be C++ ↵Johan B. C. Engelen2008-03-213-43/+44
| | | | | object. It's the next step. (bzr r5151)
* fix duplicate entrybulia byak2008-03-211-1/+1
| | | (bzr r5150)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-2199-1197/+619
| | | (bzr r5149)
* Start working toward multiple inheritanceBob Jamison2008-03-2114-54/+277
| | | (bzr r5148)
* Bugfix to prevent the print dialog falling underneath the inkscape desktop ↵Joel Holdsworth2008-03-212-3/+4
| | | | | windows in Win32 (bzr r5147)
* Add a separate "javaclean" target so that it can be invoked without deleting ↵Bob Jamison2008-03-211-1/+11
| | | | | all of the c++ binaries. (bzr r5146)
* The header for calligraphic rename is in dialogs, not widgets. Quick fix to ↵JiHO2008-03-211-1/+1
| | | | | get HEAD compiling. (bzr r5145)
* Clean up event handler functions of pointparam-knotholder.cppJohan B. C. Engelen2008-03-211-74/+5
| | | (bzr r5144)
* Remove unused flag from PathString.Jasper van de Gronde2008-03-212-2/+0
| | | (bzr r5143)
* Added dialog to name new calligraphicAubanel Monnier2008-03-215-26/+199
| | | | | profiles (bzr r5142)
* Replace char buffer by std::string to prevent buffer overflow when computing ↵Jasper van de Gronde2008-03-211-23/+23
| | | | | the new PATH. (bzr r5141)
* Adding axis detection to new input dialogJon A. Cruz2008-03-215-48/+231
| | | (bzr r5140)
* Signed cleanupJon A. Cruz2008-03-211-1/+1
| | | (bzr r5139)
* Finally! All of the svg-dom classes and dependencies have native ↵Bob Jamison2008-03-21255-1030/+14997
| | | | | implementation stubs. (bzr r5138)
* add pointparam-knotholder files to Makefile_insertJohan B. C. Engelen2008-03-201-0/+2
| | | (bzr r5137)
* forgot to commit the two essential files! sorry to break the build for a secondJohan B. C. Engelen2008-03-202-0/+343
| | | (bzr r5136)
* remove #ifdef that was used to disable on-canvas editing.Johan B. C. Engelen2008-03-201-7/+4
| | | | | fix initialization of PointParam (bzr r5135)
* define color of point parameter in LPEdoEffectStackTestJohan B. C. Engelen2008-03-201-2/+4
| | | | | add tooltips to parameters of LPEdoEffectStackTest (bzr r5134)
* Add on-canvas editing of LPE PointParam.Johan B. C. Engelen2008-03-205-9/+42
| | | | | | | | * made special KnotHolder for Pointparameters. todo: * pointparam numerical widgets display SVG info, instead of desktop coordinates. must be fixed * knots cannot be selected and moved by keys (bzr r5133)
* Change from Level3 to Level2 ViewsBob Jamison2008-03-202-0/+57
| | | (bzr r5132)
* Change from DOM Level 3 Views to Level 2 to sync with CSSBob Jamison2008-03-2011-2074/+2075
| | | (bzr r5131)
* Need to change from Level 3 views to Level 2 for CSSBob Jamison2008-03-2023-1445/+0
| | | (bzr r5130)
* Adding signals and linkingJon A. Cruz2008-03-203-46/+309
| | | (bzr r5129)
* enable pen and pencil to correctly work with LPE; fix bug with disappearing ↵bulia byak2008-03-201-2/+16
| | | | | path when drawing too fast (bzr r5128)
* remove stalebulia byak2008-03-201-2/+0
| | | (bzr r5127)
* updated patch from Alvin PennerAaron Spike2008-03-201-1/+7
| | | (bzr r5126)
* More woke on calligraaphic presets:Aubanel Monnier2008-03-196-65/+219
| | | | | | | | | | | | | | | | Added a No Preset entry Made save button and save functionality Changing settings swithces back the preset combo to No Preset Internals: added several functions in pref-utils: add child-pref, get list of children, number of children added a function to retrieve the model from egeActioSelectOne Todos: when a profile is selected, the save button should be a delete button that deletes the current profile find a way to (re)name new profiles find a way to get unique ids (are ids mandatory in preferences anyway ?) (bzr r5125)