Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-13 | GTK3 editable-label: use gtk_style_context_get() to query standard props | Wolfgang Ulbrich | 1 | -4/+7 | |
Also, fix a leak. taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=ef8544b | |||||
2016-01-13 | GTK3 editable-label: copy-paste code from GTK+ to sync drawing with GtkLabel | Wolfgang Ulbrich | 1 | -3/+220 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=ca9f8d8 https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=e3feaf8 https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=caa55b7 | |||||
2016-01-13 | Gtk3 eel-gtk-extensions: do not use gtk_widget_modify_font | Wolfgang Ulbrich | 1 | -1/+5 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=b5302eb | |||||
2016-01-13 | GTK3 eel-gdk-extensions: port to GtkStyleContext | Wolfgang Ulbrich | 2 | -17/+42 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=1d3dd96 | |||||
2016-01-13 | GTK3 eel-gdk-pixbuf: use GdkRGBA everywhere | Wolfgang Ulbrich | 4 | -0/+42 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=020adaf | |||||
2016-01-13 | GTK3 editable-label: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -24/+152 | |
There are still some rendering artifacts, but we will fix them later. (maybe) taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=d6e07c7 | |||||
2016-01-13 | Gtk3 eel-canvas: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -1/+5 | |
2016-01-13 | GTK3 eel-canvas-rect: use RGBA colors only | Wolfgang Ulbrich | 2 | -0/+88 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=f0691e7 | |||||
2016-01-13 | GTK3 eel-gdk-extensions: add eel_make_color_inactive() to public API | Wolfgang Ulbrich | 2 | -0/+35 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=42e7268 | |||||
2015-12-24 | eel: remove unused function | Monsta | 2 | -43/+0 | |
2015-12-21 | Typo fix in code and g_param_spec: homogenous -> homogeneous. | Mike Gabriel | 2 | -4/+4 | |
2015-10-19 | GTK3: do not use deprecated gtk_misc_set_alignment | raveit65 | 2 | -0/+14 | |
2015-10-19 | GTK3: Replace gtk_{v,h}box new with gtk_box_new | raveit65 | 1 | -0/+4 | |
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0 | |||||
2015-07-09 | Use accessor functions instead of direct access | infirit | 1 | -5/+0 | |
2015-06-19 | [GTK+3] eel: fix bad positioning of rename window in certain cases | Monsta | 1 | -4/+15 | |
adapted from https://github.com/linuxmint/nemo/commit/d5377cfd53034b6ab5588376322126f48782ec59 (thanks to @mtwebster and nautilus developer who did the original commit) fixes https://github.com/mate-desktop/caja/issues/376 | |||||
2015-06-18 | editable-label GTk3: only clear the selection if we change to insensitive | raveit65 | 1 | -1/+3 | |
this fixes non selected text if renaming a file taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=d2c3410 | |||||
2015-01-13 | drop support for GLib < 2.36 | Monsta | 2 | -6/+0 | |
Closes https://github.com/mate-desktop/caja/pull/372 | |||||
2015-01-12 | use mate_gdk_spawn_command_line_on_screen like other MATE apps do | Monsta | 1 | -18/+2 | |
Closes https://github.com/mate-desktop/caja/pull/370 | |||||
2014-12-10 | zero-init all signals arrays | Monsta | 2 | -3/+3 | |
2014-12-10 | NULL-init a pointer for g_assert to work correctly | monsta | 1 | -1/+1 | |
2014-12-10 | eel: fix logic a bit | Monsta | 1 | -4/+6 | |
2014-03-22 | fix missing guchar argument in eel-gdk-pixbuf-extensions.c | raveit65 | 1 | -2/+2 | |
2014-03-22 | fix g_atomic_int_exchange_and_add deprecations | raveit65 | 1 | -0/+4 | |
2014-03-22 | fix a wrong guint argument | raveit65 | 1 | -1/+1 | |
2014-01-14 | Use memmove with latest glib (>= 2.39) | Stefano Karapetsas | 1 | -0/+5 | |
g_memmove is removed in https://git.gnome.org/browse/glib/commit/?id=6e4a7fca431f53fdfd89afbe956212229cf52200 | |||||
2013-11-30 | Fix assertion failture on max_child_size | Balló György | 1 | -0/+3 | |
This fixes the crasher when opening properties. | |||||
2013-10-06 | Properly free GHashTable in properties window | Stefano Karapetsas | 2 | -0/+34 | |
Closes #178 https://github.com/mate-desktop/mate-file-manager/issues/178 I had to recover two functions previously removed in eel-glib-extensions. | |||||
2013-07-25 | eel: Add GDK3 support | Stefano Karapetsas | 1 | -0/+17 | |
2013-07-24 | eel: Add GTK3 support | Stefano Karapetsas | 8 | -7/+185 | |
2013-07-24 | eel: Disable unused function in GTK3 | Stefano Karapetsas | 2 | -0/+5 | |
2013-07-24 | Update for mate-desktop changes | Stefano Karapetsas | 3 | -3/+3 | |
2013-07-23 | eel: depth argument is removed from gdk_window_get_geometry in GTK3 | Stefano Karapetsas | 1 | -0/+4 | |
2013-07-23 | Fix typo | Stefano Karapetsas | 1 | -1/+1 | |
2013-07-18 | INCLUDES to AM_CPPFLAGS | Wolfgang Ulbrich | 1 | -1/+1 | |
2013-06-29 | Fixes for make dist | Stefano Karapetsas | 1 | -0/+1 | |
2013-04-05 | Fix vpath build | Yaakov Selkowitz | 1 | -0/+1 | |
2013-02-24 | Dont corrupt the default background color | Stefano Karapetsas | 1 | -30/+31 | |
2012-12-22 | [general] Don't use deprecated gdk_drawable_get_size at all | Jasmine Hassan | 1 | -13/+0 | |
Since we now require GTK 2.24, we can directly use gdk_window_get_width(), gdk_window_get_height() | |||||
2012-12-22 | [all] silence warnings from GCC 4.6 | Jasmine Hassan | 2 | -25/+0 | |
GCC 4.6 introduced a new warning about variables declared and initialized, but not really used in the function body. Remove all of these occurrences to build cleanly. http://git.gnome.org/browse/nautilus/commit/?id=d4230de8667764e02dbb966b5d806ff78ced2fd5 | |||||
2012-12-22 | [eel] Use future-safe GDK_WINDOW_XDISPLAY macro to query X display | Jasmine Hassan | 1 | -1/+1 | |
http://git.gnome.org/browse/nautilus/commit/?id=8cb07ccf2ddcf0cb8557c763f8905558d67736de | |||||
2012-12-22 | [eel] remove commented out canvas code | Jasmine Hassan | 1 | -5/+0 | |
2012-12-03 | [eel-background] remove debug messages prev added to screen_size_changed | Jasmine Hassan | 1 | -17/+0 | |
The issue that was being debugged (crashes on VM window resize) is now fixed. | |||||
2012-12-03 | [eel-background] Make the desktop background fading effect optional | Jasmine Hassan | 1 | -0/+8 | |
By checking new mate-bg (global) "background-fade" setting key before initiating a fade. This is hopefully useful for those running on older hardware, as the fading effect could delay login/startup a bit. For reference, see: https://bugzilla.gnome.org/show_bug.cgi?id=623174 | |||||
2012-12-03 | [eel-background] refactor to untangle directory & desktop bg-setting code | Jasmine Hassan | 3 | -805/+721 | |
2012-12-03 | [eel-background] make sure screen size actually changed before emmitting signal | Jasmine Hassan | 1 | -1/+26 | |
that is, APPEARANCE_CHANGED signal. Also, add a verbose message to know when the signal is about to be emitted, hopefully to aid id debugging a 'BadPixmap (invalid Pixmap parameter)' error & crash when resizing VM window in VirtualBox (4.2.4-81684 as of date). | |||||
2012-11-23 | [all] include src/glibcompat.h & use g_list_free_full() where needed | Jasmine Hassan | 1 | -10/+7 | |
Also fixes a double-free regression in lc-p/caja-query from 7a42b9b0 | |||||
2012-11-22 | [eel-background] missed g_strdup in previous commit 3ba2c5e4 | Jasmine Hassan | 1 | -1/+1 | |
2012-11-21 | [eel-background] use GtkStyle's bg color when no custom one is set | Jasmine Hassan | 1 | -5/+17 | |
this fixes #49 "Gradients-support of color-drops broken since 1.2" | |||||
2012-11-21 | [background-box] use expose-event for GTK2, draw for GTK3 | Jasmine Hassan | 1 | -12/+22 | |
2012-11-20 | [eel-background] fix minor _expose regression from b5f9a6c8 | Jasmine Hassan | 1 | -1/+1 | |