Sign in
goma
/
wine
/
ede82e305589473cd68682c2a921c631f214dd2b
/
dlls
ede82e3
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 21 years ago
f310fdf
Removed a couple of unneeded helper functions.
by Alexandre Julliard
· 21 years ago
5a864b2
Use dibsections for the images.
by Ulrich Czekalla
· 21 years ago
9af2de8
If TBSTYLE_EX_HIDECLIPPEDBUTTONS is set then invalidate the area that
by Huw Davies
· 21 years ago
455a223
Implemented rendering synthesized BITMAP and DIB formats.
by Ulrich Czekalla
· 21 years ago
4d984fd
Create real file handles for VxDs instead of using the server device
by Alexandre Julliard
· 21 years ago
64d68b1
- Implement string functions in comctl32.
by Robert Shearman
· 21 years ago
c162263
First step in using faster approach for A<->W message mapping.
by Dmitry Timoshkov
· 21 years ago
e879638
LVN_BEGINRDRAG is implemented now. Fix typo.
by Dimitrie O. Paun
· 21 years ago
92002d9
Implemented system metric functions.
by Kevin Koltzau
· 21 years ago
a21cf07
Added support for implementing VxDs as separate dlls and loading them
by Alexandre Julliard
· 21 years ago
8677fbf
Add stub implementation for SetICMProfileA().
by Rein Klazes
· 21 years ago
d240ae8
Implemented LISTVIEW_ApproximateViewRect for LVS_REPORT.
by Aric Stewart
· 21 years ago
bb6fde2
Fix for deadlock when using private colormap.
by Finlo Boyde
· 21 years ago
87bef51
Replaced the timer and its callback by a thread for receiving midi in
by Christian Costa
· 21 years ago
ca89016
To reduce debugging noise, make IMalloc32/IMallocSpy implementations
by Mike Hearn
· 21 years ago
c042e13
Fixed varargs handling in the scanf functions (spotted by Eric Pouech).
by Alexandre Julliard
· 21 years ago
0bc05d4
Advance index as we set the atom values.
by Ulrich Czekalla
· 21 years ago
a41017f
The presence of FGetComponentPath is used to check if mapi32.dll is
by Mike Hearn
· 21 years ago
2e2d6ec
Stub the stopwatch API.
by Jon Griffiths
· 21 years ago
1c63357
Fixed a trace.
by Alexandre Julliard
· 21 years ago
7142a4e
ListView should behave in OWNERDRAW as in FULLROWSELECT. This allows
by Fabian Cenedese
· 21 years ago
997ce19
Forward some wrapper functions since we don't care about compatibility
by Robert Shearman
· 21 years ago
0462858
Support emulation of the privileged mov dr7,eax instruction.
by Marcus Meissner
· 21 years ago
fabcd27
Added some stubs.
by Christian Costa
· 21 years ago
0fd8e51
Corrected method of creating registry keys, both to fix an issue where
by Kevin Koltzau
· 21 years ago
187c8b7
Move string functions to separate file.
by Robert Shearman
· 21 years ago
492ac29
Added support for building a dll from a .def file for cases where we
by Alexandre Julliard
· 21 years ago
14743a0
SetMenu should always call SetWindowPos whether the window is visible
by Huw Davies
· 21 years ago
41596e8
- Fix some traces.
by Robert Shearman
· 21 years ago
393ae7d
Accept VT_BOOL mixed with another type as valid combination in VarOr/VarAnd.
by Fabian Cenedese
· 21 years ago
780deec
- Add IntlStrEqWorkerA/W. - StrCmp tests.
by Robert Shearman
· 21 years ago
524cad7
Documentation update.
by Robert Shearman
· 21 years ago
cba227bc
Write section access also assumes read access.
by Dmitry Timoshkov
· 21 years ago
f28552b
Keep track of theme filename within THEME_FILE.
by Kevin Koltzau
· 21 years ago
68eb0dd
Allow specification of "DLLMODE=native" for native dlls.
by Marcus Meissner
· 21 years ago
095b498
Renamed --exe-mode option to --mode now that it can be used for dlls too.
by Alexandre Julliard
· 21 years ago
d04f253
Grow the treeview control expander button by 1px in each direction to
by Mike Hearn
· 21 years ago
d338374
No need to link against the uuid library.
by Sami Aario
· 21 years ago
685b936
The clip rectangle for ExtTextOut is in logical coords.
by Alexandre Julliard
· 21 years ago
80064d7
Take palette into account while responding on ICM_DECOMPRESS_GETFORMAT.
by Dmitry Timoshkov
· 21 years ago
533a999
Implement DrawThemeBackgroundEx, DrawThemeText, GetThemeTextExtent.
by Kevin Koltzau
· 21 years ago
676e059
Store pointers in the internal structures and not handles.
by Lionel Ulmer
· 21 years ago
225f142
Added surface tests.
by Sami Aario
· 21 years ago
d699361
Add secondary buffer array.
by Robert Reif
· 21 years ago
e56178d
Work toward properly updating the SelectionMark when the selected
by Aric Stewart
· 21 years ago
20fff3d
Enable hardware secondary buffer support on cards that support it (SB
by Robert Reif
· 21 years ago
61cb017
Save oss device fd and creation flags in dsound buffer object.
by Robert Reif
· 21 years ago
7fd58cb
Get rid of a few 16-bit exports in gdi32.
by Alexandre Julliard
· 21 years ago
7fc37b1
Use the Mozilla Active X control in place of the IE6 Active X control.
by Mike McCormack
· 21 years ago
e9b7222
Split buffer creation function into primary and secondary buffer
by Robert Reif
· 21 years ago
b6de304
Implement enough of rsabase.dll to get Steam to login.
by Mike McCormack
· 21 years ago
b6adacb
Moved dsound mmap mapping info into dsound objects.
by Robert Reif
· 21 years ago
391aede
Use pipe sync code from wineoss.
by Robert Reif
· 21 years ago
e04fe7d
Moved hGCClipRgn handling to the graphics driver.
by Alexandre Julliard
· 21 years ago
41b89dd
Properly release hardware primary buffer when changing formats.
by Robert Reif
· 21 years ago
9a3056b
Don't need primary lock. Fixes error in dsound tests in interactive mode.
by Robert Reif
· 21 years ago
da6214a
Get rid of a few more references to the DC structure.
by Alexandre Julliard
· 21 years ago
a4626a4
Update the desktop window size and send WM_DISPLAYCHANGE on resolution changes.
by Alex Pasadyn
· 21 years ago
79692a3
We don't really need subdirectories in dlls/dinput.
by Alexandre Julliard
· 21 years ago
85106cd
Moved remaining files from graphics/ to dlls/gdi.
by Alexandre Julliard
· 21 years ago
d9558db
Fix a TRACE.
by Huw Davies
· 21 years ago
2cd9ee9
GetCharABCWidths returns the widths of unrotated glyphs like
by Huw Davies
· 21 years ago
780667f
Bracket code inserted by the PASSTHROUGH escapes by
by Huw Davies
· 21 years ago
fe13d6a
Make sure that the font ppem is always positive. Thanks to gslink.
by Huw Davies
· 21 years ago
9fd0183
Do not leave not initialized fields in the structure passed to
by Dmitry Timoshkov
· 21 years ago
ccc57b3
Translate the returned hInstApp from the unicode worker function.
by Dmitry Timoshkov
· 21 years ago
850ee4b
Authors: David Hammerton <david@transgaming.com>, Mike McCormack <mike@codeweavers.com>
by Alexandre Julliard
· 21 years ago
beacd10
Moved some code out of the graphics/ directory into dlls/gdi.
by Alexandre Julliard
· 21 years ago
df0916b
Added the automatic tabbing in IsDialogMessage.
by Bill Medland
· 21 years ago
c1acebc
Get rid of the flatthunk.h header.
by Alexandre Julliard
· 21 years ago
a2e2e18
Avoid a few more GetModuleHandle calls.
by Alexandre Julliard
· 21 years ago
e92b7ee
Store the kernel32 module handle globally to avoid some
by Alexandre Julliard
· 21 years ago
cc535b7
There is no point in specifying both MEM_RESERVE and MEM_COMMIT for
by Dmitry Timoshkov
· 21 years ago
ab2266d
AFMT_AC3 might be not defined in the system headers.
by Dmitry Timoshkov
· 21 years ago
fcc2fe1
Avoid double checking free type flags in NtFreeVirtualMemory.
by Dmitry Timoshkov
· 21 years ago
2ad864d
Don't request PROT_EXEC permissions when mapping an image file to
by Alexandre Julliard
· 21 years ago
487b9f5
Moved some more definitions out of undocshell.h into the exported headers.
by Alexandre Julliard
· 21 years ago
951b0a2
Only redraw button in PressButton and Indeterminate if its state has changed.
by Huw Davies
· 21 years ago
fa828cd
- move some PIDL function declarations from undocshell.h into public
by Martin Fuchs
· 21 years ago
e722167
Honour TB_SETMAXTEXTROWS.
by Huw Davies
· 21 years ago
000a5c7
Porting Fixes for Mingw/MSVC.
by Steven Edwards
· 21 years ago
54b6ccd
Add support for BTNS_WHOLEDROPDOWN.
by Ulrich Czekalla
· 21 years ago
d40ec6f
Fix a couple of copy/paste errors.
by Dmitry Timoshkov
· 21 years ago
e9b3690
Support for a small handful more return value/argument/variable types.
by Alastair Bridgewater
· 21 years ago
822f63d
Fixes and support for TypeInfo alignment values.
by Alastair Bridgewater
· 21 years ago
03ecb16
Test StrRetToBSTR.
by Jon Griffiths
· 21 years ago
d015d3b
Add some missing prototypes, fix AssocIsDangerous.
by Jon Griffiths
· 21 years ago
df24e10
Tests for StrRetToStrAW.
by Jon Griffiths
· 21 years ago
52cde9b
StrRetToStrN returns BOOL and shouldn't crash on NULL dest.
by Jon Griffiths
· 21 years ago
2eee767
- CoSetState info should be thread local.
by Robert Shearman
· 21 years ago
9d956b2
Fixed Latin American keyboard.
by Leonardo Quijano Vincenzi
· 21 years ago
d4745d5
Stubbed-out implementation of the ITypeLib interface.
by Alastair Bridgewater
· 21 years ago
e6f0198
Add partial support for some undocumented toolbar messages.
by Dmitry Timoshkov
· 21 years ago
ad5ff7c
Assorted spelling and case fixes.
by Francois Gouget
· 21 years ago
1d5e6b6
Better TRACEing in some functions.
by Lionel Ulmer
· 21 years ago
453d090
Preliminary support for ICreateTypeInfo::AddImplType().
by Alastair Bridgewater
· 21 years ago
a1edb92
TB_ADDBUTTONS can pass a string ptr instead of an index.
by Huw Davies
· 21 years ago
e0e3147
Implemented proper asynchronous InternetOpenUrl handling.
by Lionel Ulmer
· 21 years ago
f9ce2138
Preliminary support for recording custom data in a type library.
by Alastair Bridgewater
· 21 years ago
Next »