Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-16 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 3 | -8/+18 | |
2017-08-10 | mate-desktop-item: mate-about: avoid deprecated gtk_show_uri | raveit65 | 1 | -0/+7 | |
2017-08-10 | mate-about: avoid deprecated gtk_show_uri | raveit65 | 1 | -0/+6 | |
2017-08-05 | avoid deprecated gdk_screen_get_n_monitors | ZenWalker | 1 | -0/+15 | |
2017-08-05 | avoid deprecated gdk_screen_make_display_name | ZenWalker | 1 | -6/+8 | |
2017-08-05 | avoid deprecated gdk_screen_get_number | ZenWalker | 2 | -8/+8 | |
2017-05-05 | Fix broken fallback cursor in mate-colorsel.c | nokangaroo | 1 | -40/+31 | |
2017-04-27 | mate-colorsel: don't use deprecated GTK_STOCK_COLOR_PICKER | raveit65 | 1 | -1/+1 | |
2017-03-13 | mate-aboutdialog: Fix url is not centered | La Ode Muh. Fadlun Akbar | 1 | -1/+1 | |
2017-03-12 | Avoid deprecated gdk_window_set_background functions | Alexei Sorokin | 3 | -54/+244 | |
Allows to fix backgrounds in Caja and fixes fading. These changes somewhat break API behavior. | |||||
2017-02-25 | mate-bg: force property update when doing new crossfade frame | Ray Strode | 1 | -0/+15 | |
marco needs to get notified about animation updates. This commit frobs the property to wake marco up. https://bugzilla.gnome.org/show_bug.cgi?id=641526 | |||||
2017-02-10 | colorsel: port to GtkGrid | raveit65 | 1 | -30/+31 | |
2017-02-02 | mate-bg: Fix solid colors | Alexei Sorokin | 1 | -3/+3 | |
2017-02-02 | mate-bg: Avoid possible X11 data leaks | Alexei Sorokin | 1 | -13/+23 | |
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 18 | -689/+4 | |
2016-11-20 | fix indent a bit | monsta | 1 | -3/+3 | |
2016-11-20 | remove obsolete lib from mate-desktop-2.0-uninstalled.pc.in | monsta | 1 | -1/+1 | |
not sure if anyone actually uses it though... | |||||
2016-10-18 | GTK+-2: fix fontcolor for dark bg in caja | raveit65 | 1 | -0/+6 | |
Fixes https://github.com/mate-desktop/mate-desktop/issues/237 | |||||
2016-07-02 | GTK+-3 mate-bg: fix gradiant color creation | raveit65 | 1 | -0/+6 | |
credits to Alexei Sorokin | |||||
2016-07-02 | GTK+-3 mate-bg: Don't use C99 declarations | raveit65 | 1 | -4/+5 | |
It's not really necessary. taken from: https://git.gnome.org/browse/gnome-desktop/commit/?h=gnome-3-6&id=2738c5c | |||||
2016-07-02 | GTK+-3 mate-bg: have pixbuf_average_value return GdkRGBA | raveit65 | 1 | -0/+33 | |
Now that we have a proper type for RGBA values, we should use it (instead of packing the four components into a uint32). https://bugzilla.gnome.org/show_bug.cgi?id=671750 taken from: https://git.gnome.org/browse/gnome-desktop/commit/?h=gnome-3-4&id=0f60413 | |||||
2016-07-02 | GTK+-3 mate-bg-crossfade: port to GtkStyleContext | raveit65 | 1 | -0/+12 | |
with help from Alexei Sorokin | |||||
2016-07-02 | GTK+3 mate-bg: port GdkColor to GdkRGBA | raveit65 | 2 | -4/+91 | |
2016-06-15 | GTK+-3: do not use deprecated gtk_hseparator_new | raveit65 | 1 | -1/+4 | |
2016-06-15 | GTk+-3 mate-colorsel: do not use deprecated gtk_misc_set_alignment | raveit65 | 1 | -2/+18 | |
2016-06-15 | GTK+-3 mate-colorsel: do not use deprecated gtk_widget_size_request | raveit65 | 1 | -1/+5 | |
2016-06-15 | GTK+-3 mate-colorsel: Do not use deprecate composite-child API | raveit65 | 1 | -1/+5 | |
2016-06-15 | GTK+-3 about: do not use deprecated gdk_cursor_new and gdk_window_get_pointer | raveit65 | 1 | -2/+15 | |
2016-06-15 | GTK+-3.0 mate-about-dialog: Do not use deprecate composite-child API | raveit65 | 1 | -0/+4 | |
2016-06-15 | GTK+-3 mate-colorseldialog: do not use deprecated ↵ | raveit65 | 1 | -0/+2 | |
gtk_dialog_set_alternative_button_order | |||||
2016-06-15 | GTK+3 mate-desktop-item: use gdk_error_trap_pop_ignored() | raveit65 | 1 | -0/+4 | |
2016-06-15 | GTK+-3 mate-color-button: Do not use deprecate composite-child API | raveit65 | 1 | -0/+4 | |
2016-06-15 | GTK+-3 mate-rr-labeler: don't use deprecated gtk_widget_get_state | raveit65 | 1 | -0/+4 | |
2016-06-01 | remove usage of win32-related #define's | monsta | 2 | -6/+1 | |
2016-05-31 | mate-bg: remove unneeded ignore-pending-change property | monsta | 1 | -16/+1 | |
it's not used anymore since this Caja fix: https://github.com/mate-desktop/caja/commit/c74212b4630767b3b11b41cb26a8df20090096f4 | |||||
2016-05-18 | Backgrounds: Take EXIF rotation tags into consideration | Clement Lefebvre | 1 | -1/+6 | |
When loading a picture to render it as desktop background, consider the presence of a rotation tag to display the picture properly. Ported from https://github.com/linuxmint/cinnamon-desktop/commit/0a5f072befd97b6282a8cff71f0e184becf538b8 | |||||
2016-01-20 | use GtkBox instead of GtkVBox in both GTK+ builds | monsta | 3 | -5/+37 | |
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build NOTE: this commit changes the public interface of the library | |||||
2015-11-21 | colorbutton: handle alpha for GdkRGBA | György Balló | 1 | -0/+2 | |
We have to handle alpha value to avoid uninitialized variable. | |||||
2015-11-13 | refactor draw/expose code a bit and set the correct return type | Monsta | 1 | -6/+4 | |
2015-11-13 | display properties: don't try to free a string literal (fix crash) | monsta | 1 | -1/+1 | |
crash introduced in https://github.com/mate-desktop/mate-desktop/commit/11757da17e9fcdd33474aaa342bf4b6a2daf82d0 | |||||
2015-10-26 | thumbnail: Fix a code path where the mutex is never unlocked | monsta | 1 | -4/+5 | |
ported from https://git.gnome.org/browse/gnome-desktop/commit/?id=5b28350d3229d36d7c64084e52f5a40ee5903723 | |||||
2015-09-04 | Merge pull request #196 from monsta/randr | Clement Lefebvre | 5 | -76/+106 | |
xrandr fixes and cleanup | |||||
2015-09-04 | Merge pull request #195 from monsta/dconf | Clement Lefebvre | 1 | -14/+0 | |
drop dconf 0.10 compatibility (it's ancient) | |||||
2015-09-04 | mate-rr-labeler: Show output name in addition to display name. | Clement Lefebvre | 1 | -4/+7 | |
2015-09-02 | mate-rr: removed unused variable | Monsta | 1 | -3/+0 | |
2015-09-02 | mate-rr: unify laptop identification by output name | Monsta | 3 | -37/+24 | |
adapted from https://git.gnome.org/browse/gnome-desktop/commit?id=113c7c8252531665d9e9090c6f48cd3f6b16e120 and https://git.gnome.org/browse/gnome-desktop/commit?id=d9f5e5f58e86798c48995e1abc36e7c43174d132 | |||||
2015-09-02 | mate-rr: annotation fixes | Monsta | 3 | -1/+65 | |
mostly ported from https://git.gnome.org/browse/gnome-desktop/commit?id=6f1368bbc7d6649ed9340806def01ff00c407121 | |||||
2015-09-02 | mate-rr: actually implement mate_rr_output_get_possible_crtcs | Monsta | 1 | -0/+8 | |
ported from https://git.gnome.org/browse/gnome-desktop/commit?id=11eb5b0d93e46d2d63e1b108b0cf659ab8f30c77 | |||||
2015-09-02 | drop xrandr 1.2 compatibility (it's ancient) | Monsta | 1 | -35/+9 | |
2015-08-23 | drop dconf 0.10 compatibility (it's ancient) | Monsta | 1 | -14/+0 | |