1
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added wordlists to readme More... over 7 years ago
English frequency weighted wordlists More... over 7 years ago
Merge branch 'master' of https://github.com/ManiacDC/TypingAid More... over 8 years ago
Added new English Wordlists More... over 8 years ago
Added new English Wordlists More... over 8 years ago
Fix issue with word not being capitalized after normalization More... over 8 years ago
Added new wordlists More... over 8 years ago
Thanks to rommmcek: Added German Wordlist Added AHK Parameter wordlists More... over 8 years ago
Support for ae, oe, and ss normalization Change replacement character to chr(26) More... over 8 years ago
English Wordlist 1.1 by rommmcek More... over 8 years ago
Use tabs for indentation of words, allowing all words to be indented evenly. More... over 8 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... over 8 years ago
Change OS Version checks Switch to KD Unicode normalization Prefix with 2 spaces when using fixed width font in list box More... over 8 years ago
Initial support for DPI scaling (only works on Win 8.1 for now, and only theoretically - hasn't been tested) More... over 8 years ago
Fix flipping when listbox is really tall More... over 8 years ago
Fixed bug which caused too much to be written to the WordlistLearned.txt file More... over 8 years ago
Fix issue where Learned Words weren't getting cleaned up if the wordlist didn't change. More... over 8 years ago
Base flipping on the maximum height for the current word rather than the maximum height for the listbox More... over 8 years ago
Reduce flipping up/down by checking against the list box max height rather than the number of rows actually shown More... over 8 years ago
Compute Character width and list box offset based on screen DPI and font size More... over 8 years ago
Updated readme to reflect new wordlist More... over 8 years ago
Version of rommmcek's english wordlist with words with only 4+ letters. More... over 8 years ago
Only reload the wordlist if it's changed since the last time it was loaded. More... over 8 years ago
New wordlists More... over 8 years ago
Wordlists added by rommmcek More... over 8 years ago
Merge pull request #53 from jamesw77bp/patch-1 More... over 8 years ago
Create Wordlist Spanish.txt More... over 8 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... over 8 years ago
Word replacements respect original capitalization if Case Correction is Off sqlite3 updated to 3.8.10.2 More... almost 9 years ago
Added a progress bar when reading in wordlist Fixed minor performance issues when reading in wordlist More... almost 9 years ago