| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | update 2geom to rev 1114 and fix error. | Johan B. C. Engelen | 2007-08-30 | 4 | -388/+223 |
| * | Try to fix translation of LPE names. | Johan B. C. Engelen | 2007-08-30 | 2 | -8/+8 |
| * | Update to 2Geom rev. 1113 | Johan B. C. Engelen | 2007-08-30 | 45 | -1168/+3382 |
| * | updated Slovak (sk) translation in trunk | Ivan Mas??r | 2007-08-30 | 1 | -24/+24 |
| * | marked "Light Source:" for translation, added two missing files (SVG filters ... | Alexandre Prokoudine | 2007-08-30 | 2 | -1/+3 |
| * | remove redundant commit | bulia byak | 2007-08-30 | 1 | -10/+10 |
| * | copyedit | bulia byak | 2007-08-30 | 2 | -6/+6 |
| * | fix compositing for premultiplication and non-alpha cases | MenTaLguY | 2007-08-30 | 1 | -4/+39 |
| * | updated Slovak (sk) translation in trunk | Ivan Mas??r | 2007-08-30 | 1 | -28/+28 |
| * | updated Slovak (sk) translation in trunk | Ivan Mas??r | 2007-08-30 | 1 | -40/+41 |
| * | LPE: | Johan B. C. Engelen | 2007-08-29 | 14 | -26/+225 |
| * | Dockable dialogs patch applied | gustav_b | 2007-08-29 | 110 | -318/+16132 |
| * | Don't snap node handles to the parent path, plus a small string change | Diederik van Lierop | 2007-08-29 | 2 | -3/+3 |
| * | tidy up | Johan B. C. Engelen | 2007-08-29 | 1 | -2/+2 |
| * | Add BoolParam for LPE's | Johan B. C. Engelen | 2007-08-29 | 4 | -0/+154 |
| * | In ellipse and rect tool: include info about width/height ratio in status mes... | Maximilian Albert | 2007-08-29 | 2 | -6/+34 |
| * | Constrained center-dragging for 3D boxes (with Ctrl) | Maximilian Albert | 2007-08-29 | 4 | -10/+85 |
| * | DNR bpp stuff so much | MenTaLguY | 2007-08-29 | 1 | -22/+46 |
| * | add experimental modifier remapping | MenTaLguY | 2007-08-29 | 4 | -1/+59 |
| * | Refactor gradient rendering to facilitate future changes, since the simple | MenTaLguY | 2007-08-29 | 2 | -476/+330 |
| * | Whoops, put check on empty rect back in! Maybe no one noticed ;-) | Diederik van Lierop | 2007-08-28 | 1 | -9/+10 |
| * | Implement snapping of guides while dragging them, and snap TO item centers (w... | Diederik van Lierop | 2007-08-28 | 13 | -31/+160 |
| * | remove debug and example LPE files from POTFILES.in | Johan B. C. Engelen | 2007-08-28 | 1 | -3/+0 |
| * | Remove some warnings and fix crash in 3D box tool | Maximilian Albert | 2007-08-28 | 4 | -14/+10 |
| * | tweak tool update | bulia byak | 2007-08-28 | 2 | -137/+145 |
| * | ngettext used in src/tweak-context.cpp now | Alexandre Prokoudine | 2007-08-27 | 2 | -50/+82 |
| * | updated translation into Russian | Alexandre Prokoudine | 2007-08-27 | 1 | -3141/+3789 |
| * | added tweak-context.cpp | Alexandre Prokoudine | 2007-08-27 | 1 | -0/+10 |
| * | * [it] Some more translation, still a lot to do | Luca Bruno | 2007-08-27 | 1 | -1981/+2956 |
| * | * Added refernce link for translators | Luca Bruno | 2007-08-27 | 2 | -0/+2 |
| * | more tweak modes | bulia byak | 2007-08-27 | 1 | -15405/+2695 |
| * | more tweak modes | bulia byak | 2007-08-27 | 3 | -0/+114 |
| * | four more modes | bulia byak | 2007-08-27 | 4 | -48/+685 |
| * | repel/attract methods | bulia byak | 2007-08-27 | 2 | -1/+141 |
| * | do the same remembering for stop opacity | bulia byak | 2007-08-26 | 1 | -1/+2 |
| * | calling parent's write method may reset the stop's color from repr if it was ... | bulia byak | 2007-08-26 | 1 | -1/+3 |
| * | Temporary fix LPE "2Geom not implemented" crash when pasting paths with 'A' i... | Johan B. C. Engelen | 2007-08-26 | 1 | -4/+9 |
| * | Various small cleanups | Maximilian Albert | 2007-08-26 | 7 | -13/+31 |
| * | Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ... | Maximilian Albert | 2007-08-26 | 8 | -16/+285 |
| * | 2 LPE things: | Johan B. C. Engelen | 2007-08-26 | 4 | -17/+8 |
| * | Rename "Skeletal Strokes" LPE to "Path along path" to better describe what it... | Johan B. C. Engelen | 2007-08-25 | 2 | -5/+5 |
| * | Add #define to disable "test" LPE's | Johan B. C. Engelen | 2007-08-25 | 2 | -1/+9 |
| * | remove obsolete set | bulia byak | 2007-08-24 | 3 | -13568/+1 |
| * | Correct default preferences for 3D boxes to avoid ugly line joins when using ... | Maximilian Albert | 2007-08-24 | 1 | -7/+7 |
| * | a hack to prevent the redraw of the entire area when a no-fill ctrlrect is de... | bulia byak | 2007-08-24 | 1 | -2/+11 |
| * | do not request redraw if an item has zero dimensions; also remove redundant r... | bulia byak | 2007-08-24 | 1 | -7/+26 |
| * | initialize rect to 0,0,0,0 and do not redraw until dimensions are set; this r... | bulia byak | 2007-08-24 | 1 | -52/+60 |
| * | do not redraw until moved for the first time; this fixes the flicker at 0,0 w... | bulia byak | 2007-08-24 | 2 | -0/+5 |
| * | third patch from Dennis Lin (with my tweaks) - great simplification and optim... | bulia byak | 2007-08-23 | 2 | -302/+159 |
| * | remove slowest_buffer - we no longer use it in sp-canvas | bulia byak | 2007-08-23 | 1 | -8/+2 |