summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [ Patch from Sebastian Wilhelmi, 52790 ]Owen Taylor2001-08-231-1/+0
* Tue Aug 21 02:57:13 2001 Jonathan Blandford <jrb@redhat.com>>Jonathan Blandford2001-08-211-0/+2
* gtk/gtktooltips.c tests/testtreesort.c inserted some casts to get rid ofSven Neumann2001-08-192-28/+37
* Sun Aug 19 01:44:44 2001 Jonathan Blandford <jrb@redhat.com>>Jonathan Blandford2001-08-195-82/+9
* tests/testgtk.c (create_handle_box):Matthias Clasen2001-08-161-5/+2
* fix a typo.Havoc Pennington2001-08-101-32/+355
* tests/prop-editor.c (properties_from_type): Use g_object_class_list_propertiesMatthias Clasen2001-08-091-21/+18
* Patch from Hans (with various modifications), to add the ability to useOwen Taylor2001-08-041-296/+215
* demos/gtk-demo/appwindow.c demos/gtk-demo/item_factory.cSven Neumann2001-07-311-2/+2
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-184-17/+3
* remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root.Jonathan Blandford2001-07-091-8/+9
* Patch from Gregory Merchan to add gtk_button_box_set_secondary(), whichOwen Taylor2001-07-061-0/+1
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-051-39/+98
* Extended to test different type of adding plugs to socketsOwen Taylor2001-07-031-0/+123
* For XEMBED embedding add a _XEMBED_INFO property to the client withOwen Taylor2001-07-033-73/+153
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-302-25/+1
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-305-27/+27
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-293-55/+55
* up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7.Tim Janik2001-06-286-31/+25
* New function to reflect that you can (hypothetically) pack cell renderersJonathan Blandford2001-06-272-4/+4
* use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufsTim Janik2001-06-261-1/+1
* fix stupid missing statementJonathan Blandford2001-06-261-3/+4
* Revert inline-pixbuf changes until Tim comes back to fix missing filesOwen Taylor2001-06-261-1/+1
* hm, second attempt. it's fight CVS time again.Tim Janik2001-06-261-1/+1
* s/RESIZEABLE/RESIZABLE/Havoc Pennington2001-06-252-2/+2
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-6/+6
* fix PROP_EVENTS.Tim Janik2001-06-192-298/+3
* Fix bug where collapsing a selected row would result in the cursor/anchorJonathan Blandford2001-06-181-2/+3
* Rename gtk_tree_sortable_sort_column_id_set_func. It's much shorter now.Jonathan Blandford2001-06-152-3/+23
* Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts.Jonathan Blandford2001-06-143-11/+19
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-3/+8
* Now it's a GObject instead of a GtkObject. TheJonathan Blandford2001-06-076-25/+26
* subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington2001-06-071-0/+1
* Don't crash when the properties window is destroyed.Alex Larsson2001-06-051-9/+19
* Deprecate gtk_widget_set().Owen Taylor2001-06-051-8/+8
* Handle case where we need to parse the xsetting as if it were an RC fileHavoc Pennington2001-06-041-2/+2
* Get rid of stupid g_return_if_fail on digits greater than 6. If thereHavoc Pennington2001-06-041-1/+1
* make this special-case hscale/vscale details, so we can use it forHavoc Pennington2001-06-041-1/+2
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-011-0/+7
* Remove almost all instances of GtkCellRenderer in code (all but dnd iconJonathan Blandford2001-05-252-1/+2
* get sizes an icon set can render without falling back to missing imageHavoc Pennington2001-05-252-5/+5
* made fil mode GDK_STIPPLED actually work -> check boxes and radio buttonsHans Breuer2001-05-253-1/+12
* Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS macros toJonathan Blandford2001-05-221-5/+1
* Evil function to deal with very large (TM) amounts of text. May be movedJonathan Blandford2001-05-221-18/+390
* Added properties. Based on patch by Lee Mallabone.Alexander Larsson2001-05-222-0/+17
* Remove reallocate-redraws property. This is something that only a widgetOwen Taylor2001-05-181-0/+164
* Renamed gtk_image_menu_item_add_icon() to gtk_image_menu_item_set_icon()Martin Baulig2001-05-181-2/+4
* Add properties, based on patch by Lee Mallabone.GTK_MULTIHEAD_MERGE1Alexander Larsson2001-05-172-211/+634
* You can now set all sorts of properties in any order you wan, whether orJonathan Blandford2001-05-161-4/+60
* Block against redundant changes.Owen Taylor2001-05-144-19/+84