| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | count down from G_MAXUINT to avoid clashes with application-added DND | Michael Natterer | 2006-03-22 | 1 | -6/+50 |
* | Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. | Michael Natterer | 2006-03-07 | 1 | -66/+131 |
* | Take cursor width into account when calculating the area to be | Matthias Clasen | 2006-03-07 | 1 | -1/+5 |
* | Don't crash if layout is NULL. (#327934, Christian Kirbach) | Matthias Clasen | 2006-01-21 | 1 | -0/+3 |
* | Reset the virtual cursor position. (#326003, Evert Verhellen) | Matthias Clasen | 2006-01-12 | 1 | -0/+3 |
* | Don't fall thru to the wrong window types. (#323843) | Matthias Clasen | 2005-12-12 | 1 | -0/+4 |
* | Only scroll if we have focus. (#316310, Paolo Borelli) | Matthias Clasen | 2005-12-07 | 1 | -3/+4 |
* | Don't commit from reset, it upstets GtkTextView. | Matthias Clasen | 2005-12-06 | 1 | -16/+24 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -4/+2 |
* | Remove some g_return_if_fail() from static functions, replace some others | Matthias Clasen | 2005-11-02 | 1 | -77/+70 |
* | Add settings to hide the input method and Unicode control character | Matthias Clasen | 2005-10-24 | 1 | -23/+41 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -19/+3 |
* | Use gdk_atom_intern_static_string() where appropriate. | Matthias Clasen | 2005-09-11 | 1 | -4/+4 |
* | Stop cursor blinking in non-editable regions of a text view. (#311508, | Matthias Clasen | 2005-09-09 | 1 | -28/+35 |
* | Add bindings for Ctrl-Shift-A to unselect all. (#309301, Kathy Fernandes) | Matthias Clasen | 2005-09-02 | 1 | -0/+4 |
* | Reset im context before committing \n or \t. | Matthias Clasen | 2005-09-02 | 1 | -0/+2 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -20/+20 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -4/+4 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | More typo fixes | Matthias Clasen | 2005-08-29 | 1 | -1/+1 |
* | Construct the "Select All" menuitem from stock. | Matthias Clasen | 2005-08-29 | 1 | -1/+1 |
* | Don't ever go unconditionally to the buffer ends; that doesn't work if the | Matthias Clasen | 2005-07-11 | 1 | -8/+4 |
* | When dragging text, use a drag icon showing the (ellipsized) text that is | Matthias Clasen | 2005-07-11 | 1 | -3/+49 |
* | Make double-clicking between words select whitespace. (#309860, Mike | Matthias Clasen | 2005-07-11 | 1 | -54/+71 |