| Commit message (Expand) | Author | Age | Files | Lines |
* | (e_text_dispose): Renamed from | Ettore Perazzoli | 2003-01-23 | 1 | -11/+9 |
* | reverse part of the patch from 1/15. | Chris Toshok | 2003-01-18 | 1 | -1/+1 |
* | pass pango_context_get_language to pango_context_get_metrics. | Chris Toshok | 2003-01-18 | 1 | -1/+2 |
* | apply the patch NotZed and I came up with to fix the height of the | Chris Toshok | 2003-01-16 | 1 | -5/+6 |
* | add call to e_table_model_pre_change here to reduce spew. | Chris Toshok | 2003-01-16 | 1 | -0/+7 |
* | use PangoFontMetrics here instead of using the ascent/descent of the | Chris Toshok | 2003-01-15 | 1 | -2/+11 |
* | lots of stuff, add 2 e-text widgets, 1 readonly, the other writable (that | Chris Toshok | 2002-12-09 | 5 | -530/+91 |
* | rework this from the gal-2 branch, clahey's patch, and the stuff i'd done | Chris Toshok | 2002-11-30 | 1 | -107/+107 |
* | commit clahey's original pango work. | Chris Toshok | 2002-11-20 | 2 | -916/+392 |
* | fix c&p typo. | Chris Toshok | 2002-11-17 | 3 | -37/+28 |
* | Lots of GObject work. | Chris Toshok | 2002-11-17 | 17 | -1249/+1404 |
* | only clear choices if cv->choices != NULL. (e_completion_view_disconnect): | Chris Toshok | 2002-11-12 | 1 | -3/+6 |
* | merging the gal-2 branch back to the trunk. | Mike Kestner | 2002-11-01 | 19 | -196/+195 |
* | take a clip_height and use it to set the maximum number of lines if | JP Rosevear | 2002-09-11 | 1 | -20/+15 |
* | Added debugging printfs. (e_text_request_paste): Fixed the order of | Christopher James Lahey | 2002-06-06 | 1 | -2/+14 |
* | Reflow and redraw when the style gets set. | Christopher James Lahey | 2002-06-04 | 2 | -322/+330 |
* | Switch from gnome_canvas_item_grab to e_canvas_item_grab. | Christopher James Lahey | 2002-05-10 | 1 | -5/+10 |
* | Make the style here match the proper widget style to emulate a label or an | Christopher James Lahey | 2002-05-03 | 1 | -1/+1 |
* | Set the gettext-domain here. | Christopher James Lahey | 2002-05-02 | 1 | -2/+5 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 1 | -2/+2 |
* | Don't show the popup if the entry->item doesn't have focus. | Ettore Perazzoli | 2002-04-04 | 1 | -0/+5 |
* | If tab is hit and the cursor is still in the entry, move down into the | Jon Trowbridge | 2002-03-01 | 1 | -11/+36 |
* | Bumped the version number to 0.19.99.5. | Christopher James Lahey | 2002-02-07 | 1 | -22/+79 |
* | Request a reflow and an update when the text model changes. Fixes Ximian | Christopher James Lahey | 2002-01-21 | 1 | -3/+4 |
* | Added #include <libgnome/gnome-defs.h>. | Christopher James Lahey | 2002-01-17 | 4 | -0/+4 |
* | Handle the case of a 0 length string properly here. | Christopher James Lahey | 2002-01-15 | 1 | -0/+6 |
* | Reworked to fix bugs related to breaking text on newlines. Some fairly | Jon Trowbridge | 2001-12-28 | 1 | -169/+95 |
* | Don't crash if the text string is NULL. (text_draw_with_objects): Don't | Jon Trowbridge | 2001-12-11 | 1 | -1/+4 |
* | Only popup entries that have focus. Fixes the lingering completion popup | Jon Trowbridge | 2001-11-09 | 1 | -1/+3 |
* | Calc height here if we need it to check the y position of the cursor. | Christopher James Lahey | 2001-10-30 | 1 | -0/+7 |
* | Added. Makes our popup window a transient of the toplevel. | Jon Trowbridge | 2001-10-30 | 1 | -0/+24 |
* | destroy our completion_view_popup... we've been leaking them all of this | Jon Trowbridge | 2001-10-30 | 1 | -1/+3 |
* | Silently drop match strings that contain invalid utf-8... not a good thing | Jon Trowbridge | 2001-10-30 | 1 | -18/+17 |
* | Set text->revert = NULL here. (e_text_cancel_editing): Only revert if | Christopher James Lahey | 2001-10-29 | 1 | -1/+4 |
* | Bumped version number here to 0.15.99.7. | Christopher James Lahey | 2001-10-29 | 2 | -4/+22 |
* | Bumped the version number to 0.15.99.6 for emulate_label_resize. | Christopher James Lahey | 2001-10-28 | 1 | -13/+88 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 1 | -6/+22 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 21 | -264/+379 |
* | Bumped version to 0.15.99.4 for e-iconv changes. | 5 | 2001-10-26 | 1 | -1/+3 |
* | Use the widget's style's text_gc for drawing text if either | Christopher James Lahey | 2001-10-23 | 1 | -13/+18 |
* | Bumped version to 0.15.99.3 for EText's "draw_button" argument. | Christopher James Lahey | 2001-10-23 | 3 | -0/+124 |
* | Accept UTF8_STRING, UTF-8, and STRING targets when getting the selection. | Christopher James Lahey | 2001-10-22 | 2 | -12/+118 |
* | Offer UTF8_STRING, UTF-8, COMPOUND_TEXT, STRING, and TEXT targets when we | Christopher James Lahey | 2001-10-21 | 1 | -21/+70 |
* | Changed some of these gbooleans to be guint : 1s. | Christopher James Lahey | 2001-10-21 | 1 | -4/+5 |
* | Connect keys before we show the widget. | Jon Trowbridge | 2001-10-19 | 2 | -5/+3 |
* | Use e_strdup_append_strings here instead of g_strdup_printf because | Christopher James Lahey | 2001-10-12 | 2 | -5/+30 |
* | Based on patches from Dan Nguyen <dnn@austin.ibm.com>. | Christopher James Lahey | 2001-10-10 | 1 | -1/+1 |
* | add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migration | Michael Meeks | 2001-10-05 | 5 | -31/+34 |
* | Added a max length of 2047 to the standard ETextModel. Fixes Ximian bug | Christopher James Lahey | 2001-10-02 | 1 | -7/+27 |
* | Allow ctrl-p and ctrl-n to be used to move up and down in the completion | Jon Trowbridge | 2001-09-27 | 2 | -5/+30 |
* | Made it so that if allow_newlines is FALSE, pasting into ETexts doesn't | Christopher James Lahey | 2001-09-26 | 2 | -62/+79 |
* | remove redundant NULL checks since g_free handles NULLs. (e_text_destroy): | Larry Ewing | 2001-09-18 | 1 | -8/+5 |
* | Bumped version number to 0.11.99.4. | Christopher James Lahey | 2001-09-17 | 1 | -0/+5 |
* | Unref the model after creating the ETable, since the table will hold a ref | Dan Winship | 2001-09-13 | 2 | -1/+2 |
* | If our text shrinks, make sure that the selection doesn't spill off over | Jon Trowbridge | 2001-09-10 | 1 | -0/+7 |
* | Patch to fix few 64bit issues | George Lebl | 2001-08-29 | 2 | -0/+2 |
* | Added "hit_count" to ECompletionMatch. Used by search | Jon Trowbridge | 2001-08-17 | 5 | -20/+232 |
* | bumped up to 0.10.99.3 | jacob berkman | 2001-08-10 | 5 | -86/+199 |
* | Bumped version up to 0.10.99.2. | Jon Trowbridge | 2001-08-09 | 4 | -28/+89 |
* | Quintuple sigh. See below. | Federico Mena Quintero | 2001-08-09 | 1 | -0/+3 |
* | avoid freed memory reading, when you call it like | Radek Doulik | 2001-08-02 | 1 | -2/+8 |
* | Properly ref the font we pass in as an ARG_FONT_E. (_do_tooltip): Removed | Jon Trowbridge | 2001-07-25 | 1 | -3/+2 |
* | Removed some debugging spew I committed by mistake. | Jon Trowbridge | 2001-07-21 | 1 | -4/+1 |
* | Change window policy to allow the completion window to shrink when the | Jon Trowbridge | 2001-07-21 | 2 | -11/+9 |
* | 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 | 2 | -1/+22 |
* | 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 |
* | Do nothing if passed NULL. (e_completion_match_compare): Move the | Jon Trowbridge | 2001-06-30 | 1 | -16/+16 |
* | Removed unused frame variable. | Christopher James Lahey | 2001-06-09 | 1 | -2/+0 |
* | Turned off alternating row colors in our ETable specification. | Jon Trowbridge | 2001-06-09 | 3 | -13/+11 |
* | we can ignore the border, as e-text takes care of that for us | jacob berkman | 2001-06-07 | 2 | -24/+15 |
* | Applied patch from Jacob Berkman to un-offset the completion popup and add | Jon Trowbridge | 2001-06-07 | 3 | -4/+148 |
* | Oops. Forgot to remove some debugging code before committing. | Jon Trowbridge | 2001-06-06 | 1 | -16/+0 |
* | Small changes throughout to use ECompletionMatch. | Jon Trowbridge | 2001-06-06 | 10 | -143/+342 |
* | set allow_newlines on the etext item to false, since we are like an entry | jacob berkman | 2001-06-01 | 1 | -0/+1 |
* | 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 | 2 | -1/+3 |
* | Made fewer calls to functions like split_into_lines to save time when | Christopher James Lahey | 2001-04-30 | 1 | -86/+53 |
* | add e-completion-test | Dan Winship | 2001-04-28 | 1 | -0/+1 |
* | 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 | 4 | -29/+98 |
* | 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 | 2 | -4/+34 |
* | 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 | 2 | -37/+58 |
* | 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 | 3 | -4/+10 |
* | Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Same. Ditto. Same | Kjartan Maraas | 2001-04-04 | 9 | -8/+18 |
* | Set the size of the thing to a decent value that lets us test stuff. | Miguel de Icaza | 2001-03-19 | 2 | -58/+69 |
* | Comment out text after #endif. Add #include <string.h> for strcmp(). | Kjartan Maraas | 2001-03-16 | 1 | -0/+1 |
* | Make this take an extra argument saying whether or not to grab the | Dan Winship | 2001-03-16 | 1 | -2/+2 |
* | Renamed "temp" as "new_text", to avoid confusion. | Jon Trowbridge | 2001-03-13 | 1 | -5/+5 |
* | Added. This is part of a change of sematics that makes things much nicer | Jon Trowbridge | 2001-03-06 | 4 | -28/+68 |
* | Set version number to 0.5.99.5 | Jon Trowbridge | 2001-03-06 | 5 | -10/+66 |
* | Upped the version number to 0.5.99.4. | Christopher James Lahey | 2001-03-06 | 1 | -0/+1 |
* | Boost version number to 0.5.99.3. | Jon Trowbridge | 2001-03-02 | 5 | -99/+91 |
* | Changed e_table_selection_model_clear to e_selection_model_clear. | Christopher James Lahey | 2001-02-28 | 1 | -1/+1 |
* | Fixed. (e_entry_select_region): Fixed. (e_entry_show_popup): Grab/ungrab | Jon Trowbridge | 2001-02-24 | 3 | -8/+49 |
* | Changed the version number to 0.5.99.1. | Christopher James Lahey | 2001-02-20 | 8 | -928/+10 |
* | Forgot to add. Doh! | Jon Trowbridge | 2001-02-20 | 2 | -0/+790 |
* | Added. Allows you to attach an ECompletion to an EEntry, and have that | Jon Trowbridge | 2001-02-20 |