- 21 Jan, 2018 1 commit
-
-
Robert Sprowson authored
unicdata.c: condition changed to match unictype_is_ideograph() in UnicodeLib keygen.c: free kb keyconvert.c: free memory and close files on exit (the C environment would do this anyway, but this makes it explicit) Picked up by static analysis https://www.riscosopen.org/forum/forums/4/topics/9503#posts-72623 Version 0.99. Tagged as 'IntKey-0_99'
-
- 22 Oct, 2017 1 commit
-
-
Robert Sprowson authored
Loop uses 0-7. Ref https://www.riscosopen.org/forum/forums/4/topics/9503 Tagged as IntKey-0_98-1 since the module is unchanged, just the build tool.
-
- 05 Dec, 2012 1 commit
-
-
Jeffrey Lee authored
Add support for the new 'wide' key handler format. Add support for keyboard types which have fundamentally different layouts to PC/Arc. Add a basic (UK) layout for the Pandora. Detail: Doc/FileFormat, Doc/HandlerAPI - Updated docs with information about the new key handler format, and how to invoke it in layout files. c/keygen, c/unicdata, h/structures - Give keygen a bit of a tidy up. Add support for the new '$Type' directive to allow the keyboard type to be specified (to ensure correct intkey table is used, unique symbol names when the same country is supported by multiple keyboard types, etc.). Add support for the new key handler format. Sources/IntKeyBody, Sources/IntKeyMod, Sources/KeyStruct - Tidy up the code a bit to use key handler layout and key/OS_Byte numbers from Hdr:. Add support for the new key handler format, and for the new way keygen generates the layout files. layout/Pandora, Makefile, Sources/IntKeyBody, Sources/IntKeyMod, Sources/KeyStruct - Add a layout file for the Pandora, and modify IntKey to use different sets of layout files depending on the keyboard type. Admin: New key handler format tested on Pandora. Old format tested on Pandora & BB-xM. Requires HdrSrc-2_20 Version 0.95. Tagged as 'IntKey-0_95'
-
- 27 Nov, 2001 1 commit
-
-
Kevin Bracey authored
Added Korean layout. If you don't have a real Korean keyboard, Alt+Num-Lock acts as Hangul Lock, and Alt+Space (in the Hangul layer) acts as convert. Version 0.82. Tagged as 'IntKey-0_82'
-
- 14 Jun, 2001 1 commit
-
-
Stewart Brodie authored
Temporary GNUmakefile added containing UNIX build system. Detail: gcc complained about returning the address of a local variable as a function result in both keygen and keyconvert. The two variables concerned have now been made static like they should have been. Unlikely to have caused much aggravation, but only through luck. The Keyboard data structure has been updated to explicitly use an unsigned char in some places. This is necessary for systems on which char is signed by default. The GNUmakefile is a temporary addition until native tool support can be sorted out. In the xriscos environment, do "make links" and then "make rom" to build the module. "make clean" will remove all the built stuff and the symbolic links. Requires access to the exported Unicode library files. keyconvert is built, but will not work for the obvious reason that it calls SWIs. Admin: GNUmakefile will be removed at a later date - it's only temporary. Tested - builds the same module (for Keyboard=All, Machine=Phoebe) byte-identically. Version 0.80. Tagged as 'IntKey-0_80'
-
- 16 Sep, 1999 4 commits
-
-
Kevin Bracey authored
keygen now built with ANSILib instead of Stubs to cope with buggy old qsorts in old shared C libraries. Version 0.69. Tagged as 'IntKey-0_69'
-
Kevin Bracey authored
Version 0.68. Tagged as 'IntKey-0_68'
-
Kevin Bracey authored
Version 0.68. Tagged as 'IntKey-0_68'
-
Kevin Bracey authored
Unicode 3.0 character database imported. Switzerland layout now includes @FNKey@ (missed on previous check-in). Version 0.67. Tagged as 'IntKey-0_67'
-
- 26 Aug, 1999 2 commits
-
-
Simon Forrest authored
"FN" key support added by K. Bracey. 3rd party-specific keyboard mappings defined and included by S. Forrest. Both changes made in order to support the third party handset. Tested on a Risc PC against V0.02 of the RCMM Driver. Version 0.65. Tagged as 'IntKey-0_65'
-
Kevin Bracey authored
-
- 27 Apr, 1999 1 commit
-
-
Kevin Bracey authored
Moved euro sign to Alt-4 on UK and UK-based layouts. This involved moving the vulgar fractions to Alt-7,8,9. Double upwards arrow (symbol for Shift on menus) added to assorted layouts, as per diagrams. This still won't work in any alphabets other than UTF-8 because the International module doesn't recognise that character as being in the official alphabets. Version 0.64. Tagged as 'IntKey-0_64'
-
- 26 Apr, 1999 1 commit
-
-
Kevin Bracey authored
Added ability to redefine keys already specified (eg in inc.[tag]). Added customisations for 3rd party using aforementioned features. Version 0.63. Tagged as 'IntKey-0_63'
-
- 17 Feb, 1999 1 commit
-
-
Kevin Bracey authored
Created new PC-compatible two-layer Russian layout. Version 0.59. Tagged as 'IntKey-0_59'
-
- 11 Nov, 1998 1 commit
-
-
Kevin Bracey authored
%Include directive implemented in layout files - this gives a simpler way of adding in the new keys and allows some commonality between layouts. To get the new keys, you need to set the option EXTRAKEYS="-extra [tag]". !IKHG removed. Version 0.58. Tagged as 'IntKey-0_58'
-
- 09 Nov, 1998 1 commit
-
-
Kevin Bracey authored
3rd party keys placed into UK, USA and Netherlands layouts - this is a temporary measure until a proper build option is installed. Dead key ring above + space now outputs U+00B0 (degree sign), rather than U+02DB (ring above). Version 0.57. Tagged as 'IntKey-0_57'
-
- 02 Sep, 1998 1 commit
-
-
Kevin Bracey authored
Added hexadecimal keypad code entry. Changed dead key tilde+space to U+007E, not U+02DC (Denmark needs this). Added dead key stroke (only Turkey uses this).
-
- 01 Sep, 1998 1 commit
-
-
Kevin Bracey authored
Complete new keyboard definition system in terms of the UCS. See Docs.FileFormat for information.
-