| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor gradient rendering to facilitate future changes, since the simple | MenTaLguY | 2007-08-29 | 2 | -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 Lierop | 2007-08-28 | 1 | -9/+10 |
| | | | | (bzr r3604) | ||||
| * | Implement snapping of guides while dragging them, and snap TO item centers ↵ | Diederik van Lierop | 2007-08-28 | 13 | -31/+160 |
| | | | | | | (we only had snapping FROM item centers so far) (bzr r3603) | ||||
| * | Remove some warnings and fix crash in 3D box tool | Maximilian Albert | 2007-08-28 | 4 | -14/+10 |
| | | | | (bzr r3601) | ||||
| * | ngettext used in src/tweak-context.cpp now | Alexandre Prokoudine | 2007-08-27 | 1 | -8/+16 |
| | | | | (bzr r3599) | ||||
| * | * Added refernce link for translators | Luca Bruno | 2007-08-27 | 2 | -0/+2 |
| | | | | (bzr r3595) | ||||
| * | more tweak modes | bulia byak | 2007-08-27 | 3 | -0/+114 |
| | | | | (bzr r3593) | ||||
| * | four more modes | bulia byak | 2007-08-27 | 4 | -48/+685 |
| | | | | (bzr r3592) | ||||
| * | repel/attract methods | bulia byak | 2007-08-27 | 2 | -1/+141 |
| | | | | (bzr r3591) | ||||
| * | do the same remembering for stop opacity | bulia byak | 2007-08-26 | 1 | -1/+2 |
| | | | | (bzr r3590) | ||||
| * | calling parent's write method may reset the stop's color from repr if it was ↵ | bulia byak | 2007-08-26 | 1 | -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. Engelen | 2007-08-26 | 1 | -4/+9 |
| | | | | | | | | in it (arcs) The code should be removed when 2geom is capable of handling 'A' parameters. (bzr r3588) | ||||
| * | Various small cleanups | Maximilian Albert | 2007-08-26 | 7 | -13/+31 |
| | | | | (bzr r3587) | ||||
| * | Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ↵ | Maximilian Albert | 2007-08-26 | 8 | -16/+285 |
| | | | | | | the right approach) (bzr r3586) | ||||
| * | 2 LPE things: | Johan B. C. Engelen | 2007-08-26 | 4 | -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. Engelen | 2007-08-25 | 2 | -5/+5 |
| | | | | | | it does. (bzr r3584) | ||||
| * | Add #define to disable "test" LPE's | Johan B. C. Engelen | 2007-08-25 | 2 | -1/+9 |
| | | | | (bzr r3583) | ||||
| * | Correct default preferences for 3D boxes to avoid ugly line joins when using ↵ | Maximilian Albert | 2007-08-24 | 1 | -7/+7 |
| | | | | | | stroke (bzr r3581) | ||||
| * | a hack to prevent the redraw of the entire area when a no-fill ctrlrect is ↵ | bulia byak | 2007-08-24 | 1 | -2/+11 |
| | | | | | | deleted (bzr r3580) | ||||
| * | do not request redraw if an item has zero dimensions; also remove redundant ↵ | bulia byak | 2007-08-24 | 1 | -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 byak | 2007-08-24 | 1 | -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 byak | 2007-08-24 | 2 | -0/+5 |
| | | | | | | whenever a new ctrl is created (bzr r3577) | ||||
| * | third patch from Dennis Lin (with my tweaks) - great simplification and ↵ | bulia byak | 2007-08-23 | 2 | -302/+159 |
| | | | | | | optimization of sp-canvas (bzr r3576) | ||||
| * | remove slowest_buffer - we no longer use it in sp-canvas | bulia byak | 2007-08-23 | 1 | -8/+2 |
| | | | | (bzr r3575) | ||||
| * | add too-high-precision warning, transientize, copyediting, cosmetic | bulia byak | 2007-08-23 | 2 | -30/+45 |
| | | | | (bzr r3574) | ||||
| * | initialize page number and preview | bulia byak | 2007-08-23 | 1 | -0/+2 |
| | | | | (bzr r3573) | ||||
| * | Clear Cairo surface to white before rendering preview | miklosh | 2007-08-23 | 1 | -0/+2 |
| | | | | (bzr r3571) | ||||
| * | Avoid transforming a group with an already set clip-path | miklosh | 2007-08-23 | 2 | -2/+6 |
| | | | | (bzr r3570) | ||||
| * | Display the total number of pages next to the page number spinbutton | miklosh | 2007-08-23 | 2 | -1/+17 |
| | | | | (bzr r3569) | ||||
| * | define gradient vector size in terms of bits | MenTaLguY | 2007-08-21 | 1 | -1/+2 |
| | | | | (bzr r3567) | ||||
| * | fix typo | MenTaLguY | 2007-08-21 | 1 | -1/+1 |
| | | | | (bzr r3566) | ||||
| * | increase gradient noise slightly | MenTaLguY | 2007-08-21 | 1 | -9/+9 |
| | | | | (bzr r3565) | ||||
| * | experimental: add some noise to the gradient function | MenTaLguY | 2007-08-21 | 1 | -0/+14 |
| | | | | (bzr r3564) | ||||
| * | factor out gradient index calculation | MenTaLguY | 2007-08-21 | 1 | -55/+59 |
| | | | | (bzr r3563) | ||||
| * | unify linear and radial gradients in same file (with appropriate note | MenTaLguY | 2007-08-21 | 6 | -353/+323 |
| | | | | | | about license) in preparation for refactoring (bzr r3562) | ||||
| * | gobble more of motion events; make statusbar messages immediate for better ↵ | bulia byak | 2007-08-21 | 7 | -11/+21 |
| | | | | | | visual feedback (bzr r3561) | ||||
| * | add colon before value description | bulia byak | 2007-08-21 | 1 | -1/+3 |
| | | | | (bzr r3560) | ||||
| * | add Affect: label, fill in presets for shape tools | bulia byak | 2007-08-21 | 1 | -20/+43 |
| | | | | (bzr r3558) | ||||
| * | add Affect: label | bulia byak | 2007-08-21 | 1 | -0/+7 |
| | | | | (bzr r3557) | ||||
| * | make zoom value update immediate | bulia byak | 2007-08-21 | 1 | -0/+3 |
| | | | | (bzr r3556) | ||||
| * | Enable center-dragging of boxes in Z direction by using Shift | Maximilian Albert | 2007-08-20 | 3 | -1/+58 |
| | | | | (bzr r3555) | ||||
| * | small fix in export to ocal gnome_vfs function calls | Bruno Dilly | 2007-08-20 | 1 | -6/+1 |
| | | | | (bzr r3554) | ||||
| * | Eliminate a number of compile warnings | Maximilian Albert | 2007-08-20 | 4 | -8/+8 |
| | | | | (bzr r3553) | ||||
| * | Avoid 'flashing' between front and rear face during initial dragging process ↵ | Maximilian Albert | 2007-08-20 | 3 | -8/+31 |
| | | | | | | of 3D boxes (bzr r3552) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-08-20 | 1 | -3/+3 |
| | | | | | | * A couple small corrections to settings colors in the filter dialog (bzr r3551) | ||||
| * | Use the embedded thumbnails for preview when poppler-cairo is not available | miklosh | 2007-08-20 | 2 | -23/+62 |
| | | | | (bzr r3550) | ||||
| * | added import/export preferences category | Bruno Dilly | 2007-08-20 | 3 | -18/+33 |
| | | | | (bzr r3549) | ||||
| * | committed patch 1777220 by John Faith to fix compilation of Inkscape on OS X ↵ | JiHO | 2007-08-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | 10.3 (Panther) g_return_val_if_fail(fabs(denom) > 1e-6, NR::Nothing()); is apparently causing gcc 3.3 to fail (OS X 10.3) with the error: line-geometry.cpp: In member function `virtual NR::Maybe<NR::Point> Box3D::Line::intersect(const Box3D::Line&)': line-geometry.cpp:57: error: parse error before `;' token If the NR::Nothing() is simply broken out as its own variable instead of including it in g_return_val_if_fail(), then the file compiles. The root cause is not known, but I assume this is a gcc bug. This was the only source change needed for building svn 15634 for OS X 10.3. (bzr r3548) | ||||
| * | gobble motion events when dragging selection - looks like with recent gtk, ↵ | bulia byak | 2007-08-20 | 1 | -3/+2 |
| | | | | | | this does not lose grab anymore (bzr r3547) | ||||
| * | merge of dialog and impl classes of ocaldialogs | Bruno Dilly | 2007-08-20 | 3 | -266/+101 |
| | | | | (bzr r3546) | ||||
