projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
- Fixed resource functions to work directly from the HMODULE instead of
[wine]
/
if1632
/
thunk.c
2000-08-03
Alexandre Julliard
Added imports of user32/gdi32/kernel32 wherever necessary.
blob
|
commitdiff
|
raw
2000-07-30
Alexandre Julliard
Cleaned up a few USER dependencies.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-25
Alexandre Julliard
Moved thunking functions off to kernel32.dll.
blob
|
commitdiff
|
raw
|
diff to current
2000-06-08
Alexandre Julliard
Removed a few unnecessary includes.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-24
Alexandre Julliard
Moved gdi/user thunking functions into their respective...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-26
Alexandre Julliard
Improved the selector get/set functions.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-16
Alexandre Julliard
Moved SystemHeap allocations to the process heap.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-04
Eric Pouech
Removed the obsoleted CallTimeFuncProc, CallDriverProc,
blob
|
commitdiff
|
raw
|
diff to current
2000-01-01
Peter Ganten
Implemented WaitForInputIdle.
blob
|
commitdiff
|
raw
|
diff to current
1999-12-08
Dimitrie O. Paun
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
blob
|
commitdiff
|
raw
|
diff to current
1999-12-05
Ulrich Weigand
Call 16-bit instead of 32-bit UserSignalProc entry...
blob
|
commitdiff
|
raw
|
diff to current
1999-09-20
Ulrich Weigand
Modified THUNK_Alloc so as to avoid 32->16->32 calling...
blob
|
commitdiff
|
raw
|
diff to current
1999-09-19
Ulrich Weigand
Bugfix: Declare CALL32_CBClient[Ex] without WINAPI.
blob
|
commitdiff
|
raw
|
diff to current
1999-09-13
Huw D M Davies
Change interfaces to THUNK_Alloc/Free slightly and...
blob
|
commitdiff
|
raw
|
diff to current
1999-09-10
Huw D M Davies
Winspool DocumentProperties and DeviceCapabilities...
blob
|
commitdiff
|
raw
|
diff to current
1999-09-10
Ulrich Weigand
Fixed bug in CBClient routines by storing the SEGPTR...
blob
|
commitdiff
|
raw
|
diff to current
1999-08-18
Ulrich Weigand
Moved implementation of WOW routines to single file.
blob
|
commitdiff
|
raw
|
diff to current
1999-08-15
Ulrich Weigand
Adapted to new-style Wine thunks.
blob
|
commitdiff
|
raw
|
diff to current
1999-08-08
Alexandre Julliard
Replaced a few calls to lstr* functions by their CRTDLL...
blob
|
commitdiff
|
raw
|
diff to current
1999-08-01
Alexandre Julliard
Made stack manipulation macros into inline functions.
blob
|
commitdiff
|
raw
|
diff to current
1999-07-27
Ulrich Weigand
Added FinalUserInit16/FinalGdiInit16 stubs.
blob
|
commitdiff
|
raw
|
diff to current
1999-07-27
Ulrich Weigand
More gcc bug workarounds.
blob
|
commitdiff
|
raw
|
diff to current
1999-07-24
Ulrich Weigand
Unify startup sequence for Wine and WineLib.
blob
|
commitdiff
|
raw
|
diff to current
1999-07-24
Ulrich Weigand
Always retrieve Callout routines using GetProcAddress().
blob
|
commitdiff
|
raw
|
diff to current
1999-07-23
Ulrich Weigand
Bugfix: Reverted CallTo16 routines to STDCALL convention.
blob
|
commitdiff
|
raw
|
diff to current
1999-07-11
Alexandre Julliard
Take advantage of the new registers saved in the STACK1...
blob
|
commitdiff
|
raw
|
diff to current
1999-07-11
Ulrich Weigand
Modularized CallFrom/To16 routines. Adapted dependent...
blob
|
commitdiff
|
raw
|
diff to current
1999-06-26
Alexandre Julliard
Changed CONTEXT into CONTEXT86 everywhere we really...
blob
|
commitdiff
|
raw
|
diff to current
1999-06-22
Alexandre Julliard
Merged THDB and TEB structures.
blob
|
commitdiff
|
raw
|
diff to current
1999-06-06
Ulrich Weigand
Removed Callback.CallTaskRescheduleProc().
blob
|
commitdiff
|
raw
|
diff to current
1999-06-05
Ulrich Weigand
Fixed behaviour of Alloc..ThunkletCallback[Ex] for...
blob
|
commitdiff
|
raw
|
diff to current
1999-06-05
Eric Pouech
Workaroung gcc 2.7.2.x sig 11 issue.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-22
James Juran
task.h was included twice. Removing one fixed a sig11...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-22
Ulrich Weigand
Handle proc == NULL in THUNK_SetDCHook correctly.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-22
Ulrich Weigand
Set %ebx to point to real 16-bit stack in CBClientThunkSL.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-17
Ulrich Weigand
Fixed THUNK_SetDCHook when using native USER.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-12
Alexandre Julliard
Added macros and definitions for using exception inside...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-08
Ulrich Weigand
Call Callout routines directly when using builtin USER.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-04
Ove Kaaven
Fixes winproc deadlock for win16.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-02
Alexandre Julliard
Converted to the new debugging interface (done with...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-25
Patrik Stridvall
Fixed ANSI compabillity.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-25
Patrik Stridvall
#pragma pack(?) changed to #include "*pack*.h"
blob
|
commitdiff
|
raw
|
diff to current
1999-04-22
Michael Veksler
Removed some includes of 16 bit API.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-19
Patrik Stridvall
New debug scheme with explicit debug channels declaration.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-10
Ulrich Weigand
Call InitApp16 (using Callout) for initial process.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-01
Ulrich Weigand
Added USER32.UserSignalProc to Callout table.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-14
Francois Boisvert
Made access to the wnd struct thread-safe.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-13
Marcus Meissner
Fixed newly introduced and some leftover warnings.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-13
Ulrich Weigand
Implemented UTRegister and UTUnRegister.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-10
Ulrich Weigand
Temporary fix: Activate 16-bit system timer callback...
blob
|
commitdiff
|
raw
|
diff to current
1999-03-10
Ulrich Weigand
Added USER.DestroyIcon32 to Callout struct.
blob
|
commitdiff
|
raw
|
diff to current
1999-02-26
Alexandre Julliard
Large-scale renaming of all Win32 functions and types...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-17
Marcus Meissner
Optimized include/*.h: (recursively) include all header...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-24
Ulrich Weigand
Implemented KERNEL.621 (CBClientThunkSLEx).
blob
|
commitdiff
|
raw
|
diff to current
1999-01-01
Michael Veksler
Moves more stuff from windows.h.
blob
|
commitdiff
|
raw
|
diff to current
1998-12-24
Ulrich Weigand
Callout table (for KERNEL->USER calls) added.
blob
|
commitdiff
|
raw
|
diff to current
1998-12-24
Ulrich Weigand
Handle non-hardware X events correctly with native...
blob
|
commitdiff
|
raw
|
diff to current
1998-12-10
Ulrich Weigand
Cleaned up CreateSystemTimer interface for use with...
blob
|
commitdiff
|
raw
|
diff to current
1998-12-07
Andreas Mohr
- Several kernel.spec return type mismatch fixes
blob
|
commitdiff
|
raw
|
diff to current
1998-12-01
Ulrich Weigand
Implemented GlobalChangeLockCount (KERNEL.365).
blob
|
commitdiff
|
raw
|
diff to current
1998-11-26
Ulrich Weigand
Removed some unnecessary FIXME outputs.
blob
|
commitdiff
|
raw
|
diff to current
1998-11-24
Ulrich Weigand
Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
blob
|
commitdiff
|
raw
|
diff to current
1998-11-14
Ulrich Weigand
Some fixes to Wine startup/termination sequence with...
blob
|
commitdiff
|
raw
|
diff to current
1998-11-14
Huw D M Davies
Should get win16drv AbortProc working. Hopefully.
blob
|
commitdiff
|
raw
|
diff to current
1998-11-08
Ulrich Weigand
USER-side part of input event handling: contains implem...
blob
|
commitdiff
|
raw
|
diff to current
1998-11-06
Marcus Meissner
Solaris redefines ERR and CS, fixed occurances.
blob
|
commitdiff
|
raw
|
diff to current
1998-10-11
Ulrich Weigand
Implemented (partially) the KERNEL Thunklet API and...
blob
|
commitdiff
|
raw
|
diff to current
1998-09-27
Alexandre Julliard
Release 980927
wine-980927
blob
|
commitdiff
|
raw
|
diff to current
1998-09-13
Alexandre Julliard
Release 980913
wine-980913
blob
|
commitdiff
|
raw
|
diff to current
1998-08-09
Alexandre Julliard
Release 980809
wine-980809
blob
|
commitdiff
|
raw
|
diff to current
1998-06-28
Alexandre Julliard
Release 980628
wine-980628
blob
|
commitdiff
|
raw
|
diff to current
1998-06-01
Alexandre Julliard
Release 980601
wine-980601
blob
|
commitdiff
|
raw
|
diff to current
1998-05-03
Alexandre Julliard
Release 980503
wine-980503
blob
|
commitdiff
|
raw
|
diff to current
1998-03-29
Alexandre Julliard
Release 980329
wine-980329
blob
|
commitdiff
|
raw
|
diff to current
1998-03-15
Alexandre Julliard
Release 980315
wine-980315
blob
|
commitdiff
|
raw
|
diff to current
1998-03-01
Alexandre Julliard
Release 980301
wine-980301
blob
|
commitdiff
|
raw
|
diff to current
1998-02-15
Alexandre Julliard
Release 980215
wine-980215
blob
|
commitdiff
|
raw
|
diff to current
1998-02-01
Alexandre Julliard
Release 980201
wine-980201
blob
|
commitdiff
|
raw
|
diff to current
1998-01-18
Alexandre Julliard
Release 980118
wine-980118
blob
|
commitdiff
|
raw
|
diff to current
1997-12-21
Alexandre Julliard
Release 971221
wine-971221
blob
|
commitdiff
|
raw
|
diff to current
1997-11-16
Alexandre Julliard
Release 971116
wine-971116
blob
|
commitdiff
|
raw
|
diff to current
1997-11-01
Alexandre Julliard
Release 971101
wine-971101
blob
|
commitdiff
|
raw
|
diff to current
1997-10-12
Alexandre Julliard
Release 971012
wine-971012
blob
|
commitdiff
|
raw
|
diff to current
1997-09-28
Alexandre Julliard
Release 970928
wine-970928
blob
|
commitdiff
|
raw
|
diff to current
1997-09-14
Alexandre Julliard
Release 970914
wine-970914
blob
|
commitdiff
|
raw
|
diff to current
1997-08-24
Alexandre Julliard
Release 970824
wine-970824
blob
|
commitdiff
|
raw
|
diff to current
1997-08-04
Alexandre Julliard
Release 970804
wine-970804
blob
|
commitdiff
|
raw
|
diff to current
1997-07-20
Alexandre Julliard
Release 970720
wine-970720
blob
|
commitdiff
|
raw
|
diff to current
1997-05-09
Alexandre Julliard
Release 970509
wine-970509
blob
|
commitdiff
|
raw
|
diff to current
1997-03-05
Alexandre Julliard
Release 970305
wine-970305
blob
|
commitdiff
|
raw
|
diff to current
1997-02-15
Alexandre Julliard
Release 970215
wine-970215
blob
|
commitdiff
|
raw
|
diff to current
1997-02-02
Alexandre Julliard
Release 970202
wine-970202
blob
|
commitdiff
|
raw
|
diff to current
1996-12-15
Alexandre Julliard
Release 961215
wine-961215
blob
|
commitdiff
|
raw
|
diff to current
1996-12-01
Alexandre Julliard
Release 961201
wine-961201
blob
|
commitdiff
|
raw
|
diff to current
1996-11-17
Alexandre Julliard
Release 961117
wine-961117
blob
|
commitdiff
|
raw
|
diff to current
1996-11-02
Alexandre Julliard
Release 961102
wine-961102
blob
|
commitdiff
|
raw
|
diff to current
1996-10-23
Alexandre Julliard
Release 961023
wine-961023
blob
|
commitdiff
|
raw
|
diff to current
1996-10-13
Alexandre Julliard
Release 961013
wine-961013
blob
|
commitdiff
|
raw
|
diff to current
1996-09-13
Alexandre Julliard
Release 960913
wine-960913
blob
|
commitdiff
|
raw
|
diff to current
1996-08-18
Alexandre Julliard
Release 960818
wine-960818
blob
|
commitdiff
|
raw
|
diff to current
next