0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some extra letter distinction stuff. More... almost 17 years ago
Forgot to add new files in previous checkin. More... almost 17 years ago
Added first part of letter distinctions. More... almost 17 years ago
Added the ability to specify generic characteristics that are used by every letter in a language. More... about 17 years ago
Fixed a dialog title to be correct. More... about 17 years ago
The writer manager now saves all writers when closing and loads all writers when opening, and you can delete and edit writers (although cancelling after editing does not work yet). Also fixed a problem in reading that caused potential major problems. The whole system is very inefficient now, though. More... about 17 years ago
Added functionality for reading with the characteristics. Note that the Total Letter Fit characteristic has not been completed yet. More... about 17 years ago
*** empty log message *** More... about 17 years ago
Added the select point and select characteristic dialogs and wrote a good first pass for the edit characteristic dialog. More... about 17 years ago
For the most part finished the GUI, although you still can't choose arguments in the Edit Characteristic Dialog. More... about 17 years ago
Wrote a lot more of the new language wizard GUI. The mini active area in the edit letter box now works for the most part, and the main task left is the new characteristic dialog. More... about 17 years ago
Added a mostly functional New Language Wizard and started the Edit Letter Dialog. More... about 17 years ago
Added part of the GUI for the new language wizard. It has no functionality, but the wizard has most of the pages done. More... about 17 years ago
Added a basic structure for the writer manager dialog, the language manager dialog, the new language wizard, the handwritten language class, and the language manager. More... over 17 years ago
Fixed a bug on the windows side that caused the scroll bar to not be able to scroll to the last pixel. More... over 17 years ago
Updated the documentation included in the install in preparation for the release of version 0.2.0. More... over 17 years ago
Removed the "Open as read-only" check box from the "Open" dialogs and made the "Save As" dialogs warn when the file already exists. More... over 17 years ago
Changed the batch script that generates the installer so that it uses the Dev-C++ build rather than the VC one. More... over 17 years ago
Fixed a bug that caused a crash when blocking a single pixel. More... over 17 years ago
Forgot to add this to the last checkin. More... over 17 years ago
Added lots of things that hadn't been added to the repository before because they were not source code. This includes the 5 informational files that come when installing, the 3 support files necessary for running STIHRS, the bitmap that is needed to run the installer, and a batch script to speed up the generation of the windows installer. More... over 17 years ago
Added a system that loads in the file config.txt every time the program opens and stores the information for later use. Right now, this is only used to store the names of the dictionary files. More... over 17 years ago
Added a much more secure thread system. When running a thread, all actions that might affect or use the active area or text area are disabled. Also, a new "Cancel" button appears to the right of the train button. Also added a system to gracefully and quickly stop the thread to go along with the cancel button. When exiting, it waits for the other thread to close first if it is running. More... over 17 years ago
Added a progress bar to the right of the toolbar and to the left of the select writer combo box that appears during training and reading. Also made the program use threads during training, reading, and when running scripts. More... over 17 years ago
Redesigned the spell checking system to allow for any language by reading in both the dictionary file and the affix file. This change also seems to make dictionary checking faster. Also fixed a bug that was causing the window title to flicker while drawing in the active area. More... over 17 years ago
Fixed a bug where parentheses were not nested correctly when using the ROUND macro. More... over 17 years ago
Fixed a problem where after a new document operation was performed, the file would be dirty, which allows the user to immediately save, but it also gives a warning on close. The solution was to make it not dirty, but still be able to save. More... over 17 years ago
Added drag-and-drop support to the windows side and to the page class. More... over 17 years ago
Updated some initialization issues. Added all menu items. More... over 17 years ago
Added gui_utils.mm to the repository More... over 17 years ago