aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-text/e-text.c
Commit message (Expand)AuthorAgeFilesLines
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-121-37/+101
* Designed a new system for doing hierarchical displays in the canvas. AddsChristopher James Lahey2000-03-111-51/+160
* Added a "break_characters" argument. It lets you define a set ofChristopher James Lahey2000-03-081-42/+147
* Don't show the tooltip if the text is being editted or isn't clipped.Iain Holmes2000-03-011-3/+18
* Compilation error.Chris Lahey2000-02-281-9/+8
* Updated these to use the canvas ::update system properly.Chris Lahey2000-02-281-64/+67
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-241-52/+11
* Show the text of the item, in a tooltip style. (e_text_event): Add aIain Holmes2000-02-211-1/+50
* Made a click on a text widget set the cursor properly.Christopher James Lahey2000-02-121-3/+18
* Added line wrap and a max number of lines (max number of lines is onlyChristopher James Lahey2000-02-081-126/+261
* Handle the grab and ungrab command instead of doing focus by hand. ThisChristopher James Lahey2000-01-281-13/+31
* Added an arrow cursor for the draggable columns. Made the clickable columnChristopher James Lahey2000-01-261-0/+45
* Finishing previous commit.Chris Lahey2000-01-171-77/+62
* Added selection and clipboard support. Added up and down arrow keys. FixedChris Lahey2000-01-141-13/+258
* e_canvas_item_move_absolute is just a helper function not supplied by theChris Lahey2000-01-141-8/+105
* Added a resize signal for when the card changes height. Made it so thatChris Lahey2000-01-121-8/+77
* Blocked the tab key from getting inserted into the buffer since theChris Lahey2000-01-121-2/+113
* Removed some code which got in the way of testing properly.Chris Lahey2000-01-111-27/+437
* Added minicard and text stuff.Chris Lahey2000-01-101-0/+1411