summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/search_entry.c
Commit message (Expand)AuthorAgeFilesLines
* gtk-demo: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-3/+1
* gtk-demo: Polish all entry demosMatthias Clasen2020-11-021-14/+9
* gtk-demo: Fix cleanup of search entry demoMatthias Clasen2020-08-021-4/+7
* gtk-demo: Make search progress visible againMatthias Clasen2020-08-021-0/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-4/+4
* Use gtk_window_destroyMatthias Clasen2020-05-111-1/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* gtk-demo: Fix the search entry demoMatthias Clasen2020-03-271-4/+7
* demos/gtk-demo: Add common_cflags to buildTimm Bäder2020-03-071-2/+2
* Drop the margin propertyMatthias Clasen2020-02-251-1/+4
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* gtk-demo: Rewrite the search entry demoMatthias Clasen2019-06-131-91/+110
* gtk-demo: Minimally fix the sarch entry demoMatthias Clasen2019-03-031-1/+4
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-281-1/+1
* box: Remove gtk_box_pack_startTimm Bäder2019-01-231-4/+4
* gtkentry: Use gestures for entry iconsCarlos Garnacho2018-06-211-2/+1
* window: Turn gtk_window_set_screen() into gtk_window_set_display()Benjamin Otte2017-10-311-1/+1
* box: Remove fill child propertyTimm Bäder2017-04-251-4/+4
* box: Remove expand child propertyTimm Bäder2017-04-251-4/+4
* Remove gtk_widget_show_allTimm Bäder2017-01-201-3/+1
* More gtk-demo spacing fixesMatthias Clasen2016-10-261-0/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-2/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-4/+4
* port to new gtk_menu_popup_at_* () functionsWilliam Hua2016-07-191-2/+1
* gtk-demo: Fix up some warningsMatthias Clasen2016-06-191-3/+10
* gtk-demo: Properly clean up timeouts in search entry demoMatthias Clasen2015-07-211-5/+10
* gtk-demo: Cosmetic changesMatthias Clasen2015-06-281-20/+6
* gtk-demo: Remove unused variableBenjamin Otte2013-06-261-1/+0
* Remove usage of stock APIs in demoWilliam Jon McCann2013-06-241-22/+6
* gtk: Add GtkSearchEntryBastien Nocera2012-06-111-24/+1
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-301-2/+1
* gtk-demo: Add placeholder text to search entry demoCarlos Garcia Campos2011-03-221-0/+8
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-2/+2
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-2/+2
* Use accessor functions to access GtkDialogJavier Jardón2010-07-131-1/+4
* Fix compilation warning: use entry var correctly initilizedJavier Jardón2010-03-091-4/+4
* Add accessible alternatives to entry icon functionalityMatthias Clasen2010-03-081-86/+138
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* End the search if the window is closed.Matthias Clasen2009-01-181-2/+15
* Rename GtkEntry icon-related signalsMatthias Clasen2008-12-311-6/+6
* Add a "Search entry" demo for icons and progress in an entryMatthias Clasen2008-12-261-0/+270