summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-01-12libslab: store search entry widget as GtkEntrymonsta1-5/+5
make afcb324eb181a9c6cb0b3c8e8589ed99391a63a0 simpler
2018-01-11libslab: fix search icon misalignedZhang Xianwei6-286/+9
Make use GtkSearchEntry instead of builtin NldSearchEntry fixes #299 Signed-off-by: Zhang Xianwei <[email protected]>
2018-01-10libslab: search-entry.c: Fix build warning:Pablo Barciela1-1/+1
‘__builtin___snprintf_chk’ output truncated before the last format character
2018-01-10Remove useless duplication in mate_theme_install_realZhang Xianwei1-4/+0
Handle Case THEME_MATE | THEME_MARCO | THEME_GTK should be same, so remove useless duplication. Signed-off-by: Zhang Xianwei <[email protected]>
2018-01-10Fix Window Border theme cannot be deletedZhang Xianwei1-1/+1
The directory "marco-1" does not exist, replacing it with "metacity-1". Fixes #316 Signed-off-by: Zhang Xianwei <[email protected]>
2018-01-09update windows tiling gsettings key, part-2raveit651-6/+6
2018-01-09update windows tiling gsettings keyraveit651-1/+1
2018-01-05about-me: drop unused codemonsta6-722/+0
2017-12-26shell: add Comment field to .desktop filemonsta1-0/+1
2017-12-26release 1.19.2v1.19.2raveit652-1/+17
2017-12-26sync with transifexraveit65103-14840/+5782
2017-12-25Enable default broswer setting support for text/htmlcxy_uestc1-0/+1
2017-12-24libslab: restore missing variable initializationmonsta1-1/+2
it got lost after https://github.com/mate-desktop/mate-control-center/commit/9169a1d5d4d5ac5d8a14bc021be09a0a80eb9996
2017-12-24libslab: drop useless checkpoint functionmonsta3-50/+0
2017-12-23libslab: remove more unused codemonsta8-182/+0
2017-12-22libslab: remove a bunch of unused codemonsta8-414/+0
2017-12-20WidthOfScreen and HeightOfScreen implementationPablo Barciela6-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-15fix support for external localizations in .desktop filesmonsta1-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-15Add the support for cursor sizes of 96 and 128. It could be useful for ↵Alex ARNAUD1-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-14man: fix title of mate-window-properties pagemonsta1-1/+1
2017-12-14man: fix titles of mate-typing-monitor and mate-thumbnail-font pagesmonsta2-2/+2
fixes https://github.com/mate-desktop/mate-control-center/issues/259
2017-12-01Fixes font dpi with "org.mate.desktop.font-rendering.dpi" by defaultPablo Barciela1-3/+25
2017-10-19sync with Transifexmonsta103-883/+880
2017-08-19gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker2-0/+17
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window
2017-08-15release 1.19.1v1.19.1raveit652-1/+24
2017-08-15sync with transifexraveit656-259/+262
2017-08-15libslab: avoid deprecated gdk_screen_width/heightZenWalker2-3/+12
2017-08-15appearance-font.c: avoid deprecated gdk_screen_get_width/height_mmZenWalker1-1/+14
2017-08-15avoid deprecated gdk_screen_get_width/heightZenWalker4-14/+23
2017-08-15libslab: drop unneeded libslab_mate_desktop_item_open_help functionraveit652-37/+0
2017-08-15libslab : drop uneeded support for gnome-main-menuraveit659-2324/+0
No need for this as g-m-n isn't maintained any more, and never ported to gtk+-3
2017-08-15typing-break: avoid deprecated GDK pointer and keyboard typesraveit652-9/+78
2017-08-15libslab: don't use deprecated gtk_show_uriraveit651-0/+4
2017-08-15display scrollarea: avoid deprecated gtk_adjustment_changedraveit651-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-15keybindings eggcellrendererkey: avoid deprecated GDK pointer and keyboard typesraveit651-11/+84
2017-08-15display scrollarea: fix a -Wuninitialized build warningraveit651-0/+1
2017-08-15display scrollarea: avoid deprecated gdk_window_get_pointerraveit651-1/+21
2017-08-14po: don't list non-existent files in POTFILES.skipmonsta1-10/+0
2017-08-03avoid deprecated gdk_screen_make_display_nameZenWalker1-4/+7
2017-08-01avoid deprecated gdk_display_get_screen and gdk_display_get_n_screensZenWalker1-7/+3
2017-07-24capplet-util: don't use deprecated gtk_show_uriraveit651-0/+8
2017-07-18update issue_templateraveit651-0/+3
2017-07-14typing-break: avoid deprecated GtkMiscraveit651-0/+17
- replace gtk_misc_get_alignment () - replace gtk_misc_get_padding ()
2017-07-14typing-break: avoid deprecated gtk_alignment_new ()raveit651-20/+12
2017-07-14mouse: fix a build warningraveit651-1/+1
introduced by https://github.com/mate-desktop/mate-control-center/commit/ba301f8
2017-07-02mouse: warn about enabling multi-finger emulationPatrick Monnerat2-5/+43
libinput disables software buttons when clickfinger is enabled.
2017-06-16release 1.19.0v1.19.0raveit651-0/+30
2017-06-16sync with transifexraveit65101-4466/+4480
2017-06-08create issue_template.mdraveit651-0/+16
2017-05-30libslab: make ThemedIcon use style_updated instead of style_setmonsta1-3/+3
makes icons in m-c-c shell properly react to icon theme change