1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added wordlists to readme More... almost 9 years ago
English frequency weighted wordlists More... almost 9 years ago
Merge branch 'master' of https://github.com/ManiacDC/TypingAid More... almost 10 years ago
Added new English Wordlists More... almost 10 years ago
Added new English Wordlists More... almost 10 years ago
Fix issue with word not being capitalized after normalization More... almost 10 years ago
Added new wordlists More... almost 10 years ago
Thanks to rommmcek: Added German Wordlist Added AHK Parameter wordlists More... almost 10 years ago
Support for ae, oe, and ss normalization Change replacement character to chr(26) More... almost 10 years ago
English Wordlist 1.1 by rommmcek More... almost 10 years ago
Use tabs for indentation of words, allowing all words to be indented evenly. More... about 10 years ago
Add DPI Awareness override for Windows OS less than 8.1 Fix bug where "Del" button says "0" after adding an Executable in the Executable lookup More... about 10 years ago
Change OS Version checks Switch to KD Unicode normalization Prefix with 2 spaces when using fixed width font in list box More... about 10 years ago
Initial support for DPI scaling (only works on Win 8.1 for now, and only theoretically - hasn't been tested) More... about 10 years ago
Fix flipping when listbox is really tall More... about 10 years ago
Fixed bug which caused too much to be written to the WordlistLearned.txt file More... about 10 years ago
Fix issue where Learned Words weren't getting cleaned up if the wordlist didn't change. More... about 10 years ago
Base flipping on the maximum height for the current word rather than the maximum height for the listbox More... about 10 years ago
Reduce flipping up/down by checking against the list box max height rather than the number of rows actually shown More... about 10 years ago
Compute Character width and list box offset based on screen DPI and font size More... about 10 years ago
Updated readme to reflect new wordlist More... about 10 years ago
Version of rommmcek's english wordlist with words with only 4+ letters. More... about 10 years ago
Only reload the wordlist if it's changed since the last time it was loaded. More... about 10 years ago
New wordlists More... about 10 years ago
Wordlists added by rommmcek More... about 10 years ago
Merge pull request #53 from jamesw77bp/patch-1 More... about 10 years ago
Create Wordlist Spanish.txt More... about 10 years ago
*Once the listbox flips above caret, it will stay there until the next word. *(Vista+ only)Accented Characters in the wordlist are now normalized for matching. Accented characters the user typed are NOT normalized. Even if case correction is OFF, the word will be backspaced to add in the accented characters, but case will NOT be changed. *The wordlist will no longer be cleaned up when exiting the script, only launching. This will help when 2 processes access the same database. More... about 10 years ago
Word replacements respect original capitalization if Case Correction is Off sqlite3 updated to 3.8.10.2 More... about 10 years ago
Added a progress bar when reading in wordlist Fixed minor performance issues when reading in wordlist More... about 10 years ago