Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-29 | [mate-rr] Avoid deprecated g_type_class_add_private | Wu Xiaotian | 1 | -4/+2 | |
2018-03-30 | mate-rr-labeler: fix font-color for dark themes | raveit65 | 1 | -3/+3 | |
Fixes https://github.com/ubuntu-mate/ubuntu-mate-artwork/issues/29 | |||||
2018-01-27 | building: remove < gtk+-3.22 bits and bump required gtk+ version | raveit65 | 1 | -11/+0 | |
2017-12-17 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -3/+2 | |
This commit reverts: https://github.com/mate-desktop/mate-desktop/commit/6137212bce120c9eb5555ae777fc7fea2f71e43e And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height | |||||
2017-08-17 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+9 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point | |||||
2017-08-16 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+3 | |
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -89/+0 | |
2016-06-15 | GTK+-3 mate-rr-labeler: don't use deprecated gtk_widget_get_state | raveit65 | 1 | -0/+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-09-04 | Merge pull request #196 from monsta/randr | Clement Lefebvre | 1 | -1/+1 | |
xrandr fixes and cleanup | |||||
2015-09-04 | mate-rr-labeler: Show output name in addition to display name. | Clement Lefebvre | 1 | -4/+7 | |
2015-09-02 | mate-rr: annotation fixes | Monsta | 1 | -1/+1 | |
mostly ported from https://git.gnome.org/browse/gnome-desktop/commit?id=6f1368bbc7d6649ed9340806def01ff00c407121 | |||||
2015-07-30 | Add annotations and fix documentation syntax warnings | infirit | 1 | -0/+33 | |
2014-12-09 | fix GTK+3 build - add missing semicolon | monsta | 1 | -1/+1 | |
2014-11-28 | Properly get the workarea for positioning the labels | infirit | 1 | -4/+39 | |
Based on gnome-desktop commit: b4b3fbe614c245e5e2cc4ca431d0f5310eca6ed1 From: Matthias Clasen <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=641996 | |||||
2014-11-28 | Fix refcount issues for ->config | infirit | 1 | -1/+1 | |
If the GnomeRRLabeler object is going to be unref'ing the config object, then it better keeps its own reference to it, otherwise it could cause problems when destroyed and re-created. Based on gnome-desktop commit: 8ceca629c2db2c8da0c7d8e391a68367c6c705d9 From: Bastien Nocera <[email protected]> | |||||
2014-11-28 | MateRROutputInfo: rename boolean accessors | infirit | 1 | -1/+1 | |
Rename get_connected() to is_connected() and get_active() to is_active(), following the normal convention. Based on gnome-desktop commit: 46d48ab6ec256498d0dd0a5c97c0388381971cbf From: Giovanni Campagna <[email protected]> | |||||
2014-11-28 | Turn GnomeRRConfig and GnomeOutputInfo into GObjects | infirit | 1 | -84/+128 | |
Based on gnome-desktop commits: 1d1f8ef64f404eccb29d384a75939701327e8e77 2c7a2e90fee98ff61e530098bc962a65dec670bc 7436f759bec00d87f597ef0b6945da8fa8969e85 From: Giovanni Campagna <[email protected]> Gnome Bug: https://bugzilla.gnome.org/show_bug.cgi?id=630913 | |||||
2014-11-07 | gtk3: rgba rr-labeler api | Denis Gorodnichev | 1 | -1/+59 | |
2014-03-07 | Revert "gtk3: GdkRGBA support" | Stefano Karapetsas | 1 | -69/+1 | |
This reverts commit e95d24559060365eb4fee8154ad82434bf3c8a0a. | |||||
2014-02-27 | gtk3: GdkRGBA support | Denis Gorodnichev | 1 | -1/+69 | |
2013-07-24 | Move include files and remove old libmate and libmateui folders | Stefano Karapetsas | 1 | -1/+1 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -2/+2 | |
2012-11-13 | [rr-labeler] honor workarea so labels don't appear over/under panels | Jasmine Hassan | 1 | -3/+132 | |
http://git.gnome.org/browse/gnome-desktop/commit/?id=053a932b09487c4fa3e6331ef7fb65d24667263d | |||||
2012-11-11 | [rr-labeler] use the new GTK3 draw event instead of expose-event | Jasmine Hassan | 1 | -2/+14 | |
http://git.gnome.org/browse/gnome-desktop/commit/?id=2168b182343c89e01030af9c19475a3cf5a24f5e | |||||
2012-09-28 | Fix possible double-free when destroying private windows | Stefano Karapetsas | 1 | -0/+6 | |
This could cause free'ing random data when the members of ->windows were destroyed, but ->windows itself wasn't. As it was != NULL, we'd be free memory that wouldn't belong to us anymore. https://bugzilla.gnome.org/show_bug.cgi?id=634534 (patch suggested in MATE by NiceAndGently on https://github.com/mate-desktop/mate-desktop/issues/23) | |||||
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+317 | |