index
:
~halfline/xserver
foo
master
wip/logind-integration
xwayland
Unnamed repository; edit this file 'description' to name the repository.
halfline
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xkb
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-02
xkb: don't call atoi(NULL) when parsing argv
Julien Cristau
1
-2
/
+4
2013-05-10
input: print warnings if drivers don't initialize properly
Peter Hutterer
1
-2
/
+3
2013-05-10
dix: don't overwrite proximity/focus classes
Peter Hutterer
1
-1
/
+2
2013-05-07
xkb: free XkbRulesUsed and XkbRulesDflt on extension cleanup
Peter Hutterer
1
-0
/
+15
2013-03-06
xkb: Fixes to LatchMods/LatchGroup
Andreas Wettstein
1
-69
/
+80
2013-02-21
xkb: Set nIndicators in XkbGetIndicatorMap
Peter Harris
1
-0
/
+1
2013-02-15
xkb: remove unused variable 'names'
Peter Hutterer
1
-2
/
+0
2013-02-08
xkb: Fix repeat behaviour of redirect and message actions
Andreas Wettstein
1
-57
/
+90
2013-01-09
xkb: Do not use base group as an array index.
Andreas Wettstein
1
-2
/
+8
2012-12-19
Merge remote-tracking branch 'yselkowitz/master'
Keith Packard
2
-19
/
+19
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
2
-19
/
+19
2012-12-05
xkb: only post a XTest release if the XTest device has the button down
Peter Hutterer
1
-2
/
+7
2012-12-05
xkb: always post XTest button up when the physical button released (#28808)
Peter Hutterer
1
-15
/
+14
2012-11-29
xkb: fill in keycode and event type for slow keys enablement
Peter Hutterer
1
-2
/
+4
2012-11-19
XKB: Remove component listing support
Daniel Stone
3
-335
/
+20
2012-11-05
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-0
/
+1
2012-11-06
Apply partial matches for option (#25873)
Alexey Ten (Lynn)
1
-0
/
+1
2012-11-05
xkb: fix shadow warnings
Yaakov Selkowitz
5
-21
/
+15
2012-10-29
xkb: ProcesssPointerEvent must work on the VCP if it gets the VCP
Peter Hutterer
1
-1
/
+1
2012-07-17
xwin: Clean up os wrappers for System, Popen and Pclose on Windows
Keith Packard
2
-81
/
+0
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
[next]