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: [MSVC] Some warnings from MSVC 8. From info by Eddie. More... over 19 years ago
* Fixed: [MSVC] Some warnings from MSVC 8. From info by Eddie. More... over 19 years ago
* Fixed: TFileCollection::writeItem writes a time_t to disk. This isn't safe at all. MSVC reports it as an error. As a workaround I casted it to an unsigned long. It will work for most platforms and won't make old files invalid. * Fixed: [MSVC] Debug options used some old flags. * Modified: [MSVC] stricmp and strnicmp to be _*. From a report by Eddie. More... over 19 years ago
* Fixed: TFileCollection::writeItem writes a time_t to disk. This isn't safe at all. MSVC reports it as an error. As a workaround I casted it to an unsigned long. It will work for most platforms and won't make old files invalid. * Fixed: [MSVC] Debug options used some old flags. * Modified: [MSVC] stricmp and strnicmp to be _*. From a report by Eddie. More... over 19 years ago
* Added: [MSVC] Information about MSVC 8.0 to the compatlayer header. More... over 19 years ago
* Added: [MSVC] Information about MSVC 8.0 to the compatlayer header. More... over 19 years ago
Cursor now displays on ASCII greater than 127 More... over 19 years ago
Cursor now displays on ASCII greater than 127 More... over 19 years ago
* Modified: [MSVC] The /GX command line option is deprecated. Using /EHsc instead. * Modified: [MSVC] v8.0 doesn't like strcpy, strncpy, sprintf, etc. Added option to disabling those warnings. * Modified: [MSVC] v8.0 seems to be unable to handle open(const char *, int): ./fileview.cc(145) : error C2668: '_open' : ambiguous call to overloaded function E:\MVS8\VC\INCLUDE\io.h(328): could be 'int _open(const char *,int,...)' E:\MVS8\VC\INCLUDE\io.h(254): or 'int _open(const char *,int,int)' while trying to match the argument list '(const char *, int)' More... over 19 years ago
* Modified: [MSVC] The /GX command line option is deprecated. Using /EHsc instead. * Modified: [MSVC] v8.0 doesn't like strcpy, strncpy, sprintf, etc. Added option to disabling those warnings. * Modified: [MSVC] v8.0 seems to be unable to handle open(const char *, int): ../fileview.cc(145) : error C2668: '_open' : ambiguous call to overloaded function E:\MVS8\VC\INCLUDE\io.h(328): could be 'int _open(const char *,int,...)' E:\MVS8\VC\INCLUDE\io.h(254): or 'int _open(const char *,int,int)' while trying to match the argument list '(const char *, int)' More... over 19 years ago
* Fixed: [Linux] The patch to avoid gcc 4.0.3 problems generated problems in tvintl.cc. Now I moved the workaround from compatlayer to this source. This should avoid both problems. More... over 19 years ago
* Fixed: [Linux] The patch to avoid gcc 4.0.3 problems generated problems in tvintl.cc. Now I moved the workaround from compatlayer to this source. This should avoid both problems. More... over 19 years ago
* Fixed: [Linux] Current versions of glibc (i.e. 2.3.2) doesn't provide the real argv/environ vector, just a copy. The methode to set the title corrupted the environment. More... over 19 years ago
* Fixed: [Linux] Current versions of glibc (i.e. 2.3.2) doesn't provide the real argv/environ vector, just a copy. The methode to set the title corrupted the environment. More... over 19 years ago
Drag and drop support, CPU usage, windows exec, bugfixes More... over 19 years ago
drag and drop support More... over 19 years ago
Drag and drop support, CPU usage, windows exec, bugfixes More... over 19 years ago
Drag and drop support, CPU usage, windows exec, bugfixes More... over 19 years ago
* Fixed: Indentation and data type in tvedit1.cc patch from domatlantida. More... over 19 years ago
* Fixed: Indentation and data type in tvedit1.cc patch from domatlantida. More... over 19 years ago
* Fixed: Some potential leaks in the X11 driver. Lamentably valgrind reports tons of them from inside X11. * Added: TInputLine::setHide(Boolean val) shortcut. More... over 19 years ago
* Fixed: Some potential leaks in the X11 driver. Lamentably valgrind reports tons of them from inside X11. * Added: TInputLine::setHide(Boolean val) shortcut. More... over 19 years ago
WinGr: drag n drop More... over 19 years ago
* Fixed: \r\n's introduced by domatlantida. More... over 19 years ago
* Testing 1 2 3 More... over 19 years ago
* Finished. More... over 19 years ago
11 More... over 19 years ago
10 More... over 19 years ago
9 More... over 19 years ago
8 More... over 19 years ago