summaryrefslogtreecommitdiffstats
path: root/src/text-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-1/+1
| | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
* Coords: fix initial cursor position in the text toolKrzysztof Kosi??ski2010-04-041-1/+1
| | | (bzr r9281.1.13)
* Warning cleanup.Jon A. Cruz2010-01-151-1/+1
| | | (bzr r8981)
* utilities and UI support for identifying truncated flowtext and text-on-pathbuliabyak2009-12-211-3/+22
| | | (bzr r8898)
* Fix for 181663 by The Adib. Yay for working Italics button on the toolbar!Josh Andler2009-09-231-3/+3
| | | (bzr r8641)
* Make the snap delay mechanism easier to implement for the devs, and get rid ↵Diederik van Lierop2009-07-181-4/+1
| | | | | of the related warning messages (bzr r8302)
* make alt+x work when no text is selectedbulia byak2009-06-061-0/+3
| | | (bzr r8014)
* Fix bug #338838: Using double-click on a selected shape to switch to that ↵Diederik van Lierop2009-03-301-1/+1
| | | | | shape's tool would give a snap-window-already-closed warning (bzr r7594)
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-5/+5
| | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589)
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-2/+1
| | | (bzr r7478)
* utilities for getting style at cursor, placing cursor at iterator or ↵bulia byak2009-02-161-3/+43
| | | | | coordinates, getting cursor iterator; display char count when editing in text tool (bzr r7299)
* - The snap-delay mechanism should now be more robust. From now on, it must ↵Diederik van Lierop2009-01-251-4/+8
| | | | | | | 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)
* switch to using shape_editor, instead of separate knotholders and listeners; ↵bulia byak2009-01-081-47/+11
| | | | | fixes a lot of crashes, simplifies code (bzr r7097)
* Make all tools consider full parent transform (up to document, not just up ↵Thomas Holder2008-12-081-13/+2
| | | | | | | to root) See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo (bzr r6974)
* wiki link addedThomas Holder2008-12-021-0/+1
| | | (bzr r6933)
* bug #168777 (consider root transform and viewBox)Thomas Holder2008-11-291-0/+11
| | | (bzr r6920)
* Merge from fe-movedTed Gould2008-11-211-4/+4
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-32/+34
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* Adjust blink time and base frequency on gtk setting. Fixes bug #272605.Jon A. Cruz2008-09-221-3/+12
| | | (bzr r6869)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-6/+6
| | | (bzr r6839)
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-11/+11
| | | (bzr r6793)
* Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert2008-08-141-6/+6
| | | (bzr r6630)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)
* patch from bug 244940bulia byak2008-08-081-4/+30
| | | (bzr r6588)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
| | | (bzr r6569)
* add pgup/pgdn in text, fix auto scrollingbulia byak2008-07-181-21/+61
| | | (bzr r6345)
* I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY2008-07-081-2/+1
| | | (bzr r6222)
* enable motion hints for non-freehand actionsMenTaLguY2008-07-081-1/+1
| | | (bzr r6220)
* use light blue for text selection, at least until we can do inversion againbulia byak2008-06-241-1/+3
| | | (bzr r6036)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-3/+3
| | | (bzr r5915)
* C++ify knotholdersMaximilian Albert2008-06-041-2/+2
| | | (bzr r5797)
* fix bug 168751 (sf1749738)bulia byak2007-12-301-1/+2
| | | (bzr r4340)
* Warning cleanupJon A. Cruz2007-11-251-41/+43
| | | (bzr r4133)
* use gobble_key_events to speed up keyboard movesbulia byak2007-11-211-8/+16
| | | (bzr r4121)
* warning cleanupJon A. Cruz2007-11-081-4/+4
| | | (bzr r4043)
* Fix for [ 1645874 ] F8, drag, xml editor, expand highligted, select child=crashJohan B. C. Engelen2007-11-041-0/+6
| | | (bzr r4027)
* gobble more of motion events; make statusbar messages immediate for better ↵bulia byak2007-08-211-1/+2
| | | | | visual feedback (bzr r3561)
* due to the order of processing events, we must disable lmb handling in ↵bulia byak2007-07-291-90/+88
| | | | | children contexts so that parent event context can handle it for space panning (bzr r3341)
* Cleaned up logic of sp_te_delete to adhere to UI/logic layering.Gail Carmichael2007-07-181-14/+59
| | | (bzr r3267)
* A few additions to ensure that editing trefs is not allowed (and doesn't ↵Gail Carmichael2007-07-171-6/+22
| | | | | cause a crash). Also allows all trefs within a selection to be 'unlinked'. (bzr r3261)
* fix style querying: now all objects have style, so to go up from SPStrings ↵bulia byak2007-06-271-2/+3
| | | | | we need a different check (bzr r3112)
* close transaction when removing empty flowtext; fixes 1704180bulia byak2007-04-211-0/+2
| | | (bzr r2944)
* give new flowtext the current text tool stylebulia byak2007-03-161-0/+2
| | | (bzr r2668)
* Merge further bbox workMenTaLguY2007-03-101-2/+8
| | | (bzr r2596)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-3/+4
| | | | | create methods to match DOM (bzr r2253)
* enable Ctrl+Shift+U to switch Unicode mode; add explanatory (Enter to ↵bulia byak2006-11-031-4/+4
| | | | | finish) to the statusbar (bzr r1890)
* remove color cursorsJosh Andler2006-10-191-17/+0
| | | (bzr r1811)
* undo annotationsbulia byak2006-10-031-22/+22
| | | (bzr r1760)
* fix crash when a cursor/selection update comes after a display update which ↵bulia byak2006-09-121-4/+12
| | | | | was interrupted with destroying the text context (bzr r1700)