| Commit message (Expand) | Author | Age | Files | Lines |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 534463 - non-editable GtkTextView should not call | Cody Russell | 2008-05-25 | 1 | -5/+21 |
* | gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.c | Michael Natterer | 2008-05-19 | 1 | -2/+1 |
* | Unify the handling of various "Enter" keysyms all over the place. | Matthias Clasen | 2008-02-12 | 1 | -0/+1 |
* | gtk/gtktextchild.c meant to use G_STRFUNC, not G_STRLOC... | Michael Natterer | 2008-01-28 | 1 | -7/+7 |
* | gtk/gtktextchild.c use G_STRLOC instead of G_GNUC_FUNCTION (which is | Michael Natterer | 2008-01-28 | 1 | -2/+2 |
* | Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075 | Johan Dahlin | 2008-01-06 | 1 | -1/+1 |
* | Use gtk_text_buffer_get_insert instead of get_mark. Fixes Bug 497164. | Paolo Borelli | 2007-11-17 | 1 | -50/+30 |
* | Moved gtk_text_view_update_im_spot_location() calls into an idle, fixes | Yevgen Muntyan | 2007-11-11 | 1 | -2/+57 |
* | merged patch from maemo-gtk which handles failed keynav correctly also | Michael Natterer | 2007-09-21 | 1 | -6/+18 |
* | Initialized GValues before unsetting them. (#457720) | Matthias Clasen | 2007-07-19 | 1 | -0/+2 |
* | Add docs | Matthias Clasen | 2007-07-12 | 1 | -3/+144 |
* | Implement block-cursor for overwrite mode. (#80378) | Yevgen Muntyan | 2007-06-12 | 1 | -5/+25 |
* | Move "move-focus" signals from several widgets to GtkWidget to enable more | Michael Natterer | 2007-06-04 | 1 | -25/+63 |
* | Improve docs | Matthias Clasen | 2007-05-28 | 1 | -68/+62 |
* | Fix the build | Matthias Clasen | 2007-05-19 | 1 | -1/+1 |
* | Add a toggle-cursor-visibility keybinding signal, and bind F7 to it. | Matthias Clasen | 2007-05-18 | 1 | -3/+22 |
* | call gdk_event_request_motions(event) so selecting works with XInput | Michael Natterer | 2007-05-11 | 1 | -0/+2 |
* | Allow indents to be negative. (#Bug 434308) | Matthias Clasen | 2007-04-30 | 1 | -1/+1 |
* | Set first_para_mark to NULL. (#396805, Colin Leroy, patch by Mariano | Matthias Clasen | 2007-03-12 | 1 | -0/+1 |
* | Get rid of the unused event argument. Update all callers. | Matthias Clasen | 2007-03-10 | 1 | -8/+8 |
* | call gdk_event_request_motions() for new motion events after receiving | Tim Janik | 2007-02-06 | 1 | -3/+3 |
* | Call text_window_realize() with the correct parameters. (#393813, Yevgen | Matthias Clasen | 2007-01-07 | 1 | -2/+2 |
* | Rework the beep-on-uninserted-text by calling the input method regardless | Matthias Clasen | 2007-01-04 | 1 | -15/+17 |
* | Try harder not to beep on events which are not meant to insert stuff in | Matthias Clasen | 2007-01-02 | 1 | -3/+13 |
* | Fix a segfault in horizontal scrolling | Matthias Clasen | 2007-01-02 | 1 | -2/+2 |
* | Remove the scroll timeout. (#390872, Yevgen Muntyan) | Matthias Clasen | 2006-12-31 | 1 | -0/+6 |
* | Don't install cursors on insensitive widgets. (#358864, Jan Schampera) | Matthias Clasen | 2006-12-31 | 1 | -21/+33 |
* | Don't die in an assertion if focus went missing. Just warn, clean up and | Matthias Clasen | 2006-12-29 | 1 | -1/+4 |
* | Remove debug output. | Matthias Clasen | 2006-12-25 | 1 | -27/+53 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -29/+9 |
* | Silently return if a drag is already in progress, rather than asserting. | Matthias Clasen | 2006-12-20 | 1 | -1/+2 |
* | remove FIXME #include that is no longer needed. | Michael Natterer | 2006-12-03 | 1 | -1/+0 |
* | applied patch by Colin Leroy for Control+GDK_KP_Left to move one word to | Tim Janik | 2006-11-27 | 1 | -1/+1 |
* | Add new infrastructure for notifications of failed keyboard navigation and | Michael Natterer | 2006-11-16 | 1 | -39/+102 |
* | Stop cursor blinking after a configurable timeout. (#353670, #352442, | Matthias Clasen | 2006-09-01 | 1 | -13/+68 |
* | do not scroll on copy. Bug #329604. | Paolo Borelli | 2006-08-21 | 1 | -11/+6 |
* | Create new PangoContexts and set them on the layout, to catch changes in | Matthias Clasen | 2006-08-06 | 1 | -1/+13 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -2/+2 |
* | revert "keep cursor visible when size changes" since it breaks things | Michael Natterer | 2006-06-26 | 1 | -14/+4 |
* | keep the cursor visible when the size changes. Fixes bug #344874. | Michael Natterer | 2006-06-22 | 1 | -4/+14 |
* | applied patch from Chris Wilson which replaces a useless loop with | Michael Natterer | 2006-05-29 | 1 | -6/+3 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Move an assert to the right place. (#341661, Pascal Terjan) | Matthias Clasen | 2006-05-14 | 1 | -2/+2 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -38/+8 |
* | Remove some unused variables. | Matthias Clasen | 2006-04-12 | 1 | -2/+0 |
* | Lower the window, to prevent late-constructed text windows from covering | Matthias Clasen | 2006-04-06 | 1 | -0/+1 |
* | Fix drag-selection after double-click. (#323862, Benjamin Berg) | Matthias Clasen | 2006-03-28 | 1 | -70/+71 |
* | Move the call to gtk_text_view_end_selection_drag() from | Matthias Clasen | 2006-03-28 | 1 | -4/+4 |
* | Don't call gdk_window_invalidate_rect() on unrealized widgets. (#335717, | Matthias Clasen | 2006-03-24 | 1 | -1/+2 |