summaryrefslogtreecommitdiff
path: root/libslab/shell-window.c
AgeCommit message (Collapse)AuthorFilesLines
2017-12-23libslab: remove more unused codemonsta1-9/+0
2017-12-20WidthOfScreen and HeightOfScreen implementationPablo Barciela1-6/+2
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-08-15libslab: avoid deprecated gdk_screen_width/heightZenWalker1-1/+6
2017-05-28libslab shellwindow: replace GtkAlignment with a GtkBoxraveit651-4/+6
The scrolledwindow child needs to be vertical expand in this case.
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-30/+3
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-02-04remove some unused variablesmonsta1-2/+1
2016-01-15libslab: use GtkBox instead of GtkVBox in both GTK+ buildsmonsta1-0/+4
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)
2014-01-29Fix some build errors with GTK3Stefano Karapetsas1-5/+9
Shell is still a bit unusable with GTK3
2014-01-28Fix GtkAllocation usage after GTK3 commitsStefano Karapetsas1-6/+6
2014-01-24Fixes for GTK2Stefano Karapetsas1-1/+1
2014-01-24libslab: Add GTK3 supportStefano Karapetsas1-8/+42
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+147