summaryrefslogtreecommitdiff
path: root/gtk/gtksearchbar.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* searchbar: Set a focus vfuncMatthias Clasen2020-07-131-0/+1
* searchbar: Add a key-capture-widget propertyMatthias Clasen2020-07-121-0/+16
* Remove lots of focus vfuncsMatthias Clasen2020-05-111-2/+0
* searchbar: Drop the Private structMatthias Clasen2020-05-051-116/+86
* searchbar: Derive from GtkWidgetMatthias Clasen2020-05-041-77/+79
* searchbar: Add a child propertyMatthias Clasen2020-05-041-0/+46
* Use gtk_revealer_set_child throughoutMatthias Clasen2020-05-041-2/+1
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-1/+1
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-1/+1
* searchbar: Use proper getter in _get_property()Timm Bäder2020-02-071-2/+1
* searchbar: Use g_object_notify_by_pspecTimm Bäder2020-02-071-2/+2
* search bar: Make finalMatthias Clasen2019-05-261-0/+12
* searchbar: Fix a compiler warningMatthias Clasen2019-04-051-8/+0
* gtk: Drop gtk_search_[entry|bar]_handle_event()Carlos Garnacho2019-04-031-118/+0
* gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.hBenjamin Otte2019-03-191-1/+2
* gtksearchbar: Do not handle captured events for unmapped barsCarlos Garnacho2019-02-201-0/+3
* search bar: Work with the new GtkSearchEntryMatthias Clasen2019-02-191-12/+14
* docs: Fix GTK links and locationsEmmanuele Bassi2019-02-061-1/+1
* widget: Ignore events on unmapped widgetsTimm Bäder2019-01-291-3/+0
* entry: Remove _gtk_entry_grab_focusTimm Bäder2019-01-161-1/+1
* Use g_clear_pointer to unparent widgetsTimm Bäder2018-11-131-5/+1
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-4/+9
* searchbar: Ignore key presses when unmappedTimm Bäder2018-07-081-0/+3
* Remove a lot of Since annotationsMatthias Clasen2018-06-251-4/+0
* eventcontrollerkey: Port to new API modelCarlos Garnacho2018-04-261-2/+4
* Fix some g-i annotation warningsRico Tzschichholz2018-04-061-1/+1
* gtksearchbar/entry: Add [gs]et_key_capture_widget() API callsCarlos Garnacho2018-04-051-34/+170
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-3/+2
* shortcuts: Don't include gtk.hBenjamin Otte2018-02-081-4/+4
* The big versioning cleanupMatthias Clasen2018-02-061-16/+0
* searchbar: reorganizeTimm Bäder2018-02-041-57/+85
* searchbar: Properly remove child widgetsTimm Bäder2018-02-041-0/+18
* searchbar: Make a code snippet compileTimm Bäder2018-01-031-4/+13
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* Drop unused includes of gtkrender.hMatthias Clasen2017-10-251-1/+0
* search bar: Use GdkEvent APIMatthias Clasen2017-09-191-3/+11
* searchbar: Fix property documentation commentsTimm Bäder2017-07-191-3/+3
* searchbar: Remove manual snapshot codeTimm Bäder2017-07-191-18/+0
* widget: Remove show-all propertyTimm Bäder2017-01-201-1/+0
* searchbar: Implement snapshot()Benjamin Otte2016-12-201-9/+8
* searchbar: Don't expose implementation detailsMatthias Clasen2016-01-281-4/+4
* searchbar: Stop adding a style classMatthias Clasen2015-11-051-6/+0
* searchbar: Add an element name to the css nodeMatthias Clasen2015-10-291-0/+6
* Fix the buildMatthias Clasen2015-03-221-1/+3
* search bar: Clean up weak pointer handlingMatthias Clasen2015-03-221-27/+29
* Use the new API in GtkSearchBar if we canMatthias Clasen2015-01-241-82/+70
* GtkSearchBar: don't peek outMatthias Clasen2014-10-121-1/+22
* stylecontext: Split render functions out into gtkrender.[ch]Benjamin Otte2014-10-031-1/+1
* GtkSearchBar: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-3/+10