summaryrefslogtreecommitdiff
path: root/src/caja-location-entry.c
AgeCommit message (Collapse)AuthorFilesLines
2018-04-08set icon names instead stock ids in some placesPablo Barciela1-4/+4
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵lukefromdc1-15/+0
option *Remove GTK_VERSION_CHECK (3, 0, 0) and libunique selectors *Remove GTK2 and libunique specific code. *Leaves selector for specific GTK3 versions. *Remove #DEFINES for vbox/hbox previously required for GTK2 compatability *Keep vbox in caja-spatial-window.c, it is necessary for the desktop to work *spatial-window vbox issue at https://github.com/mate-desktop/caja/issues/591
2016-02-02GTK3: add caja-location-entry style classWolfgang Ulbrich1-0/+8
Neeed for gtk+-3.20
2016-01-22Gtk3: fix all possible deprecated GtkStock in srcWolfgang Ulbrich1-4/+4
2012-11-16[src] don't use GtkObject (GTK3)Jasmine Hassan1-13/+16
the ::destroy signal of GtkObject has only been moved to GtkWidget in GTK3 (after GtkObject removal): http://developer.gnome.org/gtk3/3.0/ch25s02.html So we use conditionals in this case, to keep it working with GTK2. A tad similar: http://git.gnome.org/browse/nautilus/commit/?id=cc6cb51e827c0b15d4ef09f12d37b9f331ddcef8
2012-11-16[src] convert to new GDK_KEY prefixJasmine Hassan1-14/+14
http://git.gnome.org/browse/nautilus/commit/?id=71fa1a50145a6f06da3b805a29e75c1295fd546b Also, make sure we use GDK_KEY prefix in places-sidebar where this patch was previously applied to Caja but with old prefix: places-sidebar: allow keyboard navigation with Enter/Space (#637768) http://git.gnome.org/browse/nautilus/commit/?id=fd03c910a73ba18459e68baaf15e8dd295acd5c1
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch1-2/+2
2012-06-13remove extra brackethaxar1-1/+1
2012-06-13fix autocompletion for remote locationsStefano Karapetsas1-3/+7
patch from http://git.gnome.org/browse/nautilus/commit/src/nautilus-location-entry.c?id=82fb99a34a6c27f6881e0a049d9882756b615f42
2012-01-05location-entry: don't treat '~' as a relative pathStefano Karapetsas1-2/+2
Based on a patch by Reed Lipman <[email protected]> https://bugzilla.gnome.org/show_bug.cgi?id=628802 http://git.gnome.org/browse/nautilus/commit/?h=gnome-2-32&id=5e91bd11bea315b258839890a4ccf4d4b1c49a17
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+485