Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-24 | libslab: drop useless checkpoint function | monsta | 3 | -50/+0 | |
2017-12-23 | libslab: remove more unused code | monsta | 8 | -182/+0 | |
2017-12-22 | libslab: remove a bunch of unused code | monsta | 8 | -414/+0 | |
2017-12-20 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 6 | -67/+21 | |
This commit reverts: https://github.com/mate-desktop/mate-control-center/commit/fe782c673262e861334bb48265abf5075ff02680 https://github.com/mate-desktop/mate-control-center/commit/061f3780a3af6224a804d239f9b9dfc5c81873f6 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height gdk_screen_width gdk_screen_height | |||||
2017-12-15 | fix support for external localizations in .desktop files | monsta | 1 | -6/+16 | |
fixes https://github.com/mate-desktop/mate-control-center/issues/239 fixes https://github.com/mate-desktop/mate-control-center/issues/260 | |||||
2017-12-15 | Add the support for cursor sizes of 96 and 128. It could be useful for ↵ | Alex ARNAUD | 1 | -1/+1 | |
low-vision persons to be able to increase the size of the their cursors greater than 64. If the cursor theme doesn't provide cursor sizes greater than 64 the behavior is the same. | |||||
2017-12-14 | man: fix title of mate-window-properties page | monsta | 1 | -1/+1 | |
2017-12-14 | man: fix titles of mate-typing-monitor and mate-thumbnail-font pages | monsta | 2 | -2/+2 | |
fixes https://github.com/mate-desktop/mate-control-center/issues/259 | |||||
2017-12-01 | Fixes font dpi with "org.mate.desktop.font-rendering.dpi" by default | Pablo Barciela | 1 | -3/+25 | |
2017-10-19 | sync with Transifex | monsta | 103 | -883/+880 | |
2017-08-19 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 2 | -0/+17 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window | |||||
2017-08-15 | release 1.19.1v1.19.1 | raveit65 | 2 | -1/+24 | |
2017-08-15 | sync with transifex | raveit65 | 6 | -259/+262 | |
2017-08-15 | libslab: avoid deprecated gdk_screen_width/height | ZenWalker | 2 | -3/+12 | |
2017-08-15 | appearance-font.c: avoid deprecated gdk_screen_get_width/height_mm | ZenWalker | 1 | -1/+14 | |
2017-08-15 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 4 | -14/+23 | |
2017-08-15 | libslab: drop unneeded libslab_mate_desktop_item_open_help function | raveit65 | 2 | -37/+0 | |
2017-08-15 | libslab : drop uneeded support for gnome-main-menu | raveit65 | 9 | -2324/+0 | |
No need for this as g-m-n isn't maintained any more, and never ported to gtk+-3 | |||||
2017-08-15 | typing-break: avoid deprecated GDK pointer and keyboard types | raveit65 | 2 | -9/+78 | |
2017-08-15 | libslab: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+4 | |
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 | keybindings eggcellrendererkey: avoid deprecated GDK pointer and keyboard types | raveit65 | 1 | -11/+84 | |
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 | |
2017-08-14 | po: don't list non-existent files in POTFILES.skip | monsta | 1 | -10/+0 | |
2017-08-03 | avoid deprecated gdk_screen_make_display_name | ZenWalker | 1 | -4/+7 | |
2017-08-01 | avoid deprecated gdk_display_get_screen and gdk_display_get_n_screens | ZenWalker | 1 | -7/+3 | |
2017-07-24 | capplet-util: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+8 | |
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-07-14 | typing-break: avoid deprecated GtkMisc | raveit65 | 1 | -0/+17 | |
- replace gtk_misc_get_alignment () - replace gtk_misc_get_padding () | |||||
2017-07-14 | typing-break: avoid deprecated gtk_alignment_new () | raveit65 | 1 | -20/+12 | |
2017-07-14 | mouse: fix a build warning | raveit65 | 1 | -1/+1 | |
introduced by https://github.com/mate-desktop/mate-control-center/commit/ba301f8 | |||||
2017-07-02 | mouse: warn about enabling multi-finger emulation | Patrick Monnerat | 2 | -5/+43 | |
libinput disables software buttons when clickfinger is enabled. | |||||
2017-06-16 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+30 | |
2017-06-16 | sync with transifex | raveit65 | 101 | -4466/+4480 | |
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-05-30 | libslab: make ThemedIcon use style_updated instead of style_set | monsta | 1 | -3/+3 | |
makes icons in m-c-c shell properly react to icon theme change | |||||
2017-05-30 | libslab: correct icon loading code | monsta | 1 | -4/+5 | |
fixes loading app icons from /usr/share/pixmaps when the icon theme doesn't have an icon with chosen name fixes https://github.com/mate-desktop/mate-control-center/issues/283 | |||||
2017-05-28 | libslab nameplate-tile: replace GtkAlignment with a GtkBox | raveit65 | 1 | -3/+7 | |
2017-05-28 | libslab tile.c: replace deprecated gtk_widget_set_state () | raveit65 | 2 | -8/+8 | |
2017-05-28 | libslab shellwindow: replace GtkAlignment with a GtkBox | raveit65 | 2 | -4/+7 | |
The scrolledwindow child needs to be vertical expand in this case. | |||||
2017-05-28 | libslab slab-section: avoid deprecated GtkAlignment | raveit65 | 1 | -9/+6 | |
2017-05-28 | libslab app-shell: avoid deprecated gtk_alignment_new () | raveit65 | 1 | -7/+5 | |
2017-05-28 | app-resizer: fix a build warning | raveit65 | 1 | -1/+1 | |
2017-05-20 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -6/+10 | |
2017-05-16 | libslab searchbar: remove deprecated ussage of GtkAlignment | raveit65 | 1 | -5/+3 | |
2017-05-16 | libslab nameplate-tile: avoid deprecated gtk_button_set_focus_on_click () | raveit65 | 1 | -0/+4 | |
2017-05-16 | libslab nameplate-tile: remove one deprecated ussage of GtkAlignment | raveit65 | 1 | -5/+3 | |
2017-05-16 | libslab: don't use deprecated gdk_app_launch_context_new () | raveit65 | 2 | -2/+2 | |
2017-05-16 | about-me-password UI: set max_width_chars for description-label | raveit65 | 1 | -0/+1 | |
This reduce the width of the dialog |