aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-text.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the tooltip callback when destroyed.Christopher James Lahey2000-05-101-0/+5
* Added an activate signal.Christopher James Lahey2000-05-081-0/+11
* Added a "changed" signal that gets sent whenever the text changes.Christopher James Lahey2000-05-071-5/+6
* + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer andMatthew Loper2000-04-271-0/+11
* Made the tooltip show up in the correct place and configuration when usingChristopher James Lahey2000-04-241-24/+173
* Moved some logic a bit. Minor changes.Christopher James Lahey2000-04-121-8/+1
* e-text.c: Recalc bounds when changing the width/clip_widthiholmes2000-04-121-3/+24
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-091-10/+23
* Made text tooltips appear in place. Iain figured out that to get them toChristopher James Lahey2000-04-081-28/+54
* Removed an unnecessary get_bounds call.Christopher James Lahey2000-04-051-20/+62
* Changed gnome_canvas_item_grab_focus to e_canvas_item_grab_focus.Christopher James Lahey2000-03-221-2/+2
* Added the ability to access the text event processor.Christopher James Lahey2000-03-211-16/+36
* 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