[PULL] misc fixes and XKB cleanup
Peter Hutterer
peter.hutterer at who-t.net
Mon Jan 18 17:45:30 PST 2010
Keith,
Please pull the changes below into master. Included are misc. bug fixes and
the first round of reviewed xkb cleanup patches.
The following changes since commit 6f6a99abc12ddee82898fdabfb50c17e90e094b9:
Jeremy Huddleston (1):
XQuartz: Don't FatalError in x_hook_run if the list is empty
are available in the git repository at:
git://people.freedesktop.org/~whot/xserver.git master
Dan Nicholson (1):
Don't use AC_CHECK_FILE for fontpath checks when cross compiling
Gaetan Nadon (1):
packaging: provide a default README file #24206
Horst Wente (1):
xkb: make ctrl+alt+keypad + / ctrl+alt+keypad - work again (#25743)
Julien Cristau (1):
main: move config_init() after InitInput()
Oldřich Jedlička (2):
Fix typo in updateSlaveDeviceCoords
Allow driver to call DeleteInputDeviceRequest during UnInit
Peter Hutterer (10):
dix: EventToCore needs to copy the root window too.
xfree86: replace True/False with TRUE/FALSE.
xkb: Add XKM file format description.
xkb: remove _XkbTyped*alloc
xkb: remove _XkbClearElems, a memset will do.
xkb: remove XkbAtomGetString, replace with NameForAtom.
xkb: unexport xkbDevicePrivateKey and xkbUnwrapProc.
xkb: remove IsKeypadKey define, only used in two places.
xkb: remove unused _XkbIsPressEvent and _XkbIsReleaseEvent defines
xkb: sed True -> TRUE and False -> FALSE
Tiago Vignatti (1):
dix: move cursor realize code to its own function
README | 37 +++
configure.ac | 22 +-
dix/cursor.c | 203 +++++-------
dix/devices.c | 44 ++-
dix/eventconvert.c | 1 +
dix/getevents.c | 2 +-
dix/main.c | 2 +-
hw/xfree86/common/xf86Xinput.c | 20 +-
include/xkbsrv.h | 23 +--
test/input.c | 4 +-
xkb/XKBAlloc.c | 58 ++--
xkb/XKBGAlloc.c | 34 +-
xkb/XKBMAlloc.c | 71 ++--
xkb/XKBMisc.c | 52 ++--
xkb/XKM_file_format.txt | 684 ++++++++++++++++++++++++++++++++++++++++
xkb/ddxBeep.c | 2 +-
xkb/ddxList.c | 8 +-
xkb/ddxLoad.c | 18 +-
xkb/maprules.c | 102 +++---
xkb/xkb.c | 101 +++---
xkb/xkbAccessX.c | 30 +-
xkb/xkbActions.c | 45 ++--
xkb/xkbEvents.c | 8 +-
xkb/xkbInit.c | 30 +-
xkb/xkbLEDs.c | 50 ++--
xkb/xkbUtils.c | 20 +-
xkb/xkbfmisc.c | 48 ++--
xkb/xkbout.c | 70 ++--
xkb/xkbtext.c | 46 ++--
xkb/xkmread.c | 28 +-
30 files changed, 1284 insertions(+), 579 deletions(-)
create mode 100644 README
create mode 100644 xkb/XKM_file_format.txt
More information about the xorg-devel
mailing list