| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make the snap delay mechanism easier to implement for the devs, and get rid ↵ | Diederik van Lierop | 2009-07-18 | 1 | -8/+4 |
| | | | | | | of the related warning messages (bzr r8302) | ||||
| * | Implement guide behaviour as discussed on the mailing list | Maximilian Albert | 2009-07-16 | 1 | -1/+2 |
| | | | | (bzr r8293) | ||||
| * | Only load from preferences when really needed, which might help reducing the ↵ | Diederik van Lierop | 2009-05-10 | 1 | -11/+12 |
| | | | | | | processor load a bit (bug #167525) (bzr r7850) | ||||
| * | Fix two "snap window not opened" warnings | Diederik van Lierop | 2009-04-12 | 1 | -2/+4 |
| | | | | (bzr r7693) | ||||
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 1 | -2/+6 |
| | | | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589) | ||||
| * | allow full mouse dragging, rotating, scaling, etc. if a single layer is the ↵ | Ed Halley | 2009-03-14 | 1 | -0/+5 |
| | | | | | | selection (bzr r7490) | ||||
| * | make doubleclick not only switch to text but also position cursor | bulia byak | 2009-02-16 | 1 | -1/+3 |
| | | | | (bzr r7300) | ||||
| * | do not change cursor if desktop has set it to waiting | bulia byak | 2009-01-28 | 1 | -6/+10 |
| | | | | (bzr r7202) | ||||
| * | - The snap-delay mechanism should now be more robust. From now on, it must ↵ | Diederik van Lierop | 2009-01-25 | 1 | -6/+6 |
| | | | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172) | ||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -12/+12 |
| | | | | (bzr r7032) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -1/+1 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -11/+16 |
| | | | | (bzr r6885) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -1/+1 |
| | | | | (bzr r6839) | ||||
| * | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 2008-09-11 | 1 | -1/+1 |
| | | | | (bzr r6793) | ||||
| * | Removal of SP_ACTIVE_DESKTOP, next take | Maximilian Albert | 2008-08-14 | 1 | -14/+14 |
| | | | | (bzr r6630) | ||||
| * | Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where ↵ | Maximilian Albert | 2008-08-14 | 1 | -18/+18 |
| | | | | | | the desktop is readily available in the calling function) (bzr r6629) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -1/+1 |
| | | | | (bzr r6569) | ||||
| * | I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK | MenTaLguY | 2008-07-08 | 1 | -2/+2 |
| | | | | (bzr r6222) | ||||
| * | enable motion hints for non-freehand actions | MenTaLguY | 2008-07-08 | 1 | -2/+2 |
| | | | | (bzr r6220) | ||||
| * | enable entering 3D boxes as groups | bulia byak | 2008-02-27 | 1 | -2/+2 |
| | | | | (bzr r4874) | ||||
| * | fix bug: selected group gets moved even when click+drag on an object on top ↵ | bulia byak | 2008-02-08 | 1 | -0/+8 |
| | | | | | | of it (bzr r4681) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| | | | | (bzr r4629) | ||||
| * | Add possibility to convert objects (only rectangles and 3D boxes currently) ↵ | Maximilian Albert | 2008-01-11 | 1 | -0/+7 |
| | | | | | | to guidelines. Also see corresponding post on the mailing list; in particular, feel free to revert it if this is inappropriate during Frost phase. (bzr r4462) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -2/+4 |
| | | | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | ||||
| * | speed up keyboard scale and rotation too | bulia byak | 2007-12-06 | 1 | -6/+18 |
| | | | | (bzr r4182) | ||||
| * | use gobble_key_events to speed up keyboard moves | bulia byak | 2007-11-21 | 1 | -16/+24 |
| | | | | (bzr r4121) | ||||
| * | 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) | ||||
| * | due to the order of processing events, we must disable lmb handling in ↵ | bulia byak | 2007-07-29 | 1 | -4/+4 |
| | | | | | | children contexts so that parent event context can handle it for space panning (bzr r3341) | ||||
| * | switch scale/rotate mode with Shift+s | bulia byak | 2007-07-08 | 1 | -0/+9 |
| | | | | (bzr r3196) | ||||
| * | unconditionally stop only button-1 rubberbands on mouseover | bulia byak | 2007-04-25 | 1 | -1/+3 |
| | | | | (bzr r2961) | ||||
| * | fix leftover rubberband after switching to selector while dragging | bulia byak | 2007-04-18 | 1 | -0/+1 |
| | | | | (bzr r2921) | ||||
| * | fix selecting in groups with alt | bulia byak | 2007-04-16 | 1 | -3/+4 |
| | | | | (bzr r2907) | ||||
| * | fix select under by alt+click; prevent potential refcount leak | bulia byak | 2007-04-13 | 1 | -2/+6 |
| | | | | (bzr r2880) | ||||
| * | use touchpath selection when rubberbanding with Alt; do move-selected with ↵ | bulia byak | 2007-04-12 | 1 | -28/+72 |
| | | | | | | Alt only when there's selection, otherwise force touchpath; update statusbar comments (bzr r2865) | ||||
| * | make conversions away from NR::Maybe explicit | MenTaLguY | 2007-03-04 | 1 | -3/+3 |
| | | | | (bzr r2530) | ||||
| * | trying to nail the elusive disabled-mouse bug: if you're going to grab ↵ | bulia byak | 2006-11-22 | 1 | -0/+8 |
| | | | | | | something, ungrab what you was holding before (bzr r2005) | ||||
| * | button-down event may have been missed (e.g. when you do button-1 down while ↵ | bulia byak | 2006-11-22 | 1 | -2/+4 |
| | | | | | | button-3 is down), so we can't just assume we have rubberband. This fixes the stray rubberband bug, especially annoying on windows with a tablet (bzr r2002) | ||||
| * | implement select next/prev as verbs | bulia byak | 2006-11-06 | 1 | -12/+0 |
| | | | | (bzr r1917) | ||||
| * | remove color cursors | Josh Andler | 2006-10-19 | 1 | -4/+4 |
| | | | | (bzr r1811) | ||||
| * | Other tools now also retain there specific statusbar text when pressing ↵ | Johan B. C. Engelen | 2006-10-01 | 1 | -3/+4 |
| | | | | | | alt/shift/ctrl. (bzr r1748) | ||||
| * | While moving or transforming a selected object, the statusbartext with ↵ | Johan B. C. Engelen | 2006-10-01 | 1 | -0/+4 |
| | | | | | | transformation information (angle, etc) is no longer overwritten by the standard text. (bzr r1744) | ||||
| * | Added forced redraws to other tools | John Bintz | 2006-09-24 | 1 | -1/+16 |
| | | | | (bzr r1719) | ||||
| * | When an object is selected and Alt is pressed: now the cursor changes to the ↵ | Johan B. C. Engelen | 2006-09-17 | 1 | -0/+15 |
| | | | | | | move-cursor. Handy for newcomers :) (bzr r1710) | ||||
| * | added SPDesktop::updateNow() and forced redraw of canvas upon completion of ↵ | John Bintz | 2006-07-23 | 1 | -0/+2 |
| | | | | | | | | selection or panning to work around event starvation issue at high zoom levels (bzr r1459) | ||||
| * | initial color cursor implementation (reads from pixbufs, will work on ↵ | Josh Andler | 2006-06-19 | 1 | -4/+4 |
| | | | | | | reading from svg instead) (bzr r1227) | ||||
| * | eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen ↵ | bulia byak | 2006-05-21 | 1 | -1/+1 |
| | | | | | | with newer gtk versions (bzr r919) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -9/+9 |
| | | | | | | 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 | -6/+6 |
| | | | | (bzr r149) | ||||
| * | bulk whitespace removal patch #1198588 by gigaclon | Ralf Stephan | 2006-02-13 | 1 | -2/+2 |
| | | | | (bzr r134) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+823 |
| (bzr r1) | |||||
