index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xkb
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-10
XKB: Geom: Remove unused code
Daniel Stone
2
-146
/
+0
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
2
-2
/
+1
2012-07-09
Use C99 designated initializers in extension Events
Alan Coopersmith
1
-16
/
+23
2012-07-09
Use C99 designated initializers in xkb Replies
Alan Coopersmith
1
-160
/
+164
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
2
-30
/
+30
2012-07-04
xkb: use local variable instead of casting arg
Peter Hutterer
1
-5
/
+5
2012-06-07
xkb: warn if XKB SlowKeys have been automatically enabled
Peter Hutterer
1
-2
/
+7
2012-06-04
xkb: Allocate size_syms correctly when width of a type increases
Siddhesh Poyarekar
1
-2
/
+4
2012-05-14
xkb: Remove redundant declarations.
Michal Suchanek
2
-2
/
+0
2012-03-22
XKB: Redirect actions defunct with Gtk3 (XInput?)
Andreas Wettstein
1
-4
/
+22
2012-03-21
Indentation: Change '& stuff' to '&stuff'
Daniel Stone
1
-2
/
+2
2012-03-21
Introduce a consistent coding style
Keith Packard
28
-15401
/
+15882
2012-01-09
xkb: Message actions suppress other key presses #28575
Andreas Wettstein
1
-1
/
+1
2011-12-12
_XkbFilterDeviceBtn: move variable declarations to match usage scope
Alan Coopersmith
1
-4
/
+5
2011-12-12
XkbFindSrvLedInfo: remove extraneous name-clashing sli variable
Alan Coopersmith
1
-4
/
+2
2011-11-23
Fix gcc -Wwrite-strings warnings in XkbGetRulesDflts
Alan Coopersmith
1
-16
/
+5
2011-11-23
Mark XKB char * as const to clean up gcc -Wwrite-strings warnings
Alan Coopersmith
6
-18
/
+18
2011-11-23
Reduce unnecessary string copying in xkbtext routines
Alan Coopersmith
1
-10
/
+8
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
1
-71
/
+71
2011-11-23
Remove unnecessary variable rtrn in XkbKeysymText
Alan Coopersmith
1
-4
/
+4
2011-11-23
Convert strncpy/strncat to strlcpy/strlcat
Alan Coopersmith
3
-8
/
+4
2011-11-09
input: replace remaining GetPairedDevice() with GetMaster()
Peter Hutterer
1
-1
/
+1
2011-11-02
Xming: Always remove temporary file used when invoking xkbcomp on Win32
Colin Harrison
2
-2
/
+9
2011-10-25
xkb: Support noLock and noUnlock flags for LockMods
Andreas Wettstein
1
-2
/
+5
2011-10-03
Add #include "inpututils.h" to xkbAccessX.c for init_device_event
Alan Coopersmith
1
-0
/
+1
2011-09-26
Merge remote-tracking branch 'whot/next'
Keith Packard
1
-6
/
+2
2011-09-21
xkb: add missing swaps for xkbGetDeviceInfoReply
Peter Harris
1
-0
/
+3
2011-09-21
Cast char* buffers to swap functions
Matt Turner
1
-6
/
+6
2011-09-21
Use correct swap{l,s} (or none at all for CARD8)
Matt Turner
1
-1
/
+0
2011-09-21
Use internal temp variable for swap macros
Matt Turner
4
-488
/
+371
2011-08-22
input: provide a single function to init DeviceEvents to 0
Peter Hutterer
1
-6
/
+2
2011-07-15
XKB: Work around broken interps from old xkbcomp
Daniel Stone
2
-4
/
+46
2011-06-06
xkb: Fix case checks for Latin 4.
Cyril Brulebois
1
-1
/
+2
2011-06-06
xkb: Fix case checks for Latin 2.
Cyril Brulebois
1
-1
/
+1
2011-06-06
xkb: Fix case checks for Latin 1.
Cyril Brulebois
1
-1
/
+1
2011-06-03
xkb: Fix case checks for Latin 8.
Cyril Brulebois
1
-15
/
+26
2011-05-11
input: replace EventListPtr with InternalEvent array
Peter Hutterer
1
-2
/
+2
2011-05-06
XKB: Fix sense inversion for core MapNotify events
Daniel Stone
1
-4
/
+8
2011-05-06
XKB: Send XKB events for all devices to all clients
Daniel Stone
1
-23
/
+8
2011-05-06
XKB: Send NewKeyboardNotify for dev before its master/slaves
Daniel Stone
1
-12
/
+12
2011-05-06
XKB: Remove duplicate keymap-copying loop
Daniel Stone
1
-7
/
+7
2011-05-06
XKB: Simplify a loop in ProcXkbGetKbdByName
Daniel Stone
1
-14
/
+15
2011-05-06
XKB: Don't send unnecessary NewKeyboardNotifies
Daniel Stone
1
-3
/
+1
2011-04-25
xkb: remove duplicated include
Nicolas Kaiser
1
-1
/
+0
2011-04-04
Merge remote-tracking branch 'vignatti/for-keith'
Keith Packard
1
-1
/
+3
2011-04-04
xkb: fix fd leak in XkbDDXListComponent
Tiago Vignatti
1
-1
/
+3
2011-04-04
xkb: Prevent leaking of XKB geometry information on copy.
Rami Ylimäki
1
-5
/
+3
2011-04-04
xkb: Introduce helper function to handle similar reallocations.
Rami Ylimäki
3
-94
/
+111
2011-03-17
xkb: Initialize pad bytes sent in replies of geometry requests.
Rami Ylimäki
1
-3
/
+9
2011-03-17
xkb: Document XkbWriteCountedString.
Peter Hutterer
1
-0
/
+11
[prev]
[next]