Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2018-01-09 | plugins: G_GNUC_UNUSED in unused but needed variables | Pablo Barciela | 2 | -4/+4 | |
Fixes build warnings | |||||
2018-01-08 | xsettings: drop CanChangeAccels which won't work with GTK+3 | monsta | 2 | -2/+1 | |
this requires https://github.com/mate-desktop/mate-desktop/commit/b133f518f6f2310093fd3b5248049c7048cfb8d4 closes https://github.com/mate-desktop/mate-desktop/issues/296 | |||||
2018-01-08 | msd-datetime-mechanism.c: Fix build warnings: | Pablo Barciela | 1 | -3/+3 | |
format ‘%lld’ expects argument of type ‘long long int’, but argument has type ‘long int’ | |||||
2018-01-06 | msd-mpris-manager.c: Fix build warning: | Pablo Barciela | 1 | -1/+1 | |
passing argument 3 of ‘g_queue_find_custom’ from incompatible pointer type | |||||
2017-12-28 | configure.ac: drop GLIB_VERSION_MAX_ALLOWED | monsta | 1 | -3/+0 | |
because warnings like "xxx is deprecated: Not available before 2.44" look stupid | |||||
2017-12-24 | release 1.19.1v1.19.1 | raveit65 | 2 | -18/+26 | |
2017-12-24 | sync with transifex | raveit65 | 98 | -5721/+5725 | |
2017-12-21 | touchpad: disable clickfinger by default | Patrick Monnerat | 1 | -2/+2 | |
2017-12-18 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 2 | -18/+7 | |
The work began with: https://github.com/mate-desktop/mate-settings-daemon/commit/788babedafaf59d8b7a36cb0ef3b0b1f0e5f732c This commit reverts: https://github.com/mate-desktop/mate-settings-daemon/commit/7f887e614812ccb86f5d784e2db58bede8daa712 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height | |||||
2017-12-02 | Fix: big fonts by default with "org.mate.desktop.font-rendering.dpi" | Pablo Barciela | 2 | -40/+11 | |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1517547 | |||||
2017-10-24 | sync with Transifex | monsta | 98 | -100/+100 | |
2017-09-02 | sync with transifex | raveit65 | 3 | -17/+18 | |
2017-09-02 | msd-keyboard-xkb: Fix Gdk-CRITICAL warning on creating status bar icon | raveit65 | 1 | -1/+2 | |
Gdk-CRITICAL **: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed inspired from: https://git.xfce.org/apps/xfce4-terminal/commit/?id=eff5e2d | |||||
2017-08-17 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+16 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point | |||||
2017-08-16 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+19 | |
2017-08-16 | sync with transifex | raveit65 | 18 | -397/+404 | |
2017-08-16 | configure: bump MATE_DESKTOP_REQUIRED_VERSION | raveit65 | 1 | -1/+1 | |
m-s-d needs gsetting schema for globalmenu support from mate-desktop | |||||
2017-08-14 | gtk 3.22: avoid deprecated gdk_screen_get_width/height_mm | ZenWalker | 2 | -0/+25 | |
2017-08-14 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 4 | -12/+32 | |
2017-08-09 | avoid deprecated gdk_display_get_screen and gdk_display_get_n_screens | ZenWalker | 4 | -86/+45 | |
2017-07-27 | msd-a11y-preferences-dialog.ui: clean up deprecations | raveit65 | 1 | -35/+69 | |
2017-07-27 | ally-keyboard: fix help link | raveit65 | 1 | -1/+1 | |
2017-07-27 | don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+7 | |
2017-07-27 | avoid deprecated gdk_screen_get_number | ZenWalker | 5 | -8/+8 | |