| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly ref the font we pass in as an ARG_FONT_E. (_do_tooltip): Removed | Jon Trowbridge | 2001-07-25 | 1 | -3/+2 |
* | Start editing immediately on a button_press that grabs the focus. | Christopher James Lahey | 2001-07-15 | 1 | -27/+44 |
* | For E_TEP_END_OF_BUFFER, use the length in bytes, not the length in | Federico Mena Quintero | 2001-07-10 | 1 | -1/+1 |
* | Destroy the tooltip if we're the owner when we're destroyed. Also, keep a | Christopher James Lahey | 2001-07-08 | 1 | -1/+20 |
* | Don't scroll to the cursor on grab, ungrab, noop, and copy commands. | Christopher James Lahey | 2001-07-05 | 1 | -1/+6 |
* | If lines is NULL here split into lines and just return that the point is | Christopher James Lahey | 2001-07-03 | 1 | -0/+7 |
* | Small changes throughout to use ECompletionMatch. | Jon Trowbridge | 2001-06-06 | 1 | -3/+6 |
* | Validate utf8 to avoid lock-ups. (_get_position): Validate utf8 to avoid | Jon Trowbridge | 2001-05-15 | 1 | -6/+8 |
* | Request an update if just our line widths needed recalculation. This fixes | Federico Mena Quintero | 2001-05-08 | 1 | -0/+2 |
* | Made fewer calls to functions like split_into_lines to save time when | Christopher James Lahey | 2001-04-30 | 1 | -86/+53 |
* | Remove UNICODE_CFLAGS (e_text_test_LDADD, e_entry_test_LDADD, | Dan Winship | 2001-04-24 | 1 | -43/+42 |
* | Limit total matches, for better performance on slow machines. It is | Jon Trowbridge | 2001-04-20 | 1 | -10/+14 |
* | Propagate the event after sending it to the base EText. | Christopher James Lahey | 2001-04-17 | 1 | -0/+3 |
* | Made setting the rgba color work even if you're using the non-aa canvas | Christopher James Lahey | 2001-04-16 | 1 | -8/+7 |
* | Added strikeout argument. | Christopher James Lahey | 2001-04-16 | 1 | -3/+33 |
* | Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. Set bold on the | Christopher James Lahey | 2001-04-15 | 1 | -20/+16 |
* | Added "bold" argument. | Christopher James Lahey | 2001-04-15 | 1 | -28/+43 |
* | add a missing \ | Dan Winship | 2001-04-08 | 1 | -0/+1 |
* | Some small header cleanups & fixes, and fix to translate all popup menus | Gediminas Paulauskas | 2001-04-05 | 1 | -2/+2 |
* | Fixed headers. Moved the .h associated with each .c to the top of the list | Christopher James Lahey | 2001-04-04 | 1 | -2/+4 |
* | Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Same. Ditto. Same | Kjartan Maraas | 2001-04-04 | 1 | -1/+6 |
* | Make this take an extra argument saying whether or not to grab the | Dan Winship | 2001-03-16 | 1 | -2/+2 |
* | Added. This is part of a change of sematics that makes things much nicer | Jon Trowbridge | 2001-03-06 | 1 | -14/+14 |
* | Set version number to 0.5.99.5 | Jon Trowbridge | 2001-03-06 | 1 | -5/+29 |
* | Upped the version number to 0.5.99.4. | Christopher James Lahey | 2001-03-06 | 1 | -0/+1 |
* | Changed the version number to 0.5.99.1. | Christopher James Lahey | 2001-02-20 | 1 | -1/+1 |
* | Added. Allows you to attach an ECompletion to an EEntry, and have that | Jon Trowbridge | 2001-02-20 | 1 | -256/+314 |
* | Store the whole GdkColor instead of just the pixel. | Christopher James Lahey | 2001-02-08 | 1 | -12/+8 |
* | Fixed allocation and placement of text window. | Christopher James Lahey | 2001-01-31 | 1 | -16/+26 |
* | Reverted the latest change to EText since we're in feature freeze. | Christopher James Lahey | 2001-01-30 | 1 | -91/+6 |
* | Connect to the model's "position" signal. (e_text_init): Set default value | Jon Trowbridge | 2001-01-30 | 1 | -6/+91 |
* | Added; a new test program that demonstrates objects in ETexts. | Jon Trowbridge | 2001-01-27 | 1 | -105/+347 |
* | Make tooltip appear properly even if anchor is set. | Christopher James Lahey | 2001-01-18 | 1 | -1/+1 |
* | Emit a "changed" signal to the EText after we gtk_object_set a "model" arg | Jason Leach | 2001-01-16 | 1 | -0/+1 |
* | Fixed the border bug. Borders draw properly now. | Christopher James Lahey | 2001-01-05 | 1 | -2/+2 |
* | Add support here for "cursor_pos". (et_get_arg): Handle ARG_CURSOR_POS. | Miguel de Icaza | 2000-12-29 | 1 | -1/+19 |
* | Added a "draw_background" argument. Set the default for the | Christopher James Lahey | 2000-12-27 | 1 | -1/+1 |
* | Always have some text. Fixes crash. | Miguel de Icaza | 2000-12-26 | 1 | -3/+5 |
* | Made the code CanvasItem correct: the code should not draw at arbitrary | Miguel de Icaza | 2000-12-25 | 1 | -6/+16 |
* | Handle draw background. (e_text_draw): Support both border drawing and | Miguel de Icaza | 2000-12-25 | 1 | -13/+34 |
* | Changed the color from yellow to light gray. | Christopher James Lahey | 2000-12-14 | 1 | -1/+1 |
* | Added an "allow_newlines" argument. | Christopher James Lahey | 2000-10-27 | 1 | -1/+23 |
* | remove timeouts on destroy so they don't try to write to freed data | Dan Winship | 2000-10-20 | 1 | -0/+10 |
* | Fixed gdk-font refcounting | Iain Holmes | 2000-10-13 | 1 | -17/+30 |
* | set cursors to NULL after destroying them, to avoid any possibility of | Damon Chaplin | 2000-10-08 | 1 | -0/+5 |
* | Moved files, fixed header files and paths - Federico | Federico Mena Quintero | 2000-09-20 | 1 | -6/+6 |
* | Changed #include lines to get e-text to compile. | Chris Lahey | 2000-09-18 | 1 | -3/+3 |
* | Some UTF-8 fixes and experimental 16-bit unicode font support | Lauris Kaplinski | 2000-09-09 | 1 | -5/+5 |
* | Unicode in addressbook basically works, including simple searching | Lauris Kaplinski | 2000-08-24 | 1 | -1/+1 |
* | UTF-8 in contact editor + some fixes for dealing with illegal strings | Lauris Kaplinski | 2000-08-23 | 1 | -1/+4 |
* | Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings to | Lauris Kaplinski | 2000-08-23 | 1 | -2/+19 |
* | Use byte, not character based UTF-8 syntax in e-text | Lauris Kaplinski | 2000-08-22 | 1 | -121/+125 |
* | Fixed a warning. | Christopher James Lahey | 2000-08-20 | 1 | -0/+2 |
* | Moved e-text to UTF-8 | Lauris Kaplinski | 2000-08-20 | 1 | -222/+280 |
* | Made clicking choose the right character even if show_borders is on. | Christopher James Lahey | 2000-08-03 | 1 | -1/+7 |
* | Made focus in not change your selection position. | Christopher James Lahey | 2000-07-22 | 1 | -2/+0 |
* | Don't draw quite as large a "flat_box". If draw_borders is TRUE, cause the | Christopher James Lahey | 2000-07-09 | 1 | -8/+8 |
* | Removed some border padding and set the "draw_borders" argument of the | Christopher James Lahey | 2000-07-09 | 1 | -20/+115 |
* | Set "anchor" and "fill_clip_rectangle" arguments. | Christopher James Lahey | 2000-07-08 | 1 | -0/+41 |
* | Added e-entry.c and e-entry.h. | Christopher James Lahey | 2000-07-04 | 1 | -1/+1 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 1 | -1/+1 |
* | Fixed some vertical scroll bugs. | Christopher James Lahey | 2000-06-21 | 1 | -8/+8 |
* | Fix a bug with intial vertical scroll. | Christopher James Lahey | 2000-06-21 | 1 | -0/+1 |
* | Removed the usage of "x" and "y" arguments to EText. | Christopher James Lahey | 2000-06-21 | 1 | -44/+68 |
* | Made EText use the font from the canvas's style if one isn't set. | Christopher James Lahey | 2000-06-17 | 1 | -0/+4 |
* | Remove the tooltip callback when destroyed. | Christopher James Lahey | 2000-05-10 | 1 | -0/+5 |
* | Added an activate signal. | Christopher James Lahey | 2000-05-08 | 1 | -0/+11 |
* | Added a "changed" signal that gets sent whenever the text changes. | Christopher James Lahey | 2000-05-07 | 1 | -5/+6 |
* | + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer and | Matthew Loper | 2000-04-27 | 1 | -0/+11 |
* | Made the tooltip show up in the correct place and configuration when using | Christopher James Lahey | 2000-04-24 | 1 | -24/+173 |
* | Moved some logic a bit. Minor changes. | Christopher James Lahey | 2000-04-12 | 1 | -8/+1 |
* | e-text.c: Recalc bounds when changing the width/clip_width | iholmes | 2000-04-12 | 1 | -3/+24 |
* | pixmap_DATA isn't defined so don't use it as a variable. | Christopher James Lahey | 2000-04-09 | 1 | -10/+23 |
* | Made text tooltips appear in place. Iain figured out that to get them to | Christopher James Lahey | 2000-04-08 | 1 | -28/+54 |
* | Removed an unnecessary get_bounds call. | Christopher James Lahey | 2000-04-05 | 1 | -20/+62 |
* | Changed gnome_canvas_item_grab_focus to e_canvas_item_grab_focus. | Christopher James Lahey | 2000-03-22 | 1 | -2/+2 |
* | Added the ability to access the text event processor. | Christopher James Lahey | 2000-03-21 | 1 | -16/+36 |
* | Rearranged SUBDIRS for dependencies. | Christopher James Lahey | 2000-03-12 | 1 | -37/+101 |
* | Designed a new system for doing hierarchical displays in the canvas. Adds | Christopher James Lahey | 2000-03-11 | 1 | -51/+160 |
* | Added a "break_characters" argument. It lets you define a set of | Christopher James Lahey | 2000-03-08 | 1 | -42/+147 |
* | Don't show the tooltip if the text is being editted or isn't clipped. | Iain Holmes | 2000-03-01 | 1 | -3/+18 |
* | Compilation error. | Chris Lahey | 2000-02-28 | 1 | -9/+8 |
* | Updated these to use the canvas ::update system properly. | Chris Lahey | 2000-02-28 | 1 | -64/+67 |
* | This were moved to widgets/e-text/ a while ago but never removed. They | Christopher James Lahey | 2000-02-24 | 1 | -52/+11 |
* | Show the text of the item, in a tooltip style. (e_text_event): Add a | Iain Holmes | 2000-02-21 | 1 | -1/+50 |
* | Made a click on a text widget set the cursor properly. | Christopher James Lahey | 2000-02-12 | 1 | -3/+18 |
* | Added line wrap and a max number of lines (max number of lines is only | Christopher James Lahey | 2000-02-08 | 1 | -126/+261 |
* | Handle the grab and ungrab command instead of doing focus by hand. This | Christopher James Lahey | 2000-01-28 | 1 | -13/+31 |
* | Added an arrow cursor for the draggable columns. Made the clickable column | Christopher James Lahey | 2000-01-26 | 1 | -0/+45 |
* | Finishing previous commit. | Chris Lahey | 2000-01-17 | 1 | -77/+62 |
* | Added selection and clipboard support. Added up and down arrow keys. Fixed | Chris Lahey | 2000-01-14 | 1 | -13/+258 |
* | e_canvas_item_move_absolute is just a helper function not supplied by the | Chris Lahey | 2000-01-14 | 1 | -8/+105 |
* | Added a resize signal for when the card changes height. Made it so that | Chris Lahey | 2000-01-12 | 1 | -8/+77 |
* | Blocked the tab key from getting inserted into the buffer since the | Chris Lahey | 2000-01-12 | 1 | -2/+113 |
* | Removed some code which got in the way of testing properly. | Chris Lahey | 2000-01-11 | 1 | -27/+437 |
* | Added minicard and text stuff. | Chris Lahey | 2000-01-10 | 1 | -0/+1411 |