Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-27 | Add meson build support | zhuyaliang | 1 | -0/+60 | |
2023-10-12 | capplets/display: Fix compilation warnings and replace deprecated functions | zhuyaliang | 2 | -23/+64 | |
2021-11-20 | Use a blank line at most | rbuj | 1 | -2/+0 | |
2021-07-10 | Use gtk-cancel icon replace window-close icon | zhuyaliang | 1 | -1/+1 | |
2021-03-29 | display: remove conversion warnings | rbuj | 3 | -259/+267 | |
2021-03-19 | display: use gtk_builder_new_from_resource | rbuj | 1 | -9/+1 | |
2021-03-08 | display: frame spacing | rbuj | 1 | -1/+2 | |
2021-03-08 | Add adjust window scaling function for display preference and update ↵ | zhuyaliang | 3 | -159/+256 | |
display-capplet.ui file | |||||
2021-02-26 | Line comments // are not allowed (code style) | rbuj | 1 | -2/+2 | |
2021-02-24 | Missing include guards | rbuj | 1 | -0/+6 | |
2021-02-16 | build: allow users to disable gettext support (--disable-nls) | rbuj | 2 | -0/+12 | |
2020-11-28 | xrandr-capplet: warning -Wincompatible-pointer-types | rbuj | 1 | -1/+1 | |
2020-03-02 | Do not collect the translation for Icon | rbuj | 1 | -1/+1 | |
2020-02-06 | glib-genmarshal: Using --header and --body at the same time is deprecated | rbuj | 1 | -1/+1 | |
2020-02-06 | build: use warning flags | rbuj | 1 | -5/+7 | |
2019-12-24 | display: Fix UI validation | rbuj | 1 | -10/+28 | |
2019-12-24 | display: Enable help button | rbuj | 1 | -32/+9 | |
2019-11-07 | migrate from intltool to gettext | Wu Xiaotian | 3 | -9/+11 | |
2019-06-25 | [ci] add gla11y in docker container | Wu Xiaotian | 1 | -1/+1 | |
2019-06-22 | capplets: Use capplet_init | rbuj | 1 | -5/+3 | |
2019-06-18 | Remove trailing whitespaces | rbuj | 2 | -97/+97 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-06-15 | Add support for checking .ui accessibility with gla11y | Samuel Thibault | 2 | -2/+8 | |
2019-05-11 | capplets: Use gresources for UI files | rbuj | 6 | -361/+47 | |
2019-03-23 | Use icons provided by themes and remove not used icons | rbuj | 8 | -496/+3 | |
2019-02-08 | fixed distcheck fail on debian | Wu Xiaotian | 2 | -2/+2 | |
2019-01-03 | mate-display-properties: Migrate from dbus-glib to GDBus | Wu Xiaotian | 1 | -71/+80 | |
2018-06-23 | display-capplet.ui: replace deprecations | raveit65 | 1 | -122/+100 | |
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-03-18 | Fix screen geometry to account for rotation when snapping. | Brent Bradburn | 1 | -0/+2 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -13/+0 | |
2018-01-13 | drop unused variables | Pablo Barciela | 1 | -2/+2 | |
2017-08-15 | display scrollarea: avoid deprecated gtk_adjustment_changed | raveit65 | 1 | -1/+3 | |
gtk_adjustment_changed has been deprecated since version 3.18 and GTK+ emits “changed” itself whenever any of the properties (other than value) change. see https://developer.gnome.org/gtk3/unstable/GtkAdjustment.html#gtk-adjustment-changed | |||||
2017-08-15 | display scrollarea: fix a -Wuninitialized build warning | raveit65 | 1 | -0/+1 | |
2017-08-15 | display scrollarea: avoid deprecated gdk_window_get_pointer | raveit65 | 1 | -1/+21 | |
2016-12-02 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 3 | -457/+50 | |
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17 | |||||
2016-12-02 | display: remove excessive #define | monsta | 1 | -4/+0 | |
GdkRegion is already used only in GTK+2 code block | |||||
2016-09-18 | GTK+3: fix mate-display-properties with glib 2.49.6 | lukefromdc | 1 | -0/+4 | |
before that version, glib ignored arguments in custom marshalling and always used its own ones, so the mistake in our code was unnoticed for a long time. this commit adds proper marshalling for GTK+3 build. more info: https://bugzilla.gnome.org/769076 fixes https://github.com/mate-desktop/mate-control-center/issues/251 | |||||
2016-02-28 | GTK+3 display: Get values from GtkStyleContext states properly | raveit65 | 1 | -4/+13 | |
2016-01-14 | display: less #if's again | monsta | 1 | -19/+32 | |
2016-01-14 | display: less #if's | monsta | 1 | -28/+43 | |
2016-01-14 | fix unused variables warning in GTK+3 build | monsta | 1 | -2/+2 | |
2016-01-13 | display: fix implicit declaration warning | monsta | 1 | -0/+1 | |
2015-11-13 | display properties: don't try to free a string literal (fix crash) | monsta | 1 | -1/+1 | |
crash introduced in https://github.com/mate-desktop/mate-control-center/commit/c6935f255ea711557c3c5e0e3ae8439e59c9a7aa | |||||
2015-09-23 | Bugfix: Changing refresh rate doens't work | Błażej Szczygieł | 1 | -1/+1 | |
2015-09-04 | Display settings: Added support to set the primary monitor. | Clement Lefebvre | 2 | -102/+181 | |
2015-09-04 | Display settings: Only make the display name bold, not the output name. | Clement Lefebvre | 1 | -2/+2 | |
2015-09-04 | Display settings: Show output names in addition to display names. | Clement Lefebvre | 1 | -12/+17 | |
2015-08-29 | removed dead code | Monsta | 1 | -37/+0 | |
2015-07-12 | Replace Gdk drawing with Cairo | infirit | 1 | -38/+22 | |
2015-01-13 | xrandr: safer access to list element's data | Monsta | 1 | -1/+1 | |
g_list_nth_data just returns NULL if either list or element is NULL Closes https://github.com/mate-desktop/mate-control-center/pull/138 |