| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some issues with some combinations of inline-selection and | Matthias Clasen | 2007-07-16 | 1 | -6/+5 |
* | Implement block-cursor for overwrite mode. (#80378) | Yevgen Muntyan | 2007-06-12 | 1 | -47/+96 |
* | Store cursor_hadjustment as object data | Matthias Clasen | 2007-06-11 | 1 | -24/+22 |
* | Don't leak cursor_hadjustment | Matthias Clasen | 2007-06-11 | 1 | -0/+3 |
* | Move docs inline | Matthias Clasen | 2007-05-27 | 1 | -0/+83 |
* | Require gtk-doc 1.6, for signal and property links. | Matthias Clasen | 2007-05-26 | 1 | -16/+13 |
* | Add gtk_entry_[gs]et_cursor_hadjustment() to allow automatic scrolling in | Matthias Clasen | 2007-05-19 | 1 | -2/+97 |
* | Same fix for gtk_entry_real_insert_text | Matthias Clasen | 2007-04-28 | 1 | -19/+22 |
* | Only call g_object_get() when necessary. (#373137, Morten Welinder, patch | Matthias Clasen | 2007-04-28 | 1 | -6/+9 |
* | Rember the user input that triggered the completion, add API to the | Xan Lopez | 2007-04-28 | 1 | -5/+29 |
* | Support inline-selection in entries (#318459) | Xan Lopez | 2007-04-27 | 1 | -4/+39 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Add shadow-type style property, set shadow-type property of GtkEntry | Mathias Hasselmann | 2007-03-08 | 1 | -42/+59 |
* | fixed motion request condition which was wrongly ported with my last | Tim Janik | 2007-02-07 | 1 | -2/+1 |
* | call gdk_event_request_motions() for new motion events after receiving | Tim Janik | 2007-02-06 | 1 | -2/+2 |
* | gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.c | Michael Natterer | 2007-01-18 | 1 | -6/+8 |
* | don't add entry->scroll_offset to entry->drag_start_y. Fixes the entry | Michael Natterer | 2007-01-12 | 1 | -1/+1 |
* | Work when the entry is not realized. (#392315, Yevgen Muntyan) | Matthias Clasen | 2007-01-03 | 1 | -10/+14 |
* | Center in the frame. (#304482, Rob Staudinger, patch by Richard | Matthias Clasen | 2007-01-02 | 1 | -2/+15 |
* | Don't install cursors on insensitive widgets. (#358864, Jan Schampera) | Matthias Clasen | 2006-12-31 | 1 | -4/+22 |
* | Don't die in an assertion if focus went missing. Just warn, clean up and | Matthias Clasen | 2006-12-29 | 1 | -1/+4 |
* | Use gtk_border_free when freeing border. | Behdad Esfahbod | 2006-12-24 | 1 | -1/+1 |
* | When shift-clicking, keep the larger part of the selection selected. | Matthias Clasen | 2006-12-24 | 1 | -3/+6 |
* | Bug 340141 – Update to Pango 1.16 API | Behdad Esfahbod | 2006-12-24 | 1 | -4/+4 |
* | Emit changed and notify:text only once. The same fix was applied for | Matthias Clasen | 2006-12-24 | 1 | -2/+59 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -23/+7 |
* | Fixes bug #383407 | Paolo Maggi | 2006-12-07 | 1 | -4/+2 |
* | Add new infrastructure for notifications of failed keyboard navigation and | Michael Natterer | 2006-11-16 | 1 | -10/+63 |
* | Fix interaction of GtkEntryCompletion with input methods. (#354495, Diego | Matthias Clasen | 2006-10-04 | 1 | -2/+5 |
* | Don't unnecessarily reset the im context when deleting the selection. | Matthias Clasen | 2006-09-01 | 1 | -13/+12 |
* | Stop cursor blinking after a configurable timeout. (#353670, #352442, | Matthias Clasen | 2006-09-01 | 1 | -12/+57 |
* | Popup completion if paste is at the end (patch was already in 2.8.x). | Matthias Clasen | 2006-08-16 | 1 | -3/+12 |
* | Export privately. Adjust all callers. | Matthias Clasen | 2006-08-15 | 1 | -11/+9 |
* | Don't leak in the non-editable case. (#350258, Colin Leroy) | Matthias Clasen | 2006-08-14 | 1 | -1/+2 |
* | Export gtk_entry_reset_im_context privately. | Matthias Clasen | 2006-08-06 | 1 | -21/+17 |
* | Documentation additions and fixes. | Matthias Clasen | 2006-06-29 | 1 | -0/+7 |
* | make it compile | Matthias Clasen | 2006-06-08 | 1 | -1/+1 |
* | Adjust Delete insensitivity | Matthias Clasen | 2006-06-08 | 1 | -2/+2 |
* | Make drops end up at the right spot. (#342072, Yevgen Muntyan) | Matthias Clasen | 2006-05-18 | 1 | -0/+3 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -60/+13 |
* | Improve positioning of the menu when popped up by keynav. (#334987, | Matthias Clasen | 2006-04-27 | 1 | -14/+27 |
* | Fix typos in property blurbs. (#338772, Clytie Siddall) | Matthias Clasen | 2006-04-17 | 1 | -1/+1 |
* | renamed last-char-timeout to password-hint-timeout and store all its data | Michael Natterer | 2006-03-22 | 1 | -46/+72 |
* | applied modified patch from maemo-gtk which allows the most recently | Michael Natterer | 2006-03-22 | 1 | -8/+108 |
* | applied refactored patch from maemo-gtk that replaces the INNER_BORDER | Michael Natterer | 2006-03-10 | 1 | -30/+156 |
* | make sure that the text_area_width is always >= 0. Fixes bug #316712 (Dan | Michael Natterer | 2006-03-08 | 1 | -0/+2 |
* | Remove an unused variable. | Matthias Clasen | 2006-01-15 | 1 | -1/+0 |
* | Shrink the private structs of these a bit. | Matthias Clasen | 2006-01-08 | 1 | -8/+5 |
* | When deleting words, delete preceding whitespace as well. (#325358, Akkana | Matthias Clasen | 2006-01-03 | 1 | -6/+6 |