| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | While drawing and constraining to specific angles (using CTRL): don't try a ↵ | Diederik van Lierop | 2008-08-04 | 1 | -6/+18 |
| | | | | | | freeSnap() after we've already tried a constrainedSnap() (bzr r6560) | ||||
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -1/+0 |
| | | | | (bzr r6540) | ||||
| * | New 'zigzag' (polylines) mode in pen tool | Maximilian Albert | 2008-07-31 | 1 | -5/+3 |
| | | | | (bzr r6485) | ||||
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 1 | -1/+1 |
| | | | | (bzr r6339) | ||||
| * | 2geomify deletion of node in pen-context.cpp | Johan B. C. Engelen | 2008-07-02 | 1 | -8/+9 |
| | | | | (bzr r6123) | ||||
| * | fix the snapindicator stealing release event by grabbing the acetate on ↵ | bulia byak | 2008-06-30 | 1 | -14/+15 |
| | | | | | | click, not on motion (bzr r6094) | ||||
| * | pen tool: use SPCurve::last_segment in favor of last_bpath | Johan B. C. Engelen | 2008-06-29 | 1 | -9/+12 |
| | | | | (bzr r6090) | ||||
| * | replace some spcurve->last_bpath calls with spcurve->is_empty | Johan B. C. Engelen | 2008-06-29 | 1 | -2/+1 |
| | | | | (bzr r6088) | ||||
| * | Temporary shortcut for LPEParallel in pen tool | Maximilian Albert | 2008-06-18 | 1 | -2/+1 |
| | | | | (bzr r5976) | ||||
| * | Temporarily add shortcuts in pen context to activate some LPEs which need ↵ | Maximilian Albert | 2008-06-16 | 1 | -0/+35 |
| | | | | | | path input. Will be removed soon when we have a UI for this. (bzr r5962) | ||||
| * | Separate function to put pen context into 'wait for LPE mouse clicks' mode | Maximilian Albert | 2008-06-16 | 1 | -0/+9 |
| | | | | (bzr r5958) | ||||
| * | When expecting mouse clicks for a LPE in pen context, don't concatenate with ↵ | Maximilian Albert | 2008-06-12 | 1 | -27/+30 |
| | | | | | | or continue existing paths (bzr r5904) | ||||
| * | More infrastructure to have waiting LPEs that are freshly created and ↵ | Maximilian Albert | 2008-06-12 | 1 | -2/+8 |
| | | | | | | applied to yet-to-be-drawn paths (bzr r5903) | ||||
| * | Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait ↵ | Maximilian Albert | 2008-06-12 | 1 | -3/+3 |
| | | | | | | for parameter path' mode; make LPEMirrorReflect use this to let the user specify the mirroring line (bzr r5902) | ||||
| * | Pen context can now wait for a specified number of clicks and finish the ↵ | Maximilian Albert | 2008-06-12 | 1 | -3/+32 |
| | | | | | | path afterwards; together with the new polylines mode this will be used to pass paths as arguments to LPEs (bzr r5901) | ||||
| * | Remove obsolete variable 'onlycurves' from pen-context.(h|cpp) | Maximilian Albert | 2008-06-12 | 1 | -2/+1 |
| | | | | (bzr r5900) | ||||
| * | New 'polylines only' mode in pen context; to be used later when LPEs are ↵ | Maximilian Albert | 2008-06-12 | 1 | -4/+15 |
| | | | | | | waiting for mouse input (bzr r5899) | ||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -9/+4 |
| | | | | (bzr r5823) | ||||
| * | Removed g_free() calls that now refer to static strings | Jon A. Cruz | 2008-05-24 | 1 | -2/+0 |
| | | | | (bzr r5751) | ||||
| * | Fixed concat of i18n strings | Jon A. Cruz | 2008-05-22 | 1 | -16/+6 |
| | | | | (bzr r5733) | ||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -1/+1 |
| | | | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636) | ||||
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -26/+26 |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -1/+2 |
| | | | | (bzr r5149) | ||||
| * | Don't steal 'del' key in pen context when there is no curve being drawn ↵ | Maximilian Albert | 2008-03-09 | 1 | -2/+6 |
| | | | | | | (closes LP #200241) (bzr r5015) | ||||
| * | Factor out duplicated angle/distance statusbar code into separate function | John Bintz | 2008-03-09 | 1 | -28/+43 |
| | | | | (bzr r5009) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| | | | | (bzr r4629) | ||||
| * | Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used ↵ | Maximilian Albert | 2008-01-20 | 1 | -1/+1 |
| | | | | | | for randomness, Shift doubles dot size; clearer preferences labels (bzr r4568) | ||||
| * | Make creation of dots via Ctrl+click also possible in pen context; fill dots ↵ | Maximilian Albert | 2008-01-19 | 1 | -0/+6 |
| | | | | | | with current stroke color (and unset stroke); add preferences settings for dot radius and status bar messages; Shift+Ctrl+click varies the radius slightly (bzr r4563) | ||||
| * | Make path segments convertable to guides, too | Maximilian Albert | 2008-01-16 | 1 | -0/+8 |
| | | | | (bzr r4503) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -1/+1 |
| | | | | (bzr r4012) | ||||
| * | gobble more of motion events; make statusbar messages immediate for better ↵ | bulia byak | 2007-08-21 | 1 | -3/+4 |
| | | | | | | visual feedback (bzr r3561) | ||||
| * | due to the order of processing events, we must disable lmb handling in ↵ | bulia byak | 2007-07-29 | 1 | -4/+8 |
| | | | | | | children contexts so that parent event context can handle it for space panning (bzr r3341) | ||||
| * | add item handler so that right-click works over an item; fixes 1751318 | bulia byak | 2007-07-10 | 1 | -0/+25 |
| | | | | (bzr r3220) | ||||
| * | fix 1704038: finishing on right-click assumed we are finishing unclosed, ↵ | bulia byak | 2007-04-23 | 1 | -6/+15 |
| | | | | | | which is not always true (bzr r2952) | ||||
| * | Fixed: Shift-doubleclicking middle mouse button in pen tool should not ↵ | Maximilian Albert | 2007-04-18 | 1 | -4/+4 |
| | | | | | | finish the path being drawn (bzr r2925) | ||||
| * | remove color cursors | Josh Andler | 2006-10-19 | 1 | -6/+0 |
| | | | | (bzr r1811) | ||||
| * | Added forced redraws to other tools | John Bintz | 2006-09-24 | 1 | -4/+5 |
| | | | | (bzr r1719) | ||||
| * | Initial reworking of forced redraw to work better with interruptible display | John Bintz | 2006-09-06 | 1 | -3/+3 |
| | | | | (bzr r1696) | ||||
| * | Force non-interruptible canvas redraws to ensure accurate display while ↵ | John Bintz | 2006-09-04 | 1 | -0/+7 |
| | | | | | | creating objects (bzr r1679) | ||||
| * | Disable pen events while finishing pen operations to prevent race condition | John Bintz | 2006-09-03 | 1 | -2/+4 |
| | | | | (bzr r1670) | ||||
| * | Disable pen event handling during important update operations | John Bintz | 2006-09-03 | 1 | -0/+32 |
| | | | | (bzr r1668) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -2/+2 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -2/+2 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | initial color cursor implementation (reads from pixbufs, will work on ↵ | Josh Andler | 2006-06-19 | 1 | -0/+6 |
| | | | | | | reading from svg instead) (bzr r1227) | ||||
| * | fix 1214286, 1482209 | bulia byak | 2006-05-05 | 1 | -8/+6 |
| | | | | (bzr r731) | ||||
| * | refactor redrawing code into pen_redraw_all; cancel current unfinished path, ↵ | bulia byak | 2006-04-24 | 1 | -39/+111 |
| | | | | | | inctead of finishing it, on leaving pen tool (makes more sense, and fixes a crash on exit); add to_curve and to_line keys (bzr r580) | ||||
| * | fix statusbar when cancelling drawing | bulia byak | 2006-04-20 | 1 | -13/+16 |
| | | | | (bzr r557) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -7/+7 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -18/+18 |
| | | | | (bzr r149) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+1084 |
| (bzr r1) | |||||
