summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* improve tests a little.Jonathan Blandford2004-03-021-8/+39
* Don't scale images that are small enough to fit. Avoid using incompatiblyMorten Welinder2004-03-021-20/+16
* Add gtk_drag_source_set/get_target_list(). (#127499, based on patch fromOwen Taylor2004-03-021-4/+2
* Add gtk_entry_set_alignment() to allow right-aligned entries and aOwen Taylor2004-03-011-1/+8
* New convenience API to construct simple text combos, implemented by DamonMatthias Clasen2004-02-261-27/+16
* re-arrange widgets to allow more overflowing toolbar goodness.Michael Meeks2004-02-201-12/+18
* Don't set a default size for the dialog - FedericoFederico Mena Quintero2004-02-141-2/+0
* Fixes #133995, patch by Morten Welinder <mortenw@gnome.org>.Federico Mena Quintero2004-02-101-0/+2
* Fix #59707.Federico Mena Quintero2004-02-041-2/+2
* new GTK_STOCK_NETWORK ... gtk/gtkstock.[hc] : ... define ...Hans Breuer2004-01-282-4/+9
* Set a small size request and make the window resizable, to testSoeren Sandmann2004-01-181-1/+2
* Adjust to the new connect_proxy signals.Jody Goldberg2004-01-121-11/+5
* New function to obtain a list of toplevel widgets constructed by the uiMatthias Clasen2004-01-081-0/+25
* Pull accelerator key from the stock item if stock_id is given, butMatthias Clasen2003-12-311-1/+1
* handle GTK_DATADIR similar as the other filesystem placement 'constants'Hans Breuer2003-12-141-1/+1
* Added toolbar items for the filter separator and the filter item.Federico Mena Quintero2003-12-101-1/+2
* grrrr. broken pipe.Kristian Rietveld2003-11-161-3/+3
* updated added all the new testsHans Breuer2003-11-153-7/+50
* delete this function (toolbar_item_is_homogeneous): cacheSoeren Sandmann2003-10-311-5/+1
* Make it work even when item 0 is a placeholder. (#125826) add an assertionSoeren Sandmann2003-10-301-1/+3
* Add this function; remove gtk_toolbar_highlight_drop_location() andSoeren Sandmann2003-10-291-3/+3
* Broken pipeSøren Sandmann Pedersen2003-10-251-40/+24
* cvsignore updatesOwen Taylor2003-10-231-0/+4
* gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic frameworkOwen Taylor2003-10-233-20/+34
* Add support for OS X like sliding of toolbar items during drag and drop,Soeren Sandmann2003-10-201-1/+33
* Removed. (gtk_file_system_gnome_vfs_set_bookmarks): Removed.Federico Mena Quintero2003-10-181-1/+8
* Still uses option menus, so turn off GTK_DISABLE_DEPRECATED.Kristian Rietveld2003-10-131-0/+1
* These files still use option menus, so turn off GTK_DISABLE_DEPRECATED toMatthias Clasen2003-10-112-0/+2
* Remove an extraneous unref. (#122336, Frederic Crozat)Matthias Clasen2003-10-051-1/+0
* implement the GtkCellLayout interface, drop packing/attribute/cell dataKristian Rietveld2003-10-011-18/+22
* Introduce a separate "hide_if_empty" property for empty menu handling.Matthias Clasen2003-10-011-2/+2
* Test handling of empty menus.Matthias Clasen2003-09-303-1/+20
* Turn off GTK_DISABLE_DEPRECATED, since this test uses theMatthias Clasen2003-09-261-0/+2
* Demonstrate the use of the connect-proxy signal.Matthias Clasen2003-09-261-15/+108
* Landing the new ComboBox. Note that only gtkcombobox.h andKristian Rietveld2003-09-262-0/+316
* Initially activate the JUSTIFY_RIGHT group member to test the fix forMatthias Clasen2003-09-221-1/+3
* Install accelerators on actions, not on proxies, support accelerator-onlyMatthias Clasen2003-09-171-0/+11
* New function which implements "smart" separators by iterating once overMatthias Clasen2003-09-152-2/+5
* Add value parameter to allow setting the currently selected group memberMatthias Clasen2003-09-152-12/+35