summaryrefslogtreecommitdiff
path: root/libslab/search-context-picker.c
AgeCommit message (Collapse)AuthorFilesLines
2018-06-21libslab: code clean upraveit651-201/+0
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.
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-14/+0
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-06-17GTK+-3 search-context-picker: do not use deprecated gtk_arrow_new ()raveit651-1/+3
2016-06-17GTK+-search-context-picker: don't use deprecated gtk_widget_size_requestraveit651-1/+5
2016-01-15libslab: use GtkBox instead of GtkVBox in both GTK+ buildsmonsta1-7/+11
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: fix deprecated usage of GtkVSeparatormonsta1-1/+8
2014-01-28Fix another GtkAllocation usageStefano Karapetsas1-5/+5
2014-01-24libslab: Add GTK3 supportStefano Karapetsas1-4/+6
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+196