summaryrefslogtreecommitdiff
path: root/gtk/gtksearchbar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkSearchBar: Handle lack of an entryMatthias Clasen2014-06-091-4/+7
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-4/+4
* docs: fully break lines in examplesWilliam Jon McCann2014-02-121-6/+9
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* docs: Don't use <xi:include>William Jon McCann2014-02-051-5/+1
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-6/+4
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-2/+2
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-4/+4
* resources: move resources into a subdirectoryWilliam Jon McCann2014-01-231-1/+1
* docs: fix typo in function nameWilliam Jon McCann2014-01-211-1/+1
* search-bar: make independent of toolbar stylingWilliam Jon McCann2013-10-101-6/+30