summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
Commit message (Expand)AuthorAgeFilesLines
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-23/+6
* Add a function gdk_window_invalidate_maybe_recurse() for use in "shallowOwen Taylor2001-11-041-19/+21
* Add a utility function to translate coordinates relative to one widget'sOwen Taylor2001-10-161-0/+7
* Add xgettext:no-c-format comment to to handle '99% of the time. (#60473,Owen Taylor2001-09-191-3/+0
* Make the default default colormap the GdkRGB colormap, not the systemOwen Taylor2001-09-071-0/+2
* Really remove set_default_style().Owen Taylor2001-08-191-1/+0
* Add some compat macros for push/pop/set_visual that were supposed to beOwen Taylor2001-08-111-0/+6
* fix a typo.Havoc Pennington2001-08-101-0/+10
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-0/+4
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-051-2/+4
* Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS -Owen Taylor2001-07-011-1/+2
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-4/+8
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-1/+15
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+4
* fix PROP_EVENTS.Tim Janik2001-06-191-1/+13
* Add a GtkWindowGroup struct that allows grouping together multiple windowsOwen Taylor2001-06-141-0/+2
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-081-1/+5
* Deprecate gtk_widget_set().Owen Taylor2001-06-051-0/+2
* Add dependency on Atk for accessibility support.Owen Taylor2001-05-031-2/+11
* Add boxed type for GtkRequistion. Use it for ::size-request.Owen Taylor2001-04-021-0/+3
* got rid of gtk_widget_popup(), a function that bad needs to be nuked, notTim Janik2001-04-011-5/+2
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-291-0/+4
* Add missing NULL on valist.Owen Taylor2001-03-291-1/+4
* c++ fixes.Tim Janik2001-03-281-2/+2
* Apply patch from Nils Barth fixing event return values. (#51041)Owen Taylor2001-03-281-55/+55
* some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET.Tim Janik2001-03-221-3/+6
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-0/+6
* added rc-style argument GtkSpinButton::shadow_type. removedTim Janik2001-03-181-11/+29
* change to use gint instead of gint16, to avoid overflow issues, sinceHavoc Pennington2001-03-161-4/+4
* 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-1/+1
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-0/+4
* Make G_CONST_RETURN.Owen Taylor2001-03-081-1/+2
* marshaller fixes.Tim Janik2001-03-071-4/+0
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-4/+0
* test the window state stuffHavoc Pennington2001-02-271-1/+3
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-4/+8
* doh, this was broken beyond believe.Tim Janik2000-12-131-14/+2
* Add a function to determine if a window is the focus widget within itsOwen Taylor2000-12-111-0/+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-2/+0
* Documented a bunch of functions in here (gtk_widget_realize): Warn if youHavoc Pennington2000-11-211-1/+1
* rename to gtk_text_mark_get_visibleHavoc Pennington2000-11-071-19/+0
* Move more text widget headers into the private header listHavoc Pennington2000-09-261-0/+5
* Add some documenting comments about GTK_CAN_DEFAULT, GTK_HAS_DEFAULT andGeorge Lebl2000-09-031-0/+11
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1
* Add gtk_widget_modify_{fg,bg,text,base,font}.Owen Taylor2000-08-221-2/+17
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Add a 'text' argument to set the initial text.Owen Taylor2000-07-021-3/+4
* Use pango_layout_get_pixel_extents() to remove a large number of '/Owen Taylor2000-07-021-0/+1