| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make movement by paragraphs up/down symmetric. (#307055, Behnam Esfahbod) | Matthias Clasen | 2005-06-24 | 1 | -6/+1 |
* | Don't jump to the next line if we are at the end of the line. | Matthias Clasen | 2005-06-24 | 1 | -1/+4 |
* | Typo fixes | Matthias Clasen | 2005-06-18 | 1 | -1/+1 |
* | Make invisible text work a bit better (#66194, patch by Jeroen | Matthias Clasen | 2005-06-13 | 1 | -2/+2 |
* | 2005-06-10 Matthias Clasen <mclasen@redhat.com> | Matthias Clasen | 2005-06-10 | 1 | -2/+5 |
* | block the text_layout's "changed" handler when changing cursor visibility | Michael Natterer | 2005-05-25 | 1 | -3/+82 |
* | If the horizontal adjustment changes because of a change in the layout | Anders Carlsson | 2005-05-18 | 1 | -1/+15 |
* | Don't blink the cursor if the text view is not editable. | Matthias Clasen | 2005-05-17 | 1 | -2/+7 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -7/+5 |
* | Propagate the event to unanchored children in the text window. (#302494, | Matthias Clasen | 2005-05-02 | 1 | -2/+4 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -13/+13 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -15/+15 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | x | Matthias Clasen | 2005-03-09 | 1 | -8/+8 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -1/+1 |
* | Prefer LTR over RTL if the keymap is neutral. | Matthias Clasen | 2005-01-16 | 1 | -3/+3 |
* | Set the background of the windows to None instead of adding EXPOSURE_MASK, | Søren Sandmann | 2005-01-05 | 1 | -1/+3 |
* | Bug 162112. | Søren Sandmann | 2005-01-04 | 1 | -1/+1 |