summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix some shell typosHavoc Pennington2001-05-072-4/+95
* updated exportsHans Breuer2001-05-061-0/+70
* Add dependency on Atk for accessibility support.Owen Taylor2001-05-031-11/+1
* Patch from Juan Pablo Mendoza Mendoza to fix things so clicking insideOwen Taylor2001-05-031-1/+1
* Split the property editor code out for reuse, improve.Owen Taylor2001-05-032-0/+616
* Reduce new_text_length appropriately when we run into the size limit forOwen Taylor2001-05-033-558/+50
* fix to work with gtk_paint_layout changeHavoc Pennington2001-05-011-0/+1
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-0/+5
* fix warningHavoc Pennington2001-04-283-79/+27
* Added Hebrew Punctuation/Point Marks to the text.Chookij Vanatham2001-04-261-1/+1
* Remove deprecation of gtk_window_set_default_size() until patch addingOwen Taylor2001-04-261-1/+0
* Test for window == NULL in a number of cases.Owen Taylor2001-04-251-0/+13
* handle 0-height empty/invisible lines.Havoc Pennington2001-04-241-1/+1
* 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
* Try changing mode on shm segments to 0600. We'll see who complains.Owen Taylor2001-04-183-15/+19
* Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBSOwen Taylor2001-04-171-1/+1
* Remove explicit pointer grabs, since they are no longer necessary.Owen Taylor2001-04-161-1/+6
* fix a fixme.Jonathan Blandford2001-04-123-72/+213
* corrected path to gtk.immodulesSven Neumann2001-04-042-1/+4
* Updated.Owen Taylor2001-04-037-6/+63
* changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc()Tim Janik2001-04-031-1/+1
* Bug fix to make trees work again when not sorted.Jonathan Blandford2001-04-021-1/+1
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-1/+1
* Applied patch from Ron Steinke to add signal accumulators so that signalsOwen Taylor2001-04-021-0/+1
* Reference param spec when caching property values, since we unref it laterOwen Taylor2001-04-021-1/+0
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-0/+1
* fixed a bunch of notifications, added reference counts around emissionsTim Janik2001-04-011-7/+6
* added value_changed signal which proxies for the adjustment. CleanedMike Kestner2001-03-301-1/+33
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-291-0/+320
* Massive reordering/sorting work. Now pretty much works.Jonathan Blandford2001-03-291-6/+8