projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add some Str* prototypes to shlwapi.h.
[wine]
/
win32
/
2000-09-12
Andreas Mohr
"implemented" GetSystemTimeAdjustment.
tree
|
commitdiff
2000-09-02
Marcus Meissner
Change xterm mouse tracking mode to BTN_EVENT_MOUSE...
tree
|
commitdiff
2000-08-31
Marcus Meissner
Replaced USER32.DLL use by hardcoded tables for VkKeySc...
tree
|
commitdiff
2000-08-31
Alexandre Julliard
Converted a lot of server requests to the new exception...
tree
|
commitdiff
2000-08-30
Alexandre Julliard
Added exception handling wrapper to a number of server...
tree
|
commitdiff
2000-08-26
Alexandre Julliard
Removed calls to ConvertToGlobalHandle and MakeCritical...
tree
|
commitdiff
2000-08-18
Chris Morgan
Stubbed SetConsoleInputExeNameA/W.
tree
|
commitdiff
2000-08-14
Alexandre Julliard
Cleaned up a few inter-dll dependencies. Added a few...
tree
|
commitdiff
2000-08-14
Alexandre Julliard
Replaced VERSION_* calls by exported API equivalents.
tree
|
commitdiff
2000-08-09
Alexandre Julliard
Make PDB, ENVDB and STARTUPINFO global variables.
tree
|
commitdiff
2000-08-09
Alexandre Julliard
Moved a few non-standard headers into their respective...
tree
|
commitdiff
2000-08-09
Alexandre Julliard
Moved struct32.c to windows directory.
tree
|
commitdiff
2000-08-07
Alexandre Julliard
- Fixed resource functions to work directly from the...
tree
|
commitdiff
2000-08-06
Alexandre Julliard
Moved most USER string functions to dlls/user.
tree
|
commitdiff
2000-08-06
Alexandre Julliard
Replaced lstrlen/lstrcmp by libc equivalents everywhere...
tree
|
commitdiff
2000-08-04
Alexandre Julliard
Moved a bunch of functions out of libwine/kernel/gdi...
tree
|
commitdiff
2000-08-03
Alexandre Julliard
Make USER and GDI separate dlls.
tree
|
commitdiff
2000-07-29
Alexandre Julliard
Removed some unnecessary inclusions of wingdi.h and...
tree
|
commitdiff
2000-07-25
Alexandre Julliard
Moved thunking functions off to kernel32.dll.
tree
|
commitdiff
2000-06-25
Eric Pouech
Fixed bad exception handler chain termination.
tree
|
commitdiff
2000-06-24
Eric Pouech
A few missing console stubs.
tree
|
commitdiff
2000-06-12
Juergen Schmied
Implementation for PrivateExtractIcons, PrivateExtractI...
tree
|
commitdiff
2000-06-10
Alexandre Julliard
Rewrote codepage support to use the new codepage tables.
tree
|
commitdiff
2000-06-08
Alexandre Julliard
Removed a few unnecessary includes.
tree
|
commitdiff
2000-06-07
Ulrich Weigand
Don't call MessageBoxA before USER is initialized.
tree
|
commitdiff
2000-06-01
Andreas Mohr
Lots of spelling fixes that accumulated in my tree...
tree
|
commitdiff
2000-05-30
Ulrich Czekalla
Add stub for SetConsoleOutputCP.
tree
|
commitdiff
2000-05-29
Alexandre Julliard
Exec a separate wine binary for every win32 process...
tree
|
commitdiff
2000-05-24
Francois Gouget
Sorted out a few misplaced definitions.
tree
|
commitdiff
2000-05-03
Alexandre Julliard
Fixed COORD structure definition.
tree
|
commitdiff
2000-04-30
Eric Pouech
Insure we always try to launch a debugger.
tree
|
commitdiff
2000-04-29
Eric Pouech
Fixed GetLargestConsoleWindowSize prototype.
tree
|
commitdiff
2000-04-16
Rein Klazes
SetLocalTime() and SetSystemTime() bugfixes. Added...
tree
|
commitdiff
2000-04-13
Eric Pouech
Added launching of a debugger when unhandled exception...
tree
|
commitdiff
2000-04-08
Andreas Mohr
Added PeekNamedPipe stub.
tree
|
commitdiff
2000-04-06
Patrik Stridvall
Fixed some issues reported by winapi_check.
tree
|
commitdiff
2000-04-04
Ian Schmidt
Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO...
tree
|
commitdiff
2000-03-28
Patrik Stridvall
Added/fixed some documentation reported by winapi_check.
tree
|
commitdiff
2000-03-26
Hidenori Takeshima
Fixes for i18n.
tree
|
commitdiff
2000-03-24
Alexandre Julliard
Moved FatalAppExit functions to win32/except.c.
tree
|
commitdiff
2000-03-24
Patrik Stridvall
Fixed some issues reported by winapi_check.
tree
|
commitdiff
2000-03-10
Alexandre Julliard
Added specific routines for OUTPUT_DEBUG_STRING and...
tree
|
commitdiff
2000-03-08
Alexandre Julliard
Removed PDB32_DEBUGGED flag and send all debug events...
tree
|
commitdiff
2000-03-07
Alexandre Julliard
Better implementation of inline functions SetLastError and
tree
|
commitdiff
2000-02-27
Uwe Bonnes
GetComputerNameA(): added parameter check like Win95...
tree
|
commitdiff
2000-02-26
Alexandre Julliard
Improved the selector get/set functions.
tree
|
commitdiff
2000-02-26
Patrik Stridvall
Fixed some debug message crashes.
tree
|
commitdiff
2000-02-20
Marcus Meissner
Added a bit magic to CONSOLE_get_input so we don't...
tree
|
commitdiff
2000-02-10
Alexandre Julliard
Optimized debugging API to reduce code size.
tree
|
commitdiff
2000-02-10
Jeremy White
Removed #include of wingdi.h and windef.h from winuser...
tree
|
commitdiff
2000-02-03
Marcus Meissner
Save and restore cursor in WriteConsoleOutputA.
tree
|
commitdiff
2000-02-03
Ove Kaaven
Handle backspace correctly.
tree
|
commitdiff
2000-01-31
Alexandre Julliard
Build most dlls as separate shared libraries.
tree
|
commitdiff
2000-01-30
Ulrich Weigand
Moved debugger to libwine to make it available to WineL...
tree
|
commitdiff
2000-01-29
Alexandre Julliard
Removed debugstr.h.
tree
|
commitdiff
2000-01-15
Ove Kaaven
Fixed bad register constraint in InterlockedCompareExch...
tree
|
commitdiff
2000-01-09
Erez Volk
Better error reporting.
tree
|
commitdiff
1999-12-27
Alexandre Julliard
Cosmetics.
tree
|
commitdiff
1999-12-08
Dimitrie O. Paun
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
tree
|
commitdiff
1999-12-05
Ian Schmidt
Stubs for VMM GetDemandPageInfo function and VWin32...
tree
|
commitdiff
1999-12-04
Erez Volk
Stubs for Get/SetProcessDefaultLayout.
tree
|
commitdiff
1999-11-29
Alexandre Julliard
Made GetSystemTimeAsFileTime return value more precise.
tree
|
commitdiff
1999-11-28
Niels Kristian Bec...
Compiler warnings fixed.
tree
|
commitdiff
1999-11-25
Peter Ganten
Implemented parts of _PageReserve() _PageCommit() _Page...
tree
|
commitdiff
1999-11-21
Niels Kristian Bec...
Removed extra #include statements.
tree
|
commitdiff
1999-11-13
Ulrich Weigand
Adapted to new register function handling.
tree
|
commitdiff
1999-11-12
Ian Schmidt
Implemented VWin32 VxDCall mechanism and 2 calls.
tree
|
commitdiff
1999-11-12
Ulrich Weigand
Allow for buggy apps that call the wrong VxDCall routine.
tree
|
commitdiff
1999-11-10
Ulrich Weigand
Bugfix: Exception handlers are *not* WINAPI.
tree
|
commitdiff
1999-11-04
Ian Schmidt
Changed OpenDesktop stub to Win9x behavior for QuickTime 4.
tree
|
commitdiff
1999-10-24
Patrik Stridvall
- Added missing configuration #if:s and #includes:s.
tree
|
commitdiff
1999-09-19
Patrik Stridvall
Added support for anonymous structs/unions on compilers...
tree
|
commitdiff
1999-09-13
Ulrich Weigand
Fixed last error code when trying to load unknown VxD...
tree
|
commitdiff
1999-09-04
Guy Albertelli
Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
tree
|
commitdiff
1999-08-18
Ulrich Weigand
Moved implementation of WOW routines to single file.
tree
|
commitdiff
1999-08-08
Alexandre Julliard
Fixed SetLocalTime prototype.
tree
|
commitdiff
1999-08-08
Alexandre Julliard
Replaced a few calls to lstr* functions by their CRTDLL...
tree
|
commitdiff
1999-08-04
Andreas Mohr
Implemented SetLocalTime.
tree
|
commitdiff
1999-08-04
Alexandre Julliard
Got rid of dsprintf and related macros.
tree
|
commitdiff
1999-08-01
Alexandre Julliard
Removed async I/O support.
tree
|
commitdiff
1999-08-01
Alexandre Julliard
Made stack manipulation macros into inline functions.
tree
|
commitdiff
1999-07-31
Patrik Stridvall
Fixed some of the issues reported by Solaris Lint.
tree
|
commitdiff
1999-07-31
Ulrich Weigand
Create VxD handle only for known VxDs.
tree
|
commitdiff
1999-07-18
Ulrich Weigand
Work-around for compiler bug.
tree
|
commitdiff
1999-07-15
Ulrich Weigand
Fixed some CONTEXT86 vs. CONTEXT mismatches.
tree
|
commitdiff
1999-07-11
Alexandre Julliard
Take advantage of the new registers saved in the STACK1...
tree
|
commitdiff
1999-07-10
Howard Abrams
Added checks for sys/errno.h, sys/signal.h and sys...
tree
|
commitdiff
1999-06-27
Marcus Meissner
ReadConsoleA: use ir as pointer to (req+1).
tree
|
commitdiff
1999-06-26
Alexandre Julliard
Changed CONTEXT into CONTEXT86 everywhere we really...
tree
|
commitdiff
1999-06-26
Alexandre Julliard
Further server optimizations:
tree
|
commitdiff
1999-06-22
Alexandre Julliard
Made server communication faster by using a shared...
tree
|
commitdiff
1999-06-22
Alexandre Julliard
Merged THDB and TEB structures.
tree
|
commitdiff
1999-06-18
Alexandre Julliard
A few optimizations.
tree
|
commitdiff
1999-06-12
Patrik Stridvall
Added missing/wrong includes.
tree
|
commitdiff
1999-06-12
Rein Klazes
Corrected a problem in GetTimeZoneInformation() due...
tree
|
commitdiff
1999-06-11
Alexandre Julliard
Return console handles in alloc_console request.
tree
|
commitdiff
1999-05-29
Marcus Meissner
Fix <return> key (somehow we get a control keystate).
tree
|
commitdiff
1999-05-24
Ulrich Weigand
Use register functions with arguments for LogApiThk...
tree
|
commitdiff
1999-05-23
Alexandre Julliard
Use the new debug functions to send debug events at...
tree
|
commitdiff
1999-05-23
Alexandre Julliard
Implemented the Win32 debug API functions.
tree
|
commitdiff
next