]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkevents-x11.c
Fix string offsets.
[~andy/gtk] / gdk / x11 / gdkevents-x11.c
2006-01-11 Matthias ClasenFix string offsets.
2006-01-11 Matthias ClasenAllow falling back to another icon theme before hicolor...
2005-12-27 Matthias ClasenFix a typo. (gdk_screen_get_setting): Avoid relocations...
2005-12-27 Matthias ClasenFix a typo.
2005-12-05 Michael Natterermap the new GtkSettings properties "timeout-initial...
2005-11-16 Michael Natterernew internal function which destroys the display's...
2005-11-10 Michael NattererApplied patch from maemo-gtk that addresses many issues...
2005-10-24 Matthias ClasenAdd settings to hide the input method and Unicode contr...
2005-09-20 Matthias Clasen*** empty log message ***
2005-09-13 Matthias ClasenVarious cleanups. (#315359, Kjartan Maraas)
2005-09-11 Matthias ClasenBroken pipe
2005-09-09 Matthias ClasenMake it possible to determine if a key event is for...
2005-09-06 Matthias ClasenAdd support for extra virtual modifiers: (#85780, Owen...
2005-08-19 Matthias ClasenFree data returned from XGetWindowProperty.
2005-08-01 Matthias ClasenMake tracking the on_all_desktops state work better.
2005-07-21 Owen TaylorChange machinery for following font rendering xsettings...
2005-07-14 Matthias ClasenDon't assert if the xrootwin is invalid. (#309997,...
2005-06-30 Matthias ClasenHandle broken grabs.
2005-06-15 Matthias ClasenAdd two new settings, gtk-cursor-theme-name and gtk...
2005-05-17 Owen TaylorUpdate to changed cairo interface.
2005-05-05 Owen TaylorFix a bug in focus tracking when we move between has_po...
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...
next