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
* Removed: [DOS] old reference code for code page support. More... about 23 years ago
* Added: [DOS] Code page detection and setting. * Modified: [DOS] The clipboard code to be easier to understand. More... about 23 years ago
* Added: Information about which Win32 compilers are supported to the web page. * Added: WintiX to the list of contributors. More... about 23 years ago
* Modified: [MSVC] tvex.exe to tvex targetname as suggested by WintiX. More... about 23 years ago
* Modified: [Win32/WinNT] to detect how many buttons have the mouse. Lamentably it isn't reliable at all. My mouse generate mouse events when the middle button is pressed, but Windows insists that's a 2 buttons mouse. I also strange that IE supports the wheel, the help viewer don't and the wheel doesn't generate mouse events ... really strange. May be Win98 SE is tool old to support mouse wheels properly. More... about 23 years ago
* Added: [DOS] PollMouse option to the tvrc to force mouse polling. More... about 23 years ago
* Fixed: [X11] Button 4 and 5 support. Now SETEdit supports mouse wheel ;-) More... about 23 years ago
* Added: [MSVC] A rule to create a demo application to the makefile. WintiX generated a demo application successfuly! More... about 23 years ago
* Fixed: [Linux] Disabled code in dual.cc, this file must be removed. More... about 23 years ago
* Fixed: dual.cc referenced dual_display that now is temporally inside TDisplay. More... about 23 years ago
* Fixed: [MSVC] a couple of warnings. From cl output sent by WintiX. More... about 23 years ago
* Added: [Linux] Font restore on suspend and set again on resume. Also handled console switch. * Added: [Linux] A configuration variable to enable the secondary font use. By default is disabled because Linux switchs to 8 colors. More... about 23 years ago
* Modified: Linux project and makefile and DOS files so DJGPP and Linux projects are more similar. Second step towards an unification. More... about 23 years ago
* Modified: towards projects unification. More... about 23 years ago
* Modified: Linux project and makefile and DOS files so DJGPP and Linux projects are more similar. Second step towards an unification. More... about 23 years ago
* Updated: [QNX] package file. From Mike. * Added: [QNX] small doc about the limitations. From Mike. More... about 23 years ago
* Updated: [MSVC] Makefile to include all the drivers directory. Problems reported by WintiX. More... about 23 years ago
* Added: A new example that shows how to use help context values and the status line. Ported by Mike. More... about 23 years ago
* Fixed: [X11] cursor artifacts intoduced in last patches. More... about 23 years ago
* Update and fixed missing patch. More... about 23 years ago
* Added: Font set/restore mechanism to TScreen. * Added: [X11] Full fonts support. * Added: [Linux] Partial fonts support, more things needs to be solved. * Added: A fonts test/demo example. * Added: GetCodePages call to memorize the current code pages in use. * Fixed: [X11] Initialization to allocate classHint, no fixed size, and to do it before indicating success. More... about 23 years ago
* Fixed: [X11] clipboard code. More... about 23 years ago
* Fixed: More error reporting details in all clipboard implementations. * Updated: [DJGPP+Win32] Project and makefiles. More... about 23 years ago
Revision 2.189 2002/06/29 20:11:05 set * Added: [Win32] Clipboard class. * Updated: [BC++] Makefile to include all the drivers. * Fixed: [DOS] Clipboard error reporting. More... about 23 years ago
* Added: [DOS] Windows clipboard routines. * Modified: The TVOSClipboard class to report the name of the error in case of fails and the size of the paste buffer. * Modified: All the drivers to generate dependencies when compiled for another platforms and protected the headers against use in other platforms. * Modified: [DJGPP] The project to also include UNIX drivers. That's an important step towards a project unification. More... about 23 years ago
* Fixed: [MSVC] More details, only 2 or 3 files needs adjustments to get the code compiled. Errors from WintiX. More... about 23 years ago
* Updated, now libXmu is also used. More... about 23 years ago
* Added: A new class called TVOSClipboard it gives access to the OS clipboard/s in a neutral way. * Added: [X11] code to use the XA_CLIPBOARD and XA_PRIMARY copy/paste mechanism through the new class. The first is clipboard 0 (recommended) and the second is the auxiliar mechanism that users should use with the middle mouse button. * Added: An example application that shows how to use the new class. More... about 23 years ago
* Added: A new capability flag to the drivers. It informs if a screen saver have any sense for this driver. Ivan remmembered it, a screen saver doesn't have any sense when we are working inside a window ;-) More... about 23 years ago
* Added: [X11] Explanation about WM/Desktop key conflicts to the mini doc. More... about 23 years ago