summaryrefslogtreecommitdiff
path: root/tests/testentrycompletion.c
Commit message (Expand)AuthorAgeFilesLines
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-281-1/+1
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-2/+2
* testentrycompletion: Use the model we already gotDaniel Boles2018-04-241-1/+1
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-1/+1
* Replace all remaining uses of delete-eventMatthias Clasen2018-01-161-1/+1
* Fix fallout from g_object_ref changeMatthias Clasen2017-12-081-1/+1
* box: Remove fill child propertyTimm Bäder2017-04-251-2/+2
* box: Remove expand child propertyTimm Bäder2017-04-251-2/+2
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Update callersMatthias Clasen2017-01-191-1/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-3/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-5/+5
* tests: Drop manual property editorMatthias Clasen2014-05-221-27/+4
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* 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
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-1/+1
* Add property editorsMatthias Clasen2005-10-261-4/+31
* Add some strings containing multibyte characters.Matthias Clasen2005-09-131-0/+7
* Add Copyright/License information.Matthias Clasen2005-07-131-0/+19
* modules/engines/ms-windows/msw_rc_style.cManish Singh2004-11-191-1/+1
* Don't try to remove stuff from an empty model. (#156575, Christian Persch)Matthias Clasen2004-10-311-3/+3
* Fix many sparse warnings.Matthias Clasen2004-10-281-2/+2
* Really handle a NULL model, fixes #137211 for real.Anders Carlsson2004-10-261-9/+47
* Make the second example use the ::match-selected signal to make itMatthias Clasen2004-05-101-0/+19
* Add a missing cat. (#141070, Chris Sherlock)Matthias Clasen2004-04-291-1/+2
* Fixed typo in entry completion test.Christian Neumair2004-03-081-1/+1
* Test dynamic addition/removal.Matthias Clasen2004-03-081-7/+98
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Add testentrycompletion.Matthias Clasen2004-03-021-0/+240