aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create taggnome-debug-0-1-0nobody2000-05-2213-4863/+0
* Remove the tooltip callback when destroyed.Christopher James Lahey2000-05-101-0/+5
* Added an activate signal.Christopher James Lahey2000-05-082-0/+12
* Added a "changed" signal that gets sent whenever the text changes.Christopher James Lahey2000-05-072-7/+7
* ignore the .pure directoryChris Toshok2000-05-051-0/+1
* + * 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-244-28/+199
* 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
* Got rid of some runtime errors. Changed to "fixed" font so that it willChristopher James Lahey2000-04-051-7/+56
* Fixed some referencing and lifetime issues.Christopher James Lahey2000-04-051-2/+3
* Removed an unnecessary get_bounds call.Christopher James Lahey2000-04-051-20/+62
* Fix indentationMiguel de Icaza2000-03-302-42/+42
* + * wombat/Makefile.am: new file.Matthew Loper2000-03-291-2/+1
* Added some assertions.Matthew Loper2000-03-231-1/+4
* 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-212-16/+37
* Added e-text-test.Christopher James Lahey2000-03-121-0/+1
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-126-37/+696
* Designed a new system for doing hierarchical displays in the canvas. AddsChristopher James Lahey2000-03-112-53/+164
* Added a "break_characters" argument. It lets you define a set ofChristopher James Lahey2000-03-083-46/+155
* 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-282-64/+72
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-242-52/+12
* Show the text of the item, in a tooltip style. (e_text_event): Add aIain Holmes2000-02-213-1/+157
* Made a click on a text widget set the cursor properly.Christopher James Lahey2000-02-121-3/+18
* Removed some arguments from the .h that will never be implemented.Christopher James Lahey2000-02-121-4/+0
* chutBertrand Guiheneuf2000-02-111-0/+6
* Added line wrap and a max number of lines (max number of lines is onlyChristopher James Lahey2000-02-082-132/+271
* Handle the grab and ungrab command instead of doing focus by hand. ThisChristopher James Lahey2000-01-283-13/+40
* Added an arrow cursor for the draggable columns. Made the clickable columnChristopher James Lahey2000-01-262-0/+51
* Changed some line spacing.Chris Lahey2000-01-211-1/+1
* Finishing previous commit.Chris Lahey2000-01-172-78/+63
* Added selection and clipboard support. Added up and down arrow keys. FixedChris Lahey2000-01-144-15/+292
* e_canvas_item_move_absolute is just a helper function not supplied by theChris Lahey2000-01-142-11/+110
* Added a resize signal for when the card changes height. Made it so thatChris Lahey2000-01-122-8/+80
* Blocked the tab key from getting inserted into the buffer since theChris Lahey2000-01-123-6/+127
* Removed some code which got in the way of testing properly.Chris Lahey2000-01-117-27/+1160
* Added minicard and text stuff.Chris Lahey2000-01-102-0/+1556