summaryrefslogtreecommitdiff
path: root/libslab/search-bar.h
AgeCommit message (Collapse)AuthorFilesLines
2018-06-21libslab: code clean upraveit651-9/+1
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-01-15libslab: use GtkBox instead of GtkVBox in both GTK+ buildsmonsta1-2/+2
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)
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+76