Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-18 | Remove trailing whitespaces | rbuj | 3 | -9/+9 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-06-06 | libslab: avoid deprecated g_type_class_add_private | Wu Xiaotian | 5 | -65/+55 | |
2019-04-19 | control-center: Fix memory leak | rbuj | 1 | -1/+1 | |
Reported by clang: control-center.c:84:2: warning: Potential leak of memory pointed to by 'action' g_slist_free(key_list); ^~~~~~~~~~~~ | |||||
2019-01-01 | Fix the runtime warning about gtk_widget_destroy. | Wu Xiaotian | 1 | -8/+29 | |
2019-01-01 | Fixed number of cols error after reload menus. | Wu Xiaotian | 1 | -3/+3 | |
After install/uninstall applications, each category of applications display as one long line. | |||||
2019-01-01 | Fixed crash when install/remove application. | Wu Xiaotian | 1 | -4/+17 | |
Fixed issue #403 If m-c-c is open, install/uninstall application, m-c-c is crash. | |||||
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 | libslab: replace deprecated gtk_menu_popup | raveit65 | 1 | -31/+10 | |
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-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 6 | -32/+1 | |
2018-01-12 | libslab: store search entry widget as GtkEntry | monsta | 1 | -5/+5 | |
make afcb324eb181a9c6cb0b3c8e8589ed99391a63a0 simpler | |||||
2018-01-11 | libslab: fix search icon misaligned | Zhang Xianwei | 6 | -286/+9 | |
Make use GtkSearchEntry instead of builtin NldSearchEntry fixes #299 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-01-10 | libslab: search-entry.c: Fix build warning: | Pablo Barciela | 1 | -1/+1 | |
‘__builtin___snprintf_chk’ output truncated before the last format character | |||||
2017-12-24 | libslab: restore missing variable initialization | monsta | 1 | -1/+2 | |
it got lost after https://github.com/mate-desktop/mate-control-center/commit/9169a1d5d4d5ac5d8a14bc021be09a0a80eb9996 | |||||
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 | 2 | -12/+5 | |
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-08-15 | libslab: avoid deprecated gdk_screen_width/height | ZenWalker | 2 | -3/+12 | |
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 | 8 | -2321/+0 | |
No need for this as g-m-n isn't maintained any more, and never ported to gtk+-3 | |||||
2017-08-15 | libslab: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+4 | |
2017-08-03 | avoid deprecated gdk_screen_make_display_name | ZenWalker | 1 | -4/+7 | |
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-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 | libslab: remove unused functions | monsta | 2 | -68/+0 | |
one of them was even distro-specific, wow | |||||
2017-04-26 | libslab bookmark-agent: fix some xdg paths | raveit65 | 1 | -4/+5 | |
2017-04-13 | use g_object_unref instead of deprecated rsvg_handle_free | monsta | 1 | -1/+1 | |
it's deprecated since 2006: https://git.gnome.org/browse/librsvg/commit/?id=2b7c95c7a102351ccc903375c35a17b05b6c24e7 | |||||
2017-01-24 | libslab: wrap labels on the left pane | Alexei Sorokin | 1 | -0/+2 | |
2017-01-24 | libslab: force the icon size | Alexei Sorokin | 1 | -0/+1 | |
If an icon only provides some huge sizes, not doing that breaks the layout. | |||||
2016-12-02 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 10 | -257/+8 | |
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17 | |||||
2016-10-19 | GTK3: port libunique->GtkApplication | lukefromdc | 1 | -3/+42 | |
All GTK3 builds for now, this can go 3-way to permit gtk3/libunique builds if there is any reason for a distro to have issues with using GtkApplication, or for a point/buildfix release | |||||
2016-07-13 | drop unused includes | monsta | 4 | -5/+0 | |
2016-07-13 | libslab: drop unused code | monsta | 2 | -73/+0 | |
2016-06-17 | GTK+-3 search-context-picker: do not use deprecated gtk_arrow_new () | raveit65 | 1 | -1/+3 | |
2016-06-17 | GTK+-search-context-picker: don't use deprecated gtk_widget_size_request | raveit65 | 1 | -1/+5 | |
2016-06-17 | GTK+-3 app-resizer: don't use deprecated gtk_widget_size_request | raveit65 | 1 | -1/+5 | |