]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkevents-x11.c
Call the filters on the window where the event is received, not on the
[~andy/gtk] / gdk / x11 / gdkevents-x11.c
2002-12-19 Owen TaylorCall the filters on the window where the event is recei...
2002-12-10 Owen TaylorSeparate out tracking of the X server focus window...
2002-12-09 Owen TaylorFix a lost refcount in the case where we get a duplicat...
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-10-22 Matthias ClasenGdk API doc updates.
2002-10-22 Owen TaylorProduce C-m, not C-j for return. Handle Escape.
2002-10-18 Owen TaylorHandle Return and KP_Enter.
2002-10-18 Owen TaylorFix use of uninitialized variable.
2002-10-17 Havoc Penningtonadd g_return_if_fail for monitor number <= 0
2002-10-04 Owen TaylorAdd a check for the Xrandr extension.
2002-10-03 Owen TaylorAdd a 'type' parameter, make public.
2002-10-02 Owen TaylorAdd gdk_screen_set_screen()/_get_screen() which (by...
2002-09-25 Havoc Penningtonfix GtkWindowMnemonic to have a separate typedef
2002-09-25 Manish Singhadd -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEP...
2002-09-24 Hidetoshi Tajima disable/enable preedit/status in GtkIMContextXIM ...
2002-09-24 Owen TaylorMake icon sizes configurable (#70648, slightly based...
2002-09-24 Owen TaylorChange the window parameter for
2002-09-23 Owen TaylorAdd a keys_changed signal emitted when the keymap chang...
2002-09-19 Owen TaylorFix usage of compat GTK_TYPE_ macros without including...
2002-09-10 Owen TaylorTake focus mode into account when tracking FocusIn...
2002-08-24 Tor Lillqvistgdk/gdkevents.c gdk/gdkinternals.h gdk/x11/gdkevents...
2002-08-01 Owen TaylorNew demo for window migration between different display...
2002-06-20 Owen TaylorRenames:
2002-06-18 Owen TaylorMake the core pointer object per-display. (#85698)
2002-06-14 Owen TaylorIgnore state change events for windows that aren't...
2002-06-06 Matthias ClasenSet hardware_keycode for KeyRelease events. (#84305)
2002-06-06 Owen TaylorChanges multihead reorganizing code for win32 support...
2002-05-16 Owen Taylorgdk_event_put() copies the event and setting name,...
2002-05-14 Owen TaylorDiscard configure events from SubstructureNotify. ...
2002-05-06 Matthias ClasenAlways select for property notify for maintaining windo...
2002-05-01 Anders CarlssonUse the same key when setting and getting NetWmSupporte...
2002-04-30 Alex LarssonDoc fixes.
2002-04-30 Owen TaylorMissing ChangeLog entry and indentation fix
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...
2002-03-20 Owen TaylorFix assignment of time in scroll events. (Sven Neumann...
2002-03-04 Owen TaylorFixes for non XKB operation. (#73103)
2002-03-02 Owen TaylorRobustify tracking of pointer grab window.
2002-02-24 Owen Taylorgtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard...
2002-02-21 Owen TaylorImplement "fuzzy" key binding lookups; allow matches...
2002-02-20 Owen TaylorAdd a XSETTING mapping for gtk-can-change-accels. ...
2002-02-04 Owen Tayloron Feb 4 10:06:49 2002 Owen Taylor <otaylor@redhat...
2002-01-17 Owen TaylorMove here, and save/restore the X error handler to...
2001-12-09 Anders CarlssonUpdate xsettings name.
2001-10-22 Owen TaylorFix problem with g_return_if_fail return value.
2001-10-03 Havoc PenningtonThroughout: assorted docs
2001-09-24 Owen TaylorAdd a compat macro that got lost.
2001-09-07 Owen TaylorMake gdkx.h the only installed header from gdk/x11...
2001-08-10 Havoc Penningtonfix a typo.
2001-07-12 Owen TaylorProperly clean up when handling events for move-resize...
2001-07-05 Owen TaylorCheck GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel ...
2001-06-30 Owen TaylorAllow %NULL for style to mean "revert to default style"
2001-06-28 Havoc Penningtonnew function for mapping a window without fooling with...
2001-06-08 Owen TaylorAdd a direction-changed signal, and gdk_keymap_get_curr...
2001-06-05 Havoc PenningtonIgnore releases for buttons 6, 7
2001-06-04 Havoc Penningtonsupport button 6 and 7 for scroll left/right, from...
2001-06-04 Havoc PenningtonHandle case where we need to parse the xsetting as...
2001-05-30 Owen TaylorValidate value from GDK settings against parameter...
2001-05-02 Owen TaylorAlways trap errors around calls to XSetInputFocus since...
2001-04-28 Havoc Penningtonfix warning
2001-04-25 Owen TaylorTest for window == NULL in a number of cases.
2001-04-18 Owen TaylorIntroduce an extra child of toplevel windows that serve...
2001-04-02 Owen TaylorAdd GdkEventSetting event for notification of changes...
2001-03-29 Owen Taylor*** empty log message ***
2001-03-09 Owen TaylorRemove old XIM code.
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2001-03-03 Owen TaylorDetectable auto-repeat - make a repeating key generate
2001-03-03 Owen TaylorUnshift the group when extracting it from the X keyboar...
2001-03-02 Havoc Penningtonuse _gdk_region_get_xrectangles()
2001-02-27 Havoc Penningtontest the window state stuff
2001-02-02 Owen TaylorGet rid of a bunch of g_strdup_printf("%s%s") in favor...
2000-12-06 Havoc Penningtonadd gdkkeys.[hc]
2000-12-05 Owen TaylorFix link to PNG home, remove reference to fribidi.
2000-10-04 Owen TaylorAdd gdk_window_iconify.
2000-09-14 Owen TaylorRemove g_convert (moved to glib) and now useless utf_to...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-03 Owen TaylorIgnore calls with <= width or height.
2000-07-01 Owen TaylorWhen actually returning expose events, make sure to...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-05 Owen TaylorHack gdk_event_get_graphics_expose() to sort of work...
2000-05-15 Owen TaylorA bit of editing.
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
2000-02-18 Owen TaylorRemove OwnerGrabButtonMask from button entries for...
1999-11-08 Owen TaylorMove all X specific code into the x11/ directory. Aside...
1999-10-03 Owen TaylorFix a reference to window_private->destroyed.
1999-10-01 Owen TaylorStarted
1999-09-28 Federico Mena Quintero[ Merges from gtk-1-2 ]
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-10 Tim Janikasure that ->value_buf always points to an allocated...
1999-02-10 Owen TaylorIf we can't find helvetica, fall back to "fixed". If...
1999-01-28 Owen TaylorAllow exposure compression across GravityNotify events...
1999-01-21 Jeff GarzikMove not-null assertion before pointer de-ref.
1999-01-15 Owen TaylorDo all event processing in dispatch() instead of prepar...
1999-01-12 Owen TaylorAdd a drag_data_received handler for the label.
1999-01-02 Tim Janikmake this G_PRIORITY_DEFAULT.
1999-01-01 Jeff GarzikCheck for features.h.
1998-12-24 Jeff Garzikx Pull in string.h for various mem*() and str*() functi...
1998-12-20 Tim Janikexport the priority at which events are processed.
1998-12-19 Owen TaylorDon't add the gthread libs to GLIB_LIBS either, or...
1998-12-19 Tim Janikremoved return_if_fail (label->words != NULL) since...
1998-12-18 Tim Janikadded gdk_flush() after g_main_run(), so we get the...
next