summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.c
Commit message (Expand)AuthorAgeFilesLines
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-1/+1
* Merges from gtk-1-2Owen Taylor2000-03-141-3/+3
* Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS /Owen Taylor2000-02-181-0/+1
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-1680/+59
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-19/+17
* StartedOwen Taylor1999-10-011-2/+3
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-89/+108
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* asure that ->value_buf always points to an allocated area.Tim Janik1999-02-101-63/+70
* If we can't find helvetica, fall back to "fixed". If we can't findOwen Taylor1999-02-101-1/+1
* Allow exposure compression across GravityNotify events to improve theOwen Taylor1999-01-281-2/+12
* Move not-null assertion before pointer de-ref.Jeff Garzik1999-01-211-1/+3
* Do all event processing in dispatch() instead of prepare() and check().Owen Taylor1999-01-151-5/+5
* Add a drag_data_received handler for the label.Owen Taylor1999-01-121-55/+150
* make this G_PRIORITY_DEFAULT.Tim Janik1999-01-021-1/+1
* Check for features.h.Jeff Garzik1999-01-011-19/+6
* x Pull in string.h for various mem*() and str*() functions, in anJeff Garzik1998-12-241-0/+8
* export the priority at which events are processed.Tim Janik1998-12-201-2/+2
* Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthreadOwen Taylor1998-12-191-2/+3
* removed return_if_fail (label->words != NULL) since that's a valid caseTim Janik1998-12-191-1/+1
* added gdk_flush() after g_main_run(), so we get the original behaviourTim Janik1998-12-181-1/+1
* updated call to g_main_add_poll instead of g_main_poll_addCST 1998 Shawn T. Amundson1998-12-171-1/+1
* Don't call XPending() if we have putback events.Owen Taylor1998-12-161-1/+1
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-3/+25
* Use G_IO_ERR|G_IO_HUP|G_IO_NVAL as the mask for checking forElliot Lee1998-12-151-3/+2
* Keep separate putback_events and queued_events queues so that we get bothOwen Taylor1998-12-151-30/+74
* Remove gdk_signal, which crept back in in last commit.Owen Taylor1998-12-151-0/+2055