0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fixed: TCheckBoxes & TRadioButtons problem with streams More... almost 26 years ago
* Fixed: I forgot to remove the ncurses headers I use in Debian. More... almost 26 years ago
* Fixed: TGroup re-entrancy fix * Fixed: memory leak in TNSCollection * Fixed: disabled views can be selected through labels * Fixed: TCheckBoxes & TRadioButtons problem with streams * Fixed: TChDirDialog::shutDown() * Fixed: TEditor sometimes fails to find words * Fixed: bug in TFileDialog::valid() More... almost 26 years ago
* Applied 7 patches from Laurynas Biveinis <[email protected]>, he adapted a lot of patches floating around the net for the original TV to this port: * Fixed: TGroup re-entrancy fix * Fixed: memory leak in TNSCollection * Fixed: disabled views can be selected through labels * Fixed: TCheckBoxes & TRadioButtons problem with streams * Fixed: TChDirDialog::shutDown() * Fixed: TEditor sometimes fails to find words * Fixed: bug in TFileDialog::valid() More... almost 26 years ago
* Fixed: Wrong version (1.0.6) in the dynamic file. More... almost 26 years ago
* Added: Now TListViewer is verbose and sends a broadcast when a new item is focused. It can be used to update other views according to it. More... almost 26 years ago
* Added: Now TListViewer is verbose and sends a broadcast when a new item is focused. It can be used to update other views according to it. * Updated Robert Hoehne's license text. More... almost 26 years ago
* Fixed to be more general. More... almost 26 years ago
* Added: TClusters broadcasts. More... almost 26 years ago
* Added: Now TClusters (TRadioButton and TCheckBox) sends broadcasts to your owner each time the movedTo and press member are called. This behavior is the default but can be disabled setting the TCluster::extraOptions static variable to 0. The new broadcasts sends a pointer to the view that is sending the message, the owner must know what exactly is this pointer. More... almost 26 years ago
* Modified: Now TFileCollection sorting is configurable. By default it sorts like the Turbo Vision help says (directories at the end of the list, no case sensitive, .. is the last in the list). I did it because many people seems to like it, I like another layout and Robert yet another. So now everybody can get what s/he wants ;-) More... almost 26 years ago
* Added: Now TWindow::close() sends a broadcast cmClosingWindow to TProgram::Application. More... almost 26 years ago
* Added: Now is possible to setup TDeskTop so windows are tiled first vertically. For it I added get/setOptions members to TDeskTop, it get/sets a flags variable. The dsktTileVertical is the only flag available now. More... almost 26 years ago
* Fixed: missing __link() for the calculator. More... almost 26 years ago
* Fixed: In the TDemo example: I forgot to add the link request for the streaming structures of the calculator that now are in the library. Reported by Laurynas. More... almost 26 years ago
* Fixed: delete[] More... almost 26 years ago
* Fixed: A couple of warnings about delete (void *) reported by gcc 2.95 in the examples. More... almost 26 years ago
* Fixed: A couple of warnings about delete (void *) reported by gcc 2.95 in the examples. * Fixed: A call to delete without [] in dirent.h. Patch by Laurynas. More... almost 26 years ago
* Added: Now TProgram::idle() releases the CPU by default. You can avoid it with TProgram::doNotReleaseCPU=1;. Suggested by Laurynas. More... almost 26 years ago
* Removed release CPU example. More... almost 26 years ago
* Fixed: Some calls to delete instead of delete[] and delete instead of free. Patches and suggestions by Laurynas Biveinis <[email protected]>. * Added: Now TProgram::idle() releases the CPU by default. You can avoid it with TProgram::doNotReleaseCPU=1;. Suggested by Laurynas. More... almost 26 years ago
* Added: TListBoxRec is now publically available from the headers. * Modified: TSortedListBox::searchPos is now protected instead of private so childs can know something about the incremental selection. More... almost 26 years ago
* Added: A script to create snap-shots as diffs. More... almost 26 years ago
* Added to the project, is almost the same used for the editor. More... almost 26 years ago
* Fixed: When exiting and the screen is already suspended I avoid cleaning it because it is supposed to be already cleaned. Not sure is the best, I tested it in ttyN and ttypN and works ok for the command line options. More... about 26 years ago
* Just a test. More... about 26 years ago
* Fixed: gcc 2.96 warning. More... about 26 years ago
*** empty log message *** More... about 26 years ago
*** empty log message *** More... about 26 years ago
* Added: Calculator files, I almost forgot! More... about 26 years ago