Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2015-07-30 | Add annotations and fix documentation syntax warnings | infirit | 6 | -36/+70 | |
2015-07-30 | mate-bg: remove unused GdkScreen* arguments | infirit | 1 | -7/+5 | |
The GdkScreen* was being passed into some functions that weren't using it at all. Remove those extra arguments. | |||||
2015-07-24 | rr: Embedded Display Port outputs considered as laptop's built-in display | Monsta | 1 | -1/+2 | |
from https://github.com/GNOME/gnome-desktop/commit/11997d32313cd67f24cb26e18c562fa4b75ea36f | |||||
2015-07-24 | rr: drop non-existent mate_rr_screen_create_clone_modes from header | Monsta | 1 | -2/+0 | |
from https://github.com/GNOME/gnome-desktop/commit/768fe7f5cf9c73ff78d4c5836b9186b5ba28313c | |||||
2015-07-24 | bg: objects without a filename are not slideshows | Monsta | 1 | -0/+3 | |
from https://github.com/GNOME/gnome-desktop/commit/e19df898281f83aa6db3d8fe57c720b29d98abee | |||||
2015-07-24 | rr: fix crash when XRRSetCrtcConfig fails | Monsta | 1 | -11/+12 | |
from https://github.com/GNOME/gnome-desktop/commit/4a95c179de8920ee8f78ae5e1f05df173e9d5bd8 | |||||
2015-07-24 | bg slideshow: fix crash when system date is earlier than start date | Monsta | 1 | -1/+1 | |
from https://github.com/GNOME/gnome-desktop/commit/d7cc5dadc3831b149bab1cd3e4af50e441546c2e | |||||
2015-07-21 | bg slideshow: smarter check for NULL pointers | Monsta | 1 | -1/+15 | |
2015-07-20 | Revert "changed checking for NULL a bit" | raveit65 | 1 | -6/+1 | |
This reverts commit 48df7a0c71a2df4050abae40ec9ca2b35dee7988. The commit causes a regression with timing xml background. see https://github.com/mate-desktop/mate-control-center/issues/159 | |||||
2015-07-03 | backport cinnamon-desktop fix for buggy image types | leigh123linux | 1 | -32/+54 | |
2015-06-27 | Remove duplicated typedef | OBATA Akio | 2 | -3/+0 | |
Such typedefs are in corresponding header files. | |||||
2015-04-29 | color select dialog: drop CSD/headerbar usage | Monsta | 2 | -21/+0 | |
maybe it was relevant with GTK+ 3.12 where the developers forced CSD on all dialogs, but now it isn't. in GTK+ 3.14 they apparently realized they were wrong and stopped forcing CSD on dialogs: http://blogs.gnome.org/mclasen/2014/07/28/a-talk-in-9-images/ | |||||
2015-04-05 | Correct FSF adress | posophe | 1 | -3/+3 | |
2015-04-05 | Fix missing return in non-void functions | posophe | 1 | -0/+1 | |
2015-04-05 | mate-desktop-item: add a child watch if "do not reap child" flag set | Monsta | 1 | -1/+16 | |
similar to https://git.gnome.org/browse/gnome-panel/commit/?id=76acc5b avoids double forking with desktop files that have "exec pkexec ..." inside. Closes https://github.com/mate-desktop/mate-desktop/pull/166 | |||||
2015-03-13 | mate-thumbnail: first connect to settings, then read them. | Monsta | 1 | -3/+6 | |
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/mate-desktop/pull/162 | |||||
2015-01-15 | Fix missing ifdef for introspectionmate-desktop-1.9.4 | Stefano Karapetsas | 1 | -0/+3 | |
2014-12-23 | pnp.ids: Pull latest from gnome-desktop | infirit | 1 | -8/+227 | |
2014-12-23 | removed some unused code | Monsta | 1 | -10/+5 | |
2014-12-16 | Revert "Revert "Drop support for Glib < 2.36"" | infirit | 1 | -99/+0 | |
This reverts commit a0a0a16fb72bb7b592d23ce29ca52c7d63c2e40b. | |||||
2014-12-16 | Revert "Drop support for Glib < 2.32" | infirit | 1 | -0/+64 | |
This reverts commit 82d352cb10ed140b618b2c00a3935a3e8c6d1ba0. | |||||
2014-12-16 | Drop support for Glib < 2.32 | infirit | 1 | -64/+0 | |
2014-12-16 | Revert "Drop support for Glib < 2.36" | infirit | 1 | -0/+99 | |
This reverts commit 6a0c8a93e30243232d63487c09ccb15a93755265. |