Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-28 | daemon: Stop using deprecated GSettings API | Rui Matos | 1 | -3/+14 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/commit/36f32a3 | |||||
2018-08-27 | require mate-desktop-1.21.1 | raveit65 | 1 | -1/+1 | |
2018-08-24 | xsettings: add setting to enable/disable primary paste from middlemouse | lukefromdc | 1 | -0/+2 | |
2018-08-23 | xsettings: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -9/+15 | |
2018-08-23 | xrandr-manager: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -10/+18 | |
2018-08-22 | mouse-manager: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -102/+152 | |
2018-08-22 | media-keys-manager: replace deprecated GdkDeviceManager | raveit65 | 1 | -5/+5 | |
2018-08-22 | keyboard-manager: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -5/+7 | |
2018-08-22 | clipboard-manager: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -10/+20 | |
2018-08-22 | background-manager: replace deprecated GDK functions | raveit65 | 1 | -2/+4 | |
2018-08-22 | a11y-keyboard-manager: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -15/+27 | |
2018-08-22 | msd-input-helper: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -10/+16 | |
2018-07-13 | plugins: avoid deprecated 'gdk_keymap_get_default' | Pablo Barciela | 2 | -4/+4 | |
2018-06-02 | release 1.21.0v1.21.0 | raveit65 | 1 | -0/+25 | |
2018-06-02 | sync with transifex | raveit65 | 118 | -9086/+37244 | |
2018-06-02 | update m-s-d.pot | raveit65 | 1 | -15/+16 | |
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-31 | bump m-s-d requirement | raveit65 | 1 | -1/+1 | |
2018-05-31 | bump version | raveit65 | 1 | -1/+1 | |
master should have a higher version than stable branch | |||||
2018-05-31 | Make setting QT_SCALE_FACTOR optional. | Victor Kareh | 1 | -8/+13 | |
When enabling org.mate.interface window-scaling-factor-qt-sync (default), m-s-d will attempt to set QT_SCALE_FACTOR during the init phase. When disabled, the user can then choose to control this env var elsewhere. | |||||
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-04-25 | Support background fallback on HiDPI | Victor Kareh | 1 | -7/+9 | |
This change is a super hacky way of supporting the fallback desktop background (without caja) on HiDPI displays. It does this by doing two things: using a new function that scales up the background surface; and by loading settings using an updated function that triggers a redraw. | |||||
2018-03-23 | tx: update config with branch specific resoures | raveit65 | 1 | -2/+2 | |
2018-03-17 | tx: add makepot and .pot files | raveit65 | 2 | -0/+1234 | |
2018-03-12 | transifex: set minimum_perc and type in config file | raveit65 | 1 | -0/+2 | |
2018-03-10 | Prevent media-keys bindings from swallowing modifier keys | Victor Kareh | 2 | -23/+49 | |
This changes how the media-keys manager determines successful key-bindings from KeyRelease to KeyPress so that it does not conflict with third-party applications that want to use modifier keys as global key-bindings. We've already done this change for general keybindings and marco. It also cleans up a bunch of deprectation warnings. | |||||
2018-02-12 | Scale OSD size correctly on HiDPI displays (#212) | Victor Kareh | 2 | -7/+12 | |
Also fix build warnings on xsettings | |||||
2018-02-06 | update NEWS for 1.20v1.20.0 | raveit65 | 1 | -0/+3 | |
2018-02-06 | bump require of mate-desktop | raveit65 | 1 | -1/+1 | |
2018-02-06 | Load xsettings during initialization phase | Victor Kareh | 10 | -18/+312 | |
Also set QT_* env variables during init, and restart marco, mate-panel, toggle desktop icons when changing scales | |||||
2018-02-06 | Add HiDPI configuration in XSettings | Victor Kareh | 1 | -19/+116 | |
This change allows for Xft/Gdk settings to be changed dynamically for the scaling factor and font DPI. It also has an optional auto-detection algorithm for the most appropriate settings to use for different screen sizes and resolutions. The auto-detect is re-triggered whenever the screen size changes. | |||||
2018-01-30 | release 1.20 | raveit65 | 2 | -2/+7 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 9 | -92/+4 | |
2018-01-26 | Add support for HiDPI displays (#208) | Victor Kareh | 2 | -1/+16 | |
* Support font size and mouse cursor auto-scaling for HiDPI displays * Fix where DPI is getting scaled * Remove ceil for scaled DPI | |||||
2018-01-24 | release 1.19.2v1.19.2 | raveit65 | 2 | -1/+10 | |
2018-01-24 | sync with transifex | raveit65 | 98 | -288/+289 | |