summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added Thai UTF-8 text which also has the wrong written syntax.Chookij Vanatham2001-03-291-1/+1
* Add missing NULL on valist.Owen Taylor2001-03-291-2/+2
* new function to handle reordering of trees. Seems to mostly work w/ theJonathan Blandford2001-03-281-1/+1
* Fix arguments to reordered signal.Jonathan Blandford2001-03-281-3/+3
* More work on implementing sortable interface.Jonathan Blandford2001-03-282-7/+137
* make motion around the ring much slower but finer-grained (gtk_hsv_focus):Havoc Pennington2001-03-241-0/+2
* fix warningsHavoc Pennington2001-03-242-58/+48
* Add ability to override the focus chain for a container explicitlyHavoc Pennington2001-03-221-0/+111
* some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET.Tim Janik2001-03-221-4/+0