summaryrefslogtreecommitdiff
path: root/libslab
AgeCommit message (Collapse)AuthorFilesLines
2016-02-04libslab: remove useless function from a classmonsta1-14/+0
it did nothing, just chained up to parent class
2016-01-26GTK3: improve GtkMisc deprecation commitWolfgang Ulbrich2-6/+6
2016-01-15libslab: use GtkBox instead of GtkVBox in both GTK+ buildsmonsta11-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 GtkLayoutmonsta1-1/+8
2016-01-15[GTK+3] libslab: use g_object_unref instead of deprecated functionmonsta1-0/+4
2016-01-15[GTK+3] libslab: fix deprecated usage of GtkVSeparatormonsta1-1/+8
2016-01-15[GTK+3] libslab: fix deprecated usage of GtkMiscmonsta7-2/+62
2016-01-15libslab: use gtk_image_set_from_icon_name in both GTK+ buildsmonsta2-4/+4
2016-01-14libslab: fix wrong pointer typemonsta1-1/+1
2016-01-13libslab: less #if'smonsta1-21/+25
2016-01-13remove a few unused variablesmonsta1-1/+0
2015-11-29Fixdnord1-2/+2
This fixes following issue: https://github.com/mate-desktop/mate-control-center/issues/208
2015-08-03drop gdkkeysyms-compat usage, use modern key namesMonsta1-7/+4
2015-05-04libslab: do not reap child when launching desktop itemsMonsta1-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-05GTK3: add missing style class view to AppResizerraveit651-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-30fix one more little memleak and make another logic cleanerMonsta1-48/+45
2014-11-28don't leak memoryMonsta2-1/+13
2014-05-27Replace GtkObject with GObject also for gtk2infirit1-15/+0
2014-05-27Cleanup GTK_CHECK_VERSION and unify where possibleinfirit2-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-23Use g_spawn_async for gtk+-2 and gtk+-3infirit1-7/+0
2014-05-11Rename libslab to libmate-slabMike Gabriel10-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-26libslab: GTK3 fixesStefano Karapetsas2-8/+13
2014-01-29Fix some build errors with GTK3Stefano Karapetsas2-19/+23
Shell is still a bit unusable with GTK3
2014-01-28Fix another GtkAllocation usageStefano Karapetsas1-5/+5
2014-01-28Fix another GtkAllocation usageStefano Karapetsas1-3/+3
2014-01-28Merge branch 'master' of github.com:mate-desktop/mate-control-centerStefano Karapetsas1-1/+1
2014-01-28Fix GtkAllocation usage after GTK3 commitsStefano Karapetsas2-20/+20
2014-01-28Fix some gcc warningsStefano Karapetsas1-1/+1
2014-01-24Fixes for GTK2Stefano Karapetsas2-2/+2
2014-01-24libslab: Add GTK3 supportStefano Karapetsas14-57/+285
2013-11-03Update to new mate-desktop include pathsWilly Sudiarto Raharjo9-10/+10
2013-08-09Use gnome-keyring instead of mate-keyringStefano Karapetsas1-2/+2
2013-08-01Use yelp-tools instead of mate-doc-utilsinfirit2-2/+2
2013-03-25change INCLUDES to AM_CPPFLAGS for automake-1.13raveit1-1/+1
2012-12-12re-add previously deleted files into libslabStefano Karapetsas8-2/+2112
they are dependencies of gnome-main-menu they are migrated to gsettings
2012-11-29install libslab library and headersStefano Karapetsas2-10/+15
gnome libslab is no more available, so we can ship it
2012-10-22migrate libslab to gsettingsStefano Karapetsas18-2905/+35
2012-01-26removing autogenerated filesPerberos1-804/+0
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos44-0/+12235