summaryrefslogtreecommitdiff
path: root/tests/testgtk.c
Commit message (Expand)AuthorAgeFilesLines
* Ref-sink the tooltips object. Ref-sink the tooltips object. Fix someOwen Taylor2001-11-211-0/+2
* Include glib-object.h instead of gobject/gsignal.hOwen Taylor2001-11-181-5/+5
* move the separator to the right place in the radio buttons windowJacob Berkman2001-11-161-0/+4
* add some no-indicator radio buttonsjacob berkman2001-11-161-0/+20
* make it compile without warnings.Sven Neumann2001-11-141-22/+53
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-5/+4
* Clamp max window width/height to 32767, not 32768 since we have to be ableOwen Taylor2001-11-051-0/+220
* Set up destroy signals so that all windows will be destroyed when one is.Anders Carlsson2001-10-261-2/+9
* Don't set a fixed height on the hscale widget. This fixes "bug" #55840.Anders Carlsson2001-10-261-1/+1
* Call setlocale (LC_ALL, ""). (#60606)Owen Taylor2001-10-101-1/+0
* CVS got a broken pipe signal, the ChangeLog change has already beenKristian Rietveld2001-09-201-148/+139
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-3/+3
* slight fix for g_object_set() not usable for nesting anymore.Tim Janik2001-09-101-21/+23
* Use autoconf 2.13/2.50 compat macro.Owen Taylor2001-08-271-1/+1
* Ressurect the properties test. I don't care if it is inferior, I just wantAlexander Larsson2001-08-261-0/+301
* tests/testgtk.c (create_handle_box):Matthias Clasen2001-08-161-5/+2
* fix a typo.Havoc Pennington2001-08-101-32/+355
* 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
* Patch from Gregory Merchan to add gtk_button_box_set_secondary(), whichOwen Taylor2001-07-061-0/+1
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-23/+1
* use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufsTim Janik2001-06-261-1/+1
* 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-251-1/+1
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-6/+6
* fix PROP_EVENTS.Tim Janik2001-06-191-296/+1
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-3/+8
* 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
* get sizes an icon set can render without falling back to missing imageHavoc Pennington2001-05-251-4/+4
* 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-171-1/+251
* Block against redundant changes.Owen Taylor2001-05-141-4/+21
* fix some shell typosHavoc Pennington2001-05-071-4/+77
* Reduce new_text_length appropriately when we run into the size limit forOwen Taylor2001-05-031-85/+32
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-0/+5
* fix warningHavoc Pennington2001-04-281-72/+18
* API Change. Take GdkColor arguments instead of gdouble *. Leave the oldAlexander Larsson2001-04-201-3/+3
* allow shrinking the image window to test that we clip to allocation.Havoc Pennington2001-04-181-0/+4
* Remove explicit pointer grabs, since they are no longer necessary.Owen Taylor2001-04-161-1/+6
* fix a fixme.Jonathan Blandford2001-04-121-1/+1
* corrected path to gtk.immodulesSven Neumann2001-04-041-1/+1
* Updated.Owen Taylor2001-04-031-1/+1
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-1/+1
* fixed a bunch of notifications, added reference counts around emissionsTim Janik2001-04-011-7/+6