summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-rr-labeler.c
AgeCommit message (Collapse)AuthorFilesLines
2023-10-09mate-rr-labeler: Fix compilation warnings use css replace ↵zhuyaliang1-1/+21
gtk_widget_override_color
2019-01-29[mate-rr] Avoid deprecated g_type_class_add_privateWu Xiaotian1-4/+2
2018-03-30mate-rr-labeler: fix font-color for dark themesraveit651-3/+3
Fixes https://github.com/ubuntu-mate/ubuntu-mate-artwork/issues/29
2018-01-27building: remove < gtk+-3.22 bits and bump required gtk+ versionraveit651-11/+0
2017-12-17WidthOfScreen and HeightOfScreen implementationPablo Barciela1-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-17gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+9
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point
2017-08-16avoid deprecated gdk_screen_get_width/heightZenWalker1-2/+3
2016-11-20move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-89/+0
2016-06-15GTK+-3 mate-rr-labeler: don't use deprecated gtk_widget_get_stateraveit651-0/+4
2015-11-13display properties: don't try to free a string literal (fix crash)monsta1-1/+1
crash introduced in https://github.com/mate-desktop/mate-desktop/commit/11757da17e9fcdd33474aaa342bf4b6a2daf82d0
2015-09-04Merge pull request #196 from monsta/randrClement Lefebvre1-1/+1
xrandr fixes and cleanup
2015-09-04mate-rr-labeler: Show output name in addition to display name.Clement Lefebvre1-4/+7
2015-09-02mate-rr: annotation fixesMonsta1-1/+1
mostly ported from https://git.gnome.org/browse/gnome-desktop/commit?id=6f1368bbc7d6649ed9340806def01ff00c407121
2015-07-30Add annotations and fix documentation syntax warningsinfirit1-0/+33
2014-12-09fix GTK+3 build - add missing semicolonmonsta1-1/+1
2014-11-28Properly get the workarea for positioning the labelsinfirit1-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-28Fix refcount issues for ->configinfirit1-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-28MateRROutputInfo: rename boolean accessorsinfirit1-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-28Turn GnomeRRConfig and GnomeOutputInfo into GObjectsinfirit1-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-07gtk3: rgba rr-labeler apiDenis Gorodnichev1-1/+59
2014-03-07Revert "gtk3: GdkRGBA support"Stefano Karapetsas1-69/+1
This reverts commit e95d24559060365eb4fee8154ad82434bf3c8a0a.
2014-02-27gtk3: GdkRGBA supportDenis Gorodnichev1-1/+69
2013-07-24Move include files and remove old libmate and libmateui foldersStefano Karapetsas1-1/+1
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-11-13[rr-labeler] honor workarea so labels don't appear over/under panelsJasmine Hassan1-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-eventJasmine Hassan1-2/+14
http://git.gnome.org/browse/gnome-desktop/commit/?id=2168b182343c89e01030af9c19475a3cf5a24f5e
2012-09-28Fix possible double-free when destroying private windowsStefano Karapetsas1-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-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+317