summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call gtk_widget_size_request() on reparented child, if one. Otherwise,Owen Taylor2000-07-021-22/+24
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-021-6/+0
* Initialize DOUBLE_BUFFERED flag to on.Owen Taylor2000-06-021-1/+5
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-0/+13
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-1/+1
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-15/+3
* Merges from gtk-1-2Owen Taylor2000-03-141-1/+1
* Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS /Owen Taylor2000-02-181-0/+2
* s/refcount/ref_count/.Tim Janik2000-02-131-0/+1
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-1/+0
* Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>Tim Janik1999-03-171-0/+1
* Incremented version to 1.2.0. -Shawn <amundson@gtk.org>GTK_1_2_0CST 1999 Shawn T. Amundson1999-02-251-0/+6
* Make prototypes for drag_data_get and drag_data_received handlers matchOwen Taylor1999-02-251-2/+2
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* When we find a match, stop searching. (Because we assume pspec != NULL inOwen Taylor1999-02-151-2/+2
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-0/+2
* New functions to set the colormap or visual of an existing widget. TheseOwen Taylor1999-01-261-0/+13
* set RECEIVES_DEFAULT on init, and a button press on the widget doesn'tGeorge Lebl1999-01-251-1/+3
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-4/+0
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-3/+5
* Added GTK_USER_DRAW flag.Owen Taylor1998-12-151-1/+3
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-1/+2
* Added a "grab_focus" signal for widgets. When the signal is emitted, theFederico Mena Quintero1998-12-141-0/+3
* s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.Tim Janik1998-12-021-7/+7
* removed default initialization check, people must use gtk_type_init();Tim Janik1998-11-291-3/+10
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-3/+3
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-2/+7
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-16/+25
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-2/+18
* Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION.Owen Taylor1998-10-201-0/+2