summaryrefslogtreecommitdiff
path: root/libslab/nameplate-tile.c
AgeCommit message (Collapse)AuthorFilesLines
2023-11-05Remove libslab libraryzhuyaliang1-274/+0
libslab is only used in mate-c-c and there is no need to provide a library
2019-12-05avoid redundant redeclarationsPablo Barciela1-2/+0
2019-06-18Remove trailing whitespacesrbuj1-1/+1
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2019-06-06libslab: avoid deprecated g_type_class_add_privateWu Xiaotian1-7/+3
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2017-05-28libslab nameplate-tile: replace GtkAlignment with a GtkBoxraveit651-3/+7
2017-05-16libslab nameplate-tile: avoid deprecated gtk_button_set_focus_on_click ()raveit651-0/+4
2017-05-16libslab nameplate-tile: remove one deprecated ussage of GtkAlignmentraveit651-5/+3
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-27/+0
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-02-04libslab: remove useless function from a classmonsta1-14/+0
it did nothing, just chained up to parent class
2016-01-15libslab: use GtkBox instead of GtkVBox in both GTK+ buildsmonsta1-0/+5
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-14libslab: fix wrong pointer typemonsta1-1/+1
2014-01-24libslab: Add GTK3 supportStefano Karapetsas1-0/+24
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+290