Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| e8c0396f | 2013-03-05 13:16:30 | doc: use README as doxygen main page overview The doxygen page looked a bit dead, the README fills it nicely, and is already written in the markdown format which doxygen uses (I think?). Unfortunately the USE_MDFILE_AS_MAINPAGE doxygen config doesn't seem to do anything.. So we just add a {#mainpage} tag at the top of the README which isn't so bad. BUT we still need some config option (the no_extension=md part) so that doxygen will accept README instead of README.md or somesuch. And that requires an even newer release, 1.8.3.1, released 2013-01. But if an older version is used, it doesn't spew out warnings but just skips the README, which is fine. Signed-off-by: Ran Benita <ran234@gmail.com> | ||
| a35d3223 | 2012-10-24 17:38:28 | More README Signed-off-by: Daniel Stone <daniel@fooishbar.org> | ||
| 202f5606 | 2012-10-24 17:00:24 | README updates Good thing I didn't check this before I made a release. Signed-off-by: Daniel Stone <daniel@fooishbar.org> | ||
| c1ea23da | 2012-08-04 10:47:56 | symbols: remove support for key behaviors The possible key behaviors are: KB_RadioGroup, KB_Overlay1, KB_Overlay2: already removed support for these. KB_Lock (with or without KB_Permanent): used to ignore key presses or releases to simulate and deal with some legacy keyboard behaviors (like keys that physically lock). Not used at all. We already ignore them while processing key events in state.c, so make it official. Signed-off-by: Ran Benita <ran234@gmail.com> | ||
| 6eb5929d | 2012-07-28 23:31:08 | README: s/xkb_desc/xkb_keymap Signed-off-by: Ran Benita <ran234@gmail.com> | ||
| aaffcef3 | 2012-03-21 16:57:05 | Add a proper README Signed-off-by: Daniel Stone <daniel@fooishbar.org> | ||
| 2c51e4b1 | 2010-12-07 10:42:21 | config: add the default README file. Acked-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> |