aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-text.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-3847/+0
* Validate utf8 to avoid lock-ups. (_get_position): Validate utf8 to avoidJon Trowbridge2001-05-151-6/+8
* Request an update if just our line widths needed recalculation. This fixesFederico Mena Quintero2001-05-081-0/+2
* Made fewer calls to functions like split_into_lines to save time whenChristopher James Lahey2001-04-301-86/+53
* Remove UNICODE_CFLAGS (e_text_test_LDADD, e_entry_test_LDADD,Dan Winship2001-04-241-43/+42
* Limit total matches, for better performance on slow machines. It isJon Trowbridge2001-04-201-10/+14
* Propagate the event after sending it to the base EText.Christopher James Lahey2001-04-171-0/+3
* Made setting the rgba color work even if you're using the non-aa canvasChristopher James Lahey2001-04-161-8/+7
* Added strikeout argument.Christopher James Lahey2001-04-161-3/+33
* Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. Set bold on theChristopher James Lahey2001-04-151-20/+16
* Added "bold" argument.Christopher James Lahey2001-04-151-28/+43
* add a missing \Dan Winship2001-04-081-0/+1
* Some small header cleanups & fixes, and fix to translate all popup menusGediminas Paulauskas2001-04-051-2/+2
* Fixed headers. Moved the .h associated with each .c to the top of the listChristopher James Lahey2001-04-041-2/+4
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Same. Ditto. SameKjartan Maraas2001-04-041-1/+6
* Make this take an extra argument saying whether or not to grab theDan Winship2001-03-161-2/+2
* Added. This is part of a change of sematics that makes things much nicerJon Trowbridge2001-03-061-14/+14
* Set version number to 0.5.99.5Jon Trowbridge2001-03-061-5/+29
* Upped the version number to 0.5.99.4.Christopher James Lahey2001-03-061-0/+1
* Changed the version number to 0.5.99.1.Christopher James Lahey2001-02-201-1/+1
* Added. Allows you to attach an ECompletion to an EEntry, and have thatJon Trowbridge2001-02-201-256/+314
* Store the whole GdkColor instead of just the pixel.Christopher James Lahey2001-02-081-12/+8
* Fixed allocation and placement of text window.Christopher James Lahey2001-01-311-16/+26
* Reverted the latest change to EText since we're in feature freeze.Christopher James Lahey2001-01-301-91/+6
* Connect to the model's "position" signal. (e_text_init): Set default valueJon Trowbridge2001-01-301-6/+91
* Added; a new test program that demonstrates objects in ETexts.Jon Trowbridge2001-01-271-105/+347
* Make tooltip appear properly even if anchor is set.Christopher James Lahey2001-01-181-1/+1
* Emit a "changed" signal to the EText after we gtk_object_set a "model" argJason Leach2001-01-161-0/+1
* Fixed the border bug. Borders draw properly now.Christopher James Lahey2001-01-051-2/+2
* Add support here for "cursor_pos". (et_get_arg): Handle ARG_CURSOR_POS.Miguel de Icaza2000-12-291-1/+19
* Added a "draw_background" argument. Set the default for theChristopher James Lahey2000-12-271-1/+1
* Always have some text. Fixes crash.Miguel de Icaza2000-12-261-3/+5
* Made the code CanvasItem correct: the code should not draw at arbitraryMiguel de Icaza2000-12-251-6/+16
* Handle draw background. (e_text_draw): Support both border drawing andMiguel de Icaza2000-12-251-13/+34
* Changed the color from yellow to light gray.Christopher James Lahey2000-12-141-1/+1
* Added an "allow_newlines" argument.Christopher James Lahey2000-10-271-1/+23
* remove timeouts on destroy so they don't try to write to freed dataDan Winship2000-10-201-0/+10
* Fixed gdk-font refcountingIain Holmes2000-10-131-17/+30
* set cursors to NULL after destroying them, to avoid any possibility ofDamon Chaplin2000-10-081-0/+5
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-6/+6
* Changed #include lines to get e-text to compile.Chris Lahey2000-09-181-3/+3
* Some UTF-8 fixes and experimental 16-bit unicode font supportLauris Kaplinski2000-09-091-5/+5
* Unicode in addressbook basically works, including simple searchingLauris Kaplinski2000-08-241-1/+1
* UTF-8 in contact editor + some fixes for dealing with illegal stringsLauris Kaplinski2000-08-231-1/+4
* Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings toLauris Kaplinski2000-08-231-2/+19
* Use byte, not character based UTF-8 syntax in e-textLauris Kaplinski2000-08-221-121/+125
* Fixed a warning.Christopher James Lahey2000-08-201-0/+2
* Moved e-text to UTF-8Lauris Kaplinski2000-08-201-222/+280
* 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-091-20/+115
* Set "anchor" and "fill_clip_rectangle" arguments.Christopher James Lahey2000-07-081-0/+41
* Added e-entry.c and e-entry.h.Christopher James Lahey2000-07-041-1/+1
* 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-211-44/+68
* Made EText use the font from the canvas's style if one isn't set.Christopher James Lahey2000-06-171-0/+4
* 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