source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22135   8 years dmik user32: Make r22134 actually work. It would not due to using a …
(edit) @22134   8 years dmik user32: Do not touch user data of foreign OS/2 windows. This is plain …
(edit) @22132   8 years dmik pe: Support newer LIBC forcing safe Dos wrappers which we don't need.
(edit) @22131   9 years dmik Fix processing of command line provided by kLIBC executables. This …
(edit) @22083   11 years Silvan Scherrer don't use safe_himem stuff for pe/pec
(edit) @22062   13 years dmik gdi32: Fix crash in ResetDCW() caused by accessing invalid memory. …
(edit) @22061   13 years dmik kernel32: Fix endless loop in new console I/O mode. This could happen …
(edit) @22060   13 years dmik riched32: Return TRUE from EM_SETBKGNDCOLOR and EM_SETCHARFORMAT. …
(edit) @22059   13 years dmik kernel32: Fix long string output to stdout in console I/O mode. Kind …
(edit) @22055   13 years dmik kernel32: Use console input/output mode only if handle is attached to …
(edit) @22053   13 years dmik kernel32: Initialize console input/output mode for VIO (WINDOWCOMPAT) …
(edit) @22052   13 years dmik kernel32: Properly handle backspace and tab characters in console …
(edit) @22051   13 years dmik kernel32: Use file/pipe device classes when standard handles are …
(edit) @22050   13 years dmik kernel32: All console modes are on by default except …
(edit) @22049   13 years dmik kernel32: Make sure that console subsystem initialization properly …
(edit) @22048   13 years dmik ole32: Add stubs for CoQueryProxyBlanket and friends. Required by …
(edit) @22047   13 years dmik kernel32: Export ODIN_ThreadContextSave and ODIN_ThreadContextResore. …
(edit) @22043   13 years dmik user32: Prevent debug assertion.
(edit) @22042   13 years dmik kernel32: Serialize stack trace logging on crashes to make sure it's …
(edit) @22041   13 years dmik kernel32: Add public debug log lock/unlock methods for higher level …
(edit) @22040   13 years dmik kernel32: Fix Win32ImageBase::matchModName(). As opposed to the …
(edit) @22039   13 years dmik kernel32: Add RegisterDummyExeEx. This differs from RegisterDummyExe
(edit) @22038   13 years dmik kernel32: Support for ERROR_INVALID_MODULETYPE code.
(edit) @22035   13 years dmik kernel32: Stub RegisterWaitForSingleObject, UnregisterWaitEx, …
(edit) @22034   13 years dmik shlwapi: Stub AssocQueryString. Needed for Flash 11.4. Might require …
(edit) @22033   13 years dmik user32: Partly implement MsgWaitForMultipleObjectsEx. Needed for …
(edit) @22032   13 years dmik pe: Fix r22028.
(edit) @22031   13 years dmik kernel32: Make XP SP3 default Windows version.
(edit) @22030   13 years dmik kernel32: Add support for Windows XP SP3 version. Can be set with …
(edit) @22029   13 years dmik pe: Fix memory allocation error for some Win32 EXEs. This error could …
(edit) @22028   13 years dmik pe: A better fix for adding .EXE than r22016. It will only add .EXE …
(edit) @22025   13 years dmik kernel32: Implement GetFileInformationByHandle for directories.
(edit) @22024   13 years dmik kernel32: Fix inverted return values in dummy HMDeviceHandler …
(edit) @22022   13 years dmik Cosmetic fix.
(edit) @22021   13 years dmik kernel32: Fix annoying debug msg related to CRITICAL_SECTION.
(edit) @22020   13 years dmik Disable debug fields of RTL_CRITICAL_SECTION_DEBUG. Odin uses the …
(edit) @22019   13 years abwillis Stub ConvertThreadToFiber more ticket #25 work.
(edit) @22018   13 years abwillis Ticket #89 InitializeSListHead
(edit) @22017   13 years abwillis ADD GetCPInfoExA and GetCPInfoExW part of ticket #25.
(edit) @22016   13 years dmik pe: Don't add .exe if there is an extension or path in the file name …
(edit) @22015   13 years dmik kernel32: Add support for custom PE/PEC/W16ODIN paths to ODIN.INI. …
(edit) @22014   13 years abwillis Fix Typo.
(edit) @22013   13 years abwillis Ticket #86 also needs debug afterall, somehow missaw and thought it …
(edit) @22012   13 years abwillis Ticket #86
(edit) @22010   13 years dmik kernel32: Disable Win32 TIB switch completely by default. Previously, …
(edit) @22006   13 years dmik iphlpapi: Fix possible crash in GetAdaptersInfo() and friends. This …
(edit) @22005   13 years dmik kernel32: Improve logging (showing current FS mode).
(edit) @22004   13 years dmik kernel32: Pick up register changes in try/except filter. This is …
(edit) @22003   13 years dmik user32: Return already existing wrapper from CreateFakeWindowEx() …
(edit) @22002   13 years dmik kernel32: Derive HOMEDRIVE/HOMEPATH environment vars from HOME. …
(edit) @22001   13 years dmik Update default application icon with more sizes.
(edit) @22000   13 years dmik kernel32: Cut out hidden kLIBC arguments added by spawn(). These …
(edit) @21999   14 years dmik kernel32: Make SEH work in OS/2 context. See #82 for details.
(edit) @21998   14 years dmik gdi32: Implement wide version of ResetDC(). Used by recent OpenJDK.
(edit) @21997   14 years dmik gdi32: Fix lost text in TextOut when used with non-identity …
(edit) @21996   14 years dmik kernel32: Export CreateToolhelp32Snapshot, Trhread32First, …
(edit) @21995   14 years abwillis Ticket #80 add RtlGetNtVersionNumbers to def file. Code was already …
(edit) @21993   14 years dmik Fix About dialog height. Addition to r21989.
(edit) @21992   14 years dmik Add missing header (r21990 regression).
(edit) @21991   14 years dmik Remove compiler mention from About Odin dialog. This is really …
(edit) @21990   14 years dmik Make About Odin system menu item localizable.
(edit) @21989   14 years dmik Add new shiny Odin logo to About Odin dialog.
(edit) @21988   14 years dmik user32: Obey return value from WM_MOUSEACTIVATE. That is, hide the …
(edit) @21987   14 years dmik user32: Fix WM_MOUSEACTIVATE and WM_PARENTNOTIFY behavior. In …
(edit) @21986   14 years dmik kernel: Fix crash in PE/PEC (another regression of r21981). Closes #78.
(edit) @21983   14 years dmik kernel32: Fix crash in CreateThread() (r21981 regression).
(edit) @21981   14 years dmik kernel32: Fix stack size interpretation in CreateThread(). It now …
(edit) @21980   14 years dmik kernel32: Support guard page exceptions. This is in particular …
(edit) @21979   14 years dmik kernel32: Release log file lock on unexpected thread termination. …
(edit) @21978   14 years dmik imm32: Initialize kernel32 on DLL init. IM32Init may trigger using of …
(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 …
Note: See TracRevisionLog for help on using the revision log.