1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 11 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add Numpad Enter as an autocomplete key https://github.com/ManiacDC/TypingAid/issues/51 More... almost 9 years ago
When using Fixed Width fonts, added columns for word descriptions Fixed default font override issue More... almost 9 years ago
Added a "Max width in pixels" setting. When the match string exceeds the max width (monitor width, or the new setting), the display will be truncated an ellipsis will be shown. More... almost 9 years ago
Added code to constrain the width of the ListBox values to the maximum width of the monitor the ListBox is positioned on. More... almost 9 years ago
Changed Words table to have Word,wordreplacement as the primary key, allowing multiple replacements per word. Also set wordreplacement to NOT NULL so the primary key constraint works properly. More... almost 9 years ago
Added Word Replacement Column Added Word Replacements and Descriptions to ListBox (there is a bug with really long strings... need to add truncation code) Fixed when words/replacements/descriptions contain single quote characters. Fixed performance/race condition issue with word count update (would only be a problem if 2 people used the same database simultaneously) More... almost 9 years ago
Set journal_mode to TRUNCATE so the db journal isn't deleted every time More... almost 9 years ago
Fixed INSERT commands More... almost 9 years ago
Removed Pause... More... almost 9 years ago
Added framework for Database Conversions Added structures for wordlist descriptions More... almost 9 years ago
Check for string ending in double quote too. More... almost 9 years ago
Added the ability to exact match on Window Titles More... almost 9 years ago
Correctly fixed the 64 bit issue. More... almost 9 years ago
TypingAid 2.21.1.0 More... almost 9 years ago
Fixed clicking in 64-bit version More... almost 9 years ago
Fixed Download links More... almost 9 years ago
updated Settings and Changelog.txt More... almost 9 years ago
v2.21.0.0 More... almost 9 years ago
Added EndWordCharacters More... almost 9 years ago
Very minor efficiency change More... almost 9 years ago
Clear the timer when we start scrolling so that it doesn't clear while scrolling. More... about 9 years ago
Scrolling fixes for the ListBox Changed windows dll/message constants to use global variables for clarity Fixed some strings to actually be strings and not variable names More... about 9 years ago
Fixed issues when double-clicking the scrollbar More... about 9 years ago
Minor refinements to how the mouse cursor is changed for the ListBox More... about 9 years ago
Changed the Mouse Click setting to Single Click Enabled Double Clicking when Single Click is off More... about 9 years ago
Added Setting to turn mouse click on/off (off behaves as it did prior to this change) Reorganized Settings window More... about 9 years ago
Made hover cursor over ListBox Fixed some internal workings regarding cursors in the settings window More... about 9 years ago
Initial enabling of the mouse to autocomplete (need to add option to disable) Fixed several checks for an inactive windows that weren't working refactoring of several if/else statements More... about 9 years ago
Added a setting to sort Learned Words before words in Wordlist.txt More... about 9 years ago
Fixed NumPresses=2 (actually, it wasn't broken). Adding Setting for NumPresses. Fixed Help order on About page. More... about 9 years ago