Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-21 | eel-gtk-extensions: show icons in right-click menus only if ↵ | lukefromdc | 1 | -2/+9 | |
"menus-have-icons" set | |||||
2018-06-05 | avoid deprecated 'gtk_widget_override_font' | Pablo Barciela | 1 | -1/+5 | |
2018-05-16 | Pathbar button: fix poor response to right-click | lukefromdc | 1 | -1/+1 | |
Fix https://github.com/mate-desktop/caja/issues/996 | |||||
2018-05-16 | editable-label: avoid deprecated 'gtk_im_multicontext_append_menuitems' | Pablo Barciela | 1 | -15/+1 | |
drop "Input Methods" | |||||
2018-05-14 | eel-editable-label.c: avoid deprecated 'gdk_keymap_get_default' | Pablo Barciela | 1 | -5/+5 | |
2018-05-13 | eel-editable-label: avoid deprecated gtk_style_context_set_background | Pablo Barciela | 1 | -15/+0 | |
2018-05-10 | eel-gtk-extensions: replace deprecated gtk_menu_popup function | raveit65 | 2 | -37/+2 | |
2018-05-07 | Replace deprecated gtk_menu_popup | raveit65 | 1 | -37/+2 | |
Replace deprecated gtk_menu_popup in eel-editable-label,caja-dnd, emblem-sidebar,caja-side-pane, fm-tree-view, caja-navigation-window-pane, and caja-zoom-control | |||||
2018-05-05 | avoid deprecated 'gtk_style_context_get_background_color' | Pablo Barciela | 3 | -8/+37 | |
2018-04-07 | caja-spatial-window.c: avoid deprecated GtkImageMenuItem | Pablo Barciela | 2 | -0/+27 | |
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-04 | HiDPI: Convert Pixbufs to Cairo Surfaces | Victor Kareh | 2 | -0/+17 | |
This allows icons in most places to scale up properly for HiDPI displays. | |||||
2018-04-04 | Scale screen dimensions | Victor Kareh | 3 | -11/+30 | |
2018-03-27 | rename 'mate_image_menu_item...' to 'eel_image_menu_item_new_from_icon' | Pablo Barciela | 3 | -31/+36 | |
2018-03-26 | eel-editable-label.c: avoid 'append_action_signal' with stock ids | Pablo Barciela | 1 | -3/+3 | |
2018-03-23 | avoid 'gtk_file_chooser_dialog_new' with stock ids | Pablo Barciela | 2 | -0/+62 | |
2018-03-12 | avoid gtk_dialog_add_buttons with stock ids | Pablo Barciela | 2 | -2/+4 | |
2018-03-03 | rename mate_dialog_add_button to eel_dialog_add_button | Pablo Barciela | 2 | -12/+16 | |
2018-03-01 | avoid eel_create_question_dialog with stock ids | Pablo Barciela | 1 | -1/+13 | |
2018-02-27 | avoid eel_run_simple_dialog with stock ids | Pablo Barciela | 1 | -1/+6 | |
2018-02-27 | eel-stock-dialogs: avoid gtk_dialog_add_button with stock ids | Pablo Barciela | 1 | -2/+24 | |
2018-02-21 | eel-editable-label.c: avoid gtk_image_menu_item_new_from_stock | Pablo Barciela | 1 | -7/+34 | |
and add icon to "Select All" | |||||
2018-02-13 | fix backgrounds and emblems dialog content rendering | lukefromdc | 1 | -0/+8 | |
Fix https://github.com/mate-desktop/caja/issues/506 Redraw the contents once and exactly once at intial run of eel_wrap_table_draw to get them to show up immediately. | |||||
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 2 | -4/+4 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 7 | -189/+3 | |
2018-01-19 | Include local files with "" instead of <> | Jan Niklas Hasse | 1 | -1/+1 | |
2018-01-09 | remove +x attr from source files | monsta | 1 | -0/+0 | |
fallout from last commit | |||||
2018-01-08 | ui: don't use overlay-scrollbars | raveit65 | 1 | -0/+3 | |
make it consistent with behaviour for caja-places-sidebar | |||||
2017-12-16 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 3 | -55/+13 | |
This commit reverts: https://github.com/mate-desktop/caja/commit/4c130e22b98bbc1a85747adac3b582e45d34514e https://github.com/mate-desktop/caja/commit/ac12e6d16f4a51b3327d013781e72cfec17f3624 https://github.com/mate-desktop/caja/commit/17b3c0ca924ffcd4bd06fded98227eba626d4f0b https://github.com/mate-desktop/caja/commit/42c8d2c3373c25d6e321be6950997c0d7ce44279 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height gdk_screen_width gdk_screen_height | |||||
2017-09-01 | Fix: high cpu while loading background image | ZenWalker | 1 | -0/+8 | |
Fixes #606 | |||||
2017-08-28 | make sure scaling the desktop wallpaper works in all monitors | ZenWalker | 1 | -4/+20 | |
Fixes #836 | |||||
2017-08-25 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+5 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window | |||||
2017-08-21 | Fix: Scaling the desktop wallpaper doesn't work | ZenWalker | 1 | -6/+10 | |
Fixes https://github.com/mate-desktop/caja/pull/824#issuecomment-323568583 | |||||
2017-08-12 | avoid deprecated gdk_screen_width/height | ZenWalker | 2 | -7/+25 | |
2017-08-12 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 2 | -4/+9 | |
2017-04-17 | eel-accessibility: remove unused code and outdated comments | monsta | 2 | -112/+0 | |
2017-04-17 | show correct right-click menu after making selection | monsta | 1 | -0/+1 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=fabea8532911c2e38d91aa6230136cff5e52f095 upstream bug with detailed description: https://bugzilla.gnome.org/704289 | |||||
2017-04-13 | eel: Queue resizes on the canvas as elements change visibility | raveit65 | 1 | -1/+18 | |
Not queueing resizes may play oddly with the size request caches in GTK+, resulting in gtk_widget_get_preferred_width/height returning 0 even after the canvas was populated. https://bugzilla.gnome.org/show_bug.cgi?id=667831 Taken from: https://git.gnome.org/browse/nautilus/commit/?id=8c77821 | |||||
2017-04-10 | eel: remove unneeded #include with condition | monsta | 1 | -4/+0 | |
2017-04-10 | eel: remove some unused code from eel-gdk-pixbuf-extensions | monsta | 3 | -1133/+0 | |
also remove self-test, it only tested the removed functions | |||||
2017-03-13 | eel: Avoid deprecated gdk_window_set_background functions | Alexei Sorokin | 2 | -46/+117 | |
Fixes partially #506, fixes compiz-reloaded/compiz#40. | |||||
2017-02-02 | eel: GdkRGBA related fixes | Alexei Sorokin | 2 | -13/+15 | |
2017-01-31 | eel: remove some code that seems to do nothing | monsta | 1 | -46/+0 | |
ported from: https://git.gnome.org/browse/nautilus/commit/?id=3c749cf9da882043cc5a5cb938f8831831dec768 | |||||
2017-01-23 | eel: remove unused function | monsta | 2 | -28/+0 | |
2017-01-07 | a11y: fix accessibility implementation for CajaIconCanvasItemAccessible | Colomban Wendling | 2 | -15/+15 | |
Fix CajaIconCanvasItemAccessible inheritance to properly inherit from EelCanvasItemAccessible. This fixes the ATK state machinery in CajaIconCanvasItemAccessible, and adds AtkComponent support which provides several useful features. Part of https://github.com/mate-desktop/caja/issues/245 Based off https://git.gnome.org/browse/nautilus/commit/?id=6c5baeb7626eda6629fc6642c9eb513ef8bc5c8e See https://bugzilla.gnome.org/show_bug.cgi?id=677509 | |||||
2017-01-06 | remove some unused code that's also gone upstream | monsta | 1 | -9/+1 | |
2016-12-31 | Single click navigation: keep hand cursor when opening folder... | lukefromdc | 1 | -1/+3 | |
and it comes to rest on a new folder displayed in the same icon position. Note that this is only in single click navigation, as double clicking always reverts the cursor to the arrow Same as GNOME/nautilus commit https://git.gnome.org/browse/nautilus/commit/?id=d486af277f491ff5cfcfa254ebce618cd41a3edb | |||||
2016-12-29 | fix indent and spacing a bit | monsta | 2 | -13/+13 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵ | lukefromdc | 24 | -1871/+48 | |
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-16 | Gtk+-2: add eel_gtk_adjustment* functions again | raveit65 | 2 | -1/+40 | |
This reverts https://github.com/mate-desktop/caja/commit/f02d495 for gtk2 fixes https://github.com/mate-desktop/caja/issues/659 | |||||
2016-10-16 | support back and forward mouse buttons to navigate | Martin Matuska | 1 | -0/+6 | |
Fixes https://github.com/mate-desktop/caja/issues/78 Co-Authored-By: Oliver Joos <[email protected]> Co-Authored-By: Nelson Benitez Leon <[email protected]> |