summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Shut up CVSManish Singh2004-08-181-0/+4
* Use g_message() throughout, add RTL envar for rtl testing.Matthias Clasen2004-08-171-3/+7
* New widget to go along with GtkFontButton and GtkColorButton for use inMatthias Clasen2004-08-172-0/+174
* Comment out mallinfo stuff. Fix g_print %-strings.Morten Welinder2004-08-161-3/+11
* New function.Soeren Sandmann2004-08-142-0/+311
* make it compile and more similar to the X11 implementation [backwardHans Breuer2004-08-062-2/+5
* Add buttons to select and unselect all nodes, make the popup menu actuallyMatthias Clasen2004-08-041-9/+44
* Add testiconview. A test for GtkIconView ...which uses this image.Matthias Clasen2004-08-043-0/+307
* Some trees in combo boxes.Matthias Clasen2004-08-021-11/+759
* Change the api for separators to use a separator function instead of aMatthias Clasen2004-07-301-8/+19
* Require Pango 1.5.1 (for ellipsisation).Matthias Clasen2004-07-222-0/+71
* Don't leak models. (#148128, Tommi Komulainen)Matthias Clasen2004-07-221-2/+7
* Add some refcount debugging.Matthias Clasen2004-07-202-4/+58
* === Released 2.5.0 ===GTK_2_5_0Soeren Sandmann2004-07-201-1/+0
* Support separators in combo boxes and more generally in tree viewsMatthias Clasen2004-07-071-4/+25
* Add a checkbox to queue an merge/unmerge. Patch from Matthias Clasen.Soeren Sandmann2004-06-051-3/+11
* Support insensitive cells in tree views and combo boxes.Matthias Clasen2004-05-271-1/+28
* Add a progress cell renderer, based on the one found in Epiphany.Matthias Clasen2004-05-121-6/+21
* Make the second example use the ::match-selected signal to make itMatthias Clasen2004-05-101-0/+19
* tests/makefile.msc is in CVS for a long time, finally added to EXTRA_DISTHans Breuer2004-05-011-1/+3
* Add a missing cat. (#141070, Chris Sherlock)Matthias Clasen2004-04-291-1/+2
* Moved search entries into priv data.Jonathan Blandford2004-04-111-1/+1
* Plug leak.Morten Welinder2004-03-171-0/+3
* Plug some leaks and expose others.Morten Welinder2004-03-171-1/+18
* Don't leak the tooltip object.Morten Welinder2004-03-171-3/+12
* Rewritten to use the GtkEntryCompletion API more correctly. Now pops downJonathan Blandford2004-03-151-2/+4
* #136672, reported by Christian Persch; fixes based on a patch by SoerenOwen Taylor2004-03-152-1/+136
* gtk/gtkcombobox.c : prototype cell_view_sync_cells() before first usageHans Breuer2004-03-141-1/+1
* Ssssh!Morten Welinder2004-03-121-1/+3
* Add new testspinbutton.cMorten Welinder2004-03-123-8/+59
* Use gtk_entry_set_width_chars() rather than gtk_widget_set_size_request().Owen Taylor2004-03-111-3/+3
* Add support for --multiple.Morten Welinder2004-03-101-0/+5
* Support changes in icon themes.Jonathan Blandford2004-03-101-5/+1
* Destroy widgets to reveal leaks.Morten Welinder2004-03-091-0/+4
* new function to consolidate creating the path_bar.Jonathan Blandford2004-03-081-0/+6
* Correct localtime_r() emulation on Win32. Remove a couple of unnecessaryTor Lillqvist2004-03-081-4/+1
* Fixed typo in entry completion test.Christian Neumair2004-03-081-1/+1
* Test dynamic addition/removal.Matthias Clasen2004-03-081-7/+98
* some more settings from system, also reflect some name changes done aHans Breuer2004-03-071-2/+6
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-0634-9/+76
* don't try and store pointers in ints. Fixes 64-bit build.Mark McLoughlin2004-03-031-6/+32
* Plug leak.Morten Welinder2004-03-031-0/+3
* Split function into realized and unrealized variants, and consolidate theJonathan Blandford2004-03-031-1/+1
* Add an animation mode, to test how the combobox behaves if the modelMatthias Clasen2004-03-021-2/+37
* Move the /nonexistant stuff out of the main window, keep the main windowOwen Taylor2004-03-021-37/+28
* gtk/gtktreestore.c (gtk_tree_store_reorder) Fix up the interpretation ofOwen Taylor2004-03-021-8/+6
* Patch from Frederic Crozat, test code from Jean-Philippe Chancelier. FixesSoeren Sandmann2004-03-022-31/+137
* If the model was empty before, select the first inserted item.Owen Taylor2004-03-022-0/+274
* Don't update the save folder combo if we are already switching folders;Federico Mena Quintero2004-03-021-4/+62
* Add testentrycompletion.Matthias Clasen2004-03-022-0/+243