summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-84/+0
* Replace a couple of inappropriate calls to GTK_WIDGET_HAS_FOCUS() withOwen Taylor2001-07-121-2/+2
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-4/+4
* Jul 6 15:38:33 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-07-061-40/+44
* Pass in the right value of initial_emission toOwen Taylor2001-07-051-1/+1
* Make compile.Owen Taylor2001-07-051-2/+2
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-051-17/+40
* For XEMBED embedding add a _XEMBED_INFO property to the client withOwen Taylor2001-07-031-2/+15
* s/signal_newc/signal_new/Tim Janik2001-07-021-4/+4
* Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS -Owen Taylor2001-07-011-12/+29
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-138/+44
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-145/+145
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-4/+46
* !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing.Tim Janik2001-06-281-107/+112
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+46
* Fixup some problems with text length handling in error cases.Owen Taylor2001-06-231-5/+3
* hum, "adjustment" was a construct property in 1.2 and still needs to be.Tim Janik2001-06-201-25/+1
* fix PROP_EVENTS.Tim Janik2001-06-191-131/+203
* fix other typoHavoc Pennington2001-06-141-1/+1
* Add a GtkWindowGroup struct that allows grouping together multiple windowsOwen Taylor2001-06-141-0/+14
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-5/+1
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-081-0/+90
* Add a direction-changed signal, and gdk_keymap_get_current_direction().Owen Taylor2001-06-081-1/+1
* Add GDK_TYPE_RECTANGLE.Owen Taylor2001-06-011-2/+2
* get sizes an icon set can render without falling back to missing imageHavoc Pennington2001-05-251-1/+1
* Convert GtkArgs to GParams. Based on patch by John Margaglione. Also doAlexander Larsson2001-05-181-1/+4
* Remove reallocate-redraws property. This is something that only a widgetOwen Taylor2001-05-181-26/+6
* Add properties, based on patch by Lee Mallabone.GTK_MULTIHEAD_MERGE1Alexander Larsson2001-05-171-2/+2
* Add dependency on Atk for accessibility support.Owen Taylor2001-05-031-2/+86
* New default theme! A slighly improved version of the 2.0 Raleigh theme,Owen Taylor2001-05-011-1/+1
* Add an extra parameter use_text to gtk_paint_label() to deal withOwen Taylor2001-04-301-1/+1
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-10/+17
* changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc()Tim Janik2001-04-031-1/+1
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-137/+136
* Applied patch from Ron Steinke to add signal accumulators so that signalsOwen Taylor2001-04-021-226/+240
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-7/+17
* Add boxed type for GtkRequistion. Use it for ::size-request.Owen Taylor2001-04-021-4/+24
* got rid of gtk_widget_popup(), a function that bad needs to be nuked, notTim Janik2001-04-011-34/+6
* fixed a bunch of notifications, added reference counts around emissionsTim Janik2001-04-011-57/+47
* fix use of magic constant "-1" in the aux info structure.James Henstridge2001-03-311-2/+2
* Remove leaks.Alexander Larsson2001-03-301-139/+313
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-291-35/+107
* Add missing NULL on valist.Owen Taylor2001-03-291-0/+18
* Apply patch from Nils Barth fixing event return values. (#51041)Owen Taylor2001-03-281-12/+13
* Don't reference the widgets in the resulting list. (#11821) This makesOwen Taylor2001-03-261-1/+2
* some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET.Tim Janik2001-03-221-18/+41
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-0/+42
* added rc-style argument GtkSpinButton::shadow_type. removedTim Janik2001-03-181-114/+235
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-2/+2
* Switch to using an enum with registration for icon sizes, instead ofHavoc Pennington2001-03-121-2/+2