0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 9 days ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now the clear button in the http servlet version actually clears. Also added "synchronized" to some methods to ensure that concurrent threads don't crash. More... over 20 years ago
Removed David Chapman's recently added line for U+0F82 -- a line for U+0F82 already existed, and the new line had incorrect TM and incorrect TMW mappings. I changed the existing line for U+0F82 to use the EWTS {~M`}. More... over 20 years ago
*** empty log message *** More... over 20 years ago
Minor additions, fixes, and clarifications. More... over 20 years ago
Added test cases for vowel.vowel. More... over 20 years ago
Updated spelling of dorje (needs acute accent according to revised phonetics scheme). More... over 20 years ago
Explained how to suppress ]. More... over 20 years ago
dorje gets an acute accent More... over 20 years ago
Made installer not overwrite the fonts if they already exist; this will prevent problems (as reported by DG) that occur when the fonts are in use at installation time. More... over 20 years ago
Version 2.0b2 (release candidate). More... over 20 years ago
Added various test cases. More... over 20 years ago
Add TMW tsheg bar parser. Call it in FixTMW2WylieConversion. This fixes various problems in TMW->Wylie Sanskrit conversion, viz. 800153 (Typing sara gets sra), 811282 (F10 of ragyada is rgyad), and 811284 (F10 of gayarma gets ga.yarma). More... over 20 years ago
Added test cases for ~M and ~M`. More... over 20 years ago
Fixed somewhat-bogus test case of second-suffix d removal More... over 20 years ago
Fixed SF bug 800193, which was due to Word's failure to inherit styles from templates loaded from the Startup folder. (They *are* inherited from templates loaded normally.) Worked around the bug by having the code check whether the interlineal styles are defined, and if not, defining them programmatically. More... over 20 years ago
Fix careless error: I had the same TMW character for ~M and ~M`! More... over 20 years ago
Change ^M to ~M and ^X to ~X to conform to spec change. Introduce ~M` (for 0F82). Make ^ be tsa phrul (per spec change). More... over 20 years ago
Change ^M to ~M to conform to spec. Introduce ~M` (for 0F82). More... over 20 years ago
Fixed phonetics code to strip post-suffix d (bug 800167 in SourceForge). More... over 20 years ago
Updated the translation tool to conform to the Personal Profile specification of Java. Before it would run in pocket pc's through the more restricted personalJava specification but Sun's vm for pocket pc's project was terminated. Now it is designed to run under IBM's VM for pocket pc's called J9 which implements the Personal Profile specification. Such specification also supports awt, but not swing so still there is no (hope for) support of Tibetan script in the pocket pc's, More... over 20 years ago
Deleted cut-and-paste goof. More... over 20 years ago
TString now has tracks what Roman transliteration system it is using. Next up is to make ACIPConverter handle EWTS or ACIP TStrings. More... over 20 years ago
Added a Unicode->ASCII dump for debugging *->Unicode conversions. To use it, use 'java -cp Jskad.jar org.thdl.util.VerboseUnicodeDump'. More... over 20 years ago
I saw this error when I wasn't expecting it, so now, curious, I print more details. More... over 20 years ago
Now using Jskad/build.properties file, which I keep looking like this: More... over 20 years ago
fixed typo More... over 20 years ago
Modified text on More... over 20 years ago
Switched to creator for menu recent terms display More... over 20 years ago
Updated context config to use the new Databases. And added a javac task to the build file to compile ThdlUser sources all in one go. More... over 20 years ago
Updated Roster to use new ThdlUser Repository More... over 20 years ago