summaryrefslogtreecommitdiff
path: root/src/caja-places-sidebar.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-10local #include files inside "" instead <>Pablo Barciela1-21/+24
2019-03-07avoid variables set but not usedPablo Barciela1-5/+0
2018-12-02caja-places-sidebar: replace two other uses of g_drive_poll_for_media_finishlukefromdc1-2/+2
2018-12-02Fix segfault on stopping USB hard driveslukefromdc1-1/+1
2018-05-10eel-gtk-extensions: replace deprecated gtk_menu_popup functionraveit651-2/+0
2018-04-18sidebar popup menu: show "media-eject" icon in the "unmount" itemsPablo Barciela1-1/+1
2018-04-10sidebar popup menu: show "media-eject" iconPablo Barciela1-1/+1
2018-04-04HiDPI: Convert Pixbufs to Cairo SurfacesVictor Kareh1-18/+34
2018-04-04Support HiDpi iconsCosimo Cecchi1-3/+6
2018-03-31caja-places-sidebar.c: avoid deprecated GtkImageMenuItemPablo Barciela1-17/+19
2018-02-09avoid deprecated GtkStockPablo Barciela1-2/+2
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-2/+1
2018-01-01places-sidebar: show user's home dir when it is also the desktoplukefromdc1-25/+25
2017-12-31places-sidebar: remove duplicate functionlukefromdc1-3/+0
2017-12-14Fix #880 and fix refusal to unmount when sidebar is widelukefromdc1-44/+23
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op...lukefromdc1-31/+1
2016-10-23libunique builds: enable eject notificationslukefromdc1-18/+4
2016-10-23Refactor notification code to remove duplicate functionlukefromdc1-4/+4
2016-10-22GtkApplication: Notify when ejected volumes safe to unpluglukefromdc1-2/+31
2016-10-14GTK2: Use emanuele-f 's patch for build failure, fix build w/o libuniquelukefromdc1-2/+2
2016-10-08GTK3: port libunique ->GtkApplication as build time optionlukefromdc1-0/+4
2016-05-30GTK+3 sidebars and caja-places: port style_set to style_updatedraveit651-5/+8
2016-05-28GTK3: caja-places-sidebar.c use GtkStyleContextlukefromdc1-0/+10
2016-01-13GTK3 general: use eel_create_spotlight_pixbuf()Wolfgang Ulbrich1-0/+9
2015-10-14Gtk3 places-sidebar: fixes accidental device ejectraveit651-0/+5
2015-06-18places-sidebar: enable both creating bookmarks and dropping filesMonsta1-6/+18
2015-06-18places sidebar: fix indentation a bitMonsta1-8/+6
2015-06-11Merge pull request #424 from flexiondotorg/masterMartin Wimpress1-14/+115
2015-06-11Revert "places-sidebar: allow dropping of files to bookmarks"Martin Wimpress1-14/+115
2015-03-19places-sidebar: fix crashMonsta1-2/+4
2015-01-13drop support for GLib < 2.36Monsta1-2/+0
2014-12-10properly zero-init a variablemonsta1-1/+1
2014-05-17propagate button-release event when ejecting, fixes #169alexandervdm1-3/+2
2014-03-21places-sidebar: allow dropping of files to bookmarksraveit651-115/+14
2014-03-21sidebar: rearranged of caja sidebar to 1.4 styleraveit651-154/+156
2013-02-24Fix issues with XDG dirs in places sidebarStefano Karapetsas1-1/+12
2013-02-24More indentation fixesStefano Karapetsas1-19/+19
2013-02-24Indentation fixesStefano Karapetsas1-423/+424
2012-12-22[places-sidebar] plug leak in _dispose, add g_clear_object in glibcomat.hJasmine Hassan1-15/+5
2012-11-23[all] include src/glibcompat.h & use g_list_free_full() where neededJasmine Hassan1-2/+3
2012-11-16[places-sidebar] use gtk_widget_set_visible() instead of the eel helperJasmine Hassan1-9/+9
2012-11-16[all] use g_list_free() and g_strcmp0 instead of eel functionsJasmine Hassan1-3/+4
2012-11-16[src] convert to new GDK_KEY prefixJasmine Hassan1-8/+8
2012-11-16[places-sidebar] redesign the Places sidebarJasmine Hassan1-264/+556
2012-11-16[places-sidebar] fix eject button highlightingJasmine Hassan1-23/+33
2012-11-16[pathbar] release the highlight path on disposeJasmine Hassan1-6/+8
2012-11-16[places-sidebar] don't update the icon if it's not visibleJasmine Hassan1-21/+37
2012-11-16[pathbar] make sure |path| is always valid and memory releasedJasmine Hassan1-6/+10
2012-11-16[places-sidebar] use _icon_info_lookup_from_name()Jasmine Hassan1-5/+5
2012-11-16[places-sidebar] Add highlight to eject iconJasmine Hassan1-22/+136