summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* 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)
* Add option to treat grups as single objects when converting to guides.Maximilian Albert2008-03-193-5/+9
| | | (bzr r5124)
* noop: remove superfluous #includeMaximilian Albert2008-03-191-2/+0
| | | (bzr r5123)
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-1912-115/+235
| | | (bzr r5122)
* add delete lpe verb, rearrange menu to collect all lpe commands under pathbulia byak2008-03-195-3/+51
| | | (bzr r5120)
* recurse into groups when pasting lpebulia byak2008-03-181-15/+31
| | | (bzr r5119)
* Raise SVG c++ files to main dom directory. They belong there nos.Bob Jamison2008-03-189-128/+9
| | | (bzr r5117)
* remove edit clippath/mask from menubulia byak2008-03-181-2/+0
| | | (bzr r5115)
* adds icons for edit clippath/maskbulia byak2008-03-181-2/+2
| | | (bzr r5114)
* move edit clippath/mask commands to the node toolbar, disable them when not ↵bulia byak2008-03-181-11/+111
| | | | | relevant (bzr r5113)
* use the same colors for clippath and mark helper paths as used in outline modebulia byak2008-03-181-1/+4
| | | (bzr r5112)
* patch by Jasper: concatenate curves, not path strings (which would break ↵bulia byak2008-03-181-14/+14
| | | | | with relative path commands) (bzr r5111)
* patch by Jasper for optimizing path databulia byak2008-03-185-42/+168
| | | (bzr r5110)
* A fix for bug #199357 "cannot load emf file" based on the patch submitted by ↵Joel Holdsworth2008-03-171-5/+5
| | | | | Ulferikson (bzr r5109)
* * src/bind/Makefile_insert: Fix a build problem when srcdir != builddir.mjwybrow2008-03-171-1/+2
| | | (bzr r5108)
* jdk1.5, 1.6 dont seem to have Level 3 DOM Events. Let's provide the ↵Bob Jamison2008-03-1612-0/+1472
| | | | | interfaces for now. (bzr r5107)
* prepend correctly the PATH and append an existist PYTHONPATH if existingAdib Taraben2008-03-161-7/+22
| | | (bzr r5106)
* lpe-sketch: deal with empty input. fix bug #201735.JF Barraud2008-03-161-5/+6
| | | (bzr r5105)
* lpe-sketch: fixed a bug about construction lines being all stacked on a ↵JF Barraud2008-03-161-38/+19
| | | | | single component. (bzr r5104)
* lpe-vonkoch: complexity bound + choose bbox/segment as reference.JF Barraud2008-03-163-77/+171
| | | | | lpe-knot: support for self intersecting bezier (will be moved to 2geom). (bzr r5103)
* dos to unix conversionBob Jamison2008-03-16160-2295/+2295
| | | (bzr r5102)
* This should be the last of the needed "official" DOM api interfacesBob Jamison2008-03-1627-0/+3072
| | | (bzr r5101)
* required by SVG-DOM interfacesBob Jamison2008-03-1623-0/+1445
| | | (bzr r5100)
* Fix two bugs in the object snapperDiederik van Lierop2008-03-152-32/+35
| | | (bzr r5099)
* Improved visibility of button indicators and added updating when tools switchJon A. Cruz2008-03-151-31/+50
| | | (bzr r5098)
* Warning cleanupJon A. Cruz2008-03-152-2/+2
| | | (bzr r5097)
* Add doxygen comments to flood-context.cppJohn Bintz2008-03-151-4/+114
| | | (bzr r5096)
* add floodcontext and box3dcontext to tools list in doxygen outputJohn Bintz2008-03-151-0/+2
| | | (bzr r5095)
* Turned off fake test sourcesJon A. Cruz2008-03-151-1/+1
| | | (bzr r5094)
* Refactor color wheel triangle draw codeJohn Bintz2008-03-151-113/+63
| | | (bzr r5093)
* Split data mode apart from UI and added button trackersJon A. Cruz2008-03-155-125/+410
| | | (bzr r5092)
* skip writing stroke/fill properties when stroke/fill is nonebulia byak2008-03-141-72/+87
| | | (bzr r5091)
* Add w3c svg-dom and smil-dom java interfacesBob Jamison2008-03-14189-0/+3857
| | | (bzr r5089)
* calligraphic profiles are now read from the preferencesAubanel Monnier2008-03-144-117/+70
| | | | | | TODO1: Fix problem on init (Should react on the set signal instead of change but cannot find if such a signal exists) TODO2: Find a way to display svg icons in the combo box and add a property icon_id in configuration (bzr r5088)
* Unused paramsJon A. Cruz2008-03-144-4/+4
| | | (bzr r5087)
* Add convenience functions to read from/write to Glib::ustrings.Bob Jamison2008-03-132-0/+32
| | | (bzr r5086)
* fix compilebulia byak2008-03-131-0/+1
| | | (bzr r5085)
* Make linux JVM search a little smarter, taking Ted's advice for IcedTeaBob Jamison2008-03-131-2/+4
| | | (bzr r5084)
* calligraphic presetsAubanel Monnier2008-03-131-21/+114
| | | (bzr r5083)
* BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista ↵Albin Sunnanbo2008-03-136-7/+57
| | | | | tempfiles breaks some extensions (including Save as XAML) (bzr r5082)
* BUG 168896, fix init.cpp.patch Native windows dialogs breaks some extensions ↵Albin Sunnanbo2008-03-131-0/+22
| | | | | (including Save as XAML) (bzr r5081)
* disable snapindicator for now to fix pen toolJohan B. C. Engelen2008-03-131-13/+15
| | | (bzr r5080)
* enable LPEs for 3D boxesbulia byak2008-03-131-0/+1
| | | (bzr r5078)
* Turn off debug simulated devicesJon A. Cruz2008-03-131-1/+1
| | | (bzr r5077)
* Adding new extended input devices dialogJon A. Cruz2008-03-135-0/+852
| | | (bzr r5076)
* added missing ';'Bob Jamison2008-03-131-1/+1
| | | (bzr r5075)