summaryrefslogtreecommitdiff
path: root/libslab/search-bar.c
AgeCommit message (Collapse)AuthorFilesLines
2023-11-05Remove libslab libraryzhuyaliang1-238/+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-06libslab: avoid deprecated g_type_class_add_privateWu Xiaotian1-18/+14
2018-06-21libslab: code clean upraveit651-117/+2
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.
2018-01-12libslab: store search entry widget as GtkEntrymonsta1-5/+5
make afcb324eb181a9c6cb0b3c8e8589ed99391a63a0 simpler
2018-01-11libslab: fix search icon misalignedZhang Xianwei1-7/+6
Make use GtkSearchEntry instead of builtin NldSearchEntry fixes #299 Signed-off-by: Zhang Xianwei <[email protected]>
2017-05-16libslab searchbar: remove deprecated ussage of GtkAlignmentraveit651-5/+3
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-4/+0
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-01-15libslab: use GtkBox instead of GtkVBox in both GTK+ buildsmonsta1-1/+6
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-24libslab: Add GTK3 supportStefano Karapetsas1-4/+4
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+361