summaryrefslogtreecommitdiff
path: root/gtk/gtkplacessidebar.c
Commit message (Expand)AuthorAgeFilesLines
* gtkplacessidebar: Replace ::event signal handlers with gesturesCarlos Garnacho2018-06-211-85/+113
* dnd: Make drag-motion and drag-drop signals use GdkDropBenjamin Otte2018-06-181-23/+19
* dnd: Make drag-data-received use a GdkDropBenjamin Otte2018-06-181-18/+18
* widget: Make GtkWidgetClass::drag_leave() take a GdkDropBenjamin Otte2018-06-181-25/+25
* dnd: Get rid of gtk_drag_finish()Benjamin Otte2018-06-181-1/+1
* eventcontrollerkey: Port to new API modelCarlos Garnacho2018-04-261-7/+4
* longpressgesture: Port to new API modelBenjamin Otte2018-04-261-5/+5
* gtkplacessidebar: Stop using ::key-press-eventCarlos Garnacho2018-04-051-50/+52
* placessidebar: Don't create a GtkWindow for drag iconsTimm Bäder2018-02-231-7/+3
* gtkplacessidebar: Rename favorites to starredCarlos Soriano2018-02-151-2/+2
* Remove unnecessary gtk-doc stanzaEmmanuele Bassi2018-02-011-1/+5
* places sidebar: Stop using ::button-press/release-eventMatthias Clasen2018-01-161-55/+48
* places sidebar: Stop using ::motion-notify-eventMatthias Clasen2018-01-161-9/+12
* Drop GtkPlacesSidebar from public APIMatthias Clasen2018-01-081-116/+36
* docs: Add missing signal parameterEmmanuele Bassi2017-12-211-1/+2
* Drop gdk_atom_internMatthias Clasen2017-12-131-2/+2
* placessidebar: Don't use root coordinatesBenjamin Otte2017-12-121-11/+9
* dnd: Pass device, not eventBenjamin Otte2017-12-121-2/+3
* dnd: Remove button argument from drag_begin()Benjamin Otte2017-12-121-1/+1
* dnd: Remove "delete" argument from gtk_drag_finish()Benjamin Otte2017-12-101-1/+1
* Remove some unused includesMatthias Clasen2017-11-291-2/+0
* doc: Replace uses of #NULL with %NULLDaniel Boles2017-11-221-5/+7
* gdk: Make GdkContentFormats immutableBenjamin Otte2017-11-201-2/+2
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-8/+8
* dnd: Remove GtkTargetEntry and GtkTargetFlagsBenjamin Otte2017-11-201-4/+4
* Some more interningMatthias Clasen2017-11-181-10/+11
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* selection: Remove the info uintBenjamin Otte2017-11-161-10/+8
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-2/+2
* dnd: Make GtkDragDest and GtkDragSource use GtkTargetListBenjamin Otte2017-11-151-1/+1
* placessiderbar: Fix sunny compilationBenjamin Otte2017-11-131-1/+1
* gtkplacessidebar: Fix new tab/window handling for cloud accountsCarlos Soriano2017-11-131-8/+12
* gtkplacessidebar: Adapt to libcloudproviders 0.2.xCarlos Soriano2017-11-131-114/+150
* placessidebar: correct quotation marks in a new stringPiotr Drąg2017-11-051-1/+1
* placessidebar: add starred location itemAlexandru Pandelea2017-11-051-0/+113
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+1
* place sidebar: Use GdkEvent APIMatthias Clasen2017-09-191-3/+8
* placessidebar: Update to using GdkEvent APICarlos Garnacho2017-09-191-25/+35
* PlacesSidebar: Avoid unused mem if !CLOUDPROVIDERSDaniel Boles2017-09-191-2/+3
* PlacesSidebar: Unref cloud_manager in dispose()Daniel Boles2017-09-181-0/+4
* gtkplacessidebar: implement libcloudproviders supportJulius Härtl2017-09-041-81/+290
* placessidebar: Remove EventBox usageBenjamin Otte2017-08-021-4/+2
* placessidebar: Fix css node name typoTimm Bäder2017-03-021-1/+1
* Remove gtk_widget_show_allTimm Bäder2017-01-201-4/+2
* gtk: Remove GtkJunctionSidesBenjamin Otte2016-12-201-1/+0
* Use Unicode in translatable stringsPiotr Drąg2016-12-191-4/+4
* places sidebar: Don't leak a referenceMatthias Clasen2016-11-101-8/+8
* gtkplacessidebar: Remove deprecated "show-other-locations" signalRico Tzschichholz2016-10-231-36/+1
* gtkplacessidebar: Remove deprecated "show-connect-to-server"Rico Tzschichholz2016-10-231-116/+0
* gtk: Cast static strings assigned to non-const variablesEmmanuele Bassi2016-10-171-10/+15