Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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 | |