Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-18 | libslab: fix search icon misaligned | Zhang Xianwei | 6 | -281/+4 | |
Make use GtkSearchEntry instead of builtin NldSearchEntry fixes #299 Signed-off-by: Zhang Xianwei <[email protected]> (squashed afcb324eb181a9c6cb0b3c8e8589ed99391a63a0 + 172e05f957cfcf4b94c469f9b0933ce414faaf8a for 1.18 branch) | |||||
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/457e9331e9d4fb082455ce505c3d3f4bfda9bc38 | |||||
2017-12-21 | 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-06-16 | 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-06-16 | 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-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 | |
2016-02-04 | [GTK+3] use x/y align functions of GtkLabel in GTK+ >= 3.16 | monsta | 5 | -30/+20 | |
2016-02-04 | [GTK+3] don't set x/y align to 0.5 - it's the default value anyway | monsta | 2 | -2/+0 | |
2016-02-04 | remove some unused variables | monsta | 1 | -2/+1 | |
2016-02-04 | libslab: remove useless function from a class | monsta | 1 | -14/+0 | |
it did nothing, just chained up to parent class | |||||
2016-01-26 | GTK3: improve GtkMisc deprecation commit | Wolfgang Ulbrich | 2 | -6/+6 | |
2016-01-15 | libslab: use GtkBox instead of GtkVBox in both GTK+ builds | monsta | 11 | -33/+73 | |
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build NOTE: this commit changes the public interface of libslab in both GTK+ builds (due to transition of classes' parents and/or members from GtkVBox to GtkBox) | |||||
2016-01-15 | [GTK+3] libslab: use function from GtkScrollable instead of GtkLayout | monsta | 1 | -1/+8 | |
2016-01-15 | [GTK+3] libslab: use g_object_unref instead of deprecated function | monsta | 1 | -0/+4 | |
2016-01-15 | [GTK+3] libslab: fix deprecated usage of GtkVSeparator | monsta | 1 | -1/+8 | |
2016-01-15 | [GTK+3] libslab: fix deprecated usage of GtkMisc | monsta | 7 | -2/+62 | |
2016-01-15 | libslab: use gtk_image_set_from_icon_name in both GTK+ builds | monsta | 2 | -4/+4 | |
2016-01-14 | libslab: fix wrong pointer type | monsta | 1 | -1/+1 | |
2016-01-13 | libslab: less #if's | monsta | 1 | -21/+25 | |
2016-01-13 | remove a few unused variables | monsta | 1 | -1/+0 | |
2015-11-29 | Fix | dnord | 1 | -2/+2 | |
This fixes following issue: https://github.com/mate-desktop/mate-control-center/issues/208 | |||||
2015-08-03 | drop gdkkeysyms-compat usage, use modern key names | Monsta | 1 | -7/+4 | |
2015-05-04 | libslab: do not reap child when launching desktop items | Monsta | 1 | -1/+1 | |
should be used after https://github.com/mate-desktop/mate-desktop/pull/166 is applied Closes https://github.com/mate-desktop/mate-control-center/pull/152 | |||||
2015-03-05 | GTK3: add missing style class view to AppResizer | raveit65 | 1 | -0/+4 | |
Closes https://github.com/mate-desktop/mate-control-center/pull/145 Closes https://github.com/mate-desktop/mate-control-center/issues/142 | |||||
2014-11-30 | fix one more little memleak and make another logic cleaner | Monsta | 1 | -48/+45 | |
2014-11-28 | don't leak memory | Monsta | 2 | -1/+13 | |
2014-05-27 | Replace GtkObject with GObject also for gtk2 | infirit | 1 | -15/+0 | |
2014-05-27 | Cleanup GTK_CHECK_VERSION and unify where possible | infirit | 2 | -7/+2 | |
gdk_display_get_default | since 2.2 gdk_x11_display_get_xdisplay | since 2.2 gdk_drag_context_list_targets | since 2.22 gdk_x11_window_foreign_new_for_display | since 2.24 gdk_drawable_get_screen | since 2.24 gtk_widget_hide | always | |||||
2014-05-23 | Use g_spawn_async for gtk+-2 and gtk+-3 | infirit | 1 | -7/+0 | |
2014-05-11 | Rename libslab to libmate-slab | Mike Gabriel | 10 | -35/+35 | |
https://github.com/mate-desktop/mate-control-center/issues/100 This is to avoid package name and version conflicts with libslab0 / libslab0a which existed in Debian until squeeze. MATE components (currently only gnome-main-menu) depending on libmate-slab0 have to be patch accordingly. | |||||
2014-04-26 | libslab: GTK3 fixes | Stefano Karapetsas | 2 | -8/+13 | |
2014-01-29 | Fix some build errors with GTK3 | Stefano Karapetsas | 2 | -19/+23 | |
Shell is still a bit unusable with GTK3 | |||||
2014-01-28 | Fix another GtkAllocation usage | Stefano Karapetsas | 1 | -5/+5 | |
2014-01-28 | Fix another GtkAllocation usage | Stefano Karapetsas | 1 | -3/+3 | |
2014-01-28 | Merge branch 'master' of github.com:mate-desktop/mate-control-center | Stefano Karapetsas | 1 | -1/+1 | |
2014-01-28 | Fix GtkAllocation usage after GTK3 commits | Stefano Karapetsas | 2 | -20/+20 | |
2014-01-28 | Fix some gcc warnings | Stefano Karapetsas | 1 | -1/+1 | |
2014-01-24 | Fixes for GTK2 | Stefano Karapetsas | 2 | -2/+2 | |
2014-01-24 | libslab: Add GTK3 support | Stefano Karapetsas | 14 | -57/+285 | |
2013-11-03 | Update to new mate-desktop include paths | Willy Sudiarto Raharjo | 9 | -10/+10 | |
2013-08-09 | Use gnome-keyring instead of mate-keyring | Stefano Karapetsas | 1 | -2/+2 | |
2013-08-01 | Use yelp-tools instead of mate-doc-utils | infirit | 2 | -2/+2 | |