aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-text
Commit message (Expand)AuthorAgeFilesLines
* many fixes to make it compile with strange prefixes...Mathieu Lacage2000-08-211-2/+2
* Fixed a warning.Christopher James Lahey2000-08-201-0/+2
* added use of UNICODE_CFLAGS... thanks ian...Arik Devens2000-08-201-1/+2
* Moved e-text to UTF-8Lauris Kaplinski2000-08-202-222/+290
* Added a test for the EEntry widget.Christopher James Lahey2000-08-113-1/+90
* Made clicking choose the right character even if show_borders is on.Christopher James Lahey2000-08-031-1/+7
* Made focus in not change your selection position.Christopher James Lahey2000-07-221-2/+0
* Don't draw quite as large a "flat_box". If draw_borders is TRUE, cause theChristopher James Lahey2000-07-091-8/+8
* Removed some border padding and set the "draw_borders" argument of theChristopher James Lahey2000-07-093-27/+121
* Return "" instead of NULL.Christopher James Lahey2000-07-091-1/+4
* Set "anchor" and "fill_clip_rectangle" arguments.Christopher James Lahey2000-07-083-0/+45
* Fixed some typos.Christopher James Lahey2000-07-081-9/+5
* Added e-entry.c and e-entry.h.Christopher James Lahey2000-07-044-1/+455
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-1/+1
* Fixed some vertical scroll bugs.Christopher James Lahey2000-06-211-8/+8
* Fix a bug with intial vertical scroll.Christopher James Lahey2000-06-211-0/+1
* Removed the usage of "x" and "y" arguments to EText.Christopher James Lahey2000-06-212-47/+69
* Made EText use the font from the canvas's style if one isn't set.Christopher James Lahey2000-06-171-0/+4
* Removed dist-hook section.Christopher James Lahey2000-05-101-5/+6
* 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
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-031-1/+2
* + * 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
* 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-212-16/+37
* Fix for srcdir != builddir.Elliot Lee2000-03-181-0/+1
* Added e-text-test.Christopher James Lahey2000-03-121-0/+1
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-125-40/+423
* 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-012-3/+31
* 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
* Add new Makefiles to Makefile list.Christopher James Lahey2000-02-091-0/+13
* 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