summaryrefslogtreecommitdiff
path: root/capplets/appearance
AgeCommit message (Collapse)AuthorFilesLines
2021-04-08appearance: Type column in GtkFileChooser requires gtk 3.24.12rbuj3-0/+8
2021-03-19appearance: use gtk_builder_new_from_resourcerbuj1-28/+17
2021-03-11i18n: fix an error that prevents showing the wallpaper namerbuj1-2/+3
2021-02-26Line comments // are not allowed (code style)rbuj1-1/+0
2021-02-24appearance: no previous prototype for 'wp_create_filechooser'rbuj1-1/+1
2021-02-24appearance: missing includesrbuj7-1/+11
2021-02-24Missing include guardsrbuj10-4/+49
2021-02-16build: allow users to disable gettext support (--disable-nls)rbuj2-2/+15
2020-12-04Use g_slist_free_fullrbuj3-12/+9
2020-11-29appearance: Add file chooser settingsrbuj5-741/+983
2020-11-24appearance: Set icon-name in ui filerbuj4-827/+941
2020-11-24appearance: Introduce GET_WINDOW macrorbuj6-12/+10
2020-10-31appearance: Fix preview in Add Wallpaper dialogrbuj1-4/+8
2020-07-08Remove unused variable from capplet_notebook_scroll_event_cbrbuj1-6/+8
2020-06-07appearance-ui: Remove unused function button_press_block_cbrbuj1-10/+0
2020-05-26Add tab scrolling support for GTK3tamplan1-5/+15
mate-window-properties and mate-appearance-properties
2020-03-10remove warnings: function declaration isn’t a prototyperbuj2-2/+2
2020-03-09appearance: Fix memory leakrbuj1-1/+0
2020-03-02Do not collect the translation for Iconrbuj1-1/+1
2020-02-06mate-wp-info: fix memory leakrbuj1-0/+1
2020-02-06build: use warning flagsrbuj1-0/+1
2020-02-04appearance: backgrounds dir should be portablerbuj2-4/+6
2020-02-02appearance: remove I/O error on window closerbuj1-6/+16
2019-12-03appearance: Fix desktop file creationgm101-1/+1
This fixes the contents of the first desktop file getting copied into the second.
2019-11-07migrate from intltool to gettextWu Xiaotian3-8/+13
2019-08-02appearance: fix memory leakWu Xiaotian1-0/+1
2019-08-01appearance: add new font for userWu Xiaotian2-2/+105
2019-07-02 Add scroll tabs with mouse wheel in severals cappletsLaurent Napias1-2/+6
2019-06-25[ci] add gla11y in docker containerWu Xiaotian1-1/+1
2019-06-22capplets: Remove the macro MATELOCALEDIR where it's not requiredrbuj1-1/+0
2019-06-18Remove trailing whitespacesrbuj2-4/+4
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2019-06-15Add support for checking .ui accessibility with gla11ySamuel Thibault2-3/+55
2019-06-12appearance.ui (cursor size scale)Laurent Napias1-787/+793
Add Adjudtement to change value by left/right arrows
2019-05-11capplets: Use gresources for UI filesrbuj4-16/+36
2019-05-08Fix grammar mistakerbuj1-1/+1
Reported by translators
2019-05-06Migrate from dbus-glib to GDBusWu Xiaotian1-54/+89
mate-appearance-properties: capplets/appearance/theme-util.c
2019-04-12Use GtkSeparatorMenuItem in Apparence previewrbuj1-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-12Remove dead store detected by clangrbuj3-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-02-08fixed distcheck fail on debianWu Xiaotian3-3/+2
2018-05-21appearance: fixed more indentsErik Bročko1-3/+3
2018-05-21appearance: fixed indentationsErik Bročko1-58/+60
2018-05-21appearance: add buttons-have-icons switchErik Bročko3-14/+92
2018-04-25Change cursor-size to 24pxVictor Kareh1-1/+1
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-16Add auto-detect toggle switchVictor Kareh4-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-21theme-util.c: fix segfault on attempt to delete custom themeZhang Xianwei1-2/+2
fixes https://github.com/mate-desktop/mate-control-center/issues/334 Signed-off-by: Zhang Xianwei <[email protected]>
2018-02-12avoid deprecated GtkStockPablo Barciela4-8/+8
2018-02-12Remove useless parameter in mate_theme_install_realZhang Xianwei1-3/+0
filetype is not used in mate_theme_install_real, remove it. Signed-off-by: Zhang Xianwei <[email protected]>
2018-02-09theme-installer.c: add tips when reinstall a existed themeZhang Xianwei1-0/+51
When ~/.themes/theme-name is existed, reinstalling the same theme will be failed. Add tips when reinstall a existed theme to fix it. Signed-off-by: Zhang Xianwei <[email protected]>
2018-02-06Scale font DPI for HiDPI displaysVictor Kareh1-12/+28
Automatically scales up the font DPI when loading the GtkSpinner and down-scale when saving it. The result is that the user gets the correct DPI showing in the Appearance > Fonts > Details app, while gsettings stores the down-scaled DPI.
2018-01-30require GTK+ 3.22 and GLib 2.50monsta3-17/+1