Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
make afcb324eb181a9c6cb0b3c8e8589ed99391a63a0 simpler
|
|
Make use GtkSearchEntry instead of builtin NldSearchEntry
fixes #299
Signed-off-by: Zhang Xianwei <[email protected]>
|
|
|
|
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
|
|
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)
|
|
|
|
|