| Commit message (Expand) | Author | Files | Lines |
| 2009-03-30 | Fix bug #338838: Using double-click on a selected shape to switch to that sha... | Diederik van Lierop | 1 | -1/+1 |
| 2009-03-29 | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 1 | -5/+5 |
| 2009-03-13 | remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls | Thomas Holder | 1 | -2/+1 |
| 2009-02-16 | utilities for getting style at cursor, placing cursor at iterator or coordina... | bulia byak | 1 | -3/+43 |
| 2009-01-25 | - The snap-delay mechanism should now be more robust. From now on, it must be... | Diederik van Lierop | 1 | -4/+8 |
| 2009-01-08 | switch to using shape_editor, instead of separate knotholders and listeners; ... | bulia byak | 1 | -47/+11 |
| 2008-12-08 | Make all tools consider full parent transform (up to document, not just up to... | Thomas Holder | 1 | -13/+2 |
| 2008-12-02 | wiki link added | Thomas Holder | 1 | -0/+1 |
| 2008-11-29 | bug #168777 (consider root transform and viewBox) | Thomas Holder | 1 | -0/+11 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -4/+4 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -32/+34 |
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -2/+2 |
| 2008-09-22 | Adjust blink time and base frequency on gtk setting. Fixes bug #272605. | Jon A. Cruz | 1 | -3/+12 |
| 2008-09-18 | Next roud of NR ==> Geom conversion | Maximilian Albert | 1 | -6/+6 |
| 2008-09-11 | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 1 | -11/+11 |
| 2008-08-14 | Removal of SP_ACTIVE_DESKTOP, next take | Maximilian Albert | 1 | -6/+6 |
| 2008-08-08 | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-08-08 | patch from bug 244940 | bulia byak | 1 | -4/+30 |
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -2/+2 |
| 2008-07-18 | add pgup/pgdn in text, fix auto scrolling | bulia byak | 1 | -21/+61 |
| 2008-07-08 | I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK | MenTaLguY | 1 | -2/+1 |
| 2008-07-08 | enable motion hints for non-freehand actions | MenTaLguY | 1 | -1/+1 |
| 2008-06-24 | use light blue for text selection, at least until we can do inversion again | bulia byak | 1 | -1/+3 |
| 2008-06-12 | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 1 | -3/+3 |
| 2008-06-04 | C++ify knotholders | Maximilian Albert | 1 | -2/+2 |
| 2007-12-30 | fix bug 168751 (sf1749738) | bulia byak | 1 | -1/+2 |
| 2007-11-25 | Warning cleanup | Jon A. Cruz | 1 | -41/+43 |
| 2007-11-21 | use gobble_key_events to speed up keyboard moves | bulia byak | 1 | -8/+16 |
| 2007-11-08 | warning cleanup | Jon A. Cruz | 1 | -4/+4 |
| 2007-11-04 | Fix for [ 1645874 ] F8, drag, xml editor, expand highligted, select child=crash | Johan B. C. Engelen | 1 | -0/+6 |
| 2007-08-21 | gobble more of motion events; make statusbar messages immediate for better vi... | bulia byak | 1 | -1/+2 |
| 2007-07-29 | due to the order of processing events, we must disable lmb handling in childr... | bulia byak | 1 | -90/+88 |
| 2007-07-18 | Cleaned up logic of sp_te_delete to adhere to UI/logic layering. | Gail Carmichael | 1 | -14/+59 |
| 2007-07-17 | A few additions to ensure that editing trefs is not allowed (and doesn't caus... | Gail Carmichael | 1 | -6/+22 |
| 2007-06-27 | fix style querying: now all objects have style, so to go up from SPStrings we... | bulia byak | 1 | -2/+3 |
| 2007-04-21 | close transaction when removing empty flowtext; fixes 1704180 | bulia byak | 1 | -0/+2 |
| 2007-03-16 | give new flowtext the current text tool style | bulia byak | 1 | -0/+2 |
| 2007-03-10 | Merge further bbox work | MenTaLguY | 1 | -2/+8 |
| 2007-01-21 | start switching sp_repr_new* over to XML::Document::create*, and rename creat... | MenTaLguY | 1 | -3/+4 |
| 2006-11-03 | enable Ctrl+Shift+U to switch Unicode mode; add explanatory (Enter to finish)... | bulia byak | 1 | -4/+4 |
| 2006-10-19 | remove color cursors | Josh Andler | 1 | -17/+0 |
| 2006-10-03 | undo annotations | bulia byak | 1 | -22/+22 |
| 2006-09-12 | fix crash when a cursor/selection update comes after a display update which w... | bulia byak | 1 | -4/+12 |
| 2006-06-29 | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 1 | -22/+51 |
| 2006-06-19 | initial color cursor implementation (reads from pixbufs, will work on reading... | Josh Andler | 1 | -0/+17 |
| 2006-06-02 | text tolbar usability: enable alt+x, enable esc to defocus entry fields and c... | bulia byak | 1 | -0/+7 |
| 2006-05-30 | removing some gcc4.1 warnings the right way | Ralf Stephan | 1 | -3/+5 |
| 2006-05-30 | revert patch 12062:12063, deemed unsafe, with better alternatives | Ralf Stephan | 1 | -7/+6 |
| 2006-05-29 | use unions for type-punning to remove some gcc-4.1 warnings | Ralf Stephan | 1 | -6/+7 |
| 2006-05-21 | eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen wi... | bulia byak | 1 | -1/+1 |