Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-24 | Use a blank line at most | rbuj | 1 | -1/+0 | |
2021-09-18 | xrandr: fix typo reported by translators | raveit65 | 1 | -1/+1 | |
2021-06-23 | update copyright to 2021 | raveit65 | 4 | -0/+4 | |
2021-02-01 | cppcheck warning: Variable is assigned a value that is never used | rbuj | 1 | -4/+2 | |
2021-02-01 | cppcheck warning: known condition is always true | rbuj | 1 | -4/+3 | |
2020-08-15 | add G_GNUC_UNUSED in some unused parameters | Pablo Barciela | 1 | -7/+14 | |
2020-06-27 | add git.mk to generate .gitignore | tamplan | 1 | -0/+2 | |
2020-04-06 | use MATE_COMPILE_WARNINGS from mate-common | rbuj | 1 | -2/+3 | |
2019-12-22 | avoid redundant redeclarations | Pablo Barciela | 1 | -3/+1 | |
2019-12-05 | xrandr: add bigger icon sizes for tray-applet | raveit65 | 9 | -162/+195 | |
2019-08-30 | switch to use gettext | Wu Xiaotian | 2 | -5/+6 | |
2019-08-20 | msd-xrandr-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | msd-xrandr-manager: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-25 | xrandr plugin: i18n dropdown menu | rbuj | 1 | -8/+8 | |
2019-07-01 | Remove trailing whitespaces | Laurent Napias | 1 | -6/+6 | |
2018-08-28 | Xrandr:remove an unused function | lukefromdc | 1 | -10/+0 | |
2018-08-23 | xrandr-manager: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -10/+18 | |
2018-05-31 | xrandr-applet-popup: add an icon for configuration item | lukefromdc | 1 | -2/+18 | |
To distinguish it more quickly from mirror(clone) item and rotation items. Also show it only if icons in menus are turned on | |||||
2018-05-31 | xrandr-applet-popup: add item to mirror displays | lukefromdc | 1 | -3/+103 | |
Add menuitem for mirroring same output to all displays Toggle between mirrored mode and xinerama mode (displays all on, laid out left to right) | |||||
2018-05-27 | xrandr-applet-popup: dim menuitems for disabled monitor | lukefromdc | 1 | -8/+26 | |
Rotations can't be appled to a turned-off monitor. Also follow the display capplet color theme for monitors that have been turned off in the default monitor label background color | |||||
2018-05-26 | xrandr-applet-popup: enable turning monitors on an off | lukefromdc | 1 | -0/+83 | |
Add menu item to allow turning a monitor on or off from the popup menu. Borrow code from m-s-d display capplet to set geometry when a monitor is turned on. Turning on a monitor now works the same was as when turning it on but not reconfiguring it in mate-control-center's display capplet | |||||
2018-05-23 | xrandr-applet-popup: show icon only if "menus-have-icons" is not turned off | lukefromdc | 1 | -1/+6 | |
2018-05-23 | xrandr-applet-popup: handle Greybird (etc) XFCE themes | lukefromdc | 1 | -1/+6 | |
Also ensure default bg images don't override label bg color, and don't use symbolic icon in GNOME HighContrast themes as it gets the disabled color | |||||
2018-05-23 | Xrandr-applet-popup: Special case the GNOME themes for black text on monitor ↵ | lukefromdc | 1 | -2/+30 | |
labels | |||||
2018-05-22 | xrander-applet-popup: remove draw callback | lukefromdc | 1 | -71/+51 | |
2018-05-20 | xrandr:fix indent | lukefromdc | 1 | -1/+1 | |
2018-05-20 | xrandr-applet-popup: allow themes to override monitor label colors | lukefromdc | 1 | -9/+19 | |
Use the monitor label colors in the monitor label menuitems by default, *Also move the border-width and style definitions to the second cssprovider, as otherwise they are set too late, and scrollbars result from attempted expansion of the popup | |||||
2018-05-20 | xrandr-applet-popup: add a border to colored monitor labels | lukefromdc | 1 | -0/+4 | |
2018-05-20 | xrandr-applet-popup: use colored bg again in monitor labels | lukefromdc | 1 | -1/+62 | |
*Build a cssprovider from strings, use a variable to apply the same colors as used on the rectangles shown on each monitor to the matching label backgrounds in the popup menu. Bring back the draw callback to handle it, so necessary data can be passed to mate_rr_labeler_get_rgba_for_output *Keep disabled item dimming effects off the monitor label icons *Tie the dynamic cssprovider to the label so it always gets the correct color | |||||
2018-05-18 | xrandr applet popup: add monitor icons to monitor label menuitems | lukefromdc | 1 | -1/+7 | |
2018-05-16 | xrandr-applet: add a style class for menuitems | raveit65 | 1 | -2/+5 | |
2018-05-07 | xrandr-applet: drop non-working bg from menu | raveit65 | 1 | -81/+0 | |
2018-05-07 | xrandr-applet: don't hard code label colors in menu | raveit65 | 1 | -7/+0 | |
Using black color makes the label unreadable with dark themes | |||||
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -4/+0 | |
2017-05-01 | msd-xrandr-manager: avoid deprecated gtk_misc_set_padding | raveit65 | 1 | -3/+4 | |
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -50/+1 | |
and require libmatekbd and libmate-desktop >= 1.17 | |||||
2016-10-11 | xrandr: use proper libmate-desktop function in GTK+3 build | monsta | 1 | -4/+10 | |
or it will break the plugin once libmate-desktop becomes GTK+3 only | |||||
2016-01-21 | [GTK+3] use x/y alignment functions for GtkLabel | monsta | 1 | -2/+3 | |
2016-01-09 | remove unused #define's | monsta | 1 | -4/+0 | |
2016-01-09 | xrandr: remove useless code | monsta | 1 | -65/+0 | |
it either does nothing or only calls parent functions taken from https://git.gnome.org/browse/gnome-settings-daemon/commit?id=4fe4f495509988b518c2b14afc37536a72d8a7bc https://git.gnome.org/browse/gnome-settings-daemon/commit?id=eed796d5edce1a8713ae4025356cc4b1399307d6 | |||||
2016-01-09 | xrandr: fix indent a bit | monsta | 1 | -42/+40 | |
2015-12-02 | GTK3: use gdk_error_trap_pop_ignored() when appropriate | Wolfgang Ulbrich | 1 | -0/+16 | |
taken from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=544526d | |||||
2015-12-02 | Gtk-+3.14: don't use deprecated GtkMisc | Wolfgang Ulbrich | 1 | -0/+4 | |
2015-11-19 | Install icon into hicolor directory | György Balló | 1 | -1/+1 | |
msd-xrandr is a custom icon, and it needs to be installed into the standard location, otherwise it's missing from icon themes other than mate. | |||||
2015-11-19 | xrandr: Don't remove applet background | György Balló | 1 | -1/+0 | |
This fixes the invisible text for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way. | |||||
2015-10-15 | GTK3: xrandr tray applet support custom panel themes | lukefromdc | 1 | -1/+15 | |
xrandr tray applet (gtk3) support custom panel themes, with robust support for transparency in cases where gtk3 does not correctly detect a compositing window manager | |||||
2015-01-13 | xrandr: use mate_gdk_spawn_command_line_on_screen always | Monsta | 1 | -6/+1 | |
Closes https://github.com/mate-desktop/mate-settings-daemon/pull/93 | |||||
2014-12-13 | xrandr: Add icon to the "Keep settings" dialogue | infirit | 1 | -0/+1 | |
Taken from GSD commit: 6cd5f46fcb6d0580e541f8d462a1a61e5f0150a3 From: Bastien Nocera <[email protected]> | |||||
2014-11-30 | Connect to the right signal name | infirit | 1 | -1/+1 | |
Based on gnome-settings-dameon commit: 107f7cdea4bcc508622e040d22e43a9e65574401 From: Emilio Pozuelo Monfort <[email protected]> | |||||
2014-11-30 | XRandR plugin: cope with rename of get_active and get_connected | infirit | 1 | -13/+13 | |
Now the methods are called is_active and is_connected Based on gnome-settings-daemon commit: 68ff8cf63cea899b45d0ffb6950fdcc28d71fffd (patch) From: Giovanni Campagna <[email protected]> |