source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21977   14 years dmik Remove unneeded file (leftover).
(edit) @21976   14 years dmik Fix some DLL init code that would return incorrect result on failure.
(edit) @21972   14 years dmik Add extra logging to DosQueryModuleHandleStrict().
(edit) @21971   14 years dmik Fix debug build break (r21967 regression). Some code doesn't actually …
(edit) @21967   14 years dmik Don't access debug fields in CRITICAL_SECTION in release builds. This …
(edit) @21964   14 years dmik Fix shifted icon AND masks (r21951 regression). Turns out that ony …
(edit) @21963   14 years dmik Print version number in About Odin dialog.
(edit) @21962   14 years dmik Remove debug statements. Strange, but this got accidentally committed.
(edit) @21961   14 years dmik Support MIIM_FTYPE/MIIM_STRING flags properly in …
(edit) @21960   14 years dmik Remove lost debug statement.
(edit) @21959   14 years dmik Serialize each log statement using mutex. This finally fixes the …
(edit) @21958   14 years dmik Make sure hour value doesn't exceed 23h in logs.
(edit) @21957   14 years dmik Print human readable time stamp in log files. Also clean up the code …
(edit) @21956   14 years dmik Implement SwitchToThread() API. This is in particular referenced by …
(edit) @21955   14 years dmik Make sure GetQueueStatus() correctly reports QS_KEY state. Due to a …
(edit) @21954   14 years dmik Make SHGetDiskFreeSpace[Ex] alias for GetDiskFreeSpaceEx. This is …
(edit) @21953   14 years dmik Add a bunch of Win32 API stubs needed for Flash above 10.0.45. This …
(edit) @21951   14 years dmik Align scanlines passed to GetDIBits on a LONG boundary. This fixes …
(edit) @21949   14 years dmik Add GetComboBoxInfo() to USER32. Taken from the recent Wine sources. …
(edit) @21948   14 years dmik Fix building from the project root.
(edit) @21947   14 years dmik Add MSVCRTtempnam() to minivcrt.lib. This is mainly to replace …
(edit) @21944   14 years dmik Remove usage of broken tempnam(). See #63 for details. This is a …
(edit) @21943   14 years dmik Remove evil goto and code duplication in PE/PEC. This finalizes the …
(edit) @21942   14 years dmik Use custom startup code for PE loader. This allows to grab the lowest …
(edit) @21940   14 years dmik Fix Indentation.
(edit) @21939   14 years dmik Add lost .def files to build process of some EXEs.
(edit) @21933   14 years dmik winmm: Restore normal priority when calling timer funciton. This …
(edit) @21932   14 years dmik kernel32: More logging.
(edit) @21931   14 years dmik kernel32: Increase maximum size of internal shared heap from 2M to 8M. …
(edit) @21930   14 years dmik winmm: Disable forceful termination of timer threads. This is …
(edit) @21928   14 years dmik Fix crash when doing drag & drop. This is a regression after …
(edit) @21927   14 years dmik Fix build breaks with the newest GCC 4.4.6 from GIT. In particular, …
(edit) @21926   14 years dmik Make SHAutoComplete available in headers and in debug builds. Also …
(edit) @21925   14 years dmik Fix hang when loading KERNEL32.DLL from high-mem enabled application. …
(edit) @21924   14 years dmik PEC.EXE requires a special define.
(edit) @21923   14 years dmik make: Fix building ODININST from root. There was a define that would …
(edit) @21919   14 years dmik Restore parts of r21848 lost during merge with gcc-kmk due to renamed …
(edit) @21918   14 years dmik Fix warnings in release build.
(edit) @21916   14 years dmik Merge branch gcc-kmk to trunk.
(edit) @21914   14 years dmik Restore inter-line spaces removed in r21863. This is to avoid …
(edit) @21863   14 years abwillis Ticket #52, added to debug and moved exports to cleaner location in …
(edit) @21848   14 years abwillis Ticket #52
(edit) @21819   14 years abwillis Ticket #51 Add SHAutoComplete stub.
(edit) @21675   14 years dmik Fixed a regression in r21674. This broke the Select Directory dialog …
(edit) @21674   14 years dmik GetFileAttributesEx: Accept paths with trailing slashes. The Win32 …
(edit) @21673   14 years dmik CreateProcessA: Add support for CREATE_UNICODE_ENVIRONMENT. This also …
(edit) @21669   14 years dmik kernel32: Added debugging to O32_CreateProcessA().
(edit) @21667   14 years dmik kernel32: Fixed a regression in r21655 that caused crashes in DOSCALL1 …
(edit) @21664   14 years dmik Copy *.map files along with *.sym to the bin directory.
(edit) @21662   14 years dmik kernel32: SEH: Disabled unwinding Win32 exception handlers in response …
(edit) @21661   14 years dmik kernel32: Do not unwind Win32 exception handlers from DLL_InitTerm() …
(edit) @21658   14 years dmik odincrt: DosQueryModuleHandleStrict(): Check for out of memory when …
(edit) @21657   14 years dmik wsock32: Fixed: Zeroing the async task structure at task termination …
(edit) @21656   14 years dmik wsock32: Don't start a dummy async thread when WSAEventSelect() is …
(edit) @21655   14 years dmik kernel32: Fixed: Closing a duplicate of a handle opened with …
(edit) @21654   14 years dmik kernel32: Show an error message box if WGSS50.DLL initialization fails …
(edit) @21653   14 years dmik kernel32: Add the full path to the started executable to the message …
(edit) @21651   14 years dmik kernel32: Show a message box if DLL initializaiton fails to make sure …
(edit) @21650   14 years dmik kernel32: Check for failures during DLL initialization and return the …
(edit) @21649   14 years dmik general: Exit gracefully instead of crashing if KERNEL32.DLL …
(edit) @21648   14 years dmik kernel32: Added debug messages to OSLibGetDllName().
(edit) @21647   14 years dmik kernel32: Propagate exceptions further along the OS/2 chain instead of …
(edit) @21646   14 years dmik Fixed typo in r21639.
(edit) @21645   14 years dmik kernel32: SEH: Fixed crashes at process termination (exceptions …
(edit) @21644   14 years dmik dsound: Open audio devices in shared mode to allow other processes …
(edit) @21642   14 years dmik user32: Minor cleanup (consistency).
(edit) @21641   14 years dmik user32: Rolled back a change from r21356 (typo?) that broke standard …
(edit) @21640   14 years dmik shell32: Fixed a typo in r21639.
(edit) @21639   14 years dmik shell32: SHGetFileInfo(): Differentiate between different drive types …
(edit) @21638   14 years dmik kernel32: GetFileAttributesEx(): Interpret paths like 'X:' as 'X:\' …
(edit) @21637   14 years dmik shell32: Fixed SHGetFileInfoW(): PIDL input argument was …
(edit) @21634   14 years dmik ole32: Fixed a crash when dragging an object that doesn't support …
(edit) @21633   14 years dmik kernel32: Fixed crashes in code involving _try/except due to garbage …
(edit) @21631   14 years dmik minivcrt: Fixed _fullpath()/_wfullpath() which was broken in many …
(edit) @21630   15 years dmik comdlg32: Made PrintDlg() use the native PM print dialog instead of …
(edit) @21629   15 years dmik Spacing.
(edit) @21628   15 years dmik gdi32: Fixed broken TextOut API family that would draw text flipped …
(edit) @21627   15 years dmik winspool: Implemented GetPrinter* Unicode API.
(edit) @21626   15 years dmik kernel32: To complete the Win32 exception chain unwind support, make …
(edit) @21625   15 years dmik kernel32: SEH: Fixed: Detecting the successful Win32 FS change was …
(edit) @21623   15 years dmik kernel32: Typo.
(edit) @21622   15 years dmik kernel32: SEH: We must unwind the Win32 exception stack on any …
(edit) @21621   15 years dmik kernel32: Do not use ODINCRT (VACRT) printf when handling XCPT_UNWIND …
(edit) @21619   15 years dmik kernel32: Removed the dirty hack that would reset the exception …
(edit) @21618   15 years dmik kernel32/SEH: Fixed a couple of bugs in SEH processing that could …
(edit) @21615   15 years dmik kernel32: Prevent accessing dprintf's FILE members in release builds: …
(edit) @21612   15 years dmik kernel32/SEH: Fixed: The try exception handler would incorrectly …
(edit) @21611   15 years dmik kernel32: Added missing \n to the funciton name when performing a …
(edit) @21610   15 years dmik kernel32: Fixed: Parsing .SYM files when printing the stack trace in …
(edit) @21605   15 years dmik general: Corrected spelling of my name.
(edit) @21604   15 years dmik kernel32: Report ERROR_MOD_NOT_FOUND from LoadLibrary() when it fails …
(edit) @21602   15 years dmik shell32: systray: Added support for the "TaskbarCreated" system …
(edit) @21600   15 years dmik shell32: systray: Fixed non-working systray notifications in modern …
(edit) @21599   15 years dmik user32: auxthread: Typo.
(edit) @21595   15 years dmik user32: Added internal helper RunOnAuxThread() API to perform function …
(edit) @21592   15 years dmik shell32: Implemented xsystray support (#16).
(edit) @21591   15 years dmik shell32: Prepared to the xsystray integration (keeping the old …
(edit) @21590   15 years dmik shell32: Shell_NotifyIcon(): Create a copy of the supplied icon …
(edit) @21589   15 years dmik tools/wrc: Restored generating GAS output by default. MASM output is …
(edit) @21587   15 years dmik kernel32: VirtualQuery: Succeed with MEM_FREE for one page when …
Note: See TracRevisionLog for help on using the revision log.