summaryrefslogtreecommitdiff
path: root/src/caja-spatial-window.c
AgeCommit message (Collapse)AuthorFilesLines
2020-02-09Set a real title on the desktop window (as provided to ATK)Jonathan Michalon1-0/+4
Even if we think that the desktop window title is never seen, it is used by the window selector in "all windows" mode and speech synthesis.
2019-07-23spatial-window: replace geprecated gtk_menu_popupraveit651-27/+6
2019-07-10Replace gdkpixbuf with cairo_surfaces in a few more placesVictor Kareh1-28/+27
2019-06-29caja-spartial-window: suppress GtkAction warningsraveit651-0/+4
2019-06-17src: reduce the scope of some variablesPablo Barciela1-2/+3
2019-04-30caja-spatial-window: Unused variable irbuj1-1/+0
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela1-15/+15
2019-04-10local #include files inside "" instead <>Pablo Barciela1-20/+23
2019-03-07avoid variables set but not usedPablo Barciela1-14/+0
2019-01-31Avoid deprecated g_type_class_add_private under srcWu Xiaotian1-8/+3
Changed CajaSidePane, CajaSpatialWindow, CajaViewAsAction and CajaXContentBar
2018-05-03caja-spatial-window.c: avoid deprecated 'gtk_vbox_new'Pablo Barciela1-4/+2
2018-04-08set icon names instead stock ids in some placesPablo Barciela1-1/+1
2018-04-07caja-spatial-window.c: avoid deprecated GtkImageMenuItemPablo Barciela1-54/+46
avoid deprecated: gtk_image_menu_item_set_always_show_image gtk_image_menu_item_new_with_label gtk_image_menu_item_set_image
2018-04-04Support HiDpi iconsCosimo Cecchi1-1/+5
Port the rendering of icons to cairo surfaces, so that we can apply the GDK scale factor when rendering icons. origin commit: https://gitlab.gnome.org/GNOME/nautilus/commit/0d4555d7
2018-02-09avoid deprecated GtkStockPablo Barciela1-11/+11
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵lukefromdc1-46/+4
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-10-14GTK2: Use emanuele-f 's patch for build failure, fix build w/o libuniquelukefromdc1-1/+1
Apply https://github.com/mate-desktop/caja/pull/658/commits/4b36a91af42d8efe0f594a95d28ab8448fd73b31 then fix the selectors in source files to use the boolean selectors for libunique
2016-10-08GTK3: port libunique ->GtkApplication as build time optionlukefromdc1-0/+2
Add --disable-libunique configuration option for GTK3 builds. This builds a port from libunique to GtkApplication. keep GTK2 builds unchanged Caja can now be build with GTK2 and libunique, GTK3 and libunique, or GTK3 without libunique using GtkApplication instead GtkApplication port Based on cherrypicked nautilus commits from https://github.com/GNOME/nautilus/commit/a8481ee4bd8d34e792d63598fa5efb47736f9de4 main: adapt to GtkApplication changes through https://github.com/GNOME/nautilus/commit/c3382e0415d51082545f277c380d37be160e8d2d application: move nautilus_application_new() to its own function GTK3/GtkApplication builds: add --force-desktop option This is useful for other DE's All: StartupNotify=false in .desktop files, as caja never connects to notification daemons and in GtkApplication builds this causes busy spinning curors
2016-08-12GTK+-3 window: port GtkTable to GtkGridraveit651-0/+18
2016-07-12remove some unused includesmonsta1-1/+0
2016-07-11Revert "GTK+-3 spatial-window: avoid deprecated gtk_vbox_new"raveit651-1/+0
This reverts commit d866d7a3a5b778cbd413eaa67ad69c80e9277c6b. This commit breaks desktop drawing, revert fixes https://github.com/mate-desktop/caja/issues/591
2016-07-11GTK+-3 spatial-window: avoid deprecated gtk_vbox_newraveit651-0/+1
2016-01-22GTK3 side-pane + spartial-window: don't use deprecated gtk_arrow_new ()Wolfgang Ulbrich1-0/+4
2016-01-13GTK3 spatial-window: port to GtkStyleContextWolfgang Ulbrich1-0/+4
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=507b56e3a527e28117b259dbf0dce48f1656dd7d
2015-10-19GTK3: Replace gtk_{v,h}box new with gtk_box_newraveit651-0/+4
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0
2015-01-13drop support for GLib < 2.36Monsta1-2/+0
Closes https://github.com/mate-desktop/caja/pull/372
2012-11-23[all] include src/glibcompat.h & use g_list_free_full() where neededJasmine Hassan1-2/+3
Also fixes a double-free regression in lc-p/caja-query from 7a42b9b0
2012-11-16[all] use g_list_free() and g_strcmp0 instead of eel functionsJasmine Hassan1-2/+2
Was: general: use g_list_free_full() instead of eel functions http://git.gnome.org/browse/nautilus/commit/?id=5e669515fd7f760382e6b7aa1449734a35a2d7f4 . Instead of g_list_free_full(), we use g_list_foreach and g_list_free() to avoid unnecessary glib dependency bump to 2.28
2012-11-16[horizontal-splitter] remove, and use a regular GtkPaned insteadJasmine Hassan1-1/+0
The feature it was bringing in (shrink when the paned handle is double-clicked) is even confusing. http://git.gnome.org/browse/nautilus/commit/?id=1620bd8a4e4ab1760c5c518dd954a4471645ce87
2012-11-16[src] use gtk_widget_get_preferred_size()Jasmine Hassan1-2/+6
http://git.gnome.org/browse/nautilus/commit/?id=c47d18f566fa9518ca7750922da7da66d3211f3e
2012-11-16[spatial-window] remove affect_location_on_next_change hackJasmine Hassan1-2/+0
http://git.gnome.org/browse/nautilus/commit/?id=1936e668c73b932f8cb018e278f8b7f46442fda2
2012-11-16[src] convert to new GDK_KEY prefixJasmine Hassan1-2/+2
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-11-16[spatial-window] cleanupsJasmine Hassan1-176/+114
- Don't do anything other than checking/scheduling a source in the configure-event callback - Avoid useless roundtrips through GFile - Avoid some casts, so we don't do useless type-checking in a row on the same object http://git.gnome.org/browse/nautilus/commit/?id=93798c75a1ae3cbd3a85a4ce79b5521b562a7074
2012-09-06remove old undo codeStefano Karapetsas1-1/+0
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch1-1/+1
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1209