summaryrefslogtreecommitdiffstats
path: root/src/text-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-6/+6
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Implement snapping in the text toolDiederik van Lierop2010-10-021-9/+33
|/
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-1/+1
* Coords: fix initial cursor position in the text toolKrzysztof Kosi??ski2010-04-041-1/+1
* Warning cleanup.Jon A. Cruz2010-01-151-1/+1
* utilities and UI support for identifying truncated flowtext and text-on-pathbuliabyak2009-12-211-3/+22
* Fix for 181663 by The Adib. Yay for working Italics button on the toolbar!Josh Andler2009-09-231-3/+3
* Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop2009-07-181-4/+1
* make alt+x work when no text is selectedbulia byak2009-06-061-0/+3
* Fix bug #338838: Using double-click on a selected shape to switch to that sha...Diederik van Lierop2009-03-301-1/+1
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-5/+5
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-2/+1
* utilities for getting style at cursor, placing cursor at iterator or coordina...bulia byak2009-02-161-3/+43
* - The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop2009-01-251-4/+8
* switch to using shape_editor, instead of separate knotholders and listeners; ...bulia byak2009-01-081-47/+11
* Make all tools consider full parent transform (up to document, not just up to...Thomas Holder2008-12-081-13/+2
* wiki link addedThomas Holder2008-12-021-0/+1
* bug #168777 (consider root transform and viewBox)Thomas Holder2008-11-291-0/+11
* Merge from fe-movedTed Gould2008-11-211-4/+4
* From trunkTed Gould2008-10-271-32/+34
* Merging from trunkTed Gould2008-10-111-2/+2
* Adjust blink time and base frequency on gtk setting. Fixes bug #272605.Jon A. Cruz2008-09-221-3/+12
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-6/+6
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-11/+11
* Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert2008-08-141-6/+6
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
* patch from bug 244940bulia byak2008-08-081-4/+30
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
* add pgup/pgdn in text, fix auto scrollingbulia byak2008-07-181-21/+61
* I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY2008-07-081-2/+1
* enable motion hints for non-freehand actionsMenTaLguY2008-07-081-1/+1
* use light blue for text selection, at least until we can do inversion againbulia byak2008-06-241-1/+3
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-3/+3
* C++ify knotholdersMaximilian Albert2008-06-041-2/+2
* fix bug 168751 (sf1749738)bulia byak2007-12-301-1/+2
* Warning cleanupJon A. Cruz2007-11-251-41/+43
* use gobble_key_events to speed up keyboard movesbulia byak2007-11-211-8/+16
* warning cleanupJon A. Cruz2007-11-081-4/+4
* Fix for [ 1645874 ] F8, drag, xml editor, expand highligted, select child=crashJohan B. C. Engelen2007-11-041-0/+6
* gobble more of motion events; make statusbar messages immediate for better vi...bulia byak2007-08-211-1/+2
* due to the order of processing events, we must disable lmb handling in childr...bulia byak2007-07-291-90/+88
* Cleaned up logic of sp_te_delete to adhere to UI/logic layering.Gail Carmichael2007-07-181-14/+59
* A few additions to ensure that editing trefs is not allowed (and doesn't caus...Gail Carmichael2007-07-171-6/+22
* fix style querying: now all objects have style, so to go up from SPStrings we...bulia byak2007-06-271-2/+3
* close transaction when removing empty flowtext; fixes 1704180bulia byak2007-04-211-0/+2
* give new flowtext the current text tool stylebulia byak2007-03-161-0/+2
* Merge further bbox workMenTaLguY2007-03-101-2/+8
* start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY2007-01-211-3/+4
* enable Ctrl+Shift+U to switch Unicode mode; add explanatory (Enter to finish)...bulia byak2006-11-031-4/+4