Sign in
goma
/
wine
/
c5552a694b07e2dea0b788717bb696b8b765f9bf
c5552a6
comctl32: LISTVIEW_InsertItemT should accept iItem < 0, when using sorted lists.
by Peter Åstrand
· 19 years ago
1d491ae
mscms: Add tests for EnumColorProfiles{A,W}.
by Hans Leidekker
· 19 years ago
05b073d
mscms: Implement EnumColorProfiles{A,W}.
by Hans Leidekker
· 19 years ago
f1a0835
fonts: Install fonts in $(datadir)/wine/fonts.
by Dmitry Timoshkov
· 19 years ago
cc3d4d3
dlls: Added a default install-lib rule for dlls that don't have one.
by Alexandre Julliard
· 19 years ago
116aaa1
x11drv: Don't send an invalid WM_NCCREATE to the desktop window.
by Alexandre Julliard
· 19 years ago
3d531f1
server: Fixed length check in dump_inline_unicode_string.
by Alexandre Julliard
· 19 years ago
576e3b7
explorer: Merged systray support with the desktop window main loop.
by Alexandre Julliard
· 19 years ago
1a4f6e5
user: Launch explorer to manage the desktop window.
by Alexandre Julliard
· 19 years ago
a93b6a5
explorer: Added desktop option.
by Alexandre Julliard
· 19 years ago
bb84eaa
kernel: Improve the activation context stubs.
by Mike McCormack
· 19 years ago
78a43b3
wined3d: Fix a few FIXME's.
by H. Verbeet
· 19 years ago
ae21e30
wined3d: Implement GetCreationParameters (from a patch by Al Tobey).
by H. Verbeet
· 19 years ago
270afeb
wined3d: Define D3D usage flags in wined3d_types.h.
by Stefan Dösinger
· 19 years ago
2f0c781
wined3d: Add device caps to wined3d_types.h.
by Stefan Dösinger
· 19 years ago
8f89723
mshtml: Added IHTMLTextAreaElement implementation.
by Jacek Caban
· 19 years ago
54cce2e
mshtml: Added IHTMLSelectElement implementation.
by Jacek Caban
· 19 years ago
8b3eab6
mshtml: Added IHTMLInputElement implementation.
by Jacek Caban
· 19 years ago
3d68599
mshtml: Added IHTMLElementCollection::tags implementation.
by Jacek Caban
· 19 years ago
7887285
crypt32: Simplify stores.
by Juan Lang
· 19 years ago
a401f3c
kernel: Better support for detached processes.
by Alexandre Julliard
· 19 years ago
6d5f544
x11drv: Make sure to never manipulate the root window, even if we own
by Alexandre Julliard
· 19 years ago
f978f61
server: Support for closing the desktop window.
by Alexandre Julliard
· 19 years ago
8cea993
server: Added unlink_named_object function.
by Alexandre Julliard
· 19 years ago
251be54
server: Infrastructure for having a thread own the desktop window.
by Alexandre Julliard
· 19 years ago
19a3adb
mlang: Decrement the module refcount when an object is destroyed.
by Alexandre Julliard
· 19 years ago
0700496
wined3d: Fix the relation between volumes and their container.
by H. Verbeet
· 19 years ago
f7356a3
wined3d: Fix the relation between surfaces and their container.
by H. Verbeet
· 19 years ago
fd2739b
wined3d: Don't call glCompressedTexImage2DARB without allocatedMemory.
by H. Verbeet
· 19 years ago
414d1dd
wininet: Rewrite InternetCreateUrlW.
by Robert Shearman
· 19 years ago
9981f33
wininet: Don't continue to connect to a secure server without SSL support since it won't work.
by Robert Shearman
· 19 years ago
8bfc859
wininet: More tests for InternetCreateUrl.
by Robert Shearman
· 19 years ago
472ad3a
wininet: Add stub for missing InternetSetOption.
by Victor Pelt
· 19 years ago
2f026d1
libwine: Export a function to retrieve the data directory (based on a
by Alexandre Julliard
· 19 years ago
9a722d0
Fix compatibility with native advpack dlls.
by Francois Gouget
· 19 years ago
69dcbaa
wrc: Don't use identifiers starting yy*, they're reserved for flex.
by Mike McCormack
· 19 years ago
8723936
avifil32: Fix some more gcc 4.1 warnings caused by windowsx.h macros.
by Mike McCormack
· 19 years ago
87e04f2
shdocvw: Added get_LocationURL implementation.
by Jacek Caban
· 19 years ago
d6d7687
mshtml: Added IHTMLElementCollection implementation.
by Jacek Caban
· 19 years ago
1110d62
shell32: Grow the file list dynamically in SHFileOperation.
by Alexandre Julliard
· 19 years ago
23cb632
shell32: Store only the file attributes in the file list for SHFileOperation.
by Alexandre Julliard
· 19 years ago
b222001
shell32: Fixed handling of null-terminated file list in SHFileOperation.
by Alexandre Julliard
· 19 years ago
c29b7c3
shell32: Skip dot directories in SHFileOperation.
by Aric Stewart
· 19 years ago
71b9472
server: Avoid crash in set_thread_desktop if the thread doesn't have a queue.
by Alexandre Julliard
· 19 years ago
4be3d4c
server: Return real parent and owner in the create_window request.
by Alexandre Julliard
· 19 years ago
f874d20
user: Allow creating windows of the desktop class.
by Alexandre Julliard
· 19 years ago
70d42f9
user: Allow some Wine internal messages to act on the desktop window.
by Alexandre Julliard
· 19 years ago
3289cf1
mpr: Stub implementations of some mpr functions.
by Mike McCormack
· 19 years ago
cc15fcc
shell32: Unicode'ify ISFHelper interface.
by Michael Jung
· 19 years ago
46ecb15
wined3d: Fix retrieval of driver adapter versions.
by Vitaliy Margolen
· 19 years ago
34636b0
dbghelp: Added type for array index.
by Eric Pouech
· 19 years ago
f7441f9
msvcrt: Some more fixes to name demangling.
by Eric Pouech
· 19 years ago
e706178
dbghelp: Implemented TI_GET_COUNT in SymGetTypeInfo for function.
by Eric Pouech
· 19 years ago
033769f
wined3d: Add d3d7 and d3d8/9 cap flags to wined3d_types.h.
by Stefan Dösinger
· 19 years ago
6d30800
wined3d: Add a few more WINED3DFMT formats to be recognized.
by Jason Green
· 19 years ago
7a3a554
shdocvw: Beginning ShowContextMenu implementation.
by Jacek Caban
· 19 years ago
6ef5f95
mshtml: Added get_documentElement implementation.
by Jacek Caban
· 19 years ago
874fd57
mshtml: Added IHTMLElement implementation.
by Jacek Caban
· 19 years ago
ee1e7e5
mshtml: Added more interfaces to mshtml.idl.
by Jacek Caban
· 19 years ago
54036bf
mshtml: Added IHTMLDOMNode implementation.
by Jacek Caban
· 19 years ago
3832eb7
wined3d: Added OpenGL 2.0 function definitions.
by Vitaly Budovski
· 19 years ago
7f515f3
wcmd: Improve command line processing.
by Robert Shearman
· 19 years ago
b3a8a3d
oleaut: Implement VarBstrFromDisp.
by Robert Shearman
· 19 years ago
93acfeb
oleaut: Fix VarFormat for VT_NULL variants.
by Robert Shearman
· 19 years ago
7406cc2
ole: Implement IRpcChannelBuffer::GetDestCtx on the client side.
by Robert Shearman
· 19 years ago
92a1f52
ole: Store the destination context and the destination context data in
by Robert Shearman
· 19 years ago
47d7bd7
include: Add more definitions and types to olectl.h.
by Robert Shearman
· 19 years ago
e5b2c14
oleaut: Add some more VarFormat tests and fix the VarMod decimal test.
by Robert Shearman
· 19 years ago
08764dd
oleaut: Split OLEPictureImpl_Load.
by Robert Shearman
· 19 years ago
e06b046
winecfg: Fix a typo (LVM_ -> TVM_).
by Mike McCormack
· 19 years ago
e5bad77
wined3d: Implemented WINED3DRS_DEPTHBIAS.
by Vitaly Budovski
· 19 years ago
196eaa6
wined3d: Added two sided stencil support to WINED3DRS_STENCILFUNC.
by Vitaly Budovski
· 19 years ago
f2f59ca
wined3d: Added two sided stencil support to WINED3DRS_STENCILFAIL,
by Vitaly Budovski
· 19 years ago
6bf561b
wined3d: Implemented fallback for separate stencil function in WINED3DRS_CCW_STENCILFUNC.
by Vitaly Budovski
· 19 years ago
7b55a0c
wined3d: Implemented fallback for separate stencil operation in WINED3DRS_CCW_STENCIL*.
by Vitaly Budovski
· 19 years ago
858be43
wined3d: Fix cut&paste typo.
by Detlef Riekenberg
· 19 years ago
a152809
wined3d: Add D3D7 texture stage types.
by Stefan Dösinger
· 19 years ago
ecaf772
wined3d: Add D3D7 render states.
by Stefan Dösinger
· 19 years ago
182a66c
winebrowser: Use CP_UNIXCP when translating URL passed on command line
by Dmitry Timoshkov
· 19 years ago
bd82e82
user32: Fix the default height for CJK fonts.
by Byeong-Sik Jeon
· 19 years ago
73bc4e6
avifil32: Eliminate some gcc 4.1 warnings caused by windowsx.h macros.
by Mike McCormack
· 19 years ago
c3a1251
crypt32: Move serialization functions to serialize.c.
by Juan Lang
· 19 years ago
ad4af12
mlang: Implement DllCanUnloadNow.
by Christian Gmeiner
· 19 years ago
b55746a
gdi: Better support for 1bpp dib sections.
by Huw Davies
· 19 years ago
d8bc687
regedit: Fix some gcc 4.1 warnings caused by casts in macros.
by Mike McCormack
· 19 years ago
abfc9b8
winecfg: Eliminate some gcc 4.1 warnings caused by casts in macros.
by Mike McCormack
· 19 years ago
959edd5
shell32: Fix some gcc 4.1 warnings caused by casts in macros.
by Mike McCormack
· 19 years ago
29c3a54
msrle32: Fix some gcc 4.1 warnings caused by casts in windowsx.h macros.
by Mike McCormack
· 19 years ago
1006cfc
hhctrl.ocx: Fix a gcc 4.1 warning caused by a cast in a macro.
by Mike McCormack
· 19 years ago
2dfe50a
comctl32: Fix some gcc 4.1 warnings caused by windowsx.h macros.
by Mike McCormack
· 19 years ago
8949d29
crypt32: Implement CertDuplicateStore.
by Juan Lang
· 19 years ago
339a4db
d3d: Fix Validate(Pixel|Vertex)Shader() prototypes.
by Francois Gouget
· 19 years ago
2f29c77
kernel: Protect sys/resource.h include.
by Francois Gouget
· 19 years ago
a2bc9df
Release 0.9.9.
by Alexandre Julliard
· 19 years ago
wine-0.9.9
c9cc7e3
Fixed some compiler warnings on old gcc versions.
by Alexandre Julliard
· 19 years ago
ca21f15
dlls: Remove 16-bit files on make clean.
by Alexandre Julliard
· 19 years ago
f8ed06e
wined3d: Opengl 2.x compile fix.
by Roderick Colenbrander
· 19 years ago
e96f03a
user: Fix uninitialized rectangle in menu arrow painting.
by Vitaly Lipatov
· 19 years ago
af9288d
wine.inf: Add a default RelayExclude.
by Mike McCormack
· 19 years ago
81198f3
winedbg: Bring usage() and .man up to date.
by Eric Pouech
· 19 years ago
Next »