| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a missing cast | Matthias Clasen | 2018-08-29 | 1 | -1/+1 |
* | The file chooser is no box anymore | Matthias Clasen | 2018-08-29 | 1 | -1/+1 |
* | FileChooserWidget: Don't show recent items with private hint set | Kai Willadsen | 2018-08-28 | 1 | -0/+20 |
* | gdk: Remove gdk_event_get_string() | Benjamin Otte | 2018-07-30 | 1 | -18/+26 |
* | placessidebar: Take a GdkDrag in _set_drop_targets_visible() | Ernestas Kulik | 2018-07-17 | 1 | -4/+4 |
* | gtkfilechooserwidget: Forward events to filechooser through key controller | Carlos Garnacho | 2018-06-21 | 1 | -10/+12 |
* | gtkfilechooserwidget: Drop usage of ::event vmethod | Carlos Garnacho | 2018-06-21 | 1 | -19/+17 |
* | Remove some unnecessary snapshot implementations | Timm Bäder | 2018-06-20 | 1 | -11/+0 |
* | dnd: Make drag-motion and drag-drop signals use GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -4/+2 |
* | dnd: Make drag-data-received use a GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -3/+4 |
* | widget: Make GtkWidgetClass::drag_leave() take a GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -4/+4 |
* | filechooserwidget: Don't chain up in ::event | Timm Bäder | 2018-05-27 | 1 | -3/+0 |
* | file chooser widget: Stop using ::key-press-event | Matthias Clasen | 2018-05-21 | 1 | -21/+27 |
* | filechooser: Put event controllers into ui file | Benjamin Otte | 2018-04-26 | 1 | -22/+3 |
* | file chooser: Use a key event controller | Matthias Clasen | 2018-04-05 | 1 | -23/+35 |
* | widget: Remove clip from size-allocate vfunc | Benjamin Otte | 2018-04-05 | 1 | -5/+3 |
* | GtkWidget: Start renaming widget->window | Alexander Larsson | 2018-03-20 | 1 | -1/+1 |
* | FileChooserWidget: Fix leaks in .get_subtitle() | Daniel Boles | 2018-03-13 | 1 | -7/+4 |
* | FileChooserWidget: Avoid crash freeing static str | Daniel Boles | 2018-03-12 | 1 | -1/+1 |
* | filechooserwidget: Make the location entry hexpand | Timm Bäder | 2018-02-25 | 1 | -0/+1 |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -2/+0 |
* | Drop the Big GDK Lock | Emmanuele Bassi | 2018-02-03 | 1 | -5/+0 |
* | Replace gdk_threads_add_timeout* with g_timeout_add() | Emmanuele Bassi | 2018-02-03 | 1 | -1/+1 |
* | Replace gdk_threads_add_idle* with g_idle_add() | Emmanuele Bassi | 2018-02-03 | 1 | -4/+4 |
* | file chooser: Use a multipress gesture | Matthias Clasen | 2018-01-16 | 1 | -18/+33 |
* | Revert "file chooser: Allow activating without double-click" | Matthias Clasen | 2018-01-16 | 1 | -57/+4 |
* | Fix file chooser | Matthias Clasen | 2018-01-09 | 1 | -0/+1 |
* | Drop GtkPlacesSidebar from public API | Matthias Clasen | 2018-01-08 | 1 | -1/+0 |
* | clipboard: Add the useful stuff from reverted commit | Benjamin Otte | 2017-12-10 | 1 | -11/+2 |
* | Revert "clipboard: Add gdk_clipboard_set()" | Matthias Clasen | 2017-12-04 | 1 | -2/+11 |
* | clipboard: Add gdk_clipboard_set() | Benjamin Otte | 2017-12-05 | 1 | -11/+2 |
* | dnd: Remove x/y coordinates from drag-data-received | Benjamin Otte | 2017-12-05 | 1 | -2/+0 |
* | filechooserwidget: Port to new clipboard | Benjamin Otte | 2017-12-03 | 1 | -75/+23 |
* | widget: gtk_widget_get_clipboard => gtk_widget_get_old_clipboard | Benjamin Otte | 2017-12-03 | 1 | -2/+2 |
* | gdk: Make GdkContentFormats immutable | Benjamin Otte | 2017-11-20 | 1 | -2/+2 |
* | contentformats: Rename GtkTargetList | Benjamin Otte | 2017-11-20 | 1 | -5/+5 |
* | Some more interning | Matthias Clasen | 2017-11-18 | 1 | -2/+2 |
* | gtk: Intern css names | Matthias Clasen | 2017-11-17 | 1 | -1/+1 |
* | selection: Remove the info uint | Benjamin Otte | 2017-11-16 | 1 | -11/+4 |
* | filechooserwidget: icon size is always 16 | Matthias Clasen | 2017-11-15 | 1 | -13/+4 |
* | dnd: Make GtkDragDest and GtkDragSource use GtkTargetList | Benjamin Otte | 2017-11-15 | 1 | -2/+2 |
* | clipboard: Consistently use GtkTargetList | Benjamin Otte | 2017-11-15 | 1 | -7/+2 |
* | filechooserwidget: Use GIcons | Matthias Clasen | 2017-11-08 | 1 | -6/+6 |
* | gtk: Use gtk_widget_set_cursor() | Benjamin Otte | 2017-11-04 | 1 | -12/+2 |
* | gdk: Cursors no longer have a display | Benjamin Otte | 2017-11-04 | 1 | -1/+1 |
* | widget: Remove gtk_widget_get_screen() | Benjamin Otte | 2017-10-31 | 1 | -1/+1 |
* | widget: Remove gtk_widget_has_screen() | Benjamin Otte | 2017-10-31 | 1 | -9/+5 |
* | widget: Turn screen-changed signal into display-changed | Benjamin Otte | 2017-10-31 | 1 | -12/+12 |
* | build: Enable -Wswitch-enum and -Wswitch-default | Benjamin Otte | 2017-10-06 | 1 | -0/+1 |
* | file chooser widget: Covert to GdkEvent API | Matthias Clasen | 2017-09-19 | 1 | -2/+8 |