Skip to content
Snippets Groups Projects
  1. Dec 20, 2024
  2. Dec 16, 2024
  3. Dec 15, 2024
  4. Dec 09, 2024
    • Alexey Gladkov's avatar
      v2.7 · f6bddf7a
      Alexey Gladkov authored
      
      libkeymap:
      * Add API to get/set keymap keywords.
      * Export functions to convert the value to kernel code.
      * Fix double kbdfile open.
      * Dump action codes for keycode 0.
      
      libkfont:
      * Fix buffer allocation for doubled font.
      * Check console mode.
      
      keymaps:
      * Add hcesar layout, for portuguese speaking countries.
      * Update Colemak-DH keymaps with upstream changes.
      * sv-latin1.map: make Ctrl+AltGr+9 act as Ctrl+].
      
      fonts:
      * Remove non-free Agafari fonts.
      
      build-sys:
      * Use autoconf 2.72.
      * Do not substitute variables from configure.
      * Makefiles cleanup.
      * Fix build warning.
      
      other:
      * Add configure option to control keymaps compression.
      * Update man pages.
      * Remove deprecated startup scripts.
      * Remove outdated docs.
      * Update translations (from translationproject.org)
      
      Signed-off-by: default avatarAlexey Gladkov <legion@kernel.org>
      f6bddf7a
    • Alexey Gladkov's avatar
  5. Nov 20, 2024
  6. Nov 18, 2024
  7. Oct 29, 2024
  8. Oct 28, 2024
    • Alexey Gladkov's avatar
      v2.7-rc1 · f7f2c60b
      Alexey Gladkov authored
      
      libkeymap:
      * Add API to get/set keymap keywords.
      * Export functions to convert the value to kernel code.
      * Fix double kbdfile open.
      * Dump action codes for keycode 0.
      
      libkfont:
      * Fix buffer allocation for doubled font.
      * Check console mode.
      
      keymaps:
      * Add hcesar layout, for portuguese speaking countries.
      * Update Colemak-DH keymaps with upstream changes.
      * sv-latin1.map: make Ctrl+AltGr+9 act as Ctrl+].
      
      fonts:
      * Remove non-free Agafari fonts.
      
      build-sys:
      * Use autoconf 2.72.
      * Do not substitute variables from configure.
      * Makefiles cleanup.
      * Fix build warning.
      
      other:
      * Add configure option to control keymaps compression.
      * Update man pages.
      * Remove deprecated startup scripts.
      * Remove outdated docs.
      
      Signed-off-by: default avatarAlexey Gladkov <legion@kernel.org>
      f7f2c60b
    • Alexey Gladkov's avatar
      Update po · 62fc9208
      Alexey Gladkov authored
      
      Signed-off-by: default avatarAlexey Gladkov <legion@kernel.org>
      62fc9208
  9. Oct 25, 2024
    • Alexey Gladkov's avatar
      Update man pages · f126e60e
      Alexey Gladkov authored
      
      The man-pages of the utilities do not contain supported options. We need
      to add new options and document the missing ones in the man-page.
      
      Also added the AUTHORS section to man-pages.
      
      Signed-off-by: default avatarAlexey Gladkov <legion@kernel.org>
      f126e60e
  10. Oct 24, 2024
  11. Oct 23, 2024
  12. Oct 18, 2024
  13. Oct 15, 2024
    • Alexey Gladkov's avatar
      Merge branch 'headers-refactor' of github.com:legionus/kbd · 9fdd80d6
      Alexey Gladkov authored
      
      Public headers distributed across directories cause several problems:
      
      1. It is very easy to get confused and use an internal header in an
         external utility (relative to the library).
      
      2. Different library headers are forced to duplicate attribute
         definitions and other common things.
      
      As a solution, all headers can be moved to a separate subdirectory and
      shared headers can be used from that subdirectory. Top level headers
      will remain for backward compatibility and will point to the headers in
      the subdirectory.
      
      Signed-off-by: default avatarAlexey Gladkov <legion@kernel.org>
      9fdd80d6
  14. Oct 11, 2024
Loading