| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 1 | -1/+1 |
* | searchbar: Set a focus vfunc | Matthias Clasen | 2020-07-13 | 1 | -0/+1 |
* | searchbar: Add a key-capture-widget property | Matthias Clasen | 2020-07-12 | 1 | -0/+16 |
* | Remove lots of focus vfuncs | Matthias Clasen | 2020-05-11 | 1 | -2/+0 |
* | searchbar: Drop the Private struct | Matthias Clasen | 2020-05-05 | 1 | -116/+86 |
* | searchbar: Derive from GtkWidget | Matthias Clasen | 2020-05-04 | 1 | -77/+79 |
* | searchbar: Add a child property | Matthias Clasen | 2020-05-04 | 1 | -0/+46 |
* | Use gtk_revealer_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -2/+1 |
* | Rename gtk_widget{get,set,has}_style_class to _css_class | Timm Bäder | 2020-02-07 | 1 | -1/+1 |
* | Start using GtkWidget's new style class API | Timm Bäder | 2020-02-07 | 1 | -1/+1 |
* | searchbar: Use proper getter in _get_property() | Timm Bäder | 2020-02-07 | 1 | -2/+1 |
* | searchbar: Use g_object_notify_by_pspec | Timm Bäder | 2020-02-07 | 1 | -2/+2 |
* | search bar: Make final | Matthias Clasen | 2019-05-26 | 1 | -0/+12 |
* | searchbar: Fix a compiler warning | Matthias Clasen | 2019-04-05 | 1 | -8/+0 |
* | gtk: Drop gtk_search_[entry|bar]_handle_event() | Carlos Garnacho | 2019-04-03 | 1 | -118/+0 |
* | gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.h | Benjamin Otte | 2019-03-19 | 1 | -1/+2 |
* | gtksearchbar: Do not handle captured events for unmapped bars | Carlos Garnacho | 2019-02-20 | 1 | -0/+3 |
* | search bar: Work with the new GtkSearchEntry | Matthias Clasen | 2019-02-19 | 1 | -12/+14 |
* | docs: Fix GTK links and locations | Emmanuele Bassi | 2019-02-06 | 1 | -1/+1 |
* | widget: Ignore events on unmapped widgets | Timm Bäder | 2019-01-29 | 1 | -3/+0 |
* | entry: Remove _gtk_entry_grab_focus | Timm Bäder | 2019-01-16 | 1 | -1/+1 |
* | Use g_clear_pointer to unparent widgets | Timm Bäder | 2018-11-13 | 1 | -5/+1 |
* | widget: Don't pass a position to ->size_allocate | Timm Bäder | 2018-11-13 | 1 | -4/+9 |
* | searchbar: Ignore key presses when unmapped | Timm Bäder | 2018-07-08 | 1 | -0/+3 |
* | Remove a lot of Since annotations | Matthias Clasen | 2018-06-25 | 1 | -4/+0 |
* | eventcontrollerkey: Port to new API model | Carlos Garnacho | 2018-04-26 | 1 | -2/+4 |
* | Fix some g-i annotation warnings | Rico Tzschichholz | 2018-04-06 | 1 | -1/+1 |
* | gtksearchbar/entry: Add [gs]et_key_capture_widget() API calls | Carlos Garnacho | 2018-04-05 | 1 | -34/+170 |
* | widget: Remove clip from size-allocate vfunc | Benjamin Otte | 2018-04-05 | 1 | -3/+2 |
* | shortcuts: Don't include gtk.h | Benjamin Otte | 2018-02-08 | 1 | -4/+4 |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -16/+0 |
* | searchbar: reorganize | Timm Bäder | 2018-02-04 | 1 | -57/+85 |
* | searchbar: Properly remove child widgets | Timm Bäder | 2018-02-04 | 1 | -0/+18 |
* | searchbar: Make a code snippet compile | Timm Bäder | 2018-01-03 | 1 | -4/+13 |
* | gtk: Intern css names | Matthias Clasen | 2017-11-17 | 1 | -1/+1 |
* | Drop unused includes of gtkrender.h | Matthias Clasen | 2017-10-25 | 1 | -1/+0 |
* | search bar: Use GdkEvent API | Matthias Clasen | 2017-09-19 | 1 | -3/+11 |
* | searchbar: Fix property documentation comments | Timm Bäder | 2017-07-19 | 1 | -3/+3 |
* | searchbar: Remove manual snapshot code | Timm Bäder | 2017-07-19 | 1 | -18/+0 |
* | widget: Remove show-all property | Timm Bäder | 2017-01-20 | 1 | -1/+0 |
* | searchbar: Implement snapshot() | Benjamin Otte | 2016-12-20 | 1 | -9/+8 |
* | searchbar: Don't expose implementation details | Matthias Clasen | 2016-01-28 | 1 | -4/+4 |
* | searchbar: Stop adding a style class | Matthias Clasen | 2015-11-05 | 1 | -6/+0 |
* | searchbar: Add an element name to the css node | Matthias Clasen | 2015-10-29 | 1 | -0/+6 |
* | Fix the build | Matthias Clasen | 2015-03-22 | 1 | -1/+3 |
* | search bar: Clean up weak pointer handling | Matthias Clasen | 2015-03-22 | 1 | -27/+29 |
* | Use the new API in GtkSearchBar if we can | Matthias Clasen | 2015-01-24 | 1 | -82/+70 |
* | GtkSearchBar: don't peek out | Matthias Clasen | 2014-10-12 | 1 | -1/+22 |
* | stylecontext: Split render functions out into gtkrender.[ch] | Benjamin Otte | 2014-10-03 | 1 | -1/+1 |
* | GtkSearchBar: Use G_PARAM_EXPLICIT_NOTIFY | Matthias Clasen | 2014-06-09 | 1 | -3/+10 |