summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-2/+2
* Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed aOwen Taylor2001-10-161-3/+3
* Add a utility function to translate coordinates relative to one widget'sOwen Taylor2001-10-161-0/+161
* Fixed some parameter types in calls to g_signal_new().Murray Cumming2001-10-151-1/+1
* Fix some doc comments.Matthias Clasen2001-10-121-13/+13
* s/retrive/retrieve/jacob berkman2001-10-031-1/+1
* Add a compat macro that got lost.Owen Taylor2001-09-241-3/+3
* Add missing cast.Owen Taylor2001-09-191-1/+1
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-7/+7
* 2001-09-09 Alexander Larsson <alla@lysator.liu.se> Alexander Larsson2001-09-091-2/+1
* Make the default default colormap the GdkRGB colormap, not the systemOwen Taylor2001-09-071-29/+20
* Make unrealize GTK_RUN_LAST.Alex Larsson2001-08-281-1/+1
* coalescing property notifiesHans Breuer2001-08-111-28/+28
* fix a typo.Havoc Pennington2001-08-101-123/+136
* fix finding of child's page, since we have to validly deal with labels andTim Janik2001-07-311-24/+11
* commiting patch after comments from Alex on IRCJames Henstridge2001-07-251-4/+4
* gdk_device_get_history moved to gdk/gdkinput.c like the other backendsHans Breuer2001-07-201-1/+1
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-2/+106
* 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