Sign in
goma
/
wine
/
506404ba09fe5e7a4501d3f15f55df65e12d3531
506404b
widl: Only assign variables if not a string and only create a local variable if not a sized parameter.
by Robert Shearman
· 19 years ago
62eb9f4
widl: Initialise the temporary variable to 0 for parameters with more than one level of indirection.
by Robert Shearman
· 19 years ago
d82bb4a
widl: Create the correct variable type for parameters with more than one level of indirection.
by Robert Shearman
· 19 years ago
27c3222
widl: Re-use print_phase_basetype for generating return value marshaling and unmarshaling code.
by Robert Shearman
· 19 years ago
3e065ab
widl: Move handling of base type marshaling and unmarshaling to a separate function.
by Robert Shearman
· 19 years ago
eb00044
widl: Use print_phase_function for printing NdrPointerFree call.
by Robert Shearman
· 19 years ago
04632f6
widl: Add a function to generate the Ndr type calls.
by Robert Shearman
· 19 years ago
96f6a22
widl: Only write the buffer incrementing code for the marshaling and unmarshaling phases.
by Robert Shearman
· 19 years ago
226c8f6
widl: Output the necessary sizing information for other phases.
by Robert Shearman
· 19 years ago
4a67201
widl: Output NULL ref pointer check for pointer levels > 1 too.
by Robert Shearman
· 19 years ago
73ff576
widl: Fix a GCC warning in the generated client and server code.
by Robert Shearman
· 19 years ago
4cd506b
widl: The lval member of var_t is essentially a duplicate of eval->cval.
by Robert Shearman
· 19 years ago
4edcf2d
widl: De-reference parameters' types before deciding what to do with them.
by Robert Shearman
· 19 years ago
4b5386e
widl: Write pointer calls for all non-basetype pointer parameters to functions.
by Robert Shearman
· 19 years ago
91dbc5a
widl: Write definitions for MIDL_user_allocate and MIDL_user_free in the header.
by Robert Shearman
· 19 years ago
071dfb1
widl: Write out the pre- and postamble for RPC interfaces with no methods.
by Robert Shearman
· 19 years ago
b38cd7f
widl: Output interface defined guard for rpc interfaces too.
by Robert Shearman
· 19 years ago
97d6f7c
widl: NdrFcShort should be written out instead of NdrShort.
by Robert Shearman
· 19 years ago
bed9fde
widl: Output the numeric equivalent of FC_END, not the string FC_END itself.
by Robert Shearman
· 19 years ago
3ec771a
widl: Support references in type_memsize.
by Robert Shearman
· 19 years ago
3db71d9
widl: Only output code for non-object interfaces in client and server.
by Robert Shearman
· 19 years ago
bb8a0a9
Release 0.9.11.
by Alexandre Julliard
· 19 years ago
wine-0.9.11
c5c599d
server: Avoid crash on startup when the configuration dir doesn't exist.
by Alexandre Julliard
· 19 years ago
510a6f7
user/tests: Flush events before running the keyboard event test.
by Alexandre Julliard
· 19 years ago
5fd2379
comctl32: Force a specific day value in the monthcal test.
by Alexandre Julliard
· 19 years ago
d04606b
advpack: LaunchINFSectionExW is available, so mark it so in the spec file.
by James Hawkins
· 19 years ago
017d1b0
advpack: Forward ExecuteCabA to its Unicode counterpart.
by James Hawkins
· 19 years ago
fb5ec20
ole32: Remove unnecessary commenting out of the RPC interfaces in the dcom idl file.
by Robert Shearman
· 19 years ago
c564ee8
wininet: Fix some string length calculations.
by Robert Shearman
· 19 years ago
4f40f17
wininet: Only access the URL in the cache by the provided offset.
by Robert Shearman
· 19 years ago
59af5c4
wined3d: Move fields common to vertex shaders and pixel shaders to IWineD3DBaseShader.
by H. Verbeet
· 19 years ago
04ed9c2
crypt32: Tiny fixes.
by Juan Lang
· 19 years ago
5eadd8c
crypt32: Fix certificate adding
by Juan Lang
· 19 years ago
ef9038c
msvcrt: Fix read beyond end of string in __unDNameEx().
by Rein Klazes
· 19 years ago
fee66fb
spoolss: Add DllAllocSplMem and DllFreeSplMem.
by Detlef Riekenberg
· 19 years ago
d53ad9c
gdi32: Add a test for WMF->EMF conversions performed by SetWinMetaFileBits.
by Dmitry Timoshkov
· 19 years ago
70afa92
x11drv: Update Hungarian keyboard layout to better match the X11 one.
by Dmitry Timoshkov
· 19 years ago
12d4d9c
widl: Implement support for ref pointers to strings.
by Eric Kohl
· 19 years ago
ea42bb7
gdi32: Move the font substitution list to a standard Wine list
by Huw Davies
· 19 years ago
6280ab2
user: Only wait for sent messages in wait_message_reply.
by Alexandre Julliard
· 19 years ago
c7a1dfd
x11drv: Filter a few more event types in filter_event.
by Alexandre Julliard
· 19 years ago
2c1d696
dlls: Removed a number of no longer needed dependencies.
by Alexandre Julliard
· 19 years ago
717d18c
spoolss: Add minimal spoolss.dll.
by Detlef Riekenberg
· 19 years ago
4d3282a
user: Don't send WM_PARENTNOTIFY to the desktop window.
by Alexandre Julliard
· 19 years ago
c262450
advpack: Open the INF file if the RSC_FLAG_INF flag is specified.
by James Hawkins
· 19 years ago
724a4b3
advpack: Forward LaunchINFSectionExA to its Unicode counterpart.
by James Hawkins
· 19 years ago
93fc6d4
advpack: Fix the documentation for the cmdline parameter of LaunchInfSection/Ex.
by James Hawkins
· 19 years ago
038e604
kernel: Resource browsing.
by Eric Pouech
· 19 years ago
6a8578f
wined3d: Add WINED3DDEVTYPE to wined3d_types.h.
by Stefan Dösinger
· 19 years ago
eacc0e3
twain: Add German resource.
by Henning Gerhardt
· 19 years ago
464b355
kernel32: Display the parameter that caused a page fault in GlobalFree().
by Detlef Riekenberg
· 19 years ago
1a81f4f
kernel: Fix handling of invalid parameter in GlobalFlags().
by Detlef Riekenberg
· 19 years ago
5ca18a1
tools: Remove wineconf.
by Detlef Riekenberg
· 19 years ago
3f567ce
DEVELOPER-HINTS: Some directories are renamed / removed / added.
by Detlef Riekenberg
· 19 years ago
22e7eeb
oleaut32: Add IPersist to QueryInterface.
by Robert Shearman
· 19 years ago
11c83c5
oleaut32: Zero out parameter in LoadRegTypeLib in case of failure.
by Robert Shearman
· 19 years ago
aa22146
oleaut32: Replace memcmp with IsEqualIID macro.
by Robert Shearman
· 19 years ago
8c7706b
ole32: Don't process posted messages in CoWaitForMultipleHandles.
by Robert Shearman
· 19 years ago
ff85f89
ole32: Try to retrieve messages that are COM calls first.
by Robert Shearman
· 19 years ago
a1548b4
ole32: Put the PeekMessage call of CoWaitForMultipleHandles into a separate function.
by Robert Shearman
· 19 years ago
8c55179
ole32: Whether the message loop is entered in CoWaitForMultipleHandles,
by Robert Shearman
· 19 years ago
3091aa5
ole32: Pass the no yield flag to PeekMessage.
by Robert Shearman
· 19 years ago
d18711e
server: Store the token source.
by Robert Shearman
· 19 years ago
a3ec0a9
include: Add DFC_POPUPMENU.
by Huw Davies
· 19 years ago
92ddc1c
wininet: Clean up HTTP_GetCustomHeaderIndex.
by Mike McCormack
· 19 years ago
7f5e273
wininet: Use a lookup table sorted by index so we don't need a loop to do lookups.
by Mike McCormack
· 19 years ago
ae30088
WININET: Clean up HttpQueryInfo.
by Mike McCormack
· 19 years ago
2571fa0
wininet: Make sure to set LastError when returning FALSE in HttpQueryInfo.
by Mike McCormack
· 19 years ago
50436da
ole32: Fix StgOpenStorage's handling of the STGM_PRIORITY flag.
by Mike McCormack
· 19 years ago
3217e53
x11drv: Replace the SWP_WINE_NOHOSTMOVE flag by a lock count.
by Alexandre Julliard
· 19 years ago
4c777d7
ntdll: Fix CDROM raw reads.
by Petr Tesarik
· 19 years ago
d74a62c
winecfg: Disable the desktop option when configuring a specific application.
by Alexandre Julliard
· 19 years ago
1e1a708
wined3d: Create an IWineD3DBaseShader class.
by H. Verbeet
· 19 years ago
d4132cf
wined3d: Move the vshader_ins and pshader_ins arrays into their respective objects.
by H. Verbeet
· 19 years ago
3ee642b
wined3d: Move the SHADER_OPCODE definition to wined3d_private.h.
by H. Verbeet
· 19 years ago
0ac9c47
wined3d: Pass the correct number of parameters for texld with ps version >= 2.
by H. Verbeet
· 19 years ago
8398f6e
user32: Fix SPI_GETLISTBOXSMOOTHSCROLLING, and implement SPI_SETLISTBOXSMOOTHSCROLLING.
by Mike McCormack
· 19 years ago
964509d
user32: Implement SPI_[GS]ETUIEFFECTS.
by Mike McCormack
· 19 years ago
fc9d36e
user32: Implement SPI_[GS]ETTOOLTIPANIMATION and SPI_[GS]ETTOOLTIPFADE.
by Mike McCormack
· 19 years ago
9d04454
user32: Implement SPI_[GS]ETMENUANIMATION and SPI_[GS]ETSELECTIONFADE.
by Mike McCormack
· 19 years ago
9786252
user32: Implement SystemParametersInfo(SPI_[SG]ETCURSORSHADOW).
by Mike McCormack
· 19 years ago
3244096
user32: Implement SystemParametersInfo(SPI_[GS]ETCOMBOBOXANIMATION).
by Mike McCormack
· 19 years ago
cd37125
user32: Implement SPI_[SG]ETCARETWIDTH.
by Mike McCormack
· 19 years ago
31332b3
mshtml: Don't free the URL we have just stored in the callback object.
by Alexandre Julliard
· 19 years ago
bc15e1b
x11drv: Only warp the mouse pointer if it has actually moved.
by Alexandre Julliard
· 19 years ago
1e421c7
d3d8: Add a TRACE for IDirect3DDevice8Impl_CreateVertexBuffer.
by H. Verbeet
· 19 years ago
1d47556
wined3d: Use WINED3DSWAPEFFECT in the wined3d headers and code.
by Stefan Dösinger
· 19 years ago
d75fd75
wined3d: Add WINED3DPOOL to wined3d_types.h.
by Stefan Dösinger
· 19 years ago
8358c63
twain: Add a property sheet UI for scanning.
by Aric Stewart
· 19 years ago
bec4990
x11drv: Reinitialize the display settings when using a desktop window.
by Alexandre Julliard
· 19 years ago
0bcc992
twain: A few cleanups, using some consts from sane.
by Aric Stewart
· 19 years ago
1a5c6ef
widl: Implement support for pointers to base types.
by Eric Kohl
· 19 years ago
e97a1af
advapi32: Fixed compiler warnings.
by Alexandre Julliard
· 19 years ago
ae8b835
advapi32: Fixed building TRUSTEEs with objects.
by Thomas Weidenmueller
· 19 years ago
870d37f
comctl32: Rebar size fix.
by Thomas Weidenmueller
· 19 years ago
5072fd4
wineshelllink: Remove quotes from Path=<workdir>.
by Vitaly Lipatov
· 19 years ago
1e408c9
wine.inf: Add some more fake dlls to the system directory.
by Jonathan Ernst
· 19 years ago
fbab61c
mpr: Improve the stub for WNetGetUniversalNameW.
by Mike McCormack
· 19 years ago
f5c1381
server: Fix a race condition in the delivery of change notifications.
by Mike McCormack
· 19 years ago
c44410d
x11drv: Avoid setting text or WM hints of the X root window.
by Alexandre Julliard
· 19 years ago
Next »