|
|
|
@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 …
|
|
|
|
@21631
|
15 years |
dmik |
minivcrt: Fixed _fullpath()/_wfullpath() which was broken in many …
|
|
|
|
@21630
|
15 years |
dmik |
comdlg32: Made PrintDlg() use the native PM print dialog instead of …
|
|
|
|
@21629
|
15 years |
dmik |
Spacing.
|
|
|
|
@21628
|
15 years |
dmik |
gdi32: Fixed broken TextOut API family that would draw text flipped …
|
|
|
|
@21627
|
15 years |
dmik |
winspool: Implemented GetPrinter* Unicode API.
|
|
|
|
@21626
|
15 years |
dmik |
kernel32: To complete the Win32 exception chain unwind support, make …
|
|
|
|
@21625
|
15 years |
dmik |
kernel32: SEH: Fixed: Detecting the successful Win32 FS change was …
|
|
|
|
@21623
|
15 years |
dmik |
kernel32: Typo.
|
|
|
|
@21622
|
15 years |
dmik |
kernel32: SEH: We must unwind the Win32 exception stack on any …
|
|
|
|
@21621
|
15 years |
dmik |
kernel32: Do not use ODINCRT (VACRT) printf when handling XCPT_UNWIND …
|
|
|
|
@21619
|
15 years |
dmik |
kernel32: Removed the dirty hack that would reset the exception …
|
|
|
|
@21618
|
15 years |
dmik |
kernel32/SEH: Fixed a couple of bugs in SEH processing that could …
|
|
|
|
@21615
|
15 years |
dmik |
kernel32: Prevent accessing dprintf's FILE members in release builds: …
|
|
|
|
@21612
|
15 years |
dmik |
kernel32/SEH: Fixed: The try exception handler would incorrectly …
|
|
|
|
@21611
|
15 years |
dmik |
kernel32: Added missing \n to the funciton name when performing a …
|
|
|
|
@21610
|
15 years |
dmik |
kernel32: Fixed: Parsing .SYM files when printing the stack trace in …
|
|
|
|
@21605
|
15 years |
dmik |
general: Corrected spelling of my name.
|
|
|
|
@21604
|
15 years |
dmik |
kernel32: Report ERROR_MOD_NOT_FOUND from LoadLibrary() when it fails …
|
|
|
|
@21602
|
15 years |
dmik |
shell32: systray: Added support for the "TaskbarCreated" system …
|
|
|
|
@21600
|
15 years |
dmik |
shell32: systray: Fixed non-working systray notifications in modern …
|
|
|
|
@21599
|
15 years |
dmik |
user32: auxthread: Typo.
|
|
|
|
@21595
|
15 years |
dmik |
user32: Added internal helper RunOnAuxThread() API to perform function …
|
|
|
|
@21592
|
15 years |
dmik |
shell32: Implemented xsystray support (#16).
|
|
|
|
@21591
|
15 years |
dmik |
shell32: Prepared to the xsystray integration (keeping the old …
|
|
|
|
@21590
|
15 years |
dmik |
shell32: Shell_NotifyIcon(): Create a copy of the supplied icon …
|
|
|
|
@21589
|
15 years |
dmik |
tools/wrc: Restored generating GAS output by default. MASM output is …
|
|
|
|
@21587
|
15 years |
dmik |
kernel32: VirtualQuery: Succeed with MEM_FREE for one page when …
|
|
|
|
@21584
|
15 years |
dmik |
Removed OS/2-style APIENTRY definition from odin.h as it conflicts …
|
|
|
|
@21583
|
15 years |
abwillis |
Ticket #32
|
|
|
|
@21582
|
15 years |
abwillis |
Ticket #32
|
|
|
|
@21581
|
15 years |
abwillis |
Ticket #32
|
|
|
|
@21580
|
15 years |
abwillis |
Ticket #32
|
|
|
|
@21579
|
15 years |
dmik |
odincrt: Fixed a tiny typo in DosQueryModuleHandleStrict() that could …
|
|
|
|
@21578
|
15 years |
dmik |
dsound: Workaround the OS/2 loader bug in LIBPATHSTRICT=T mode by …
|
|
|
|
@21573
|
15 years |
dmik |
user32: Disable an assertion in the debug build that doesn't look right.
|
|
|
|
@21571
|
15 years |
dmik |
dsound: Enumerate the default sound device twice in …
|
|
|
|
@21570
|
15 years |
dmik |
winmm: Accept handles returned by mixerOpen() as IDs in …
|
|
|
|
@21569
|
15 years |
dmik |
kernel32: Fixed a bunch of OSLibDos* functions dealing with file names …
|
|
|
|
@21568
|
15 years |
dmik |
kernel32: Disable logging exceptions in release builds through RAS …
|
|
|
|
@21567
|
15 years |
dmik |
kernel32: Implemented GetVolumePathName() API.
|
|
|
|
@21566
|
15 years |
dmik |
kernel32: Debug output of GetFullPathNameA() could crash the process.
|
|
|
|
@21564
|
15 years |
dmik |
kernel32: Implemented generating the high/low index values (using a …
|
|
|
|
@21563
|
15 years |
dmik |
iphlpapi: Fixed a crash when building the adapter/interface/address …
|
|
|
|
@21562
|
15 years |
abwillis |
Backup r21560
|
|
|
|