Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-16 | file-transfer-dialog.c: avoid deprecated 'g_type_class_add_private' | Wu Xiaotian | 1 | -6/+2 | |
2019-05-13 | Fix the icon sizes in Preferred Applications selector | Laurent Napias | 1 | -5/+8 | |
Fixes https://github.com/mate-desktop/mate-control-center/issues/358 | |||||
2019-05-11 | capplets: Use gresources for UI files | rbuj | 37 | -475/+380 | |
2019-05-08 | Fix grammar mistake | rbuj | 1 | -1/+1 | |
Reported by translators | |||||
2019-05-06 | Migrate from dbus-glib to GDBus | Wu Xiaotian | 1 | -54/+89 | |
mate-appearance-properties: capplets/appearance/theme-util.c | |||||
2019-05-02 | Use system data dirs to locate key bindings | José Romildo Malaquias | 2 | -22/+39 | |
2019-04-12 | Use GtkSeparatorMenuItem in Apparence preview | rbuj | 1 | -2/+2 | |
It adds two menu item separators, before and after of Print menu item. Test: Run mate-appearance-properties Select Interface tab Clic on File menu item | |||||
2019-04-12 | Remove dead store detected by clang | rbuj | 3 | -7/+3 | |
marco-window-manager.c:408:17: warning: Value stored to 'i' is never read i = 0; ^ ~ theme-installer.c:813:3: warning: Value stored to 'filename' is never read filename = old_folder; ^ ~~~~~~~~~~ | |||||
2019-03-31 | default-applications: Improve UI accessibility | Colomban Wendling | 1 | -361/+231 | |
Replace plain labels with frames as those properly group and label their contents for assistive technologies. There are no visual changes. | |||||
2019-03-31 | Use keyboard device icon like in other hardware devices | rbuj | 2 | -2/+2 | |
Accessibility: Add support for high contrast themes | |||||
2019-03-23 | Use icons provided by themes and remove not used icons | rbuj | 43 | -3823/+6 | |
2019-02-10 | Typo fix | rbuj | 1 | -1/+1 | |
2019-02-08 | fixed distcheck fail on debian | Wu Xiaotian | 21 | -18/+18 | |
2019-02-02 | eggcellrendererkeys: avoid deprecated 'gtk_widget_modify_bg/fg' | Pablo Barciela | 1 | -4/+55 | |
2019-02-02 | default-applications: Use more common icon names for Office documents | Colomban Wendling | 1 | -2/+2 | |
"x-office-document" and "x-office-spreadsheet" are more common MIME icon names than their counterparts without the "x-" prefix. The latter seems not to even be available in "MATE" icon theme, but only in "Faenza" icon theme. The "x-"-prefixed variant on the other hand is available even in theme providing the unprefixed ones, meaning it will sill work with these. On my machine with not many themes, but only standard-ish ones: ```console $ find /usr/share/icons/ -name office-document.* | wc -l 8 $ find /usr/share/icons/ -name x-office-document.* | wc -l 54 ``` Thus, using the prefixed variant seems like a better choice. | |||||
2019-01-03 | mate-display-properties: Migrate from dbus-glib to GDBus | Wu Xiaotian | 1 | -71/+80 | |
2018-12-30 | capplets/mouse: .svg files instead .png in doubleclick artwork | Pablo Barciela | 9 | -7/+510 | |
2018-12-30 | capplets/mouse: New doubleclick artwork with mate logo | Pablo Barciela | 4 | -1/+1 | |
2018-12-10 | default-applications: Fix assertion failture on g_icon_to_string | Zhang Xianwei | 1 | -6/+10 | |
Prevent runtime failture on g_icon_to_string in fill_combo_box by catching the NULL case See https://github.com/mate-desktop/mate-control-center/pull/398#issuecomment-445047978 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-12-07 | default-applications: Add a widget for a default calculator application | Zhang Xianwei | 3 | -0/+132 | |
Fix https://github.com/mate-desktop/mate-control-center/issues/291 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-12-07 | default-applications: Use the selected word processor for RTF as well | Colomban Wendling | 1 | -0/+1 | |
2018-12-05 | keybindings: Add a key binding to toggle the microphone's mute status | Zhang Xianwei | 1 | -0/+2 | |
Provided additional "mic-mute" key binding. For reference: https://github.com/mate-desktop/mate-settings-daemon/pull/253 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-12-03 | keybindings: Add some key bindings to control volume quietly | Zhang Xianwei | 1 | -0/+6 | |
Provided three new key bindings to volume control: "volume-mute-quiet" "volume-down-quiet" "volume-up-quiet" For reference: https://github.com/mate-desktop/mate-settings-daemon/pull/252 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-24 | Account for NULL error when we see G_IO_STATUS_EOF | Alexander Pyhalov | 1 | -2/+4 | |
2018-11-17 | update hint for mouse double-click | Abu Sakib | 1 | -1/+1 | |
2018-11-17 | keybindings: double click instead one click to edit keyboard shortcuts | Pablo Barciela | 1 | -1/+2 | |
Closes https://github.com/mate-desktop/mate-control-center/issues/390 | |||||
2018-11-15 | mate-keybinding-properties: avoid deprecated 'gtk_widget_ensure_style' | Pablo Barciela | 1 | -1/+0 | |
2018-10-31 | Load avatar-default as default image | yetist | 1 | -16/+12 | |
First show UI with avatar-default, after user loaded, show user image. | |||||
2018-10-31 | for accounts service support | yetist | 1 | -7/+8 | |
2018-10-17 | keybindings: Add a key binding to launch settings | Zhang Xianwei | 1 | -0/+2 | |
Provided additional "control-center" key binding. For reference: https://github.com/mate-desktop/mate-settings-daemon/pull/244 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-09-30 | Add UI to control org.mate.accessibility-keyboard.stickykeys-latch-to-lock | Colomban Wendling | 2 | -0/+24 | |
2018-09-09 | use fixed size to show user icon | yetist | 1 | -1/+1 | |
2018-09-09 | Add new api for EImageChooser | yetist | 2 | -108/+134 | |
- add e_image_chooser_set_scaleable(), to allow ImageChooser to change its size according to the size of the picture. - add e_image_chooser_new_with_size(), to create a fixed size EImageChooser. | |||||
2018-08-30 | get/set user face icon use accounts service | yetist | 2 | -6/+66 | |
- If get icon from AccountsService failed, fallback to use ~/.face file. - If not setup user icon file, use "avatar-default" icon as default image to show. - Check dependencies of accountsservice, default is enable when accountsservice dependency exists. Added by raveit65 <[email protected]>. | |||||
2018-08-24 | Mouse: include a toggle to enable or disable middlemouse paste | lukefromdc | 2 | -0/+35 | |
Defaults to ON so as not to change expected behavior until user changes it. | |||||
2018-07-14 | capplets/keybindings: avoid deprecated 'gdk_keymap_get_default' | Pablo Barciela | 2 | -3/+3 | |
2018-06-23 | display-capplet.ui: replace deprecations | raveit65 | 1 | -122/+100 | |
2018-06-10 | wm-common: replace deprecated gdk_error_trap functions | raveit65 | 1 | -8/+12 | |
2018-06-10 | msd-input-helper: replace deprecated gdk_error_trap functions | raveit65 | 1 | -10/+14 | |
2018-06-10 | mouse: replace deprecated gdk_error_trap functions | raveit65 | 1 | -9/+11 | |
2018-05-21 | appearance: fixed more indents | Erik Bročko | 1 | -3/+3 | |
2018-05-21 | appearance: fixed indentations | Erik Bročko | 1 | -58/+60 | |
2018-05-21 | appearance: add buttons-have-icons switch | Erik Bročko | 3 | -14/+92 | |
2018-05-14 | mouse: add middle button emulation switch | Erik Bročko | 2 | -2/+35 | |
2018-05-07 | display-capplet: add css name for scrollarea | raveit65 | 1 | -0/+2 | |
This makes it possible to fix visual glitches in themes | |||||
2018-04-25 | Change cursor-size to 24px | Victor Kareh | 2 | -8/+4 | |
The MATE cursor theme does not have an 18px cursor size, so having a 18px as the default setting does not make sense. Using 24px looks better in modern displays and allows for proper HiDPI scaling. | |||||
2018-03-27 | Scale cursor size for HiDPI when changing themes | Victor Kareh | 1 | -0/+4 | |
2018-03-18 | Fix screen geometry to account for rotation when snapping. | Brent Bradburn | 1 | -0/+2 | |
2018-03-16 | Add auto-detect toggle switch | Victor Kareh | 4 | -142/+202 | |
Currently if a user changes the DPI, there is no way to reset it back to the auto-detected value from Xserver (which we store as 0 in gsettings). Adding this toggle solves that issue. I also removed a deprecated [GtkHandleBox](https://developer.gnome.org/gtk3/stable/GtkHandleBox.html) and all its associated code. | |||||
2018-02-21 | theme-util.c: fix segfault on attempt to delete custom theme | Zhang Xianwei | 1 | -2/+2 | |
fixes https://github.com/mate-desktop/mate-control-center/issues/334 Signed-off-by: Zhang Xianwei <[email protected]> |