Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-18 | GTK+3: add style class caja-property-browser | Wolfgang Ulbrich | 1 | -0/+7 | |
2016-02-16 | [GTK+3] handle smooth scroll events for zooming (with Ctrl held) | monsta | 1 | -0/+28 | |
fixes https://github.com/mate-desktop/caja/issues/516 adapted from: https://git.gnome.org/browse/nautilus/commit/?id=1a76e044a2c9b834d00c4ea30f1e3af3321d8cdd https://git.gnome.org/browse/nautilus/commit/?id=878e2a4f7ada26bb7c106e5bbdbd8434acf86c77 https://git.gnome.org/browse/nautilus/commit/?id=f7b54cdba55a0856b201e62818059ac5007fac35 https://git.gnome.org/browse/nautilus/commit/?id=3d275a971132a41809a3b1e5b8ac683d264d6c35 | |||||
2016-02-09 | .view style class on icon view scrolled window | lukefromdc | 1 | -1/+6 | |
GTK 3.19/3.20 builds only: Applying the .view class to the icon container no longer works in gtk3.19, so apply it to the scrolled window instead. Apply it in both icon view and compact view, as both need it. Doing it from this file prevents it from being applied to the scrolled window under a treeview, thus preventing the exposed corner above the scrollbar in a treeview from showing the view background color. Tested this build in gtk3.19.8 with good results. Tested in my own theme (UbuntuStudio_Legacy),Adwaita, BlackMATE, Green-Submarine, and BlueMenta, all still work right. Adwaita now shows the proper white view color, and my own theme gives a white icon view without also showing white squares over the treeview scrollbars. That was an unwanted side effect of applying the view color in the gtk theme to all the scrolled windows containing list, icon, or compact views as there is no way to tell them apart from the theme only. This approach keeps the scrolled window under the treeview transparent but themes them under icon or compact views. Using .view rather than a custom class enables themes not written for MATE to set the Caja background to match expected view colors, just as it did on the icon container in gtk3.18 and earlier. Leave it on the icon container too, as it may be needed in some themes to theme elements within the icon view. Also, I found no ill effects from the added style class on gtk3.18. In that case, the .view style class on the icon container should cover over anything in the scrolled window. Since the style class is not applied to the scrolled window used by a list view, no ill effect there in gtk 3.19 or gtk3.18. Applying to gtk3.19 only builds for now just in case | |||||
2016-02-08 | window-slot: fix wrong reference handling on dispose | monsta | 1 | -9/+1 | |
adapted from: https://git.gnome.org/browse/nautilus/commit/?id=97a2553ada8c8015fe22e6ec87e48123b29fa4d4 https://git.gnome.org/browse/nautilus/commit/?id=fd2685f838e613387179968d8e0b1326fe503a16 | |||||
2016-02-08 | use g_hash_table_remove_all and get rid of some callbacks | monsta | 3 | -16/+4 | |
taken from https://git.gnome.org/browse/nautilus/commit/?id=564264cc6cc6fa44390791248019547a7133d70d and applied in some other places as well | |||||
2016-02-08 | eel: fix some forgotten memory leaks | monsta | 3 | -0/+12 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=8f15b28dd7afdd1a5c5b9c0d54c05d978a10461a https://git.gnome.org/browse/nautilus/commit/?id=60217c642cb4b12297b2d8ddd2a2eae45671a5a7 https://git.gnome.org/browse/nautilus/commit/?id=5f5bea72af6e23986b7367a2a2157fb15481f367 | |||||
2016-02-07 | fix crash when restoring file with special characters from trash | monsta | 1 | -6/+2 | |
for example, a file named simply "%s" taken from: https://git.gnome.org/browse/nautilus/commit/?id=d69885bd67edc1fae76c790f6162807817d63b2f | |||||
2016-02-06 | properties-window: use 'bold and right-aligned are always FALSE' for gtk2 too | Wolfgang Ulbrich | 1 | -18/+4 | |
This is needed to fix gtk3 build failure for gtk+-3.14, causes by different GTK_CHECK versions for deprecated GtkLabel for 3.16. | |||||
2016-02-05 | fix random crash on startup when python-caja extension is enabled | monsta | 1 | -3/+3 | |
I hate Schroedinger's bugs... | |||||
2016-02-02 | GTK3: add 'caja-notebook' style class + fix deprecated theme warnings with ↵ | Wolfgang Ulbrich | 1 | -21/+3 | |
gtk+-3.20 | |||||
2016-02-02 | GTK3 BlueMenta: add caja-pathbar style class | Wolfgang Ulbrich | 1 | -0/+6 | |
Needed for gtk+-3.20 | |||||
2016-02-02 | GTK3: add caja-search-bar style class | Wolfgang Ulbrich | 1 | -0/+6 | |
Needed fot gtk+-3.20 | |||||
2016-02-02 | GTK3: add caja-location-entry style class | Wolfgang Ulbrich | 1 | -0/+8 | |
Neeed for gtk+-3.20 | |||||
2016-02-01 | GTK3 sid-pane: add 'caja-side-pane' style class | Wolfgang Ulbrich | 1 | -0/+7 | |
All widgets for the sidebar can be selected with this style class on top. Needed for gtk+-3.20. | |||||
2016-02-01 | Gtk3 navigation-window: add 'caja-navigation-window' style class at top level | Wolfgang Ulbrich | 1 | -0/+7 | |
This style selector can be use by themes to select the caja navigation window. Needed for gtk+-3.20 | |||||
2016-02-01 | fix a build warning and a sudden build error that followed O_o | monsta | 1 | -1/+1 | |
2016-02-01 | fix several build warnings | monsta | 6 | -2/+6 | |
2016-01-31 | GTK3 desktop: add a caja-desktop style class to the desktop canvas | Wolfgang Ulbrich | 1 | -0/+9 | |
So that themes can tweak the color/background of desktop canvas items separately. taken from: https://git.gnome.org/browse/nautilus/commit/?id=8b676a6 | |||||
2016-01-26 | oops... add some includes back (got implicit declaration warnings) | monsta | 1 | -0/+2 | |
2016-01-26 | remove some unused/unneeded stuff | monsta | 4 | -14/+0 | |
2016-01-26 | fix a few build warnings | monsta | 3 | -6/+6 | |
2016-01-26 | use g_strcmp0 instead of strcmp | monsta | 2 | -12/+11 | |
2016-01-25 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -0/+5 | |
2016-01-25 | GTK3: fix deprecated GtkMisc | Wolfgang Ulbrich | 17 | -62/+127 | |
2016-01-25 | GTK3 general: don't use deprecated gdk_app_launch_context_new() | Wolfgang Ulbrich | 2 | -2/+32 | |
partially taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-2&id=bd151c8 | |||||
2016-01-23 | GTK3 property-browser: expand the GtkScrolledWindow vertical | Wolfgang Ulbrich | 1 | -0/+3 | |
2016-01-23 | GTK3 property-browser: don't use GtkHBox for both toolkits + | Wolfgang Ulbrich | 1 | -15/+4 | |
don't use deprecated gtk_hbox_new for gtk3 | |||||
2016-01-23 | information-panel: use GtkWidget* instead of Gtk(V)Box | monsta | 1 | -4/+8 | |
and don't use deprecated function in GTK+3 build | |||||
2016-01-23 | fm-properties-window: use more code in both GTK+ builds | monsta | 1 | -21/+24 | |
2016-01-23 | information-panel: one more GtkWidget* usage | monsta | 3 | -20/+7 | |
also use GtkBox type in both GTK+ builds | |||||
2016-01-23 | information-panel: use GtkWidget* instead of Gtk(H)Box | monsta | 1 | -5/+10 | |
and don't use deprecated function in GTK+3 build | |||||
2016-01-22 | navigation-pane: replace deprecated gtk_image_new_from_stock GTK_STOCK_EDIT | Wolfgang Ulbrich | 1 | -1/+1 | |
Note: this icon is shiped by gtk+ itself | |||||
2016-01-22 | GTK3: fix deprecated GtkStock in libcaja-private | Wolfgang Ulbrich | 4 | -6/+6 | |
2016-01-22 | Gtk3: fix all possible deprecated GtkStock in src | Wolfgang Ulbrich | 7 | -18/+18 | |
2016-01-22 | GTK3 side-pane + spartial-window: don't use deprecated gtk_arrow_new () | Wolfgang Ulbrich | 2 | -0/+8 | |
2016-01-21 | GTK3 query-editor: fix deprecated GTK_TYPE_VBOX usage | Wolfgang Ulbrich | 2 | -0/+18 | |
2016-01-21 | GTK3 file-conflict-dialog: fix size of dialog window if replacing folders | Wolfgang Ulbrich | 1 | -0/+1 | |
2016-01-21 | editable-labels: don't use deprecated gdk_cursor_new () | Wolfgang Ulbrich | 1 | -1/+3 | |
2016-01-21 | GTK3 editable-label: don't use deprecated gtk_draw_insertion_cursor() | Wolfgang Ulbrich | 1 | -46/+81 | |
+ reduce if define hell a bit taken from: https://git.gnome.org/browse/nautilus/commit/?id=377349b | |||||
2016-01-19 | GTK3 mime-application-chooser: don't use deprecated gtk_hbutton_box_new | Wolfgang Ulbrich | 1 | -0/+4 | |
2016-01-19 | GTK3 fm-list-view: don't use deprecated gtk_tree_view_set_rules_hint | Wolfgang Ulbrich | 1 | -0/+2 | |
2016-01-19 | GTK3: don'use deprecated gtk_hseparator_new | Wolfgang Ulbrich | 2 | -3/+11 | |
2016-01-19 | GTK3 eel-wrap-table: don't use deprecated gtk_viewport_get_{h/v}adjustment | Wolfgang Ulbrich | 1 | -0/+5 | |
2016-01-19 | GTK: some missing GTK_TYPE_{H/V}BOX adjustments | Wolfgang Ulbrich | 8 | -1/+64 | |
this completes https://github.com/mate-desktop/caja/commit/cf39567 | |||||
2016-01-18 | fix fg-color of dark themes | Wolfgang Ulbrich | 1 | -3/+2 | |
fixes https://github.com/mate-desktop/caja/issues/81 | |||||
2016-01-18 | GTK3: fix deprecated GTK_TYPE_{H/V}BOX usage | Wolfgang Ulbrich | 7 | -2/+53 | |
2016-01-18 | GTK3 icon-info: don't use deprecated gtk_icon_info_free | Wolfgang Ulbrich | 1 | -4/+16 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=67028ca | |||||
2016-01-18 | GTK3 desktop-icon-view: don't use deprecated GDK grab API | Wolfgang Ulbrich | 1 | -0/+40 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-2&id=70df8fa | |||||
2016-01-18 | GTK3 canvas: don't use deprecated GDK grab API | Wolfgang Ulbrich | 2 | -1/+62 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-2&id=2ff006d | |||||
2016-01-17 | GTK3: more deprecated GtkVBox/GtkHBox fixes | Wolfgang Ulbrich | 7 | -3/+60 | |