Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-19 | GTK3 eel-wrap-table: don't use deprecated gtk_viewport_get_{h/v}adjustment | Wolfgang Ulbrich | 1 | -0/+5 | |
2016-01-15 | GTK3: don't use deprecated gtk_widget_size_request | Wolfgang Ulbrich | 1 | -2/+6 | |
gtk_widget_size_request --> gtk_widget_get_preferred_size | |||||
2015-12-21 | Typo fix in code and g_param_spec: homogenous -> homogeneous. | Mike Gabriel | 1 | -3/+3 | |
2015-07-09 | Use accessor functions instead of direct access | infirit | 1 | -5/+0 | |
2014-12-10 | NULL-init a pointer for g_assert to work correctly | monsta | 1 | -1/+1 | |
2013-11-30 | Fix assertion failture on max_child_size | Balló György | 1 | -0/+3 | |
This fixes the crasher when opening properties. | |||||
2013-07-24 | eel: Add GTK3 support | Stefano Karapetsas | 1 | -1/+47 | |
2012-11-16 | [eel-(image|wrap)-table] Don't use GtkObject nor eel-gtk-macros | Jasmine Hassan | 1 | -104/+71 | |
the ::destroy signal of GtkObject has only been moved to GtkWidget in GTK3 (after GtkObject removal): http://developer.gnome.org/gtk3/3.0/ch25s02.html So, we use conditionals in eel-image-table's case, to keep working with GTK2 | |||||
2012-11-16 | [eel] simplify build system | Jasmine Hassan | 1 | -8/+4 | |
Note: remove eel-types.h include in eel-wrap-table.c (which was removed upstream prior, along with eel-image-table.[ch], after removal of emblems/background-setting stuff, which we're not doing, yet). So change EEL_TYPE_JUSTIFICATION to GTK_TYPE_JUSTIFICATION, and EEL_JUSTIFICATION_BEGINNING to GTK_JUSTIFY_LEFT. Upstream commit/message: We don't need the enumtypes anymore, and the marshallers can easily be autogenerated. http://git.gnome.org/browse/nautilus/commit/?id=75a03a440ebff23ccbf8674ca4a0e9f6475ebbb8 | |||||
2012-11-13 | [eel] add wrap_table_child_visible_in, replace eel_gtk_viewport_*_rect | Jasmine Hassan | 1 | -18/+48 | |
Not upstream, as wrap-table have been removed, and the said functions are marked for removal from eel-gtk-extensions | |||||
2012-08-12 | Fixed incorrect fsf addresses. Closes #28. | Steve Zesch | 1 | -2/+2 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+1108 | |