summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed signals with GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as anTim Janik2001-03-091-8/+8
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-2/+87
* Make G_CONST_RETURN.Owen Taylor2001-03-081-5/+49
* marshaller fixes.Tim Janik2001-03-071-58/+39
* set the class closure offset for the window_state_event to point atJames Henstridge2001-03-061-1/+1
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-58/+26
* test the window state stuffHavoc Pennington2001-02-271-0/+13
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-140/+250
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-13/+13
* doh, this was broken beyond believe.Tim Janik2000-12-131-165/+12
* Add a function to determine if a window is the focus widget within itsOwen Taylor2000-12-111-0/+26
* Flag invisible widgets as TOPLEVEL.Owen Taylor2000-12-111-1/+1
* Fix link to PNG home, remove reference to fribidi.Owen Taylor2000-12-051-1/+1
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-77/+8