summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-181-45/+44
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-071-1/+0
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-10/+14
* begin the parameter elipsis (...) after the first argument name. thisTim Janik1998-08-241-2/+4
* handle negative values similar to gtk_widget_set_uposition(). that is:Tim Janik1998-07-161-2/+2
* temporary implementation of action signal "debug_msg"Tim Janik1998-07-011-0/+4
* yeppers, accelerator changes to fix the gimp. commit message dedicated toTim Janik1998-06-181-1/+2
* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.plOwen Taylor1998-06-151-16/+15
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-5/+5
* wrapped enum definitions with glib macros.Tim Janik1998-06-081-15/+15
* fixed an assertment.Tim Janik1998-06-071-19/+44
* [binray incompatibility]Tim Janik1998-05-151-9/+8
* gtk/gtkwidget.[ch] Added visibility_notify_event to GtkWidget41998-05-141-0/+2
* Try to figure out if this is Digital Unix and we need -std1 to get theOwen Taylor1998-05-101-4/+0
* reimplemented the signal storage system to use a linear array rather thanTim Janik1998-05-061-13/+10
* New function to reset the RC styles for a heirarchyOwen Taylor1998-05-011-0/+3
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-1/+1
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-17/+17
* Don't clear the window on an expose event. On draws, just clear theOwen Taylor1998-03-281-0/+1
* removed GRAB_EXCLUSIVE again, just disable modal event delivery forTim Janik1998-03-151-2/+1
* added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs.Tim Janik1998-03-151-1/+2
* fix popup calculations (removal of FIXMEs), changes from Lars Hamann.Tim Janik1998-03-131-1/+1
* return TRUE for GtkWidget::delete_event to avoid destruction of our floatTim Janik1998-03-121-0/+4
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-2/+2
* removed duplicate stuff out of gtkwidget.[ch].Tim Janik1998-03-011-17/+0
* Add drag_end_event for future expansion, plus allow passing in NULL to the gd...Elliot Lee1998-03-011-0/+19
* hm, cvs is just too unsensible ;)Tim Janik1998-03-011-0/+1
* we make an active server grab now, this way we can change the cursorTim Janik1998-02-271-39/+47
* reserv a signal slot for GtkWidget::style_set.Tim Janik1998-02-261-46/+51
* renamed signal GtkWidget::set_parent to GtkWidget::parent_set. since it'sTim Janik1998-02-221-1/+1
* new signal GtkWidget::set_parent. this signal will be emitted once aTim Janik1998-02-181-0/+2
* new function to perform the same actions as gtk_list_remove_items, butTim Janik1998-02-051-1/+0
* fixed a bad, bad referencing bug that could caused unreferencing ofTim Janik1998-02-021-1/+7
* GTK_RESIZE_NEEDED is a private flag now.Tim Janik1998-02-021-74/+55
* Added a new GTK_IN_REPARENT flag and revised gtk_widget_reparent so thatOwen Taylor1998-02-011-1/+6
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-226/+235
* added new widget flag GTK_LEAVE_PENDING. if a widget has GTK_LEAVE_PENDINGTim Janik1998-01-251-1/+3
* sensitivity and state setting combination.Tim Janik1998-01-201-5/+6