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