| Commit message (Expand) | Author | Age | Files | Lines |
* | gtkplacessidebar: Replace ::event signal handlers with gestures | Carlos Garnacho | 2018-06-21 | 1 | -85/+113 |
* | dnd: Make drag-motion and drag-drop signals use GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -23/+19 |
* | dnd: Make drag-data-received use a GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -18/+18 |
* | widget: Make GtkWidgetClass::drag_leave() take a GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -25/+25 |
* | dnd: Get rid of gtk_drag_finish() | Benjamin Otte | 2018-06-18 | 1 | -1/+1 |
* | eventcontrollerkey: Port to new API model | Carlos Garnacho | 2018-04-26 | 1 | -7/+4 |
* | longpressgesture: Port to new API model | Benjamin Otte | 2018-04-26 | 1 | -5/+5 |
* | gtkplacessidebar: Stop using ::key-press-event | Carlos Garnacho | 2018-04-05 | 1 | -50/+52 |
* | placessidebar: Don't create a GtkWindow for drag icons | Timm Bäder | 2018-02-23 | 1 | -7/+3 |
* | gtkplacessidebar: Rename favorites to starred | Carlos Soriano | 2018-02-15 | 1 | -2/+2 |
* | Remove unnecessary gtk-doc stanza | Emmanuele Bassi | 2018-02-01 | 1 | -1/+5 |
* | places sidebar: Stop using ::button-press/release-event | Matthias Clasen | 2018-01-16 | 1 | -55/+48 |
* | places sidebar: Stop using ::motion-notify-event | Matthias Clasen | 2018-01-16 | 1 | -9/+12 |
* | Drop GtkPlacesSidebar from public API | Matthias Clasen | 2018-01-08 | 1 | -116/+36 |
* | docs: Add missing signal parameter | Emmanuele Bassi | 2017-12-21 | 1 | -1/+2 |
* | Drop gdk_atom_intern | Matthias Clasen | 2017-12-13 | 1 | -2/+2 |
* | placessidebar: Don't use root coordinates | Benjamin Otte | 2017-12-12 | 1 | -11/+9 |
* | dnd: Pass device, not event | Benjamin Otte | 2017-12-12 | 1 | -2/+3 |
* | dnd: Remove button argument from drag_begin() | Benjamin Otte | 2017-12-12 | 1 | -1/+1 |
* | dnd: Remove "delete" argument from gtk_drag_finish() | Benjamin Otte | 2017-12-10 | 1 | -1/+1 |
* | Remove some unused includes | Matthias Clasen | 2017-11-29 | 1 | -2/+0 |
* | doc: Replace uses of #NULL with %NULL | Daniel Boles | 2017-11-22 | 1 | -5/+7 |
* | gdk: Make GdkContentFormats immutable | Benjamin Otte | 2017-11-20 | 1 | -2/+2 |
* | contentformats: Rename GtkTargetList | Benjamin Otte | 2017-11-20 | 1 | -8/+8 |
* | dnd: Remove GtkTargetEntry and GtkTargetFlags | Benjamin Otte | 2017-11-20 | 1 | -4/+4 |
* | Some more interning | Matthias Clasen | 2017-11-18 | 1 | -10/+11 |
* | gtk: Intern css names | Matthias Clasen | 2017-11-17 | 1 | -1/+1 |
* | selection: Remove the info uint | Benjamin Otte | 2017-11-16 | 1 | -10/+8 |
* | gdk: Replace GDK_NONE with NULL | Benjamin Otte | 2017-11-15 | 1 | -2/+2 |
* | dnd: Make GtkDragDest and GtkDragSource use GtkTargetList | Benjamin Otte | 2017-11-15 | 1 | -1/+1 |
* | placessiderbar: Fix sunny compilation | Benjamin Otte | 2017-11-13 | 1 | -1/+1 |
* | gtkplacessidebar: Fix new tab/window handling for cloud accounts | Carlos Soriano | 2017-11-13 | 1 | -8/+12 |
* | gtkplacessidebar: Adapt to libcloudproviders 0.2.x | Carlos Soriano | 2017-11-13 | 1 | -114/+150 |
* | placessidebar: correct quotation marks in a new string | Piotr Drąg | 2017-11-05 | 1 | -1/+1 |
* | placessidebar: add starred location item | Alexandru Pandelea | 2017-11-05 | 1 | -0/+113 |
* | build: Enable -Wswitch-enum and -Wswitch-default | Benjamin Otte | 2017-10-06 | 1 | -0/+1 |
* | place sidebar: Use GdkEvent API | Matthias Clasen | 2017-09-19 | 1 | -3/+8 |
* | placessidebar: Update to using GdkEvent API | Carlos Garnacho | 2017-09-19 | 1 | -25/+35 |
* | PlacesSidebar: Avoid unused mem if !CLOUDPROVIDERS | Daniel Boles | 2017-09-19 | 1 | -2/+3 |
* | PlacesSidebar: Unref cloud_manager in dispose() | Daniel Boles | 2017-09-18 | 1 | -0/+4 |
* | gtkplacessidebar: implement libcloudproviders support | Julius Härtl | 2017-09-04 | 1 | -81/+290 |
* | placessidebar: Remove EventBox usage | Benjamin Otte | 2017-08-02 | 1 | -4/+2 |
* | placessidebar: Fix css node name typo | Timm Bäder | 2017-03-02 | 1 | -1/+1 |
* | Remove gtk_widget_show_all | Timm Bäder | 2017-01-20 | 1 | -4/+2 |
* | gtk: Remove GtkJunctionSides | Benjamin Otte | 2016-12-20 | 1 | -1/+0 |
* | Use Unicode in translatable strings | Piotr Drąg | 2016-12-19 | 1 | -4/+4 |
* | places sidebar: Don't leak a reference | Matthias Clasen | 2016-11-10 | 1 | -8/+8 |
* | gtkplacessidebar: Remove deprecated "show-other-locations" signal | Rico Tzschichholz | 2016-10-23 | 1 | -36/+1 |
* | gtkplacessidebar: Remove deprecated "show-connect-to-server" | Rico Tzschichholz | 2016-10-23 | 1 | -116/+0 |
* | gtk: Cast static strings assigned to non-const variables | Emmanuele Bassi | 2016-10-17 | 1 | -10/+15 |