Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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]> | |||||
2016-10-11 | EelLabeledImageButton classes do not need a custom accessible object under GKT 3 | Luke Yelavich | 1 | -29/+3 | |
2016-10-11 | Fix accessible object inherritance when used with GTK 3 | Luke Yelavich | 6 | -5/+238 | |
Also disable eel accessibility code that is not needed. Fixes https://github.com/mate-desktop/caja/issues/590 | |||||
2016-10-10 | Fix hashtable warnings on close | lukefromdc | 1 | -2/+1 | |
As in Nautilus, use g_hash_table_new rather than eel_g_hash_table_new_free_at_exit | |||||
2016-08-22 | drop a large amount of completely unused code | monsta | 21 | -1533/+0 | |
2016-07-15 | GTK+-3 eel: fix color definition pointed out by running distcheck with gtk3 | raveit65 | 1 | -3/+4 | |
2016-07-13 | drop unneeded includes | monsta | 1 | -2/+0 | |
2016-07-12 | eel: fix minor build warning | monsta | 1 | -1/+1 | |
2016-07-08 | editable-label: reduce ifdefine hell | raveit65 | 1 | -17/+19 | |
2016-07-08 | GTK+-3 eel-editable-label: drop usage of GtkMisc | raveit65 | 2 | -0/+49 | |
and use halign and valign with help from Vlad Orlov | |||||
2016-07-06 | eel-gtk-extensions: remove eel_gtk_adjustment* functions | raveit65 | 2 | -36/+0 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=2b99456 | |||||
2016-07-04 | Gtk+-3.20 eel-canvas: use GdkSeat operations | raveit65 | 2 | -6/+125 | |
Some GdkDisplay operations have been deprecated in GDK 3.20. This commit replaces the deprecated code in eel_canvas_item_grab() and eel_canvas_item_ungrab() functions with new GdkSeat operations. https://bugzilla.gnome.org/show_bug.cgi?id=762235 taken from: https://git.gnome.org/browse/nautilus/commit/?id=225f2cf | |||||
2016-07-02 | eel: make code better readable | raveit65 | 2 | -33/+61 | |
2016-07-02 | GTK+-3 eel-labeled-image: port to GtkStyleContext | raveit65 | 1 | -21/+38 | |
2016-07-02 | GTK+-3 eel: rename GdkRGBA functions | raveit65 | 3 | -27/+81 | |
2016-07-02 | GTK+-3 eel-backgrounds: port to GtkStyleContext and GdkRGBA | raveit65 | 1 | -3/+58 | |
with help from Alexei Sorokin | |||||
2016-07-02 | GTK+-3 eel-gdk-extensions: port GtkColor to GdkRGBA | raveit65 | 2 | -0/+86 | |
with help from Alexei Sorokin | |||||
2016-07-02 | GTK+-3 eel-background: prepare code for GtkStyleContext port | raveit65 | 1 | -13/+28 | |
2016-07-02 | GTK+3 eel-labeled-image: simplify code for port to GtkStyleContext | raveit65 | 1 | -23/+59 | |
2016-06-26 | GTK+-3 eel-editable-label: do not use deprecated gtk_misc_get_padding | raveit65 | 1 | -2/+23 | |
2016-03-17 | eel: never try to block background change signal | monsta | 1 | -8/+0 | |
that's what was causing random font color changes. the code in eel-background.c is a complete asynchronous mess, with queued callbacks sometimes being called in such order that it caused blocking the background change signal in the situations where it should never be blocked. | |||||
2016-03-01 | remove ancient ChangeLog files from eel and po | monsta | 1 | -9642/+0 | |
upstream did the same years ago: https://git.gnome.org/browse/nautilus/commit/?id=6cb7a112683a7dd1d22b471391619d901bfec039 | |||||
2016-03-01 | eel: drop unused eel-debug-drawing code | monsta | 5 | -668/+0 | |
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-01-25 | GTK3: fix deprecated GtkMisc | Wolfgang Ulbrich | 2 | -8/+18 | |
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 eel-wrap-table: don't use deprecated gtk_viewport_get_{h/v}adjustment | Wolfgang Ulbrich | 1 | -0/+5 | |
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 |