]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkevents-x11.c
Make PLT-reduction work with gcc4, and don't include everything in
[~andy/gtk] / gdk / x11 / gdkevents-x11.c
2005-03-16 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-01 Matthias Clasengdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb...
2005-01-05 Matthias ClasenUpdate the user time when receiving a WM_DELETE message...
2004-11-17 Owen TaylorSquash strict aliasing warnings.
2004-11-01 Matthias ClasenDon't crash on broken ClientMessage events. (#157056...
2004-09-04 Søren SandmannRevert accidental change from Aug 02 that removed a...
2004-09-01 Matthias ClasenMake it possible to specify additional modules to load...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-09 Matthias ClasenMake static.
2004-08-02 Soeren SandmannNew function. Make sure the sync counter is recreated...
2004-08-02 Matthias ClasenAdd missing error traps. (#149011, Thomas Leonard)
2004-07-21 Matthias ClasenHook up gtk-menu-bar-accel to an XSetting, Gtk/MenuBarA...
2004-07-11 Soeren SandmannBug 143330, support update counter spec.
2004-05-28 Matthias ClasenFix off-by-one allocation errors. (#143337, Billy Biggs)
2004-05-18 Matthias ClasenCheck for XFIXES extension.
2004-05-06 Elijah NewrenChanges to support do-not-focus-on-map hint in conjunct...
2004-04-23 Matthias ClasenMake set_user_time() static. _-prefix calls of
2004-04-18 Soeren SandmannSupport for _NET_WM_USER_TIME (bug 115650). Patch by...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-01 Owen TaylorBased on patch by Alex Larsson
2004-02-26 Owen TaylorReturn GDK_FILTER_CONTINUE for unhandled message types.
2004-02-21 Soeren SandmannBug 130790 (Federico Mena Quintero, Owen Taylor)
2004-02-19 Matthias ClasenFixes for #82099:
2004-02-10 Owen TaylorAvoid triggering an X error when the client->manager_wi...
2004-02-02 Soeren SandmannRemove unused variable 'result'
2003-12-16 Matthias ClasenDo not interpret distant clicks as double-clicks (...
2003-12-14 Matthias ClasenRename from _gdk_x11_register_event_type(), added API...
2003-12-10 Matthias ClasenChanges to allow "no input" windows (#64613):
2003-08-11 Owen TaylorAdd missing break statements (#119494, Soeren Sandmann)
2003-08-07 Matthias ClasenReset the toplevel->have_* flags before iterating over...
2003-07-26 Tor Lillqvistgdk/win32/gdkprivate-win32.h New flags _gdk_input_local...
2003-07-11 Owen Taylorgdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkin...
2003-07-05 Owen TaylorLookup all the atoms in the target list at once.
2003-07-05 Owen TaylorSplit toplevel-specific pieces of GdkWindowImplX11...
2003-07-05 Owen TaylorUse asynchronously _gdk_x11_set_input_focus_safe to...
2003-07-02 Owen TaylorImplement a loader for named themed icon based on from...
2003-06-03 Owen TaylorDon't respond to pings on a root window; prevents infin...
2003-04-18 Owen TaylorYou don't get a XkbMapNotify event if you get a XkbNewK...
2003-03-08 Matthias ClasenBug #107664 continued:
2003-01-22 Manish Singhadd a "return" at the end of the function, so there...
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.
next