0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Added: Now the configuration process generates the BC++ makefile. Even when people using BC++ won't use it I can use it to update the makefile. More... about 25 years ago
* Added: Now the configuration process generates the BC++ makefile. Even when people using BC++ won't use it I can use it to update the makefile. * Fixed: conflib.pl declared local variables wrongly. * Added: A function to conflib.pl to collect project items from a .mak. * Added: fileview.cc to the BC++ port. More... about 25 years ago
* Added: To avoid including the Makefile, that's generated from the djgpp one by the configure script. More... about 25 years ago
* Modified: Now the configtv.h isn't generated if the new one is identical. It avoids a masive recompile after configuring. More... about 25 years ago
* Merged changes from Anatoli Soltan. Now the BC++ code runs under Windows 95 too! More... about 25 years ago
* Added: Now the win32/Makefile file is generated from the djgpp's file during the configuration process. For this I modified the djgpp/vga* files to produce no code if they are compiled without djgpp. More... about 25 years ago
* Added: getcwd to the compatlayer library. More... about 25 years ago
* Fixed: Some warnings emitted by gcc 2.95.2 with the examples/demo code. More... about 25 years ago
* Fixed: a NO_STREAMABLE instead of NO_STREAM in tparamte.cc. Reported by Egon Eckert <[email protected]>. More... about 25 years ago
* Modified: The generated make file to use PHONY and force a real check of all the dependencies even if the library is already generated. * Added: Now the win32/Makefile file is generated from the djgpp's file during the configuration process. For this I modified the djgpp/vga* files to produce no code if they are compiled without djgpp. * Added: a thanks section to the main readme. * Added: some details in the readme, specially about RMS doubts and what I'm doing about it. Also to make clear the win32 and winnt targets are there and both works for win32. More... about 25 years ago
* Added: A new constructor for TListBox and TSortedListBox that accepts two scroll bars. I don't know why original TV lacks it when TListViewer have it (base class). * Modified: The behavior of the TListViewer class, now when you press the left or right key and the viewer have and horizontal scroll bar and there is just one column the handleEvent calls to the scroll bar handleEvent instead of just return. I think that's very sensitive. More... over 25 years ago
* Fixed: Yet another call to delete without []. Pointed out by Laurynas. More... over 25 years ago
* Fixed: Some details in the compat layer library to compile under Linux (first compilation issues ;-) More... over 25 years ago
* WinNT port and Compat Layer. More... over 25 years ago
* Incorporated the WinNT port (using BC++ 5.5) from Anatoli Soltan <[email protected]>. * Separated most OS sensitive stuff to a sub-library called "Compat Layer". This will break some code, specially RHIDE, so I'm changing the middle version. This new library allows clean support of DOS/djgpp, Linux/gcc, Win32/MingW32 and WinNT/BC++ without too much conditionals. More... over 25 years ago
* Added: Mixer stuff. More... over 25 years ago
* Fixed: Some details in linux/tscreen.cc to try to compile it under other UNIX flavors. I disabled all the x86 specific code for other flavors (is i386 and OS specific) and also changed some stuff that seems to be defined only by ncurses and not BSD's curses. More... over 25 years ago
*** empty log message *** More... over 25 years ago
* Fixed: Some FreeBSD issues. More... over 25 years ago
* Modified: Some #ifdef __linux__ by TVOS_UNIX to test it under other flavors. More... over 25 years ago
* Modified: Now the canScroll member of TInputLine is just protected and not private. More... over 25 years ago
* Fixed: [DOS] Now when BIOS is selected the keyboard is polled really using BIOS. Previous code used djgpp's kbhit() and it doesn't really call BIOS. * Modified: Now the canScroll member of TInputLine is just protected and not private. More... over 25 years ago
* Updated: The Linux .gpr for the new headers structure (tv/...). * Fixed: Tab key problems when using the Eterm trick. * Fixed: Some warnings reported by gcc 2.7.2.3. More... over 25 years ago
* Added: A "non-inline" version of the functions defined in the djgpp's vgaregs.h file. They are needed to compile the DOS version without optimization. The problem was reported by Laurynas. More... over 25 years ago
* Added: An example of autoconf/automake macro for the library. Contributed by Laurynas. More... over 25 years ago
* Added: A callback to the TButton class. Now you don't need to create a new class just because a dialog have a non-standard button. More... over 25 years ago
* Added: 32 bits versions of TRadioButtons and TCheckBoxes. More... over 25 years ago
* Added: 32 bits versions of TRadioButtons and TCheckBoxes. They have the same name but just appends "32". These objects only override dataSize() to return 4. They are much better because: (1) You can have 32 items (not just 16) and (2) structures doesn't need to be packed for 32 bits machines. More... over 25 years ago
* Added: Now if a program executes a dialog while the desktop is locked it is temporally unlocked so the user can see the dialog and then is locked again. More... over 25 years ago
* Added: Add and Done buttons to the FileOpenDialog, they are controlled by the fdDoneButton and fdAddButton options. They are suitable for selecting files used in a list (list of MP3s and project in my editor). Seuggested for RHIDE by Waldemar Schultz <[email protected]>. More... over 25 years ago