| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a way to test touch features | Matthias Clasen | 2012-09-03 | 1 | -3/+7 |
* | Implement touch text selection in GtkTextView | Carlos Garnacho | 2012-09-03 | 1 | -19/+282 |
* | Trivial: Fix a whitespace messup | Matthias Clasen | 2012-08-25 | 1 | -2/+2 |
* | textview: fix a typo in method gtk-doc annotation | Cosimo Cecchi | 2012-08-21 | 1 | -1/+1 |
* | Add documentation | Matthias Clasen | 2012-08-20 | 1 | -0/+59 |
* | GtkTextView: Add input purpose and hints | Matthias Clasen | 2012-08-20 | 1 | -3/+101 |
* | Add support for disabling middle click paste | Bastien Nocera | 2012-05-03 | 1 | -2/+15 |
* | Revert part of "textview: Remove extra magic for drawing children" | Benjamin Otte | 2012-04-10 | 1 | -1/+2 |
* | textview: Remove extra magic for drawing children | Benjamin Otte | 2012-04-07 | 1 | -26/+4 |
* | gtk: Don't call gdk_window_process_updates() when scrolling | Benjamin Otte | 2012-04-05 | 1 | -20/+0 |
* | Add smooth-scroll to GtkTextView event mask | Daniel Stone | 2012-03-06 | 1 | -0/+1 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | textview: Set background on the widget's window | Carlos Garnacho | 2012-02-23 | 1 | -9/+6 |
* | textview: Also cancel DnD on ::grab-notify | Carlos Garnacho | 2012-02-23 | 1 | -0/+8 |
* | gtktextview: Use symbolic names for button numbers | Carlos Garcia Campos | 2012-01-27 | 1 | -6/+6 |
* | a11y: Disconnect from buffer signals | Benjamin Otte | 2012-01-12 | 1 | -1/+6 |
* | Use the workarea when placing popups | Matthias Clasen | 2011-12-18 | 1 | -1/+1 |
* | Introduce gtk_render_insertion_cursor | Paolo Borelli | 2011-12-01 | 1 | -1/+1 |
* | Pop up context menus at the right device | Matthias Clasen | 2011-11-05 | 1 | -3/+6 |
* | Bug 659406 - Abstract what triggers a context menu | Michael Natterer | 2011-09-27 | 1 | -1/+1 |
* | gtk: remove the private GTK_EXTEND/MODIFY_SELECTION_MOD_MASK | Michael Natterer | 2011-09-27 | 1 | -2/+6 |
* | Bug 659406 - Abstract what triggers a context menu | Michael Natterer | 2011-09-26 | 1 | -6/+6 |
* | app: abstract which modifiers are used for extending and modifying selections | Michael Natterer | 2011-09-26 | 1 | -2/+2 |
* | textview: Fix comparison being the wrong way | Benjamin Otte | 2011-09-23 | 1 | -1/+1 |
* | Make focus rectangles optional | Matthias Clasen | 2011-08-10 | 1 | -1/+1 |
* | Initial move GailTextView -> GtkTextViewAccessible | Matthias Clasen | 2011-07-05 | 1 | -0/+3 |
* | Give this code a chance to work | Matthias Clasen | 2011-06-14 | 1 | -1/+3 |
* | textview: do not destroy the layout in unrealize | Ignacio Casal Quinteiro | 2011-06-12 | 1 | -20/+2 |
* | Desensitize "Select All" when GtkEntry is empty | Matthew Barnes | 2011-04-26 | 1 | -0/+2 |
* | [textview] remove idles when unmapping | Ignacio Casal Quinteiro | 2011-04-17 | 1 | -1/+16 |
* | GtkTextViewPrivate: Improve struct packing | Matthias Clasen | 2011-04-12 | 1 | -5/+6 |
* | Minor documentation improvements | Murray Cumming | 2011-02-23 | 1 | -1/+1 |
* | Always chain up in ::style-updated | Matthias Clasen | 2011-02-07 | 1 | -0/+2 |
* | Check if buffer is NULL after setting it to NULL, not before. | Krzesimir Nowak | 2011-01-28 | 1 | -2/+3 |
* | [GI] Add missing (out) and (array) annotations | Pavel Holejsovsky | 2011-01-20 | 1 | -1/+1 |
* | Add gtk_text_view_get_cursor_locations | Matthias Clasen | 2011-01-19 | 1 | -16/+57 |
* | Move GtkSelection docs inline | Matthias Clasen | 2011-01-14 | 1 | -0/+1 |
* | Fix bgo #638017 Crash in gtk_text_view_set_tabs() | Sébastien Granjoux | 2011-01-10 | 1 | -11/+11 |
* | Set the proper css class when getting attributes. | Paolo Borelli | 2011-01-10 | 1 | -0/+5 |
* | textview: Update adjustment usage for sealing | Benjamin Otte | 2011-01-05 | 1 | -75/+56 |
* | textview: Update adjustment usage for sealing | Benjamin Otte | 2011-01-05 | 1 | -13/+5 |
* | Remove gtktypeutils altogether | Matthias Clasen | 2011-01-04 | 1 | -0/+1 |
* | Drop explicit includes of gdkkeysyms.h | Matthias Clasen | 2011-01-04 | 1 | -1/+1 |
* | Remove an outdated doc statement. | Matthias Clasen | 2011-01-04 | 1 | -7/+5 |
* | Fix docs. | Ignacio Casal Quinteiro | 2010-12-28 | 1 | -1/+3 |
* | gtk: Use g_object_unref instead of gdk_cursor_unref | Benjamin Otte | 2010-12-21 | 1 | -4/+4 |
* | gtk/gtktextview.c: Use accessor functions to access GtkSelectionData | Javier Jardón | 2010-12-15 | 1 | -8/+8 |
* | Make GtkTextView use GtkStyleContext | Carlos Garnacho | 2010-12-15 | 1 | -56/+83 |
* | Don't access GdkDragContext fields directly | Matthias Clasen | 2010-12-10 | 1 | -4/+4 |
* | docs: Move documentation to inline comments: GtkTextView | Javier Jardón | 2010-11-06 | 1 | -0/+12 |