Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+1 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -7/+7 |
| | |||||
* | add XkbCompat "group_led" for all keyboards where a group layout switching ↵ | Pascal Rigaux | 2002-11-04 | 1 | -1/+1 |
| | | | | is used | ||||
* | make wacom config work | Pascal Rigaux | 2002-08-06 | 1 | -0/+3 |
| | |||||
* | - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD} | Pascal Rigaux | 2002-08-01 | 1 | -1/+1 |
| | | | | | | | | - KBCHARSET is $o->{keyboard}{KBCHARSET} - isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard) - add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE" - add dialog box to choose GRP_TOGGLE | ||||
* | BusID needs a string (thanks to Florent BERANGER) | Pascal Rigaux | 2002-08-01 | 1 | -1/+1 |
| | |||||
* | fix handling of commented empty line | Pascal Rigaux | 2002-07-30 | 1 | -2/+2 |
| | |||||
* | 14 new modules, will it be enough?? :) | Pascal Rigaux | 2002-07-28 | 1 | -8/+13 |
| | |||||
* | new XFree handling library | Pascal Rigaux | 2002-07-24 | 1 | -0/+192 |
- only keyboard and mice functions are done, but adding the others is quite easy - so for now only used in mousedrake - but keyboarddrake and (of course) XFdrake will come |