Sign in
goma
/
wine
/
a7ca190ac7d1dab571cb4bde5a29de1a0e2a5d23
/
win32
14e5252
SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock
by Rein Klazes
· 25 years ago
02ee9dd
Added launching of a debugger when unhandled exception occurs.
by Eric Pouech
· 25 years ago
920d9c6
Added PeekNamedPipe stub.
by Andreas Mohr
· 25 years ago
54fe838
Fixed some issues reported by winapi_check.
by Patrik Stridvall
· 25 years ago
5dff4fb
Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
by Ian Schmidt
· 25 years ago
2d6457c
Added/fixed some documentation reported by winapi_check.
by Patrik Stridvall
· 25 years ago
e2905ea
Fixes for i18n.
by Hidenori Takeshima
· 25 years ago
6ec108a
Moved FatalAppExit functions to win32/except.c.
by Alexandre Julliard
· 25 years ago
98fde73
Fixed some issues reported by winapi_check.
by Patrik Stridvall
· 25 years ago
ea0d028
Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
by Alexandre Julliard
· 25 years ago
00641d5
Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
by Alexandre Julliard
· 25 years ago
ca3c9ba
Better implementation of inline functions SetLastError and
by Alexandre Julliard
· 25 years ago
e7ee477
GetComputerNameA(): added parameter check like Win95 does.
by Uwe Bonnes
· 25 years ago
916f975
Improved the selector get/set functions.
by Alexandre Julliard
· 25 years ago
422a10a
Fixed some debug message crashes.
by Patrik Stridvall
· 25 years ago
8bc6e00
Added a bit magic to CONSOLE_get_input so we don't get single Escapes
by Marcus Meissner
· 25 years ago
383da68
Optimized debugging API to reduce code size.
by Alexandre Julliard
· 25 years ago
d3e22d9
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
by Jeremy White
· 25 years ago
9934a8d
Save and restore cursor in WriteConsoleOutputA.
by Marcus Meissner
· 25 years ago
5d6d501
Handle backspace correctly.
by Ove Kaaven
· 25 years ago
318f4ce
Build most dlls as separate shared libraries.
by Alexandre Julliard
· 25 years ago
7d43bce
Moved debugger to libwine to make it available to WineLib apps.
by Ulrich Weigand
· 25 years ago
0dd3655
Removed debugstr.h.
by Alexandre Julliard
· 25 years ago
775a033
Fixed bad register constraint in InterlockedCompareExchange.
by Ove Kaaven
· 25 years ago
d9ba02d
Better error reporting.
by Erez Volk
· 25 years ago
81ee21d
Cosmetics.
by Alexandre Julliard
· 25 years ago
dd03cc1
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
by Dimitrie O. Paun
· 25 years ago
1cc90ff
Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
by Ian Schmidt
· 25 years ago
fdf7127
Stubs for Get/SetProcessDefaultLayout.
by Erez Volk
· 25 years ago
08a1179
Made GetSystemTimeAsFileTime return value more precise.
by Alexandre Julliard
· 25 years ago
c69a80c
Compiler warnings fixed.
by Niels Kristian Bech Jensen
· 25 years ago
be728f1
Implemented parts of _PageReserve() _PageCommit() _PageDecommit()
by Peter Ganten
· 25 years ago
1d5bc46
Removed extra #include statements.
by Niels Kristian Bech Jensen
· 25 years ago
eb94c7d
Adapted to new register function handling.
by Ulrich Weigand
· 25 years ago
796c0f1
Implemented VWin32 VxDCall mechanism and 2 calls.
by Ian Schmidt
· 25 years ago
f005247
Allow for buggy apps that call the wrong VxDCall routine.
by Ulrich Weigand
· 25 years ago
ae8342d
Bugfix: Exception handlers are *not* WINAPI.
by Ulrich Weigand
· 25 years ago
66695dd
Changed OpenDesktop stub to Win9x behavior for QuickTime 4.
by Ian Schmidt
· 25 years ago
9633632
- Added missing configuration #if:s and #includes:s.
by Patrik Stridvall
· 25 years ago
311e456
Added support for anonymous structs/unions on compilers that implement it.
by Patrik Stridvall
· 26 years ago
526d8e9
Fixed last error code when trying to load unknown VxD with CreateFile.
by Ulrich Weigand
· 26 years ago
749a2c6
Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
by Guy Albertelli
· 26 years ago
c3d9f28
Moved implementation of WOW routines to single file.
by Ulrich Weigand
· 26 years ago
bada25d
Fixed SetLocalTime prototype.
by Alexandre Julliard
· 26 years ago
89f079b
Replaced a few calls to lstr* functions by their CRTDLL or libc equivalent.
by Alexandre Julliard
· 26 years ago
5910c68
Implemented SetLocalTime.
by Andreas Mohr
· 26 years ago
15de615
Got rid of dsprintf and related macros.
by Alexandre Julliard
· 26 years ago
beb8fab
Removed async I/O support.
by Alexandre Julliard
· 26 years ago
a1089c5
Made stack manipulation macros into inline functions.
by Alexandre Julliard
· 26 years ago
2c68408
Fixed some of the issues reported by Solaris Lint.
by Patrik Stridvall
· 26 years ago
40b083f
Create VxD handle only for known VxDs.
by Ulrich Weigand
· 26 years ago
db3aba2
Work-around for compiler bug.
by Ulrich Weigand
· 26 years ago
0fa6dad
Fixed some CONTEXT86 vs. CONTEXT mismatches.
by Ulrich Weigand
· 26 years ago
4220b29
Take advantage of the new registers saved in the STACK16FRAME to turn
by Alexandre Julliard
· 26 years ago
1327748
Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
by Howard Abrams
· 26 years ago
cd37906
ReadConsoleA: use ir as pointer to (req+1).
by Marcus Meissner
· 26 years ago
617955d
Changed CONTEXT into CONTEXT86 everywhere we really want an i386
by Alexandre Julliard
· 26 years ago
ebe29ef
Further server optimizations:
by Alexandre Julliard
· 26 years ago
5bc7808
Made server communication faster by using a shared memory block.
by Alexandre Julliard
· 26 years ago
0a860a0
Merged THDB and TEB structures.
by Alexandre Julliard
· 26 years ago
58371aa
A few optimizations.
by Alexandre Julliard
· 26 years ago
fdcfdb9
Added missing/wrong includes.
by Patrik Stridvall
· 26 years ago
874b8a3
Corrected a problem in GetTimeZoneInformation() due a change to
by Rein Klazes
· 26 years ago
039aa42
Return console handles in alloc_console request.
by Alexandre Julliard
· 26 years ago
c868cd3
Fix <return> key (somehow we get a control keystate).
by Marcus Meissner
· 26 years ago
6d389b8
Use register functions with arguments for LogApiThk...
by Ulrich Weigand
· 26 years ago
d131a17
Use the new debug functions to send debug events at appropriate places.
by Alexandre Julliard
· 26 years ago
4cc1b33
Implemented the Win32 debug API functions.
by Alexandre Julliard
· 26 years ago
1565709
Converted to the new debug interface, using script written by Patrik Stridvall.
by Alexandre Julliard
· 26 years ago
d30821a
Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL.423), LogApiThkLSF
by Ulrich Weigand
· 26 years ago
eec4c25
Set %ebx to point to real 16-bit stack in CBClientThunkSL.
by Ulrich Weigand
· 26 years ago
f08b819
Some stubs for pccard vxd to debug the native shell32.
by Juergen Schmied
· 26 years ago
cd819fe
Bugfix: FT_PrologPrime was broken due to relay changes.
by Ulrich Weigand
· 26 years ago
0691998
Fixed a few bugs, and improved the exception macros (based on
by Alexandre Julliard
· 26 years ago
0a277b6
Adapted for new register functions support (ESP_reg in register
by Alexandre Julliard
· 26 years ago
fd45627
VxDCall functions do not need to be 'register'.
by Alexandre Julliard
· 26 years ago
3b3ff2b
Added macros and definitions for using exception inside Wine or Winelib code.
by Alexandre Julliard
· 26 years ago
89fae7e
Moved some exception definitions to winnt.h and ntddk.h.
by Alexandre Julliard
· 26 years ago
df8ae89
Fixed request size for alloc_console and free_console.
by Alexandre Julliard
· 26 years ago
dd93d25
Improved exception handling.
by Alexandre Julliard
· 26 years ago
62de4b9
Ignore ESC[%dc reports generated by 8bit control codes.
by Marcus Meissner
· 26 years ago
9992081
GetMailslotInfo is supposed to check for pointer validity.
by Andreas Mohr
· 26 years ago
06c275a
Converted to the new debugging interface (done with the help of the
by Alexandre Julliard
· 26 years ago
96ed828
Fixed typo.
by Juergen Schmied
· 26 years ago
91aaca8
Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
by Marcus Meissner
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
c53def7
Added (empty) stub for OpenVxDHandle.
by Eric Pouech
· 26 years ago
8139c30
Implemented PROCESS_CallUserSignalProc().
by Ulrich Weigand
· 26 years ago
8bf29f1
SetFileAttributesA: "implemented" setting of directory flag as test of
by Steffen Moeller
· 26 years ago
702aec6
Added CreateIoCompletionPort stub.
by Andreas Mohr
· 26 years ago
cb40df2
Changed "strings.h" to "string.h".
by David Luyer
· 26 years ago
ac593bb
Fixed some warnings. removed some unneccessary includes, removed one
by Marcus Meissner
· 26 years ago
2e1cafa
Renamed wintypes.h to windef.h.
by Jim Aston
· 26 years ago
aa546ef
Change GetStartupInfoA/W to return the real StartupInfo.
by Peter Ganten
· 26 years ago
48241e9
Implemented UTRegister and UTUnRegister.
by Ulrich Weigand
· 26 years ago
3f09ec5
CLIENT_WaitReply: don't clear last error on success; fixed callers
by Alexandre Julliard
· 26 years ago
96c08d8
Use server handles directly for Win32 handles. Removed use of K32OBJ.
by Alexandre Julliard
· 26 years ago
8da55ce
GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
by Ulrich Weigand
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
34acebc
Fixed a few broken includes.
by Huw D M Davies
· 26 years ago
Next »