summaryrefslogtreecommitdiff
path: root/gtk/gtkplacessidebar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-6/+6
* gtkplacessidebar: fix signal marshalCarlos Soriano2016-08-291-1/+1
* Use gtk_popover_popdown/popup where appropriateTimm Bäder2016-08-161-3/+3
* Improve external drives detectionOndrej Holy2016-05-201-3/+1
* places sidebar: Avoid markup confusion in tooltipsMatthias Clasen2016-05-101-4/+1
* gtkplacessidebar: don't margins in the codeSebastien Bacher2016-04-141-2/+0
* places sidebar: Plug a small memory leakMatthias Clasen2016-03-271-2/+7
* dnd: Move GtkDragDest to a separate fileMatthias Clasen2016-03-251-0/+1
* Typo fixesMatthias Clasen2016-03-101-4/+4
* gtkplacessidebar: add new other locations with flags signalCarlos Soriano2016-03-041-7/+59
* Revert "gtkplacessidebar: add open flags to other locations"Carlos Soriano2016-03-041-11/+4
* gtkplacessidebar: use gpointers in trash rowCarlos Soriano2016-02-261-2/+4
* gtkplacessidebar: clean up trash row on destroyCarlos Soriano2016-02-261-0/+7
* gtkplacessidebar: avoid unresponsive UI while trashingCarlos Soriano2016-02-251-6/+15
* gtkplacessidebar: add open flags to other locationsCarlos Soriano2016-02-231-4/+11
* gtkplacessidebar: remove unneeded conditionCarlos Soriano2016-02-181-4/+1
* places sidebar: Use the right marshallersMatthias Clasen2016-02-161-2/+2
* gtkplacessidebar: remove notification handlingCarlos Soriano2016-02-161-88/+79
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-5/+5
* Fix the licensing blurb in GtkPlacesSidebarEmmanuele Bassi2015-11-191-19/+16
* places sidebar: Document style classesMatthias Clasen2015-11-051-0/+6
* placessidebar: Use an element nameMatthias Clasen2015-11-051-8/+12
* placessidebar: do not crash if uris is NULLDominique Leuenberger2015-10-291-1/+1
* gtkplacessidebar: improve heuristics for external drivesCarlos Soriano2015-10-151-17/+10
* gtkplacessidebar: Show drives with removable mediaRoss Lagerwall2015-10-141-1/+4
* gtkplacessidebar: avoid to use a freed stringCarlos Soriano2015-09-251-2/+3
* gtkplacessidebar: avoid accessing destroyed popoverCarlos Soriano2015-09-231-1/+29