summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.c
Commit message (Expand)AuthorAgeFilesLines
* Ref and sink priv->tooltips in init() and unref priv->tooltips in destroyOwen Taylor2001-12-041-12/+12
* Handle events in windows other than widget->event_window properly.Owen Taylor2001-11-241-1/+1
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-211-2/+2
* static correct-ness, underscore prefixing of library internal functionsHans Breuer2001-10-281-1/+1
* Throughout: assorted docsHavoc Pennington2001-10-031-0/+9
* Update to use the new g_boxed_type_register_static API.Alex Larsson2001-09-101-3/+1
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-44/+40
* Convert GdkVisual to a GObject.Alex Larsson2001-06-301-29/+0
* !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing.Tim Janik2001-06-281-0/+119
* The following changes correspond to bug #56812James Henstridge2001-06-281-0/+29
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-7/+37
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-2/+11
* test the window state stuffHavoc Pennington2001-02-271-0/+55
* wow, that implementation was pretty non-working.Havoc Pennington2000-12-181-20/+28
* Port to GObject, can go back in gdk-pixbuf after setting up aHavoc Pennington2000-12-171-3/+80
* Only ref the window if it isn't NULL.Owen Taylor2000-11-011-1/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Ignore calls with <= width or height.Owen Taylor2000-07-031-0/+85
* *** empty log message ***Elliot Lee2000-06-201-1/+0
* 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