summaryrefslogtreecommitdiff
path: root/capplets/display/xrandr-capplet.c
AgeCommit message (Collapse)AuthorFilesLines
2019-05-11capplets: Use gresources for UI filesrbuj1-7/+2
2019-03-23Use icons provided by themes and remove not used iconsrbuj1-2/+2
2019-01-03mate-display-properties: Migrate from dbus-glib to GDBusWu Xiaotian1-71/+80
2018-03-18Fix screen geometry to account for rotation when snapping.Brent Bradburn1-0/+2
2018-01-13drop unused variablesPablo Barciela1-2/+2
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-80/+0
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-12-02display: remove excessive #definemonsta1-4/+0
GdkRegion is already used only in GTK+2 code block
2016-02-28GTK+3 display: Get values from GtkStyleContext states properlyraveit651-4/+13
2016-01-13display: fix implicit declaration warningmonsta1-0/+1
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-control-center/commit/c6935f255ea711557c3c5e0e3ae8439e59c9a7aa
2015-09-23Bugfix: Changing refresh rate doens't workBłażej Szczygieł1-1/+1
2015-09-04Display settings: Added support to set the primary monitor.Clement Lefebvre1-0/+25
2015-09-04Display settings: Only make the display name bold, not the output name.Clement Lefebvre1-2/+2
2015-09-04Display settings: Show output names in addition to display names.Clement Lefebvre1-12/+17
2015-08-29removed dead codeMonsta1-37/+0
2015-01-13xrandr: safer access to list element's dataMonsta1-1/+1
g_list_nth_data just returns NULL if either list or element is NULL Closes https://github.com/mate-desktop/mate-control-center/pull/138
2014-11-30removed unused var which also caused memleakMonsta1-4/+0
2014-11-30Adapt to changed signal from screen-changed to changedinfirit1-1/+1
2014-11-30Update for renamed mate_rr_output_info functionsinfirit1-24/+24
mate_rr_output_info_get_connected -> mate_rr_output_info_is_connected mate_rr_output_info_get_active -> mate_rr_output_info_is_active
2014-11-30Adapt to MateDesktop API changesinfirit1-217/+226
MateRRScreen, MateRRConfig and MateRROutputInfo (formerly MateOutputInfo) have turned into opaque GObjects. Use accessors for modifying them, and allocate/free them as GObjects. Based on gnome-control-center commit: 3eb3ca4506624fb537c55796d1397eb5f9b8da4b From: Giovanni Campagna <[email protected]>
2014-11-30Adapt to API changes in MateRRScreeninfirit1-3/+3
gnome_rr_screen_new does not accept a callback anymore, we need to use the "screen-changed" signal Based on gnome-control-center commit: 66e8e903be8ad25fe3b1386d1fbda75359959e97 From: Giovanni Campagna <[email protected]>
2014-11-05gtk3: fix display properties dialog renderingDenis Gorodnichev1-2/+64
2014-01-24display: Add GTK3 supportStefano Karapetsas1-0/+12
2013-11-03Update to new mate-desktop include pathsWilly Sudiarto Raharjo1-3/+3
2013-10-05Fix some deprecations and remove some unused varsStefano Karapetsas1-6/+0
2012-10-22migrate display applet to gsettingsStefano Karapetsas1-10/+11
2012-08-02Fixed incorrect fsf address.Steve Zesch1-1/+1
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+2571