|
|
@22012
|
13 years |
abwillis |
Ticket #86
|
|
|
@22010
|
13 years |
dmik |
kernel32: Disable Win32 TIB switch completely by default.
Previously, …
|
|
|
@22006
|
13 years |
dmik |
iphlpapi: Fix possible crash in GetAdaptersInfo() and friends.
This …
|
|
|
@22005
|
13 years |
dmik |
kernel32: Improve logging (showing current FS mode).
|
|
|
@22004
|
13 years |
dmik |
kernel32: Pick up register changes in try/except filter.
This is …
|
|
|
@22003
|
13 years |
dmik |
user32: Return already existing wrapper from CreateFakeWindowEx() …
|
|
|
@22002
|
13 years |
dmik |
kernel32: Derive HOMEDRIVE/HOMEPATH environment vars from HOME.
…
|
|
|
@22001
|
13 years |
dmik |
Update default application icon with more sizes.
|
|
|
@22000
|
13 years |
dmik |
kernel32: Cut out hidden kLIBC arguments added by spawn().
These …
|
|
|
@21999
|
13 years |
dmik |
kernel32: Make SEH work in OS/2 context.
See #82 for details.
|
|
|
@21998
|
13 years |
dmik |
gdi32: Implement wide version of ResetDC().
Used by recent OpenJDK.
|
|
|
@21997
|
13 years |
dmik |
gdi32: Fix lost text in TextOut when used with non-identity …
|
|
|
@21996
|
13 years |
dmik |
kernel32: Export CreateToolhelp32Snapshot, Trhread32First, …
|
|
|
@21995
|
13 years |
abwillis |
Ticket #80 add RtlGetNtVersionNumbers to def file. Code was already …
|
|
|
@21993
|
13 years |
dmik |
Fix About dialog height.
Addition to r21989.
|
|
|
@21992
|
13 years |
dmik |
Add missing header (r21990 regression).
|
|
|
@21991
|
13 years |
dmik |
Remove compiler mention from About Odin dialog.
This is really …
|
|
|
@21990
|
13 years |
dmik |
Make About Odin system menu item localizable.
|
|
|
@21989
|
13 years |
dmik |
Add new shiny Odin logo to About Odin dialog.
|
|
|
@21988
|
13 years |
dmik |
user32: Obey return value from WM_MOUSEACTIVATE.
That is, hide the …
|
|
|
@21987
|
13 years |
dmik |
user32: Fix WM_MOUSEACTIVATE and WM_PARENTNOTIFY behavior.
In …
|
|
|
@21986
|
13 years |
dmik |
kernel: Fix crash in PE/PEC (another regression of r21981).
Closes #78.
|
|
|
@21983
|
13 years |
dmik |
kernel32: Fix crash in CreateThread() (r21981 regression).
|
|
|
@21981
|
13 years |
dmik |
kernel32: Fix stack size interpretation in CreateThread().
It now …
|
|
|
@21980
|
13 years |
dmik |
kernel32: Support guard page exceptions.
This is in particular …
|
|
|
@21979
|
13 years |
dmik |
kernel32: Release log file lock on unexpected thread termination.
…
|
|
|
@21978
|
14 years |
dmik |
imm32: Initialize kernel32 on DLL init.
IM32Init may trigger using of …
|
|
|
@21977
|
14 years |
dmik |
Remove unneeded file (leftover).
|
|
|
@21976
|
14 years |
dmik |
Fix some DLL init code that would return incorrect result on failure.
|
|
|
@21972
|
14 years |
dmik |
Add extra logging to DosQueryModuleHandleStrict().
|
|
|
@21971
|
14 years |
dmik |
Fix debug build break (r21967 regression).
Some code doesn't actually …
|
|
|
@21967
|
14 years |
dmik |
Don't access debug fields in CRITICAL_SECTION in release builds.
This …
|
|
|
@21964
|
14 years |
dmik |
Fix shifted icon AND masks (r21951 regression).
Turns out that ony …
|
|
|
@21963
|
14 years |
dmik |
Print version number in About Odin dialog.
|
|
|
@21962
|
14 years |
dmik |
Remove debug statements.
Strange, but this got accidentally committed.
|
|
|
@21961
|
14 years |
dmik |
Support MIIM_FTYPE/MIIM_STRING flags properly in …
|
|
|
@21960
|
14 years |
dmik |
Remove lost debug statement.
|
|
|
@21959
|
14 years |
dmik |
Serialize each log statement using mutex.
This finally fixes the …
|
|
|
@21958
|
14 years |
dmik |
Make sure hour value doesn't exceed 23h in logs.
|
|
|
@21957
|
14 years |
dmik |
Print human readable time stamp in log files.
Also clean up the code …
|
|
|
@21956
|
14 years |
dmik |
Implement SwitchToThread() API.
This is in particular referenced by …
|
|
|
@21955
|
14 years |
dmik |
Make sure GetQueueStatus() correctly reports QS_KEY state.
Due to a …
|
|
|
@21954
|
14 years |
dmik |
Make SHGetDiskFreeSpace[Ex] alias for GetDiskFreeSpaceEx.
This is …
|
|
|
@21953
|
14 years |
dmik |
Add a bunch of Win32 API stubs needed for Flash above 10.0.45.
This …
|
|
|
@21951
|
14 years |
dmik |
Align scanlines passed to GetDIBits on a LONG boundary.
This fixes …
|
|
|
@21949
|
14 years |
dmik |
Add GetComboBoxInfo() to USER32.
Taken from the recent Wine sources. …
|
|
|
@21948
|
14 years |
dmik |
Fix building from the project root.
|
|
|
@21947
|
14 years |
dmik |
Add MSVCRTtempnam() to minivcrt.lib.
This is mainly to replace …
|
|
|
@21944
|
14 years |
dmik |
Remove usage of broken tempnam().
See #63 for details. This is a …
|
|
|
@21943
|
14 years |
dmik |
Remove evil goto and code duplication in PE/PEC.
This finalizes the …
|
|
|
@21942
|
14 years |
dmik |
Use custom startup code for PE loader.
This allows to grab the lowest …
|
|
|
@21940
|
14 years |
dmik |
Fix Indentation.
|
|
|
@21939
|
14 years |
dmik |
Add lost .def files to build process of some EXEs.
|
|
|
@21933
|
14 years |
dmik |
winmm: Restore normal priority when calling timer funciton.
This …
|
|
|
@21932
|
14 years |
dmik |
kernel32: More logging.
|
|
|
@21931
|
14 years |
dmik |
kernel32: Increase maximum size of internal shared heap from 2M to 8M. …
|
|
|
@21930
|
14 years |
dmik |
winmm: Disable forceful termination of timer threads.
This is …
|
|
|
@21928
|
14 years |
dmik |
Fix crash when doing drag & drop.
This is a regression after …
|
|
|
@21927
|
14 years |
dmik |
Fix build breaks with the newest GCC 4.4.6 from GIT.
In particular, …
|
|
|
@21926
|
14 years |
dmik |
Make SHAutoComplete available in headers and in debug builds.
Also …
|
|
|
@21925
|
14 years |
dmik |
Fix hang when loading KERNEL32.DLL from high-mem enabled application.
…
|
|
|
@21924
|
14 years |
dmik |
PEC.EXE requires a special define.
|
|
|
@21923
|
14 years |
dmik |
make: Fix building ODININST from root.
There was a define that would …
|
|
|
@21919
|
14 years |
dmik |
Restore parts of r21848 lost during merge with gcc-kmk due to renamed …
|
|
|
@21918
|
14 years |
dmik |
Fix warnings in release build.
|
|
|
@21916
|
14 years |
dmik |
Merge branch gcc-kmk to trunk.
|
|
|
@21914
|
14 years |
dmik |
Restore inter-line spaces removed in r21863.
This is to avoid …
|
|
|
@21863
|
14 years |
abwillis |
Ticket #52, added to debug and moved exports to cleaner location in …
|
|
|
@21848
|
14 years |
abwillis |
Ticket #52
|
|
|
@21819
|
14 years |
abwillis |
Ticket #51 Add SHAutoComplete stub.
|
|
|
@21675
|
14 years |
dmik |
Fixed a regression in r21674.
This broke the Select Directory dialog …
|
|
|
@21674
|
14 years |
dmik |
GetFileAttributesEx: Accept paths with trailing slashes.
The Win32 …
|
|
|
@21673
|
14 years |
dmik |
CreateProcessA: Add support for CREATE_UNICODE_ENVIRONMENT.
This also …
|
|
|
@21669
|
14 years |
dmik |
kernel32: Added debugging to O32_CreateProcessA().
|
|
|
@21667
|
14 years |
dmik |
kernel32: Fixed a regression in r21655 that caused crashes in DOSCALL1 …
|
|
|
@21664
|
14 years |
dmik |
Copy *.map files along with *.sym to the bin directory.
|
|
|
@21662
|
14 years |
dmik |
kernel32: SEH: Disabled unwinding Win32 exception handlers in response …
|
|
|
@21661
|
14 years |
dmik |
kernel32: Do not unwind Win32 exception handlers from DLL_InitTerm() …
|
|
|
@21658
|
14 years |
dmik |
odincrt: DosQueryModuleHandleStrict(): Check for out of memory when …
|
|
|
@21657
|
14 years |
dmik |
wsock32: Fixed: Zeroing the async task structure at task termination …
|
|
|
@21656
|
14 years |
dmik |
wsock32: Don't start a dummy async thread when WSAEventSelect() is …
|
|
|
@21655
|
14 years |
dmik |
kernel32: Fixed: Closing a duplicate of a handle opened with …
|
|
|
@21654
|
14 years |
dmik |
kernel32: Show an error message box if WGSS50.DLL initialization fails …
|
|
|
@21653
|
14 years |
dmik |
kernel32: Add the full path to the started executable to the message …
|
|
|
@21651
|
14 years |
dmik |
kernel32: Show a message box if DLL initializaiton fails to make sure …
|
|
|
@21650
|
14 years |
dmik |
kernel32: Check for failures during DLL initialization and return the …
|
|
|
@21649
|
14 years |
dmik |
general: Exit gracefully instead of crashing if KERNEL32.DLL …
|
|
|
@21648
|
14 years |
dmik |
kernel32: Added debug messages to OSLibGetDllName().
|
|
|
@21647
|
14 years |
dmik |
kernel32: Propagate exceptions further along the OS/2 chain instead of …
|
|
|
@21646
|
14 years |
dmik |
Fixed typo in r21639.
|
|
|
@21645
|
14 years |
dmik |
kernel32: SEH: Fixed crashes at process termination (exceptions …
|
|
|
@21644
|
14 years |
dmik |
dsound: Open audio devices in shared mode to allow other processes …
|
|
|
@21642
|
14 years |
dmik |
user32: Minor cleanup (consistency).
|
|
|
@21641
|
14 years |
dmik |
user32: Rolled back a change from r21356 (typo?) that broke standard …
|
|
|
@21640
|
14 years |
dmik |
shell32: Fixed a typo in r21639.
|
|
|
@21639
|
14 years |
dmik |
shell32: SHGetFileInfo(): Differentiate between different drive types …
|
|
|
@21638
|
14 years |
dmik |
kernel32: GetFileAttributesEx(): Interpret paths like 'X:' as 'X:\' …
|
|
|
@21637
|
14 years |
dmik |
shell32: Fixed SHGetFileInfoW(): PIDL input argument was …
|
|
|
@21634
|
14 years |
dmik |
ole32: Fixed a crash when dragging an object that doesn't support …
|
|
|
@21633
|
14 years |
dmik |
kernel32: Fixed crashes in code involving _try/except due to garbage …
|
|
|