summaryrefslogtreecommitdiff
path: root/makekeys/makekeys.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-16makekeys: replace helper with python script and binary searchRan Benita1-302/+0
2012-07-17Run source tree through uncrustifyDaniel Stone1-42/+43
2012-06-09Move XKB_KEY_NoSymbol to xkbcommon-keysyms.hRan Benita1-5/+0
2012-05-09Merge remote-tracking branch 'krh/keysyms'Daniel Stone1-30/+8
2012-05-09Use our own keysymsKristian Høgsberg1-30/+9
2012-04-02makekeys: use correct format stringsRan Benita1-6/+6
2012-04-02makekeys: free strings before exitingRan Benita1-0/+3
2012-03-27Define our own NoSymbol value and use itRan Benita1-3/+6
2012-03-27Remove a few remaining uses of the KeySym typeRan Benita1-6/+7
2012-02-26makekeys: update to match the rest of libX11 makekeysRan Benita1-129/+45
2012-02-26makekeys: Receive the keysym files as argumentsRan Benita1-34/+44
2012-02-26When makekeys fails to find a good hash, print error instead of divide-by-zeroRan Benita1-0/+10
2012-02-26makekeys: Fix build/target word size mismatch when cross-compilingRan Benita1-5/+6
2012-02-25makekeys: clear const and shadow warningsRan Benita1-11/+11
2012-02-25makekeys: make buf local to main()Ran Benita1-1/+1
2012-02-25Remove ancient compatibility checkRan Benita1-3/+0
2010-12-18config: makekeys prog should stand alone in the makekeys directoryGaetan Nadon1-0/+387