projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added default function marshaller registry entry.
[wine]
/
dlls
/
2002-02-12
Bill Medland
Put in place a proper tab model within DrawText (also...
tree
|
commitdiff
2002-02-08
C. Scott Ananian
Filled out the implementation of fscanf and _cscanf.
tree
|
commitdiff
2002-02-08
Eric Pouech
Fixed bug in cache init.
tree
|
commitdiff
2002-02-08
Aric Stewart
Use the supplied buffer when copying item text.
tree
|
commitdiff
2002-02-08
Lawson Whitney
Fix off-by-one error in placing trailing \0.
tree
|
commitdiff
2002-02-08
Ori Pessach
Set WS_EX_TOOLWINDOW in a tooltip's dwExStyle.
tree
|
commitdiff
2002-02-05
Aric Stewart
Don't return overflow if no class buffer was specified.
tree
|
commitdiff
2002-02-05
Rein Klazes
In X11DRV_ScrollDC only move pixels that are within...
tree
|
commitdiff
2002-02-05
Alexandre Julliard
Authors: Guy L. Albertelli <galberte@neo.lrun.com>...
tree
|
commitdiff
2002-02-05
Marcus Meissner
Implemented Local Server COM.
tree
|
commitdiff
2002-02-05
Patrik Stridvall
MSVC compile fixes.
tree
|
commitdiff
2002-02-05
Dmitry Timoshkov
Remove PROGRESS_Refresh, always do InvalidateRect(...
tree
|
commitdiff
2002-02-05
Dimitrie O. Paun
Various cleanups:
tree
|
commitdiff
2002-02-05
Bill Medland
Split the path and word/end ellipsification out of...
tree
|
commitdiff
2002-02-04
Dimitrie O. Paun
Complete Listview Unicodification.
tree
|
commitdiff
2002-02-04
Aric Stewart
Added implementation of SetItemW.
tree
|
commitdiff
2002-02-04
François Gouget
Storing an IP address in a signed int results in bugs...
tree
|
commitdiff
2002-02-04
Malte Starostik
Do not destroy ITypeLib held by ITypeInfo before the...
tree
|
commitdiff
2002-02-04
Marcus Meissner
VT_EMPTY can be coerced to VT_I4, value 0.
tree
|
commitdiff
2002-02-04
Dmitry Timoshkov
Moved style correcting code to the WM_CREATE handler...
tree
|
commitdiff
2002-02-04
Guy L. Albertelli
Fix problem exposed by the improvements in version...
tree
|
commitdiff
2002-02-02
Patrik Stridvall
Move __stdcall/__cdecl to the right place.
tree
|
commitdiff
2002-02-02
Francois Gouget
malloc.h is obsolete and stdlib.h should be used instead.
tree
|
commitdiff
2002-02-02
Bill Medland
Ensure that the whole modified text is returned from...
tree
|
commitdiff
2002-02-02
Alexandre Julliard
Do not use the PEB lock as loader lock, use a separate...
tree
|
commitdiff
2002-02-02
Andreas Mohr
Fixed some more missing parenthesis issues.
tree
|
commitdiff
2002-02-02
Huw D M Davies
Flip A<->W conversion in dispinfo_notifyT.
tree
|
commitdiff
2002-02-01
Aric Stewart
Fix to GetItemW to stop whiping out the items text.
tree
|
commitdiff
2002-02-01
Guy Albertelli
Don't try to set fields in nonexistant lpLineCountryList.
tree
|
commitdiff
2002-01-31
Gerard Patel
Added missing parenthesis in ShGetFileInfoA.
tree
|
commitdiff
2002-01-31
Nog
Fixed function 0xb.
tree
|
commitdiff
2002-01-31
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2002-01-31
Alexandre Julliard
CodeWeavers
tree
|
commitdiff
2002-01-31
Alexandre Julliard
CodeWeavers
tree
|
commitdiff
2002-01-31
Guy Albertelli
- better trace output
tree
|
commitdiff
2002-01-31
Nog
Implement function 0xb (Read mouse motion counters...
tree
|
commitdiff
2002-01-31
Bill Medland
- Introduce a significant design decision.
tree
|
commitdiff
2002-01-31
Alexandre Julliard
Authors: Dmitry Timoshkov <dmitry@codeweavers.com>...
tree
|
commitdiff
2002-01-31
Gerard Patel
Don't repaint header when scrolling a listview vertically.
tree
|
commitdiff
2002-01-31
Guy Albertelli
- fix order of parameters is SendNotify
tree
|
commitdiff
2002-01-29
Dmitry Timoshkov
Added LdrDisableThreadCalloutsForDll.
tree
|
commitdiff
2002-01-29
Alexandre Julliard
Authors: Aric Stewart <aric@codeweavers.com>, Huw D...
tree
|
commitdiff
2002-01-29
Eric Kohl
Added location of local application data.
tree
|
commitdiff
2002-01-29
Dmitry Timoshkov
Fixed RtlAddAccessAllowedAce return value.
tree
|
commitdiff
2002-01-29
Mike McCormack
Added stubs for NdrDllCanUnloadNow and NdrDllGetClassOb...
tree
|
commitdiff
2002-01-29
Dmitry Timoshkov
Added GetComputerNameEx[AW] semi-stub.
tree
|
commitdiff
2002-01-29
Eric Kohl
Added FindFirstUrlCacheEntry[AW] stubs.
tree
|
commitdiff
2002-01-29
Aric Stewart
Added some MAPI stubs.
tree
|
commitdiff
2002-01-29
Aric Stewart
Added a pass-through msvcrt20.
tree
|
commitdiff
2002-01-29
Eric Kohl
Added Extract stub.
tree
|
commitdiff
2002-01-29
Eric Kohl
Added ImmDisableIME stub.
tree
|
commitdiff
2002-01-29
Dmitry Timoshkov
Implemented _wmakepath.
tree
|
commitdiff
2002-01-29
Jukka Heinonen
Added support for DOS EMS memory.
tree
|
commitdiff
2002-01-29
Gerard Patel
Fix problems with listview notification.
tree
|
commitdiff
2002-01-29
Dimitrie O. Paun
- add new SetRange functions (instead of duplicating...
tree
|
commitdiff
2002-01-29
Alexandre Julliard
Authors: Guy Albertelli <guy@codeweavers.com>, Mike...
tree
|
commitdiff
2002-01-29
Charles Loep
Implemented ImageList_Write.
tree
|
commitdiff
2002-01-29
Guy Albertelli
Eliminate some useless error messages.
tree
|
commitdiff
2002-01-29
Rein Klazes
Correct optlen when WS_setsockopt is called with SO_LINGER.
tree
|
commitdiff
2002-01-29
Huw D M Davies
Weird thing with lcid of library is that if sublang...
tree
|
commitdiff
2002-01-29
Charles Loep
Fixed file extension problem in the file dialog.
tree
|
commitdiff
2002-01-29
Huw D M Davies
Removed IsBadStringPtrA call that caused trouble.
tree
|
commitdiff
2002-01-29
Charles Loep
Fix errors resulting from missing parenthesis.
tree
|
commitdiff
2002-01-29
Guy Albertelli
Text/Bkgnd color fixes.
tree
|
commitdiff
2002-01-29
Dimitrie O. Paun
Simplify and fix listview ellipsification of large...
tree
|
commitdiff
2002-01-29
Dimitrie O. Paun
Make FIXMEs more grep-able.
tree
|
commitdiff
2002-01-29
Gerard Patel
Avoid converting nonexistent text from A->W.
tree
|
commitdiff
2002-01-29
Huw D M Davies
Uses Xrender extension to allow client side font rendering.
tree
|
commitdiff
2002-01-29
Patrik Stridvall
Avoid wildcards in .cvsignore.
tree
|
commitdiff
2002-01-29
Alexandre Julliard
Authors: Huw D M Davies <hdavies@codeweavers.com>,...
tree
|
commitdiff
2002-01-29
Andreas Mohr
Fixed ==/!= mismatch.
tree
|
commitdiff
2002-01-29
Francois Gouget
Rename s_addr to src_addr to avoid a conflict on Solaris.
tree
|
commitdiff
2002-01-29
Nog
Implement function number 0x5 (Return mouse button...
tree
|
commitdiff
2002-01-29
Guy L. Albertelli
Fix PathCreateFromUrl{A|W} to return the corrrect error...
tree
|
commitdiff
2002-01-29
Guy L. Albertelli
Fix SHRegOpenUSKey{A|W} and SHRegQueryUSValue{A|W}...
tree
|
commitdiff
2002-01-29
Jukka Heinonen
Low-resolution and low-color VGA modes are now mapped...
tree
|
commitdiff
2002-01-29
Bill Medland
Put the prefix-underline-drawing away into it's own...
tree
|
commitdiff
2002-01-29
Bill Medland
A couple of additions.
tree
|
commitdiff
2002-01-22
Marcus Meissner
The \\<nr> magic in LoadTypeLibEx found directories...
tree
|
commitdiff
2002-01-22
Alexandre Julliard
Don't include debugtools.h in the header file, moved...
tree
|
commitdiff
2002-01-22
Alexandre Julliard
Removed use of SET_DEBUGGING, it's broken anyway.
tree
|
commitdiff
2002-01-22
Uwe Bonnes
Consistent usage of istring, use STR_[Get|Set]Ptr where...
tree
|
commitdiff
2002-01-22
Mark G. Adams
Add GetDefaultPrinter() functions.
tree
|
commitdiff
2002-01-21
Francois Gouget
Make the Wine trace facilities accessible from Winelib...
tree
|
commitdiff
2002-01-21
Francois Gouget
Comment out/ifdef out unused code and variables.
tree
|
commitdiff
2002-01-21
Ove Kaaven
Added support for MWM hints.
tree
|
commitdiff
2002-01-21
Francois Gouget
Print the strerror instead of just the errno.
tree
|
commitdiff
2002-01-21
Francois Gouget
Add missing cast.
tree
|
commitdiff
2002-01-21
Francois Gouget
Fix invalid C code (undefined behavior).
tree
|
commitdiff
2002-01-21
Francois Gouget
Fix a couple of warnings and a typo.
tree
|
commitdiff
2002-01-18
Eric Pouech
Fixed initialisation messages for raw DDE.
tree
|
commitdiff
2002-01-18
Eric Pouech
Implemented interprocess DDE message posting.
tree
|
commitdiff
2002-01-18
Dimitrie O. Paun
- Make the ListView control Unicode ready.
tree
|
commitdiff
2002-01-18
Aric Stewart
Initialize streamData and check on failure to read...
tree
|
commitdiff
2002-01-18
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2002-01-18
Bang Jun-Young
Fix NetBSD compile errors; CDIOCREADAUDIO is not availa...
tree
|
commitdiff
2002-01-18
Uwe Bonnes
Added GradientFill stub.
tree
|
commitdiff
2002-01-18
Bill Medland
CoGetClassObject: for CLSCTX_LOCAL_SERVER at least...
tree
|
commitdiff
2002-01-18
Bill Medland
- Don't string copy from uninitialised stack memory...
tree
|
commitdiff
2002-01-18
Huw D M Davies
Stub for comctl32.419
tree
|
commitdiff
next