source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   15 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 …
(edit) @21584   15 years dmik Removed OS/2-style APIENTRY definition from odin.h as it conflicts …
(edit) @21583   15 years abwillis Ticket #32
(edit) @21582   15 years abwillis Ticket #32
(edit) @21581   15 years abwillis Ticket #32
(edit) @21580   15 years abwillis Ticket #32
(edit) @21579   15 years dmik odincrt: Fixed a tiny typo in DosQueryModuleHandleStrict() that could …
(edit) @21578   15 years dmik dsound: Workaround the OS/2 loader bug in LIBPATHSTRICT=T mode by …
(edit) @21573   15 years dmik user32: Disable an assertion in the debug build that doesn't look right.
(edit) @21571   15 years dmik dsound: Enumerate the default sound device twice in …
(edit) @21570   15 years dmik winmm: Accept handles returned by mixerOpen() as IDs in …
(edit) @21569   15 years dmik kernel32: Fixed a bunch of OSLibDos* functions dealing with file names …
(edit) @21568   15 years dmik kernel32: Disable logging exceptions in release builds through RAS …
(edit) @21567   15 years dmik kernel32: Implemented GetVolumePathName() API.
(edit) @21566   15 years dmik kernel32: Debug output of GetFullPathNameA() could crash the process.
(edit) @21564   15 years dmik kernel32: Implemented generating the high/low index values (using a …
(edit) @21563   15 years dmik iphlpapi: Fixed a crash when building the adapter/interface/address …
(edit) @21562   15 years abwillis Backup r21560
(edit) @21560   15 years abwillis Changes to get pe.exe and pec.exe to build with GCC, ticket #19 and …
(edit) @21556   15 years dmik user32: Fixed a crash during DnD when the dragged object was moved …
(edit) @21555   15 years dmik user32: Make GetQueueStatus() return actual message summary in high …
(edit) @21554   15 years dmik Fixed broken indentation.
(edit) @21553   15 years abwillis Add the "BroadcastSystemMessageA" function to User32.dll Ticket #27
(edit) @21552   15 years abwillis Ticket #25 WSALookupServiceBeginA and W stubs.
(edit) @21550   15 years dmik minivcrt: Use the own version of _fullpath() instead of the kLIBC one …
(edit) @21549   15 years dmik kernel32: Fixed debug output in GetFullPathName*.
(edit) @21544   15 years dmik user32: Fixed incorrect code page translation of window title text …
(edit) @21543   15 years dmik user32: Do not change the code page of the main PM thread as Odin may …
(edit) @21542   15 years dmik minivcrt: Fixed _fullpath() which could implicitly change the current …
(edit) @21538   15 years dmik odincrt: Small code cleanup.
(edit) @21537   15 years dmik kernel32: When checking for TZ, use RegOpenKey instead of RegCreateKey
(edit) @21536   15 years abwillis Ticket #21 add cleanall to makefile rules to prevent cleanall failing …
(edit) @21535   15 years dmik Deduce Windows Time Zone information from the TZ environment variable.
(edit) @21529   15 years dmik Fixed completely broken national (non-Latin1) character input in Odin. …
(edit) @21527   15 years dmik user32: Fixed: GetMessage/PeekMessage could fail if filter was specified.
(edit) @21525   15 years dmik kernel32: Fixed: GetFileInformation() would fail with …
(edit) @21524   15 years dmik Fixed: GetObjectType() on DC handles would return wrong values.
(edit) @21517   15 years dmik Removed generation of special EMX versions of libwrap* libraries …
(edit) @21516   15 years dmik Added --use-oldlib configure option that selects the old LIB tool for …
(edit) @21512   15 years dmik Aligned the STRRET definition and made it available through shlwapi.h …
(edit) @21509   15 years dmik Reverted r21470 as Win2000 better corresponds to the level of the …
(edit) @21506   15 years dmik minivcrt: Added a bunch of *wprintf() functions.
(edit) @21502   15 years dmik Added support for mouse wheel messages to mouse_event() and …
(edit) @21494   15 years dmik Fixed broken build after r21492 by sorting out a huuuuge wagon of …
(edit) @21489   15 years dmik Added TLS_OUT_OF_INDEXES.
(edit) @21483   15 years dmik ddraw: Don't define CINTERFACE twice.
(edit) @21481   15 years dmik iplog: No need in unistd.h (which conflicts with the LIBC one).
(edit) @21480   15 years dmik iphlpapi: Network interfaces whose names we didn't recognize should be …
(edit) @21479   15 years dmik Get rid of dd_obj_base.h which duplicates obj_base.h creating …
(edit) @21474   15 years dmik kernel32/SEH: Added support for setjmp()/longjmp() within the try …
(edit) @21473   15 years dmik kernel32: Do not attempt to dereference a certainly invalid pointer in …
(edit) @21472   15 years dmik kernel32: Allow FILE_MAP_READ access for PAGE_WRITECOPY mappings. …
(edit) @21470   15 years ydario Make WinXP the default system version.
(edit) @21469   15 years dmik Fixed: argv[argc] must be NULL.
(edit) @21464   15 years dmik Added argcA and argvA (valid only after WinMain() is entered) that …
(edit) @21463   15 years dmik Undo interpreting strings as ANSI for certain OSLib APIs modified in …
Note: See TracRevisionLog for help on using the revision log.