summaryrefslogtreecommitdiffstats
path: root/src/text-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-22/+51
| | | (bzr r1315)
* initial color cursor implementation (reads from pixbufs, will work on ↵Josh Andler2006-06-191-0/+17
| | | | | reading from svg instead) (bzr r1227)
* text tolbar usability: enable alt+x, enable esc to defocus entry fields and ↵bulia byak2006-06-021-0/+7
| | | | | close font popdown, enable typing in size (bzr r1128)
* removing some gcc4.1 warnings the right wayRalf Stephan2006-05-301-3/+5
| | | (bzr r1082)
* revert patch 12062:12063, deemed unsafe, with better alternativesRalf Stephan2006-05-301-7/+6
| | | (bzr r1081)
* use unions for type-punning to remove some gcc-4.1 warningsRalf Stephan2006-05-291-6/+7
| | | (bzr r1061)
* eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen ↵bulia byak2006-05-211-1/+1
| | | | | with newer gtk versions (bzr r919)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-36/+36
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* clear nascent_object on Esc, so that click - Esc - letter does not type textbulia byak2006-04-091-0/+1
| | | (bzr r466)
* turns out, all these synthesize_events were not necessary at all - they just ↵bulia byak2006-04-011-2/+0
| | | | | fired fake events that i never needed (bzr r383)
* Allowed Private Use Area chacters to be entered.Jon A. Cruz2006-02-271-1/+2
| | | (bzr r184)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-12/+12
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1537
(bzr r1)