Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-11-01 | added search option for mate-font-viewer | sakib | 1 | -2/+70 | |
fix incompatible pointer issue | |||||
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-10-11 | pre-bump version | lukefromdc | 2 | -1/+3 | |
2018-10-11 | Depend on mate-desktop 1.21.2 due to new gschema key | lukefromdc | 1 | -1/+1 | |
2018-10-06 | tx: update translation sources | raveit65 | 2 | -48/+88 | |
2018-10-06 | Fix spelling and grammar mistakes | rbuj | 11 | -30/+30 | |
2018-10-06 | legal.xml | rbuj | 3 | -26/+97 | |
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 1 | -2/+20 | |
2018-10-04 | tx: add m-c-c user-guide to transifex config | raveit65 | 4 | -29/+1952 | |
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 | 3 | -6/+85 | |
- 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-27 | release 1.21.1v1.21.1 | raveit65 | 2 | -2/+16 | |
2018-08-27 | sync with transifex | raveit65 | 140 | -793/+2493 | |
2018-08-27 | tx: update translation source | raveit65 | 1 | -84/+84 | |
2018-08-27 | require mate-desktop-1.21.1 | raveit65 | 1 | -1/+1 | |
2018-08-25 | typing-break: Make images larger and load as surface | Victor Kareh | 7 | -69/+100 | |
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-21 | libslab: code clean up | raveit65 | 8 | -395/+6 | |
Since we use GtkSearchEntry a lot of code can be dropped. https://github.com/mate-desktop/mate-control-center/commit/afcb324 Eg: GtkSearchEntry has a own menu in result search-context-picker.c does nothing. So other code in searchbar.c isn't used. | |||||
2018-06-10 | wm-common: replace deprecated gdk_error_trap functions | raveit65 | 1 | -8/+12 | |
2018-06-10 | libslab: replace deprecated gtk_menu_popup | raveit65 | 1 | -31/+10 | |
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-27 | release 1.21.0v1.21.0 | raveit65 | 2 | -1/+24 | |
2018-05-27 | sync with transifex | raveit65 | 141 | -31690/+146275 | |
2018-05-27 | update mate-control-center.pot | raveit65 | 1 | -5/+17 | |
2018-05-27 | bump required version of mate-menus | raveit65 | 1 | -1/+1 | |
2018-05-27 | use new mate-menus api | yetist | 1 | -30/+24 | |
2018-05-27 | use new api | yetist | 1 | -41/+43 | |
2018-05-27 | use matemenu_tree_new | yetist | 1 | -2/+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 | update potfile | monsta | 1 | -31/+31 | |
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-23 | tx: update resource file | raveit65 | 1 | -93/+101 | |
2018-03-23 | tx: update config with branch specific resoures | raveit65 | 1 | -2/+2 | |
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-03-16 | tx: add makepot and .pot files | raveit65 | 2 | -0/+2831 | |