June 2007 Archives by thread
Starting: Fri Jun 1 00:30:54 CDT 2007
Ending: Fri Jun 29 19:57:19 CDT 2007
Messages: 1120
- user32/test: Add few tests for messages sent from
SetForegroundWindow().
Vitaliy Margolen
- [ws2_32] gethostbyname("") should work
Damjan Jovanovic
- ws2_32: Improve the prototypes Win64 compatibility by replacing long
with LONG.
Francois Gouget
- [1/5] WineD3D: Do not enable GL_APPLE_client_storage for the dummy
textures
Stefan Dösinger
- [3/5] DDraw: Hold the lock in IDirectDrawClipper methods
Stefan Dösinger
- [4/5] DDraw: Hold the lock in IDirectDrawGammaControl methods
Stefan Dösinger
- [5/5] DDraw: Hold the lock in IDirect3DMaterial methods
Stefan Dösinger
- [2/5] DDraw: Hold the lock in IDirect3DDevice methods
Stefan Dösinger
- urlmon: Don't pass query part of URL to CreateUrlCacheEntryW.
[resend]
Jacek Caban
- mshtml: Added support for coexisting different Gecko versions
installation.
Jacek Caban
- [1/2] uninstaller: add ability to scan HKCU for uninstall entries
(Try 2)
Tom Spear
- [2/2] uninstaller: indentation cleanups (try 2)
Tom Spear
- sfc_os.dll: Add stub implementation for SfcIsKeyProtected (try 2)
Glenn Wurster
- crypt32: remove 'recursive registry key delete' function
Stefan Leichter
- Stub implementation of pdh.dll
Andrey Turkin
- [KERNEL32] Factor out all kernel32 timeout-conversion snippets to
one helper functions
Andrey Turkin
- [NTDLL] Stub and document Nt...IoCompletion APIs
Andrey Turkin
- [NTDLL] Simple test suite for IO completion APIs
Andrey Turkin
- [KERNEL32] Implement IO completion functions on top of
Nt...Completion API
Andrey Turkin
- wordpad: (1/6) Split code into set_caption function
Alexander Nicolaysen Sørnes
- wordpad: (2/6) Sote file name globally
Alexander Nicolaysen Sørnes
- wordpad: (3/6) Add file saving support
Alexander Nicolaysen Sørnes
- wordpad: (4/6) Improve file reading code
Alexander Nicolaysen Sørnes
- wordpad: (5/6) Convert open file dialogue to Unicode (resend)
Alexander Nicolaysen Sørnes
- wordpad: (6/6) Add file saving dialogue
Alexander Nicolaysen Sørnes
- [1/3] add GDI+ public headers
Evan Stade
- [2/3] add GDI+ pen, memory, startup implementation
Evan Stade
- [3/3] add GDI+ pen test
Evan Stade
- webpage: Update Fedora download information
Andreas Bierfert
- [1/2] wined3d: Return WINED3DERR_INVALIDCALL in
DrawIndexedPrimitive if no index buffer is set
H. Verbeet
- [2/2] d3d9: Add a test for calling DrawIndexedPrimitive with a NULL
index buffer
H. Verbeet
- winmm: Use fd's to synchronize timers
Maarten Lankhorst
- dsound: Fix buffer caps
Maarten Lankhorst
- dsound: Recalculate 3d buffer on SetVolume
Maarten Lankhorst
- dsound: Disable property sets if hardware doesn't support it
Maarten Lankhorst
- user32:tests:msg Add test for switch mdi childs
Anatoly Lyutin
- dsound: Delete a bunch of code duplication to make the code more
readable
Maarten Lankhorst
- kernel: fix clearing of memory in LocalReAlloc16(...,
LMEM_ZEROMEMORY)
Mikołaj Zalewski
- msi: Constify some variables (1 of 2)
Andrew Talbot
- msi: Constify some variables (2 of 2)
Andrew Talbot
- [PATCH 1/3] dinput: Make sure to unacquire device before freeing it.
Vitaliy Margolen
- [PATCH 2/3] dinput: Acquire device only if specified window has
focus in foreground coop level.
Vitaliy Margolen
- [PATCH 3/3] dinput: Use WINDPROC hook to monitor focus loses away
from windows with acquired devices.
Vitaliy Margolen
- [wiki] Fix table cell alignment and different size of text in bullet
lists.
Vitaliy Margolen
- advapi32: Remove unneeded casts (1 of 2)
Andrew Talbot
- advapi32: Remove unneeded casts (2 of 2)
Andrew Talbot
- CMD.EXE - Unicode resends
Ann & Jason Edmeades
- include/winspool: Add more Flags for Printer-Drivers
Detlef Riekenberg
- comctl32: listview: make LVM_GETCOLUMNWIDTH query the header control
instead of using cached data (fixes bug #6805)
Mikołaj Zalewski
- winspool: Implement AddPortEx
Detlef Riekenberg
- winealsa.drv: Mark every sysex buffer being added.
Saulius Krasuckas
- [PATCH 3/3] dinput: Use WINDPROC hook to monitor focus looses away
from monitored windows. [try 2]
Vitaliy Margolen
- dsound: Add force format flag so drivers can determine wether to
fail if specific format cannot be set or not
Maarten Lankhorst
- winealsa: Detach directsound from waveout system in driver
Maarten Lankhorst
- secur32: Detect Kerberos and GSSAPI in configure.ac [1/2]
Kai Blin
- secur32: Add Kerberos provider stub. [2/2]
Kai Blin
- dsound: Remove code duplication to make code readable
Maarten Lankhorst
- [1/2] wined3d: TRACE the Color parameter in IWineD3DDeviceImpl_Clear
H. Verbeet
- [2/2] wined3d: Rename IWineD3DDeviceImpl_SetBasevertexIndex to
IWineD3DDeviceImpl_SetBaseVertexIndex
H. Verbeet
- oleaut32: Add support for IDispatch in 1-operand variant functions
(1 of 6) - VarAbs
Alex Villacís Lasso
- oleaut32: Add support for IDispatch in 1-operand variant functions
(2 of 6) - VarNot
Alex Villacís Lasso
- oleaut32: Add support for IDispatch in 1-operand variant functions
(3 of 6) - VarFix
Alex Villacís Lasso
- oleaut32: Add support for IDispatch in 1-operand variant functions
(4 of 6) - VarInt
Alex Villacís Lasso
- oleaut32: Add support for IDispatch in 1-operand variant functions
(5 of 6) - VarNeg
Alex Villacís Lasso
- oleaut32: Add support for IDispatch in 1-operand variant functions
(6 of 6) - VarRound
Alex Villacís Lasso
- qcap: remove 'recursive registry key delete' function
Stefan Leichter
- wingdi.h: Multi-character character constants are implementation
specific according to the C standard. Use a hex number instead.
Michael Stefaniuc
- capi2032: Fix non-ANSI function declaration. Found by sparse.
Michael Stefaniuc
- gphoto2.ds: Fix non-ANSI function declaration. Found by sparse.
Michael Stefaniuc
- wrc: Fix non-ANSI function declaration. Found by sparse.
Michael Stefaniuc
- [2/5] DDraw: Hold the lock in IDirect3DLight methods
Stefan Dösinger
- [3/5] DDraw: Hold the lock in IDirect3DTexture methods
Stefan Dösinger
- [4/5] DDraw: Hold the lock in IDirect3DVertexBuffer methods
Stefan Dösinger
- [5/5] DDraw: Hold the Lock in IDirect3DViewport methods
Stefan Dösinger
- [1/5] DDraw: Hold the lock in IDirectDrawPalette methods
Stefan Dösinger
- [1/2] list.h: Add macros for reverse iteration
Dan Hipschman
- [2/2] widl: Represent arrays with type_t; fix lots of array stuff
Dan Hipschman
- wined3d: Add a few missing checkGLcall calls
Chris Robinson
- quartz: Don't return S_FALSE for failed connections
Chris Robinson
- wordpad: Add missing dots to Open menu item
Alexander Nicolaysen Sørnes
- hnetcfg: Stub implementation of the dll
Jeff Latimer
- ws2_32: Add mapping for STATUS_OBJECT_TYPE_MISMATCH to WSAENOTSOCK
Kai Blin
- [wintrust/tests] Start of some crypt tests for wintrust
Paul Vriens
- winedos: Fix printf format warnings introduced by the TEB change in
thread.h.
Michael Stefaniuc
- [1/5] neD3D: Store the gl information in a per adapter structure
and initialize it at process attach time
Stefan Dösinger
- [2/5] WineD3D: Store the adapter driver and description in the
adapter.
Stefan Dösinger
- [3/5] WineD3D: Find possible fbconfis on dll load time,
use them in CheckDepthStencilMatch
Stefan Dösinger
- [4/5] D3D8: Add a dll global critical section
Stefan Dösinger
- [5/5] D3D8: Hold the DLL lock in IDirect3D8 methods
Stefan Dösinger
- winspool.drv: remove 'recursive registry key delete' function
Stefan Leichter
- [1/2] wined3d: Make sure the color buffer is not modified by
depth_blt()
H. Verbeet
- [2/2] wined3d: Get rid of the BaseVertexIndex parameter to
IWineD3DDeviceImpl_SetIndices, use SetBaseVertexIndex instead
H. Verbeet
- winmm: Fixes to timer callback function
Maarten Lankhorst
- winmm: Use unix fd's instead of win32 events to sync internal events
in timer.
Maarten Lankhorst
- msi: Constify some variables
Andrew Talbot
- wininet: Send the correct callbacks during InternetReadFileExA
calls.
Robert Shearman
- msvcrt: Fix the call to the try block cleanup handler in
_local_unwind2.
Robert Shearman
- wininet: Implement NTLM support for proxy authentication.
Robert Shearman
- widl: Fix the is_array_type function.
Robert Shearman
- widl: Fix detection of structures with arrays of pointers and
non-conformant strings.
Robert Shearman
- [winealsa.drv] Mark every buffer being added
Christian Costa
- wordpad: Fix potential buffer overflow
Alexander Nicolaysen Sørnes
- oleaut32: Fix some typos
Andrew Talbot
- wined3d: various spelling fixes
Lei Zhang
- psapi: GetWsChanges() calls down to the wrong ntdll function. Found
by sparse.
Michael Stefaniuc
- psapi: GetPerformanceInfo() calls down to the wrong ntdll function.
Found by sparse.
Michael Stefaniuc
- Patch: Fix X11DRV_DIB_GetImageBits() when target bitmaps are
larger than fetched area.
Peter Dons Tychsen
- [1/4] list.h: Add macros for reverse iteration (take 2)
Dan Hipschman
- [2/4] widl: Replace get_name with a field reference
Dan Hipschman
- [3/4] widl: Represent arrays with type_t
Dan Hipschman
- [4/4] widl: Implement conformant structure handling
Dan Hipschman
- [patch 1] urlmon: Don't pass query part of URL to
CreateUrlCacheEntryW.
Jacek Caban
- [patch 2] mshtml: Added support for coexisting different Gecko
versions installation.
Jacek Caban
- [patch 3] mshtml: Switch to Wine Gecko 0.1.0.
Jacek Caban
- [server] stop UDP datagrams with bad checksums from causing
spurious wakeups
Damjan Jovanovic
- programs/cmd: Add missing '\n' to Wine trace.
Francois Gouget
- winspool.drv: Fix the AddPortExA/W() export to match the
implementation.
Francois Gouget
- user32:tests:msg Add test for switch mdi children.[try2]
Anatoly Lyutin
- comctl32/listview.c: Ownerdraw font problem during focus change
fixed
m.goemmel at compulab.de
- [wintrust/tests] Use A instead of W-calls
Paul Vriens
- winspool: Remove outdated comment
Detlef Riekenberg
- include/winspool: AddPortEx is not declared in the PSDK
Detlef Riekenberg
- cmd:Ru:Update Russian translation.
Anatoly Lyutin
- cmd:builtints.c Fix convert from lower case to upper case
Anatoly Lyutin
- [1/2] wined3d: Add IWineD3DDevice_GetBaseVertexIndex to retrieve
the base vertex index
H. Verbeet
- [2/2] wined3d: Get rid of the pBaseVertexIndex parameter to
IWineD3DDeviceImpl_GetIndices, use GetBaseVertexIndex instead
H. Verbeet
- cmd:Ru:Update Russian translation.[try2][fixed]
Anatoly Lyutin
- mshtml: Added support for coexisting different Gecko versions
installation. [resend]
Jacek Caban
- mlang: Implement IMultiLanguage::GetLcidFromRfc1766.
Hans Leidekker
- wininet: Make the passive mode response check case insensitive.
Hans Leidekker
- wined3d: Void functions should not return a value
Andrew Talbot
- avifil32: remove 'recursive registry key delete' function
Stefan Leichter
- include: add missing definitions to shlobj.h
Lei Zhang
- wined3d [1/5]: Add GL_EXT_texture_sRGB constants and corresponding
CheckDeviceFormat query
Phil Costin
- wined3d [2/5]: Extend the D3DFMT table to include gamma corrected
formats
Phil Costin
- wined3d [3/5]: Add support for loading gamma corrected textures
Phil Costin
- wined3d [4/5]: Enable the loading and reloading of gamma corrected
textures
Phil Costin
- d3d9/tests [5/5]: Test CheckDeviceFormat returns correctly for
D3DUSAGE_QUERY_SRGBREAD queries
Phil Costin
- [AppDB] Add multi-page support to objectManager,
use it for vendor class
Alexander Nicolaysen Sørnes
- wined3d: Fix spelling of the state_separateblend() function.
Francois Gouget
- Assorted spelling fixes.
Francois Gouget
- [comdlg32/tests] Skip some not implemented functions on win98
Paul Vriens
- cmd:builtints.c Fix convert from lower case to upper case[try2 :)]
Anatoly Lyutin
- cmd:Ru:Update Russian translation.[try3]
Anatoly Lyutin
- atl: Use CallWindowProc instead of calling old window proc directly.
Vitaliy Margolen
- cmd:Ru:Update Russian translation.[try2][fixed]
Anatoly Lyutin
- wininet: More lenient parsing of the passive mode server response.
Hans Leidekker
- ole32: Remove stack-based string buffer in
FileMonikerImpl_DecomposePath
Ulrich Czekalla
- [1/2] wined3d: Turn off filtering for FBO attachments,
update the texture's states array
H. Verbeet
- [2/2] wined3d: Fix GLSL definitions
H. Verbeet
- ole32: Remove stack-based string buffer
inFileMonikerImpl_DecomposePath
Ulrich Czekalla
- implementation of state bits for IStorage
Aric Stewart
- comdlg32(1/2): initialize file dialog controls before creating
dialog
Juan Lang
- comdlg32(2/2): check file dialog's FOIShellView before accessing it
Juan Lang
- [winealsa.drv] Use correct tests for synthesizer/port enumeration
order
Christian Costa
- [1/2] wined3d: Pass NULL for the stateBlock parameter to
shader_get_registers_used() in IWineD3DVertexShaderImpl_SetFunction
H. Verbeet
- [2/2] wined3d: For ps_2_0 and higher,
call shader_get_registers_used() in
IWineD3DPixelShaderImpl_SetFunction
H. Verbeet
- [PATCH] shell32: start implementing BIF_USENEWUI
Lei Zhang
- mshtml #1: Switch to Wine Gecko 0.1.0.
Jacek Caban
- mshtml #2: Fix debug strace.
Jacek Caban
- msi [1/4]: Use fetch_int to reduce code duplication and access to
table data
James Hawkins
- msi [2/4]: Reduce the amount of code that directly accesses table
data
James Hawkins
- msi [3/4]: Represent table data as bytes instead of shorts
James Hawkins
- msi [4/4]: Add support for large string tables
James Hawkins
- [1/2] widl: Check for NULL in set_tfswrite
Dan Hipschman
- [2/2] widl: Fix incomplete struct/union typedef bug
Dan Hipschman
- shell32: conformance tests for unicode filenames and fix a bug for
file deletion
Nigel Liang
- shell32: conformance tests for unicode filenames and fix a bug for
file deletion (try 2)
Nigel Liang
- avifil32: remove 'recursive registry key delete' function
Stefan Leichter
- wined3d: Add missing table entry value
Chris Robinson
- [2/5] WineD3D: Store the adapter driver and description in the
adapter.
Stefan Dösinger
- [3/5] WineD3D: Find possible fbconfis on dll load time,
use them in CheckDepthStencilMatch
Stefan Dösinger
- [4/5] D3D8: Hold the lock in IDirect3DDevice8 methods
Stefan Dösinger
- [1/5] WineD3D: Store the gl information in a per adapter structure
and initialize it only once
Stefan Dösinger
- [5/5] WineD3D: Some render target->texture blit context handling
Stefan Dösinger
- comctl32/tests, user32/tests: Rename [GS]etWindowLongPtr strictly to
its A-variant.
Saulius Krasuckas
- comctl32/tests,user32/tests: Rename [GS]etWindowLong strictly to
its A-variant.
Saulius Krasuckas
- [AppDB] Fix app/version rejection
Alexander Nicolaysen Sørnes
- crypt32: add CryptMsg* stubs
Juan Lang
- winmm: Fix timer bug with TIME_ONESHOT
Maarten Lankhorst
- winmm: Fix race condition between timeKillEvent and function
triggering
Maarten Lankhorst
- [GDI+: 1/5] Added public headers
Evan Stade
- [GDI+: 2/5] added Pens implementation, test
Evan Stade
- [GDI+: 3/5] added graphics implementation and tests
Evan Stade
- [GDI+: 4/5] added brush implementation and test
Evan Stade
- [GDI+: 5/5] Added GdipFillPie
Evan Stade
- shell32: conformance tests for unicode filenames and fix a bug for
file deletion (try 3)
Nigel Liang
- shell32: remove tabs to conform to formatting
Jeff Latimer
- Notepad: fixed edit area window style
Evan Stade
- shell32: Potential dereference of null ptr
Jeff Latimer
- User32: scroll.c fix
Evan Stade
- shell32: Potential dereference of null ptr shlmenu.c
Jeff Latimer
- winecfg:appdefaults fix invalid pointer
Yaroslav Skorokhodov
- define long options for platforms that don't support
HAVE_GETOPT_LONG
Steven Edwards
- Restore copyright information from git commit
7373ced54473899b75c6b9d813482d8500dba4f6
Steven Edwards
- playsound.c SND_ASYNC fix
Vedran Rodic
- [PATCH] dinput: Use window subclassing to monitor focus looses away
from monitored windows. [try 3]
Vitaliy Margolen
- [AppDB] Sort testData by id
Alexander Nicolaysen Sørnes
- [PATCH 1/3] winex11.drv: Implement grab_pointer to grab/ungrab the
pointer in specified window.
Vitaliy Margolen
- [PATCH 2/3] winex11.drv: Process LeaveNotify to ungrab the pointer.
Vitaliy Margolen
- [PATCH 3/3] winex11.drv: Use new mouse grabbing code for ddraw.
Vitaliy Margolen
- [AppDB] Sort applications by id
Alexander Nicolaysen Sørnes
- [AppDB] Order versions by id
Alexander Nicolaysen Sørnes
- dinput: Handle multiple keyboard and mouse devices.
Vitaliy Margolen
- [APPDB] - Add more specifics about what is required on the
application submission page
Ben Hodgetts (Enverex)
- crypt32: fix possible dereference of NULL ptr
Jeff Latimer
- shell32: fix possible dereference of NULL ptr
Jeff Latimer
- msi: use the langbuff len rather than the versionbuff len when
allocating the langbuff
Jeff Latimer
- mshtml #1: Added command table for CGID_MSHTML commands.
Jacek Caban
- mshtml #2: Move IDM_FONTSIZE, IDM_FONTNAME and IDM_FORECOLOR to edit
state command table.
Jacek Caban
- mshtml #3: Move more commands to command table.
Jacek Caban
- mshtml #4: Move more commands to editor command table.
Jacek Caban
- mshtml #5: Move remaining commands to tables.
Jacek Caban
- mshtml #6: Use command table for IDM_COPY, IDM_CUT and IDM_PASTE
query.
Jacek Caban
- mshtml #7: Move justify queries to command table.
Jacek Caban
- mshtml #8: Move edit command queries to the command table.
Jacek Caban
- riched20: Implement EM_FORMATRANGE and add test cases
Lei Zhang
- mshtml #9: Move remaining status queries to command tables.
Jacek Caban
- mshtml #10: Make [get|set]_font_size static.
Jacek Caban
- mshtml #11: Move setup_ns_editing to nsembed.c.
Jacek Caban
- mshtml #12: Forward all IsDirty implementations to one function.
Jacek Caban
- mshtml #13: Don't crash in load_stream if Gecko is not available.
Jacek Caban
- mshtml #14: Don't do anything in exec_editmode if edit mode is
already set.
Jacek Caban
- mshtml #15: Use IOleCommandTarget::Exec to implement context menu.
Jacek Caban
- mshtml #16: Call UpdateUI and Exec(OLECMDID_UPDATECOMMANDS) from
timer callback.
Jacek Caban
- mshtml #17: Move Exec(OLECMDID_SETTITLE) call to separated function
and use it in on_timer.
Jacek Caban
- mshtml #18: Call update_doc in exec_editmode.
Jacek Caban
- mshtml #19: Added test of callbacks called from document timer.
Jacek Caban
- mshtml #20: Pump messages of all windows in test_download.
Jacek Caban
- mshtml #21: Improve IDM_JUSTIFYLEFT query status.
Jacek Caban
- mshtml #22: Push TASK_PARSECOMPLETE in load event if Gecko is
available.
Jacek Caban
- mshtml #23: Set FALSE useCapture for editor's keypress event
listener.
Jacek Caban
- mshtml #24: Don't check out variant type in exec_fontname.
Jacek Caban
- mshtml #25: Set default fontname to 'Times New Roman'.
Jacek Caban
- mshtml #26: Added Exec(IDM_FONTNAME) tests.
Jacek Caban
- mshtml #27: Added more command tests.
Jacek Caban
- mshtml #28: Call update_doc in editor commands.
Jacek Caban
- mshtml #29: Call update_doc in init_editor.
Jacek Caban
- mshtml #30: Store editor controller in NSContainer.
Jacek Caban
- mshtml #31: Added editor mode up key implementation.
Jacek Caban
- mshtml #32: Added editor mode down key implementation.
Jacek Caban
- mshtml #33: Reimplement editor mode right key using command
controller.
Jacek Caban
- mshtml #34: Reimplement editor mode left key using command
controller.
Jacek Caban
- mshtml #35: Set default scrollbar preferences.
Jacek Caban
- mshtml #36: Added IDM_RESPECTVISIBILITY_INDESIGN command stub
implementation.
Jacek Caban
- mshtml #37: Silence invalid FIXME for ELEMENT_DOCUMENT_FRAGMENT_NODE
in nsnode_to_nsstring_rec.
Jacek Caban
- mshtml #38: Added COMMENT_NODE implementation in
nsnode_to_nsstring_rec.
Jacek Caban
- mshtml #39: Added IHTMLStyle::get_fontFamily implementation.
Jacek Caban
- [winealsa.drv] Fix compilation with old alsa headers
Christian Costa
- shell32: add stub for SHUpdateRecycleBinIcon
Louis. Lenders
- [AppDB] Don't require id if an object is given in constructor
functions
Alexander Nicolaysen Sørnes
- [AppDB] Test constructor functions in objectManager tests
Alexander Nicolaysen Sørnes
- mshtml #40: Added IDM_COMPOSESETTINGS implementation.
Jacek Caban
- mshtml #41: Added semi stub IsDirty implementation.
Jacek Caban
- [AppDB] Allow appData constructor to import appData-derived objects
Alexander Nicolaysen Sørnes
- mshtml #42: Added IsDirty tests.
Jacek Caban
- mshtml #43: Added edit mode IDM_COPY implementation.
Jacek Caban
- mshtml #44: Added edit mode IDM_PASTE implementation.
Jacek Caban
- mshtml #45: Added edit mode IDM_CUT implementation.
Jacek Caban
- [shell32]updated Korean Resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [credui] New Korean Resource
=?EUC-KR?B?SHdhbmcgWXVuU29uZyjIssCxvLop?=
- [AppDB] Fix setting of id in url constructor
Alexander Nicolaysen Sørnes
- [PATCH 1/2] dinput: Use WINDPROC hook to monitor focus loses away
from monitored windows.
Vitaliy Margolen
- [PATCH 2/2] dinput: Handle multiple keyboard and mouse devices.
Vitaliy Margolen
- [AppDB] Add MultiPage control to list of un-queued testData
Alexander Nicolaysen Sørnes
- [AppDB] Fix typo in appData::objectGetEntries()
Alexander Nicolaysen Sørnes
- ntdll: Improve the prototypes Win64 compatibility by replacing long
with LONG.
Francois Gouget
- advapi32: Update win32.api to fix the winapi_check warnings.
Francois Gouget
- winapi_check: Also warn about 'unsigned long's Win64 compatibility
problems.
Francois Gouget
- msi: Conform to the API spec
Jeff Latimer
- mshtml #1: Call Exec(CGID_ShellDocView, 37) in exec_editmode.
Jacek Caban
- mshtml #2: Move createing URL moniker to separated function.
Jacek Caban
- mshtml #3: Move Exec(CGID_ShellDocView, 37) call to match native.
Jacek Caban
- mshtml #4: Store current moniker in HTMLDocument.
Jacek Caban
- mshtml #5: Added GetCurMoniker implementation.
Jacek Caban
- mshtml #6: Don't crash in set_font_size if range_cnt is 0.
Jacek Caban
- mshtml #7: Added get_URL implementation.
Jacek Caban
- [GDI+: 1/10] first pen implementation
Evan Stade
- [GDI+: 2/10] first pen test
Evan Stade
- [GDI+: 3/10] graphics implementation
Evan Stade
- [GDI+: 4/10] graphics test
Evan Stade
- [GDI+: 5/10] GdipDrawLineI
Evan Stade
- [GDI+: 6/10] GdipDrawLineI test
Evan Stade
- [GDI+: 7/10] GdipDrawRectangleI implementation
Evan Stade
- [1/5] WineD3D: Do not set the dynlock flag on all created surfaces
Stefan Dösinger
- [2/5] Skip
Stefan Dösinger
- [3/5] D3D8: Hold the lock in cubetexture methods
Stefan Dösinger
- [4/5] D3D8: Hold the lock in IDirect3DIndexBuffer8 methods
Stefan Dösinger
- [5/5] D3D8: Hold the lock in IDirect3DSurface8 methods
Stefan Dösinger
- [GDI+: 8/10] GdipDrawRectangleI test
Evan Stade
- [GDI+: 9/10] brush implementation
Evan Stade
- wordpad: 1/3 Allow toggling of toolbar
Alexander Nicolaysen Sørnes
- wordpad: 2/3 Allow toggling of statusbar
Alexander Nicolaysen Sørnes
- wordpad: 3/3 Split toolbar into tool- and formatbar
Alexander Nicolaysen Sørnes
- [GDI+: 10/10] brush test
Evan Stade
- msi: Constify a variable
Andrew Talbot
- widl: Simplify correlation descriptor code
Dan Hipschman
- dsound: Unset variable on failure in IKsBufferPropertySetImpl_Create
Maarten Lankhorst
- winealsa: Detach directsound implementation from waveout
implementation, V2
Maarten Lankhorst
- uuid: Add hlink CLSIDs.
Robert Shearman
- mshtml: Add some error handling to hlink_frame_navigate.
Robert Shearman
- mshtml: Use the implementation of IHlink in hlink.dll instead of
duplicating it.
Robert Shearman
- widl: Add a missing assignment to current_structure before calling
write_embedded_types.
Robert Shearman
- [2/5] D3D8: Hold the lock in IDirect3DVertexBuffer methods
Stefan Dösinger
- [3/5] D3D8: Hold the lock in volume methods
Stefan Dösinger
- [4/5] D3D8: Hold the lock in IDirect3DVolumeTexture8 methods
Stefan Dösinger
- [5/5] D3D8: Hold the lock in IDirect3Dtexture8 methods
Stefan Dösinger
- [1/5] D3D8: Hold the lock in swapchain methods
Stefan Dösinger
- comctl32: possible NULL infoPtr
Jeff Latimer
- Allow GL_ONE on WINED3DRS_EDGEANTIALIAS dstBlend value
Kovács András
- d3d8/tests: DXGetErrorString8() is very imprecise so add a wrapper
function that also prints the exact error value.
Francois Gouget
- wined3d: Pass the D3DCB_CreateAdditionalSwapChain() error code to
the upper layers (needed for d3d9).
Francois Gouget
- gdiplus: Add missing '\n' in Wine trace.
Francois Gouget
- winapi_check: .exe and .ocx files can also export APIs.
Francois Gouget
- hhctrl.ocx: winapi_check expects the module name to be all uppercase
in the documentation.
Francois Gouget
- msdmo: dmoreg.h should include mediaobj.h.
Francois Gouget
- Add API documentation stubs to make winapi_check happy.
Francois Gouget
- secur32: Update win32.api to fix the winapi_check warnings.
Francois Gouget
- msdmo: Improve the prototypes Win64 compatibility by replacing long
with LONG.
Francois Gouget
- wine.inf: Create the 'Wintrust\Trust Providers' registry key.
Francois Gouget
- wintrust/tests: Simplify the code and improve consistency by
removing unneeded function typedefs.
Francois Gouget
- [1/2] wintrust/tests: Fix checks to be more informative when they
fail.
Francois Gouget
- [2/2] wintrust/tests: Skip the WintrustSetRegPolicyFlags() tests if
the registry key/value is missing.
Francois Gouget
- [GDI+ implementation: 1/8] GdipDrawLineI
Evan Stade
- [GDI+ implementation: 2/8] GdipDrawRectangleI
Evan Stade
- advapi32: Allow setting CRYPT_VERIFYCONTEXT and CRYPT_NEWKEYSET in
CryptAcquireContext
Maarten Lankhorst
- [GDI+ implementation: 3/8] Brush
Evan Stade
- [GDI+ implementation: 4/8] GdipDrawPie, GdipFillPie
Evan Stade
- [GDI+ implementation: 5/8] Pies
Evan Stade
- [GDI+ implementation: 6/8] GdipDrawArc
Evan Stade
- [GDI+ implementation: 7/8] GdipDrawBezier
Evan Stade
- [GDI+ implementation: 8/8] GdipDrawCurve2
Evan Stade
- GDI+: fixes to GdipCreatePen1
Evan Stade
- wined3d: Add gamma linerization support for D3DFMT_A4R4G4B4
Phil Costin
- msi: Constify some variables
Andrew Talbot
- [1/3] wined3d: Take the texUnitMap into account when loading
shader_glsl_load_psamplers()
H. Verbeet
- [2/3] wined3d: Call IWineD3DDeviceImpl_FindTexUnitMap() when
activating the context
H. Verbeet
- [3/3] wined3d: Add wined3d vertex sampler definitions
H. Verbeet
- [1/7] Prepare d3d10's place set it's version information
Kovács András
- [2/7] Add d3d10.idl
Kovács András
- [3/7] Add ID3D10Device interface to the idl header
Kovács András
- [4/7] Add d3d10_private.h header
Kovács András
- [5/7] Add d3d10_misc.h header
Kovács András
- [6/7] Declare D3D10_DRIVER_TYPE
Kovács András
- crypt32(1/8): Implement CERT_AUTHORITY_KEY_ID2_INFO
encoding/decoding
Juan Lang
- [7/7] Add ID3D10Device interface and implement it's IUnknown methods
Kovács András
- crypt32(2/8): Implement PKCS_CONTENT_INFO encoding/decoding
Juan Lang
- crypt32(3/8): Separate set encoding into a separate function
Juan Lang
- crypt32(4/8): Implement PKCS_ATTRIBUTE encoding/decoding
Juan Lang
- crypt32(5/8): Use CRYPT_EncodeEnsureSpace to allocate memory when
necessary
Juan Lang
- crypt32(6/8): Implement PKCS_ATTRIBUTES encoding/decoding
Juan Lang
- crypt32(7/8): Separate PKCS_ATTRIBUTE decoding into internal and
external versions...
Juan Lang
- crypt32(8/8): Implement PKCS7_SIGNER_INFO encoding/decoding
Juan Lang
- Allow GL_ONE on WINED3DRS_EDGEANTIALIAS dstBlend value (try 2)
Kovács András
- [7/7] Add ID3D10Device interface and implement it's IUnknown methods
Kovács András
- msi: Set the MsiNetAssemblySupport property
James Hawkins
- GDI+: fixes to GdipCreatePen1 [try2]
Evan Stade
- rsaenh: Allow CRYPT_NEWKEYSET and CRYPT_VERIFYCONTEXT at same time
when acquiring context
Maarten Lankhorst
- patch for winefile.
Ivan Sinitsin
- [crypt32/tests] Skip tests if we don't have enough rights
Paul Vriens
- [AppDB] Replace objectOutputTableRow with objectGetTableRow
Alexander Nicolaysen Sørnes
- gdiplus: Add missing '\n' to ok() calls, Wine traces.
Francois Gouget
- regedit: Move PerformRegAction() and get_file_name() around to
eliminate forward references. Make them static.
Francois Gouget
- [AppDB] Display the help text for application queues
Alexander Nicolaysen Sørnes
- gdi32: Add some tests for BITMAPINFOHEADER biSize checks.
Hans Leidekker
- [AppDB] application: Fix admin response in submitter notifications
Alexander Nicolaysen Sørnes
- gdi32: Add some tests for BITMAPINFOHEADER biSize checks. #2
Hans Leidekker
- [crypt32/tests 1/2] Skip tests if we don't have enough rights
Paul Vriens
- [crypt32/tests 2/2] Vista uses a different error code
Paul Vriens
- dsound: Use TIME_KILL_SYNCHRONOUS on sound timer.
Maarten Lankhorst
- [crypt32/tests 2/2] Vista uses a different error code (RESEND)
Paul Vriens
- wined3d: Remove a duplication in device.c
Phil Costin
- include: Add HTMLTextContainerEvents dispinterface and necessary
dispids.
Robert Shearman
- msi: Protect custom actions with a structured exception handler
James Hawkins
- wordpad: #1 Use Unicode functions in more places
Alexander Nicolaysen Sørnes
- wordpad: #2 Use Unicode functions in more places
Alexander Nicolaysen Sørnes
- wordpad: #3 Use Unicode functions in more places
Alexander Nicolaysen Sørnes
- wordpad: #4 Use Unicode functions in more places
Alexander Nicolaysen Sørnes
- wordpad: #5 Use Unicode functions in more places
Alexander Nicolaysen Sørnes
- wordpad: #5 Use Unicode functions in more places (resend)
Alexander Nicolaysen Sørnes
- wordpad: #6 Use Unicode functions in more places
Alexander Nicolaysen Sørnes
- wordpad: #7 Use Unicode functions in more places
Alexander Nicolaysen Sørnes
- msi: Constify some variables
Andrew Talbot
- wrc: Fix redundant checks for NULL before free(). Found by Smatch.
Michael Stefaniuc
- [1/5] WineD3D: Only swap system memory resources of front and back
buffer if they have the same size
Stefan Dösinger
- [2/5] WineD3D: Implement vertical refresh sync
Stefan Dösinger
- [3/5] WineD3D: Present does not clear the depth stencil
Stefan Dösinger
- [4/5] WineD3D: DDraw surfaces are QWORD aligned
Stefan Dösinger
- [5/5] D3D9: Add a dll global critical section
Stefan Dösinger
- msi: Fixed the WriteEnvironmentStrings action
James Hawkins
- localspl: Implement AddPortEx
Detlef Riekenberg
- [1/3] widl: Handle wire_marshal types
Dan Hipschman
- [2/3] widl: Test structure argument marshalling
Dan Hipschman
- [3/3] widl: Handle wire_marshal pointer attributes
Dan Hipschman
- [GDI+: 1/7] implemented brushes
Evan Stade
- [GDi+: 2/7] implemented GdipDrawPie, GdipFillPie
Evan Stade
- [GDI+: 3/7] implemented GdipDrawArc
Evan Stade
- [GDI+: 4/7] implemented GdipDrawBezier
Evan Stade
- [GDI+: 5/7] implemented GdipDrawCurve2
Evan Stade
- [GDI+: 6/7] implemented GdiPlus images
Evan Stade
- [GDI+: 7/7] implemented GdipDrawImage
Evan Stade
- user32: improve cut/copy/paste behavior of password edit boxes
Lei Zhang
- msi: Fixed the WriteEnvironmentStrings action [try2]
James Hawkins
- [crypt32/tests 2/2] Vista uses a different error code (RESEND 2)
Paul Vriens
- shell32: Add error messages of removal of files or folders
Konstantin Kondratyuk
- comdlg32: move file dialog resizing code into its own function
Lei Zhang
- [AppDB] Remember MultiPage values when processing entries
Alexander Nicolaysen Sørnes
- crypt32: Add missing '\n' to ok() call.
Francois Gouget
- [3/5] try2 : WineD3D: Present does not clear the depth stencil
Stefan Dösinger
- [1/8] regedit: Move PerformRegAction() and get_file_name() around
to eliminate forward references. Make them static.
Francois Gouget
- [2/8] regedit: Remove setAppName() as the application name is
hardcoded anyway.
Francois Gouget
- [3/8] regedit: Remove cruft and make functions static, reordering
where necessary to avoid forward declarations.
Francois Gouget
- [4/8] regedit: If the data for a given value is in an unknown
format, then print an error and don't modify the value.
Francois Gouget
- [5/8] regedit: Make the dword and binary data parsing both more
flexible and stricter.
Francois Gouget
- [6/8] regedit: The registry functions return standard error codes,
not HRESULTs!
Francois Gouget
- [7/8] regedit: Having garbage after the dash in '"foo"=-' is not
valid.
Francois Gouget
- [8/8] regedit: Modify getRegClass() to avoid dubious comparisons
and casts between HKEYs and error codes.
Francois Gouget
- [PATCH 1/2] winex11.drv: Implement grab_pointer to grab/ungrab the
pointer in specified window. [try 2]
Vitaliy Margolen
- [PATCH 2/2] winex11.drv: Process LeaveNotify to ungrab the pointer.
[try 2]
Vitaliy Margolen
- [ws2_32] getsockname should fail on unbound socket
Damjan Jovanovic
- opengl: Use get_glxdrawable to grab the drawable
Ulrich Czekalla
- LVGROUPMETRICS Structure
Nicolas (dyalog.com)
- include/uxtheme.h : enum THEMESIZE
Nicolas (dyalog.com)
- user32: remove a unused variable from ES_PASSWORD test
Lei Zhang
- include/wine/port.h: Allow port.h to build on gcc4
John Klehm
- mshtml #1: Use IOleInPlaceSiteEx if available.
Jacek Caban
- mshtml #2: Added IOleInPlaceSiteEx tests.
Jacek Caban
- msrle32: Constify some variables
Andrew Talbot
- [Lostwages] [1/2] Add CSS rules for <code> tag
Alexander Q. Waite
- [Lostwages] [2/2] Use <code> instead of <div>'s and some fixing code
so it validates
Alexander Q. Waite
- [Lostwages] Flip two links
Alexander Q. Waite
- msi: Set the UserSID and ProductCode properties for deferred custom
actions
James Hawkins
- [00/12] CMD.exe - Add support for multline and multipart messages
Ann & Jason Edmeades
- [gdiplus: 1/2] brush implementation [try3]
Evan Stade
- [gdiplus: 2/2] brush tests [try2]
Evan Stade
- gdiplus: graphics tests [try2]
Evan Stade
- [1/5] widl: Handle embedded interface pointers
Dan Hipschman
- [2/5] widl: Handle encapsulated unions
Dan Hipschman
- [3/5] widl: Add tests for encapsulated unions
Dan Hipschman
- [4/5] widl: Factor the output functions
Dan Hipschman
- [5/5] widl: Fix a write_parameters_init bug
Dan Hipschman
- comctl32: make modal property sheets modal
Lei Zhang
- winex11.drv: Echo the videomode requested in the errormessage when
not finding a matching mode
hightower at tregt.net
- winex11.drv: send WM_MOUSEACTIVATE before closing a window
Lei Zhang
- user32:painting.c Add comment to function.
Anatoly Lyutin
- [crypt32/tests] Don't crash on Vista
Paul Vriens
- widl: Implement pointer descriptions for all embedded pointer types.
Robert Shearman
- regedit: Add missing '\n' to an error message.
Francois Gouget
- [1/2] regedit: Don't allow square-bracketed registry paths on the
command line (to match native).
Francois Gouget
- [2/2] regedit: Merge getRegClass() and getRegKeyName() to form
parseKeyName().
Francois Gouget
- shlwapi: Update win32.api to fix the winapi_check warnings.
Francois Gouget
- winapi_check: ULONG_PTR is a 'long --pointer', not a 'long'.
Francois Gouget
- include/uxtheme.h : enum THEMESIZE (again)
Nicolas (dyalog.com)
- [Lostwages] [1/3] Add CSS rule for <address> tag
Alexander Q. Waite
- [AppDB] Hide maintainer box if user supermaintains the application
Alexander Nicolaysen Sørnes
- [Lostwages] [2/3] Cleanup HTML in contributing.template
Alexander Q. Waite
- [Lostwages] [3/3] Use <code> tag and cleanup HTML in cvs.template
Alexander Q. Waite
- RESEND [00/11] CMD.EXE resubmits
Ann & Jason Edmeades
- CMD.exe : Please ignore the non-RESENT ones
Ann & Jason Edmeades
- msi [1/2]: Forward MsiApplyPatchA to MsiApplyPatchW
James Hawkins
- msi [2/2]: Implement MsiApplyPatchW
James Hawkins
- msi: Patches are applied based on ProductCode, not ProductID
James Hawkins