| Commit message (Expand) | Author | Age | Files | Lines |
* | gtkentry: Use keycontroller on GtkCellEditable implementation | Carlos Garnacho | 2018-07-30 | 1 | -12/+9 |
* | dnd: Rename gtk_drag_begin_with_coordinates | Matthias Clasen | 2018-07-12 | 1 | -10/+10 |
* | gdk: Rename GdkDragContext to GdkDrag | Matthias Clasen | 2018-07-02 | 1 | -11/+11 |
* | Remove a lot of Since annotations | Matthias Clasen | 2018-06-25 | 1 | -2/+2 |
* | gtkfilechooserentry: Use GtkEntry key controller for focus-out handling | Carlos Garnacho | 2018-06-21 | 1 | -0/+8 |
* | gtkentry: Use gestures for entry icons | Carlos Garnacho | 2018-06-21 | 1 | -153/+107 |
* | widget: Remove time argument from drag_data_get() vfunc | Benjamin Otte | 2018-06-18 | 1 | -4/+2 |
* | dnd: Make drag-motion and drag-drop signals use GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -21/+17 |
* | dnd: Make drag-data-received use a GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -24/+34 |
* | widget: Make GtkWidgetClass::drag_leave() take a GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -5/+3 |
* | dnd: Get rid of gtk_drag_finish() | Benjamin Otte | 2018-06-18 | 1 | -3/+3 |
* | entry: Stop using ::key-press-event | Matthias Clasen | 2018-05-21 | 1 | -6/+9 |
* | widget: Directly notify gestures of grab | Timm Bäder | 2018-05-19 | 1 | -0/+2 |
* | eventcontrollerkey: Port to new API model | Carlos Garnacho | 2018-04-26 | 1 | -1/+2 |
* | eventcontrollermotion: Port to new API model | Benjamin Otte | 2018-04-26 | 1 | -5/+4 |
* | draggesture: Port to new API model | Benjamin Otte | 2018-04-26 | 1 | -2/+2 |
* | multipressgesture: Port to new API model | Benjamin Otte | 2018-04-26 | 1 | -6/+6 |
* | snapshot: Redo debug messages | Benjamin Otte | 2018-04-24 | 1 | -4/+3 |
* | entry: Add emoji completion | Matthias Clasen | 2018-04-23 | 1 | -1/+41 |
* | Export some entry functions privately | Matthias Clasen | 2018-04-23 | 1 | -7/+2 |
* | Entry: Show optional style classes in node diagram | Daniel Boles | 2018-04-22 | 1 | -1/+1 |
* | widget: Remove _get_own_allocation | Timm Bäder | 2018-04-10 | 1 | -12/+21 |
* | entry: Stop being activatable | Benjamin Otte | 2018-04-09 | 1 | -6/+0 |
* | gtkentry: Use key controller to track focus changes | Carlos Garnacho | 2018-04-05 | 1 | -14/+4 |
* | gtkentry: Stop using ::key-press-event | Carlos Garnacho | 2018-04-05 | 1 | -78/+55 |
* | widget: Remove clip from size-allocate vfunc | Benjamin Otte | 2018-04-05 | 1 | -9/+4 |
* | magnifier: Redo with GtkWidgetPaintable | Benjamin Otte | 2018-04-05 | 1 | -2/+2 |
* | entry: Remove useless queue_draw call | Timm Bäder | 2018-03-26 | 1 | -1/+1 |
* | textutil: Make gtk_text_util_create_drag_icon() return a paintable | Benjamin Otte | 2018-03-26 | 1 | -9/+9 |
* | GtkWidget: Start renaming widget->window | Alexander Larsson | 2018-03-20 | 1 | -1/+1 |
* | cellrendererpixbuf: Store the texture in the iconhelper paintable | Benjamin Otte | 2018-03-16 | 1 | -1/+0 |
* | image: Don't handle surfaces anymore | Benjamin Otte | 2018-03-16 | 1 | -1/+0 |
* | entry: Make icons a paintable | Benjamin Otte | 2018-03-16 | 1 | -60/+60 |
* | image: Implement support for paintables | Benjamin Otte | 2018-03-16 | 1 | -0/+1 |
* | entry: Fix invisible cursors | Timm Bäder | 2018-03-06 | 1 | -14/+5 |
* | entry: Remove priv pointer | Timm Bäder | 2018-03-04 | 1 | -273/+226 |
* | entry: Remove cursor adjustment APIs | Benjamin Otte | 2018-03-02 | 1 | -86/+0 |
* | entry: Simplify cursor management | Timm Bäder | 2018-02-28 | 1 | -49/+4 |
* | entry: Add motion controller | Timm Bäder | 2018-02-27 | 1 | -14/+28 |
* | entry: Check gdk_event_get_coords return value | Timm Bäder | 2018-02-26 | 1 | -2/+3 |
* | entry: Allocate icons at full height | Timm Bäder | 2018-02-26 | 1 | -8/+3 |
* | a11y: Don't include gtk.h | Benjamin Otte | 2018-02-08 | 1 | -19/+24 |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -180/+0 |
* | Replace gdk_threads_add_timeout* with g_timeout_add() | Emmanuele Bassi | 2018-02-03 | 1 | -15/+16 |
* | entry: Remove unused struct members | Timm Bäder | 2018-01-26 | 1 | -2/+0 |
* | entry: Stop using ::focus-in/out-event | Matthias Clasen | 2018-01-16 | 1 | -23/+27 |
* | entry: Fix text clipping | Timm Bäder | 2018-01-10 | 1 | -11/+10 |
* | entry: Fix get_text_allocation | Timm Bäder | 2018-01-10 | 1 | -1/+2 |
* | entry: Remove some questionable code examples | Timm Bäder | 2018-01-03 | 1 | -27/+9 |
* | Don't place dnd cursor in placeholder text | Matthias Clasen | 2017-12-17 | 1 | -1/+4 |