Age | Commit message (Expand) | Author | Files | Lines |
2021-11-08 | caja-places-sidebar: fix right-click menu height | Benjamin Heiniger | 1 | -7/+18 |
2021-03-11 | caja-places-sidebar: gnome-disk-utility ignores the --xid option | rbuj | 1 | -7/+0 |
2021-01-23 | caja-places-sidebar: upgrade format drive item | rbuj | 1 | -2/+49 |
2020-11-11 | Remove unused macros | Pablo Barciela | 1 | -2/+0 |
2020-01-10 | Make device ejection notifications translatable | Jonathan Michalon | 1 | -3/+3 |
2019-07-26 | caja-places-sidebar: add icon to "empty trash" | Pablo Barciela | 1 | -1/+1 |
2019-06-18 | Remove trailing whitespaces | rbuj | 1 | -4/+4 |
2019-06-17 | src: reduce the scope of some variables | Pablo Barciela | 1 | -30/+46 |
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 1 | -21/+21 |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 1 | -21/+24 |
2019-03-07 | avoid variables set but not used | Pablo Barciela | 1 | -5/+0 |
2018-12-02 | caja-places-sidebar: replace two other uses of g_drive_poll_for_media_finish | lukefromdc | 1 | -2/+2 |
2018-12-02 | Fix segfault on stopping USB hard drives | lukefromdc | 1 | -1/+1 |
2018-05-10 | eel-gtk-extensions: replace deprecated gtk_menu_popup function | raveit65 | 1 | -2/+0 |
2018-04-18 | sidebar popup menu: show "media-eject" icon in the "unmount" items | Pablo Barciela | 1 | -1/+1 |
2018-04-10 | sidebar popup menu: show "media-eject" icon | Pablo Barciela | 1 | -1/+1 |
2018-04-04 | HiDPI: Convert Pixbufs to Cairo Surfaces | Victor Kareh | 1 | -18/+34 |
2018-04-04 | Support HiDpi icons | Cosimo Cecchi | 1 | -3/+6 |
2018-03-31 | caja-places-sidebar.c: avoid deprecated GtkImageMenuItem | Pablo Barciela | 1 | -17/+19 |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -2/+2 |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -2/+1 |
2018-01-01 | places-sidebar: show user's home dir when it is also the desktop | lukefromdc | 1 | -25/+25 |
2017-12-31 | places-sidebar: remove duplicate function | lukefromdc | 1 | -3/+0 |
2017-12-14 | Fix #880 and fix refusal to unmount when sidebar is wide | lukefromdc | 1 | -44/+23 |
2016-11-22 | move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op... | lukefromdc | 1 | -31/+1 |
2016-10-23 | libunique builds: enable eject notifications | lukefromdc | 1 | -18/+4 |
2016-10-23 | Refactor notification code to remove duplicate function | lukefromdc | 1 | -4/+4 |
2016-10-22 | GtkApplication: Notify when ejected volumes safe to unplug | lukefromdc | 1 | -2/+31 |
2016-10-14 | GTK2: Use emanuele-f 's patch for build failure, fix build w/o libunique | lukefromdc | 1 | -2/+2 |
2016-10-08 | GTK3: port libunique ->GtkApplication as build time option | lukefromdc | 1 | -0/+4 |
2016-05-30 | GTK+3 sidebars and caja-places: port style_set to style_updated | raveit65 | 1 | -5/+8 |
2016-05-28 | GTK3: caja-places-sidebar.c use GtkStyleContext | lukefromdc | 1 | -0/+10 |
2016-01-13 | GTK3 general: use eel_create_spotlight_pixbuf() | Wolfgang Ulbrich | 1 | -0/+9 |
2015-10-14 | Gtk3 places-sidebar: fixes accidental device eject | raveit65 | 1 | -0/+5 |
2015-06-18 | places-sidebar: enable both creating bookmarks and dropping files | Monsta | 1 | -6/+18 |
2015-06-18 | places sidebar: fix indentation a bit | Monsta | 1 | -8/+6 |
2015-06-11 | Merge pull request #424 from flexiondotorg/master | Martin Wimpress | 1 | -14/+115 |
2015-06-11 | Revert "places-sidebar: allow dropping of files to bookmarks" | Martin Wimpress | 1 | -14/+115 |
2015-03-19 | places-sidebar: fix crash | Monsta | 1 | -2/+4 |
2015-01-13 | drop support for GLib < 2.36 | Monsta | 1 | -2/+0 |
2014-12-10 | properly zero-init a variable | monsta | 1 | -1/+1 |
2014-05-17 | propagate button-release event when ejecting, fixes #169 | alexandervdm | 1 | -3/+2 |
2014-03-21 | places-sidebar: allow dropping of files to bookmarks | raveit65 | 1 | -115/+14 |
2014-03-21 | sidebar: rearranged of caja sidebar to 1.4 style | raveit65 | 1 | -154/+156 |
2013-02-24 | Fix issues with XDG dirs in places sidebar | Stefano Karapetsas | 1 | -1/+12 |
2013-02-24 | More indentation fixes | Stefano Karapetsas | 1 | -19/+19 |
2013-02-24 | Indentation fixes | Stefano Karapetsas | 1 | -423/+424 |
2012-12-22 | [places-sidebar] plug leak in _dispose, add g_clear_object in glibcomat.h | Jasmine Hassan | 1 | -15/+5 |
2012-11-23 | [all] include src/glibcompat.h & use g_list_free_full() where needed | Jasmine Hassan | 1 | -2/+3 |
2012-11-16 | [places-sidebar] use gtk_widget_set_visible() instead of the eel helper | Jasmine Hassan | 1 | -9/+9 |