summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* update 2geom to rev 1114 and fix error.Johan B. C. Engelen2007-08-304-388/+223
| | | (bzr r3624)
* Try to fix translation of LPE names.Johan B. C. Engelen2007-08-302-8/+8
| | | (bzr r3623)
* Update to 2Geom rev. 1113Johan B. C. Engelen2007-08-3045-1168/+3382
| | | (bzr r3622)
* updated Slovak (sk) translation in trunkIvan Mas??r2007-08-301-24/+24
| | | (bzr r3621)
* marked "Light Source:" for translation, added two missing files (SVG filters ↵Alexandre Prokoudine2007-08-302-1/+3
| | | | | related) to po/POTFILES.in (bzr r3620)
* remove redundant commitbulia byak2007-08-301-10/+10
| | | (bzr r3619)
* copyeditbulia byak2007-08-302-6/+6
| | | (bzr r3618)
* fix compositing for premultiplication and non-alpha casesMenTaLguY2007-08-301-4/+39
| | | (bzr r3617)
* updated Slovak (sk) translation in trunkIvan Mas??r2007-08-301-28/+28
| | | (bzr r3616)
* updated Slovak (sk) translation in trunkIvan Mas??r2007-08-301-40/+41
| | | (bzr r3615)
* LPE:Johan B. C. Engelen2007-08-2914-26/+225
| | | | | | | - rename RealParam to ScalarParam, add range checking for ScalarParam, add integer only flag for it aswell. - fix up todo.txt and create new one for parameters - add Curve Stitch LPE (bzr r3614)
* Dockable dialogs patch applied gustav_b2007-08-29110-318/+16132
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* Don't snap node handles to the parent path, plus a small string changeDiederik van Lierop2007-08-292-3/+3
| | | (bzr r3612)
* tidy upJohan B. C. Engelen2007-08-291-2/+2
| | | (bzr r3611)
* Add BoolParam for LPE'sJohan B. C. Engelen2007-08-294-0/+154
| | | (bzr r3610)
* In ellipse and rect tool: include info about width/height ratio in status ↵Maximilian Albert2007-08-292-6/+34
| | | | | messages when Ctrl+dragging (bzr r3609)
* Constrained center-dragging for 3D boxes (with Ctrl)Maximilian Albert2007-08-294-10/+85
| | | (bzr r3608)
* DNR bpp stuff so muchMenTaLguY2007-08-291-22/+46
| | | (bzr r3607)
* add experimental modifier remappingMenTaLguY2007-08-294-1/+59
| | | (bzr r3606)
* Refactor gradient rendering to facilitate future changes, since the simpleMenTaLguY2007-08-292-476/+330
| | | | | addition of noise has been reported to be generally ineffective by users. (bzr r3605)
* Whoops, put check on empty rect back in! Maybe no one noticed ;-)Diederik van Lierop2007-08-281-9/+10
| | | (bzr r3604)
* Implement snapping of guides while dragging them, and snap TO item centers ↵Diederik van Lierop2007-08-2813-31/+160
| | | | | (we only had snapping FROM item centers so far) (bzr r3603)
* remove debug and example LPE files from POTFILES.inJohan B. C. Engelen2007-08-281-3/+0
| | | (bzr r3602)
* Remove some warnings and fix crash in 3D box toolMaximilian Albert2007-08-284-14/+10
| | | (bzr r3601)
* tweak tool updatebulia byak2007-08-282-137/+145
| | | (bzr r3600)
* ngettext used in src/tweak-context.cpp nowAlexandre Prokoudine2007-08-272-50/+82
| | | (bzr r3599)
* updated translation into RussianAlexandre Prokoudine2007-08-271-3141/+3789
| | | (bzr r3598)
* added tweak-context.cppAlexandre Prokoudine2007-08-271-0/+10
| | | (bzr r3597)
* * [it] Some more translation, still a lot to doLuca Bruno2007-08-271-1981/+2956
| | | (bzr r3596)
* * Added refernce link for translatorsLuca Bruno2007-08-272-0/+2
| | | (bzr r3595)
* more tweak modesbulia byak2007-08-271-15405/+2695
| | | (bzr r3594)
* more tweak modesbulia byak2007-08-273-0/+114
| | | (bzr r3593)
* four more modesbulia byak2007-08-274-48/+685
| | | (bzr r3592)
* repel/attract methodsbulia byak2007-08-272-1/+141
| | | (bzr r3591)
* do the same remembering for stop opacitybulia byak2007-08-261-1/+2
| | | (bzr r3590)
* calling parent's write method may reset the stop's color from repr if it was ↵bulia byak2007-08-261-1/+3
| | | | | changed in the object but not yet written to repr; to fix it, remember the specified color before calling parent write (bzr r3589)
* Temporary fix LPE "2Geom not implemented" crash when pasting paths with 'A' ↵Johan B. C. Engelen2007-08-261-4/+9
| | | | | | | in it (arcs) The code should be removed when 2geom is capable of handling 'A' parameters. (bzr r3588)
* Various small cleanupsMaximilian Albert2007-08-267-13/+31
| | | (bzr r3587)
* Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ↵Maximilian Albert2007-08-268-16/+285
| | | | | the right approach) (bzr r3586)
* 2 LPE things:Johan B. C. Engelen2007-08-264-17/+8
| | | | | | * Add changed signal to LPE PathParameter * removed origin parameter from path along path as it is not necessary any more (bzr r3585)
* Rename "Skeletal Strokes" LPE to "Path along path" to better describe what ↵Johan B. C. Engelen2007-08-252-5/+5
| | | | | it does. (bzr r3584)
* Add #define to disable "test" LPE'sJohan B. C. Engelen2007-08-252-1/+9
| | | (bzr r3583)
* remove obsolete setbulia byak2007-08-243-13568/+1
| | | (bzr r3582)
* Correct default preferences for 3D boxes to avoid ugly line joins when using ↵Maximilian Albert2007-08-241-7/+7
| | | | | stroke (bzr r3581)
* a hack to prevent the redraw of the entire area when a no-fill ctrlrect is ↵bulia byak2007-08-241-2/+11
| | | | | deleted (bzr r3580)
* do not request redraw if an item has zero dimensions; also remove redundant ↵bulia byak2007-08-241-7/+26
| | | | | redraw in sp_canvas_item_construct (bzr r3579)
* initialize rect to 0,0,0,0 and do not redraw until dimensions are set; this ↵bulia byak2007-08-241-52/+60
| | | | | removes another reason for flicker at 0.0 (bzr r3578)
* do not redraw until moved for the first time; this fixes the flicker at 0,0 ↵bulia byak2007-08-242-0/+5
| | | | | whenever a new ctrl is created (bzr r3577)
* third patch from Dennis Lin (with my tweaks) - great simplification and ↵bulia byak2007-08-232-302/+159
| | | | | optimization of sp-canvas (bzr r3576)
* remove slowest_buffer - we no longer use it in sp-canvasbulia byak2007-08-231-8/+2
| | | (bzr r3575)