summaryrefslogtreecommitdiffstats
path: root/src/text-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-15Warning cleanup.Jon A. Cruz1-1/+1
2009-12-21utilities and UI support for identifying truncated flowtext and text-on-pathbuliabyak1-3/+22
2009-09-23Fix for 181663 by The Adib. Yay for working Italics button on the toolbar!Josh Andler1-3/+3
2009-07-18Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop1-4/+1
2009-06-06make alt+x work when no text is selectedbulia byak1-0/+3
2009-03-30Fix bug #338838: Using double-click on a selected shape to switch to that sha...Diederik van Lierop1-1/+1
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop1-5/+5
2009-03-13remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder1-2/+1
2009-02-16utilities for getting style at cursor, placing cursor at iterator or coordina...bulia byak1-3/+43
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop1-4/+8
2009-01-08switch to using shape_editor, instead of separate knotholders and listeners; ...bulia byak1-47/+11
2008-12-08Make all tools consider full parent transform (up to document, not just up to...Thomas Holder1-13/+2
2008-12-02wiki link addedThomas Holder1-0/+1
2008-11-29bug #168777 (consider root transform and viewBox)Thomas Holder1-0/+11
2008-11-21Merge from fe-movedTed Gould1-4/+4
2008-10-27From trunkTed Gould1-32/+34
2008-10-11Merging from trunkTed Gould1-2/+2
2008-09-22Adjust blink time and base frequency on gtk setting. Fixes bug #272605.Jon A. Cruz1-3/+12
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-6/+6
2008-09-11convert almost all libnrtype to Geom::Johan B. C. Engelen1-11/+11
2008-08-14Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert1-6/+6
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-08patch from bug 244940bulia byak1-4/+30
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
2008-07-18add pgup/pgdn in text, fix auto scrollingbulia byak1-21/+61
2008-07-08I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY1-2/+1
2008-07-08enable motion hints for non-freehand actionsMenTaLguY1-1/+1
2008-06-24use light blue for text selection, at least until we can do inversion againbulia byak1-1/+3
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-3/+3
2008-06-04C++ify knotholdersMaximilian Albert1-2/+2
2007-12-30fix bug 168751 (sf1749738)bulia byak1-1/+2
2007-11-25Warning cleanupJon A. Cruz1-41/+43
2007-11-21use gobble_key_events to speed up keyboard movesbulia byak1-8/+16
2007-11-08warning cleanupJon A. Cruz1-4/+4
2007-11-04Fix for [ 1645874 ] F8, drag, xml editor, expand highligted, select child=crashJohan B. C. Engelen1-0/+6
2007-08-21gobble more of motion events; make statusbar messages immediate for better vi...bulia byak1-1/+2
2007-07-29due to the order of processing events, we must disable lmb handling in childr...bulia byak1-90/+88
2007-07-18Cleaned up logic of sp_te_delete to adhere to UI/logic layering.Gail Carmichael1-14/+59
2007-07-17A few additions to ensure that editing trefs is not allowed (and doesn't caus...Gail Carmichael1-6/+22
2007-06-27fix style querying: now all objects have style, so to go up from SPStrings we...bulia byak1-2/+3
2007-04-21close transaction when removing empty flowtext; fixes 1704180bulia byak1-0/+2
2007-03-16give new flowtext the current text tool stylebulia byak1-0/+2
2007-03-10Merge further bbox workMenTaLguY1-2/+8
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY1-3/+4
2006-11-03enable Ctrl+Shift+U to switch Unicode mode; add explanatory (Enter to finish)...bulia byak1-4/+4
2006-10-19remove color cursorsJosh Andler1-17/+0
2006-10-03undo annotationsbulia byak1-22/+22
2006-09-12fix crash when a cursor/selection update comes after a display update which w...bulia byak1-4/+12
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-22/+51
2006-06-19initial color cursor implementation (reads from pixbufs, will work on reading...Josh Andler1-0/+17