summaryrefslogtreecommitdiff
path: root/src/bin/e_xkb.c
Commit message (Expand)AuthorAgeFilesLines
* add option for disabling all keyboard layout changesMike Blumenkrantz2013-02-061-0/+6
* same xkb typo in another placeMike Blumenkrantz2013-02-011-2/+2
* fix xkb crashMike Blumenkrantz2013-02-011-2/+2
* giant rollup commit fixing all xkb issuesMike Blumenkrantz2013-01-311-24/+65
* fix flag reduce case for when name has no / characterMike Blumenkrantz2013-01-311-0/+1
* make one of the xkb functions less stupidMike Blumenkrantz2013-01-311-2/+6
* fix xkb variant construction, patch from Tomas CechMike Blumenkrantz2012-12-281-2/+1
* improve xkb init: don't call setxkbmap more than once, wait a short while on ...Mike Blumenkrantz2012-12-201-5/+12
* always re-set xmodmap after changing kbd layout groupMike Blumenkrantz2012-12-121-0/+1
* stderr for the run cmd so we can debug and stuff...Carsten Haitzler2012-11-221-1/+1
* xkb no longer sets dummy default layouts and is smarter about applying config...Mike Blumenkrantz2012-11-121-32/+53
* send xkb update event any time e_xkb_update() is called with a real valueMike Blumenkrantz2012-10-101-1/+1
* next/prev xkb layout switch actions now properly set the current/selected kbd...Mike Blumenkrantz2012-10-031-4/+22
* ton of xkb fixes:Mike Blumenkrantz2012-10-031-2/+32
* formattingMike Blumenkrantz2012-10-021-6/+7
* avoid setting xkb variant as ',', just set as '' insteadMike Blumenkrantz2012-10-021-5/+2
* xkb lauout patch from jeremy! :)Carsten Haitzler2012-08-221-12/+17
* fix type warningMike Blumenkrantz2012-08-201-1/+1
* e17 xkb patch building on ecore new event api. patch from:Carsten Haitzler2012-08-181-45/+36
* e17: whitespaces--Vincent Torri2012-06-211-21/+21
* replace e17 logging "system" with custom eina log domainMike Blumenkrantz2012-06-131-1/+1
* enable xkb next/prev and set actions. :)Carsten Haitzler2012-05-021-1/+5
* skip passing variant if its just basic. never provide , in the caseCarsten Haitzler2012-05-021-2/+4
* ok try an alternative bug workaround. seems a LOT of layouts failCarsten Haitzler2012-05-021-6/+9
* try get xkb to work around bugs in x11.Carsten Haitzler2012-05-021-15/+10
* put debug back so we can look at what works/fails.Carsten Haitzler2012-05-011-0/+1
* xkb config put into core. xkb layout is set on startup now (last oneCarsten Haitzler2012-04-301-0/+181