Sign in
goma
/
wine
/
92b5d9e18982916de18170de9b1f5ec39a1cbf19
92b5d9e
msiexec: Add an icon for msiexec and .msi files.
by Mike McCormack
· 19 years ago
efa638f
wine.inf: Add hhctrl.ocx to the list of fake dlls.
by James Hawkins
· 19 years ago
8f6aa41
configure: Warn if the fonts aren't going to be built.
by Mike McCormack
· 19 years ago
3dd0b2e
server: Don't single step into signal handlers.
by Alexandre Julliard
· 19 years ago
a1f0f39
ntdll: Save FPU context for all exceptions.
by Alexandre Julliard
· 19 years ago
c77711a
ole32: Add documentation for the clip format user marshal functions.
by Robert Shearman
· 19 years ago
e2ea2b5
widl: Fix the type offset for generated conformant string calls.
by Robert Shearman
· 19 years ago
62c25c5
kernel: Remove some stubs that aren't present in NT.
by Robert Shearman
· 19 years ago
277dfb8
kernel: Document some file functions.
by Robert Shearman
· 19 years ago
f6ed704
wined3d: Make use of WINED3DDEVICE_CREATION_PARAMETERS.
by Stefan Dösinger
· 19 years ago
ba41900
user32: More informative message on failure to load x11drv.
by Mike McCormack
· 19 years ago
f875d30
fonts: Add an 11 ppem strike of 'Small Fonts'.
by Huw Davies
· 19 years ago
48bb687
gdi: Separate GDI tests by moving them into appropriate files.
by Dmitry Timoshkov
· 19 years ago
fd2ed6f
gdi: Move WineEngInit call before stock fonts creation.
by Dmitry Timoshkov
· 19 years ago
fc13420
d3dx: VertexBuffer should keep reference to the parent device object.
by Vitaliy Margolen
· 19 years ago
605574b
setupapi: Copy the complete resource tree into the fake dlls.
by Alexandre Julliard
· 19 years ago
f360e75
twain: Add a Korean resource.
by Hwang YunSong
· 19 years ago
6b37d3d
winealsa: Fix pausing when the hardware does not support it.
by Jan Zerebecki
· 19 years ago
1140332
url: Add a function and two stubs.
by Matthew Kehrer
· 19 years ago
0ad31f8
wined3d: Add WINED3DBACKBUFFER_TYPE to wined3d_types.h.
by Stefan Dösinger
· 19 years ago
fce54bc
wined3d: Add WINED3DDISPLAYMODE to wined3d_types.h.
by Stefan Dösinger
· 19 years ago
eed1209
ole32: STGM_PRIORITY implies STGM_SHARE_EXCLUSIVE.
by Mike McCormack
· 19 years ago
7bffb5e
kernel32: [Read/Write]PrivateProfile functions accept a NULL filename.
by Mike McCormack
· 19 years ago
f537eb2
msi: Improve the string table hash.
by Mike McCormack
· 19 years ago
f5d3ada
ntdll: Process --help and --version args earlier on during startup.
by Alexandre Julliard
· 19 years ago
79f89b9
msi: Italian language support.
by Antonio Codazzi
· 19 years ago
8729417
setupapi: Esperanto language support.
by Antonio Codazzi
· 19 years ago
64dfe52
uninstaller: Esperanto language support.
by Antonio Codazzi
· 19 years ago
3440029
uninstaller: Italian language support.
by Antonio Codazzi
· 19 years ago
bed0b2c
notepad: Esperanto language support.
by Antonio Codazzi
· 19 years ago
e47aba6
notepad: Italian language support.
by Antonio Codazzi
· 19 years ago
5f0a136
msi: Esperanto language support.
by Antonio Codazzi
· 19 years ago
b6515e1
commdlg: Esperanto language update.
by Antonio Codazzi
· 19 years ago
3dc31dd
commdlg: Italian language update.
by Antonio Codazzi
· 19 years ago
a55caf8
wineps: Italian language update.
by Antonio Codazzi
· 19 years ago
ee01bd0
user32: Esperanto language update.
by Antonio Codazzi
· 19 years ago
4e91811
comctl32: Esperanto language support.
by Antonio Codazzi
· 19 years ago
c106f2f
comctl32: Italian language updates.
by Antonio Codazzi
· 19 years ago
e5def1c
clock: Esperanto language support.
by Antonio Codazzi
· 19 years ago
a706377
wined3d: Do not set the mipmap level count every time a texture is used.
by Stefan Dösinger
· 19 years ago
edc34a3
gdi32: Add tests for 'Small Fonts'.
by Huw Davies
· 19 years ago
35a9398
msvcrt: Allow environment strings longer than 512 characters.
by qingdoa daoo
· 19 years ago
6a13925
usp10: Fixed debug output of ScriptItemize.
by Marcus Meissner
· 19 years ago
bc14406
dinput: Keyboard should be acquired before calling GetDeviceState.
by Vitaliy Margolen
· 19 years ago
5656fa8
regedit: Fix typo in Norwegian resources.
by Alexander N. Sørnes
· 19 years ago
e34ccb4
x11drv: Get rid of XSync calls on window creation and destruction.
by Alexandre Julliard
· 19 years ago
fb8ca46
x11drv: Ignore X errors caused by windows being created or deleted.
by Alexandre Julliard
· 19 years ago
eb7ef83
gdi: In metafile test only print debug output if enabled.
by Alexandre Julliard
· 19 years ago
c20d6c4
loader: Hide the preloader from the ps output.
by Alexandre Julliard
· 19 years ago
bf463ab
winewrapper: Remove a couple of variables that are no longer needed.
by Alexandre Julliard
· 19 years ago
e17df7a
ntdll: Get rid of the loadorder wildcard support, builtin is always the default now.
by Alexandre Julliard
· 19 years ago
839f00a
kernel: Fix handling of invalid parameter in GlobalSize().
by Detlef Riekenberg
· 19 years ago
714b66e
ole: Use ncalrpc instead of ncacn_np as the RPC transport.
by Robert Shearman
· 19 years ago
1fd711c
kernel: Add some documentation for simple process functions.
by Robert Shearman
· 19 years ago
837e830
widl: There's no need to cast _StubMsg - it's already of the correct type.
by Robert Shearman
· 19 years ago
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
Next »