Sign in
goma
/
wine
/
959d73e8dd2cfebedb93e3025525037fdc953dfb
/
win32
d67dace
- Print CS reg at crash MessageBox (needed for Win16 programs).
by Andreas Mohr
· 24 years ago
295106d
Fixed regression for debugger startup event creation.
by Eric Pouech
· 24 years ago
977ec4d
Prevent SetFileAttributeA from making directory read-only.
by Rein Klazes
· 24 years ago
3c5f895
Changed debugger launching to auto per default.
by Andreas Mohr
· 24 years ago
d76f9f9
Implemented a bunch of large integer functions in ntdll.
by Alexandre Julliard
· 25 years ago
afb49ea
Moved a bunch of routines to kernel32.dll (with the help of Dimitrie O. Paun).
by Alexandre Julliard
· 25 years ago
15bfcd0
Moved $(MODULE).o rule out of Make.rules into the individual Makefiles.
by Alexandre Julliard
· 25 years ago
83f52d1
Moved all Win16 definitions out of the standard Windows headers.
by Alexandre Julliard
· 25 years ago
d8fab2e
Removed some of the XXX_reg macros now that we are using the standard
by Alexandre Julliard
· 25 years ago
072dfb5
Removed inclusion of wine/winestring.h from winbase.h and added it to
by Alexandre Julliard
· 25 years ago
973cc74
"implemented" GetSystemTimeAdjustment.
by Andreas Mohr
· 25 years ago
627616b
Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed).
by Marcus Meissner
· 25 years ago
e75902a
Replaced USER32.DLL use by hardcoded tables for VkKeyScanA and MapVirtualKeyA.
by Marcus Meissner
· 25 years ago
9264300
Converted a lot of server requests to the new exception handling mechanism.
by Alexandre Julliard
· 25 years ago
9c2370b
Added exception handling wrapper to a number of server requests.
by Alexandre Julliard
· 25 years ago
7bbba4f
Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal.
by Alexandre Julliard
· 25 years ago
eca7f9f
Stubbed SetConsoleInputExeNameA/W.
by Chris Morgan
· 25 years ago
e101f6d
Cleaned up a few inter-dll dependencies. Added a few imports.
by Alexandre Julliard
· 25 years ago
d586dc9
Replaced VERSION_* calls by exported API equivalents.
by Alexandre Julliard
· 25 years ago
52900c8
Make PDB, ENVDB and STARTUPINFO global variables.
by Alexandre Julliard
· 25 years ago
a007f33
Moved a few non-standard headers into their respective dlls.
by Alexandre Julliard
· 25 years ago
6113975
Moved struct32.c to windows directory.
by Alexandre Julliard
· 25 years ago
081ee94
- Fixed resource functions to work directly from the HMODULE instead of
by Alexandre Julliard
· 25 years ago
3850c1a
Moved most USER string functions to dlls/user.
by Alexandre Julliard
· 25 years ago
cb10fda
Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
by Alexandre Julliard
· 25 years ago
93652e1
Moved a bunch of functions out of libwine/kernel/gdi into USER.
by Alexandre Julliard
· 25 years ago
09ddb59
Make USER and GDI separate dlls.
by Alexandre Julliard
· 25 years ago
58d5a0a
Removed some unnecessary inclusions of wingdi.h and winuser.h
by Alexandre Julliard
· 25 years ago
d5041fc
Moved thunking functions off to kernel32.dll.
by Alexandre Julliard
· 25 years ago
18bd3f6
Fixed bad exception handler chain termination.
by Eric Pouech
· 25 years ago
c32169c
A few missing console stubs.
by Eric Pouech
· 25 years ago
1f34ce5
Implementation for PrivateExtractIcons, PrivateExtractIconEx.
by Juergen Schmied
· 25 years ago
f7bf7ef
Rewrote codepage support to use the new codepage tables.
by Alexandre Julliard
· 25 years ago
8fe0551
Removed a few unnecessary includes.
by Alexandre Julliard
· 25 years ago
5524f64
Don't call MessageBoxA before USER is initialized.
by Ulrich Weigand
· 25 years ago
2e011a5
Lots of spelling fixes that accumulated in my tree again, made several
by Andreas Mohr
· 25 years ago
637e200
Add stub for SetConsoleOutputCP.
by Ulrich Czekalla
· 25 years ago
c192ba2
Exec a separate wine binary for every win32 process so that they run
by Alexandre Julliard
· 25 years ago
5353224
Sorted out a few misplaced definitions.
by Francois Gouget
· 25 years ago
f818d42
Fixed COORD structure definition.
by Alexandre Julliard
· 25 years ago
8446ba0
Insure we always try to launch a debugger.
by Eric Pouech
· 25 years ago
f1a2532
Fixed GetLargestConsoleWindowSize prototype.
by Eric Pouech
· 25 years ago
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
Next »