Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introduce ->is_fbdev, and use it to simplify ->set_resolution | Pascal Rigaux | 2003-01-23 | 1 | -5/+9 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | please perl_checker: | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | | | | | | | - local'ize $_ before doing while (<...>) - use "foreach" instead of "for" - remove unneeded parentheses on the right side of infix if/foreach/unless | ||||
* | Xconfig::xfree3::set_resolution and Xconfig::xfree4::set_resolution must not ↵ | Pascal Rigaux | 2002-08-28 | 1 | -6/+6 |
| | | | | modify parameter $Screen before calling Xconfig::xfreeX::set_resolution (otherwise the resolution setting is done on only one device which is bad for multi-head) | ||||
* | fix "screen1 RightOf screen2", it must be "screen2 RightOf screen1" | Pascal Rigaux | 2002-08-23 | 1 | -1/+1 |
| | |||||
* | make wacom config work | Pascal Rigaux | 2002-08-06 | 1 | -5/+6 |
| | |||||
* | still have HorizSync and VertRefresh for Plug'n Play monitors | Pascal Rigaux | 2002-08-05 | 1 | -12/+0 |
| | | | | | (XFree4 still need some help) | ||||
* | 14 new modules, will it be enough?? :) | Pascal Rigaux | 2002-07-28 | 1 | -5/+90 |
| | |||||
* | new XFree handling library | Pascal Rigaux | 2002-07-24 | 1 | -0/+84 |
- 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 |