summaryrefslogtreecommitdiff
path: root/gtk/gtkplacessidebar.c
Commit message (Expand)AuthorAgeFilesLines
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-281-3/+3
* Remove some unnecessary gtkwindow.h includesTimm Bäder2019-02-051-1/+0
* gtkplacessidebar.c: move bookmark at the placeholder indexNelson Benítez León2018-12-171-0/+3
* gtkplacessidebar: Improve error message when unlocking volume failssegfault2018-08-051-1/+7
* gtkplacessidebar: Show busy spinner in sidebar row during mount opssegfault2018-07-271-10/+28
* placessidebar: Take a GdkDrag in _set_drop_targets_visible()Ernestas Kulik2018-07-171-17/+22
* dnd: Rename gtk_drag_begin_with_coordinatesMatthias Clasen2018-07-121-4/+4
* gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-021-5/+5
* Remove a lot of Since annotationsMatthias Clasen2018-06-251-1/+1
* 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