Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2016-01-15 | GTK3 all: don't use deprecated GDK pointer methods | Wolfgang Ulbrich | 2 | -0/+19 | |
Use the new GdkDevice methods instead. taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=a816e00 https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=cdf858f | |||||
2016-01-15 | GTK3 general: don't use gdk_cursor_unref() | Wolfgang Ulbrich | 1 | -2/+4 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=74a8f78 | |||||
2016-01-15 | GTK3 eel-editable-label: don't use deprecated gtk_widget_get_requisition () | Wolfgang Ulbrich | 1 | -0/+4 | |
gtk_widget_get_requisition () --> gtk_widget_get_preferred_size () | |||||
2016-01-15 | GTK3: don't use deprecated gdk_threads_{enter/leave} () | Wolfgang Ulbrich | 1 | -0/+4 | |
Since we don't ever call gdk_threads_init() | |||||
2016-01-15 | GTK3: don't use deprecated gtk_widget_size_request | Wolfgang Ulbrich | 4 | -10/+22 | |
gtk_widget_size_request --> gtk_widget_get_preferred_size | |||||
2016-01-13 | GTK3 editable-Label: render background | Wolfgang Ulbrich | 1 | -4/+9 | |
Without this the rename widget background is always transparent, which makes it very hard to read on e.g. the desktop with a background image. taken from: https://git.gnome.org/browse/nautilus/commit/?id=c3b2b0a | |||||
2016-01-13 | GTK3 editable-label: fix selection color in backdrop state | Wolfgang Ulbrich | 1 | -3/+2 | |
Don't set the ACTIVE flag if we don't have focus, it just doesn't make sense. taken from: https://git.gnome.org/browse/nautilus/commit/?id=845d3fc | |||||
2016-01-13 | GTK3 editable-label: use GTK_STYLE_CLASS_ENTRY | Wolfgang Ulbrich | 1 | -0/+4 | |
Because that's what it is actually... taken from: https://git.gnome.org/browse/nautilus/commit/?id=e54ace0 | |||||
2016-01-13 | GTK3 editable-label: use gtk_render_frame() instead of hardcoding a stroke | Wolfgang Ulbrich | 1 | -10/+8 | |
This allows the stroke to use rounded corners and border images, among other things. taken from: https://git.gnome.org/browse/nautilus/commit/?id=b143b95 | |||||
2016-01-13 | GTK3 editable-label: don't hardcode black for the insertion cursor | Wolfgang Ulbrich | 1 | -4/+10 | |
Use the theme foreground/text color instead. taken from: https://git.gnome.org/browse/nautilus/commit/?id=f9383ac | |||||
2016-01-13 | GTK3 editable-label: make sure to size_request the padding set on the label | Wolfgang Ulbrich | 1 | -0/+9 | |
And not the alignment, which is an offset inside the allocated size. taken from: https://git.gnome.org/browse/nautilus/commit/?id=8b87a3e | |||||
2016-01-13 | GTK3 editable-label: chain up in style_updated() | Wolfgang Ulbrich | 1 | -0/+4 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=fbabd8e | |||||
2016-01-13 | GTK3 editable-label: fix some drawing regressions | Wolfgang Ulbrich | 1 | -219/+10 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=6d079cc | |||||
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 | |