Gerald Pfeifer [Sat, 5 Jul 2008 12:15:17 +0000 (14:15 +0200)]
winecfg: Fix signedness of variable in enumerate_valuesW().
Gerald Pfeifer [Sat, 5 Jul 2008 12:03:19 +0000 (14:03 +0200)]
comctl32: Simplify functions by shedding off unused parameters.
Gerald Pfeifer [Sat, 5 Jul 2008 11:52:32 +0000 (13:52 +0200)]
comctl32: Fix signedness of two variables.
Mikołaj Zalewski [Mon, 7 Jul 2008 10:05:02 +0000 (12:05 +0200)]
shell32: Make new style Browse For Folders dialog resizable.
Nikolay Sivov [Mon, 7 Jul 2008 21:32:36 +0000 (01:32 +0400)]
gdiplus: GdipInvertMatrix implementation with tests.
Nikolay Sivov [Mon, 7 Jul 2008 21:32:30 +0000 (01:32 +0400)]
gdiplus: GdipIsMatrixInvertible implementation with tests.
Nikolay Sivov [Mon, 7 Jul 2008 21:32:19 +0000 (01:32 +0400)]
gdiplus: GdipGetLineWrapMode implementation.
Alexandre Julliard [Tue, 8 Jul 2008 09:16:17 +0000 (11:16 +0200)]
include: Remove duplicate definition in winhttp.h.
Alexandre Julliard [Tue, 8 Jul 2008 09:16:01 +0000 (11:16 +0200)]
msvcrt/tests: Fix register constraints on thiscall wrappers.
James Hawkins [Tue, 8 Jul 2008 05:04:47 +0000 (00:04 -0500)]
mlang: Encode all the way to the NULL terminator.
James Hawkins [Tue, 8 Jul 2008 05:02:59 +0000 (00:02 -0500)]
mlang: Add tests for ConvertINetMultiByteToUnicode.
James Hawkins [Tue, 8 Jul 2008 05:01:21 +0000 (00:01 -0500)]
mlang: Reimplement ConvertINetMultiByteToUnicode.
James Hawkins [Tue, 8 Jul 2008 04:57:16 +0000 (23:57 -0500)]
fusion: Implement GetCachePath.
James Hawkins [Tue, 8 Jul 2008 05:00:01 +0000 (00:00 -0500)]
oleaut32: Fix a few failing tests in win9x.
James Hawkins [Tue, 8 Jul 2008 05:09:45 +0000 (00:09 -0500)]
msi: Consolidate and add more SourceDir tests.
James Hawkins [Tue, 8 Jul 2008 05:07:31 +0000 (00:07 -0500)]
msi: Only use the long filename when resolving the source path.
James Hawkins [Tue, 8 Jul 2008 05:06:36 +0000 (00:06 -0500)]
msi: Consolidate the MsiGetSourcePath tests and add more tests.
James Hawkins [Tue, 8 Jul 2008 05:05:31 +0000 (00:05 -0500)]
msi: Parse the MSIDBOPEN_PATCHFILE flag.
James Hawkins [Tue, 8 Jul 2008 04:59:07 +0000 (23:59 -0500)]
msi: Add handling for the special _Storages table.
James Hawkins [Tue, 8 Jul 2008 04:58:11 +0000 (23:58 -0500)]
msi: Properly add a storage to the database and verify its contents.
James Hawkins [Tue, 8 Jul 2008 04:55:36 +0000 (23:55 -0500)]
comctl32: Properly set and store the default icon spacing.
James Hawkins [Tue, 8 Jul 2008 04:54:02 +0000 (23:54 -0500)]
ole32: Fix a few failing tests in win2k.
James Hawkins [Tue, 8 Jul 2008 04:52:49 +0000 (23:52 -0500)]
d3d9: Fix a failing test for broken drivers.
James Hawkins [Tue, 8 Jul 2008 04:51:59 +0000 (23:51 -0500)]
rpcrt4: Fix a test that fails in win2k3.
Roy Shea [Mon, 7 Jul 2008 23:13:33 +0000 (16:13 -0700)]
wintrust/test: Verify array length before calling memcmp in test.
Andrew Talbot [Mon, 7 Jul 2008 21:40:20 +0000 (22:40 +0100)]
advapi32: Remove unneeded address-of operator from array name.
Andrew Talbot [Mon, 7 Jul 2008 21:40:28 +0000 (22:40 +0100)]
comctl32: Remove unneeded address-of operators from array names.
Andrew Talbot [Mon, 7 Jul 2008 21:40:24 +0000 (22:40 +0100)]
avifil32: Remove unneeded address-of operators from array names.
H. Verbeet [Mon, 7 Jul 2008 19:02:57 +0000 (21:02 +0200)]
wined3d: Store the current GLSL program in the backend's private data.
Stefan Dösinger [Wed, 2 Jul 2008 17:15:34 +0000 (12:15 -0500)]
wined3d: Move lights to the vertex pipeline states.
Stefan Dösinger [Wed, 2 Jul 2008 17:12:00 +0000 (12:12 -0500)]
wined3d: Move the scissor rect to the misc states.
Stefan Dösinger [Wed, 2 Jul 2008 17:10:42 +0000 (12:10 -0500)]
wined3d: Move clipplanes to vertex states.
Stefan Dösinger [Wed, 2 Jul 2008 15:42:38 +0000 (10:42 -0500)]
wined3d: Move the frontfacing state to the misc state table.
Stefan Dösinger [Wed, 2 Jul 2008 15:13:01 +0000 (10:13 -0500)]
wined3d: Move material application to the vertex pipeline.
Stefan Dösinger [Wed, 2 Jul 2008 15:02:19 +0000 (10:02 -0500)]
wined3d: Move stream source and vshader to misc and vertex pipeline tables.
Stefan Dösinger [Wed, 2 Jul 2008 14:33:24 +0000 (09:33 -0500)]
wined3d: Make the stream source application a regular state function.
Stefan Dösinger [Wed, 2 Jul 2008 00:43:52 +0000 (19:43 -0500)]
wined3d: Implement the state merger and start to use it.
Stefan Dösinger [Tue, 1 Jul 2008 23:23:44 +0000 (18:23 -0500)]
wined3d: Start the state splitup.
The idea of this patchset is to split the monolithic state set into 3
parts, vertex processing, fragment processing and other states(depth,
stencil, scissor, ...). The states will be provided in templates which
can be (mostly) independently combined, and are merged into a single
state table at device creation time. This way we retain the advantages
of the single state table and having the advantage of separated
pipeline implementations which can be combined without any manually
written glue code.
Stefan Dösinger [Tue, 1 Jul 2008 22:18:29 +0000 (17:18 -0500)]
wined3d: Remove an unneeded atifs hack.
The atifs fragment processing implementation doesn't borrow a pixel shader
implementation from anywhere. It was a hack during development, but never needed.
Michael Karcher [Mon, 7 Jul 2008 15:18:10 +0000 (17:18 +0200)]
Add support for compatibility mode in WineEngCreateFontInstance.
Dylan Smith [Mon, 7 Jul 2008 15:04:06 +0000 (11:04 -0400)]
richedit: Hide cursor when text is selected.
The cursor should only be shown when there is no selection, since this
is how it is done in Windows. This patch avoids showing the cursor when
there is a selection, and destroys the cursor when a selection is made.
Dylan Smith [Mon, 7 Jul 2008 15:04:02 +0000 (11:04 -0400)]
richedit: Implemented triple click selection.
Dylan Smith [Mon, 7 Jul 2008 15:03:59 +0000 (11:03 -0400)]
richedit: Implemented paragraph selection.
Dylan Smith [Mon, 7 Jul 2008 15:03:53 +0000 (11:03 -0400)]
richedit: Fixed drag and shift selection for words and lines.
Previously word drag and shift selection was not implemented. Line
drag selection was working, but shift selection wasn't.
Alexander Nicolaysen Sørnes [Sun, 6 Jul 2008 15:47:00 +0000 (17:47 +0200)]
winhlp32: Update Norwegian Bokmål translation.
Alexandre Julliard [Mon, 7 Jul 2008 13:51:30 +0000 (15:51 +0200)]
user32: Properly update position after dragging an iconic window.
Alexandre Julliard [Mon, 7 Jul 2008 12:53:49 +0000 (14:53 +0200)]
winealsa.drv: Don't trace deprecated parameters.
Alexandre Julliard [Mon, 7 Jul 2008 12:53:10 +0000 (14:53 +0200)]
gdiplus: Store the family name directly in the GpFontFamily structure.
Adam Petaccia [Thu, 3 Jul 2008 18:27:02 +0000 (14:27 -0400)]
gdiplus: Implement GdipGetEmHeight.
Adam Petaccia [Thu, 3 Jul 2008 18:26:57 +0000 (14:26 -0400)]
gdiplus: Implement GdipGetCellDescent.
Adam Petaccia [Thu, 3 Jul 2008 18:26:53 +0000 (14:26 -0400)]
gdiplus: Implement GdipGetCellAscent.
Adam Petaccia [Thu, 3 Jul 2008 18:26:44 +0000 (14:26 -0400)]
gdiplus: Tests for FontFamily properties.
Adam Petaccia [Thu, 3 Jul 2008 18:26:50 +0000 (14:26 -0400)]
gdiplus: Use a better framework for filling out FontFamilies.
Adam Petaccia [Thu, 3 Jul 2008 18:26:41 +0000 (14:26 -0400)]
gdiplus: Stub GdipGetFontHeightGivenDPI.
Adam Petaccia [Thu, 3 Jul 2008 18:26:37 +0000 (14:26 -0400)]
gdiplus: Stub GdipGetCellDescent.
Adam Petaccia [Thu, 3 Jul 2008 18:26:33 +0000 (14:26 -0400)]
gdiplus: Stub GdipGetCellAscent.
Adam Petaccia [Thu, 3 Jul 2008 18:26:30 +0000 (14:26 -0400)]
gdiplus: Stub GdipGetEmHeight.
Adam Petaccia [Thu, 3 Jul 2008 18:26:27 +0000 (14:26 -0400)]
gdiplus: Stub GdipGetLineSpacing.
Adam Petaccia [Thu, 3 Jul 2008 18:26:22 +0000 (14:26 -0400)]
gdiplus: Implement GdipCloneFontFamily.
Adam Petaccia [Thu, 3 Jul 2008 18:26:06 +0000 (14:26 -0400)]
gdiplus: Stub GdipCloneFontFamily.
Adam Petaccia [Thu, 3 Jul 2008 18:26:01 +0000 (14:26 -0400)]
gdiplus: test_getgenerics: Don't use a pointer-to-pointer construct.
Adam Petaccia [Thu, 3 Jul 2008 18:25:56 +0000 (14:25 -0400)]
gdiplus: test_fontfamily: Don't use a pointer-to-pointer construct.
Adam Petaccia [Thu, 3 Jul 2008 18:25:41 +0000 (14:25 -0400)]
gdiplus: Valgrind: fix warnings about using uninitialized memory, and leaking memory.
Jeff Smith [Fri, 4 Jul 2008 04:12:14 +0000 (23:12 -0500)]
gdiplus: Fix spec definition of GdipCreateBitmapFromHBITMAP.
Jeff Smith [Fri, 4 Jul 2008 03:32:12 +0000 (22:32 -0500)]
gdiplus: Remove duplicate forward declaration of class GpGraphics.
Jon Griffiths [Sun, 6 Jul 2008 17:17:16 +0000 (10:17 -0700)]
oleaut32: Don't read past the digits array in VARIANT_FormatNumber.
Jon Griffiths [Sun, 6 Jul 2008 18:04:34 +0000 (11:04 -0700)]
Fix minor comment typos.
Jon Griffiths [Sun, 6 Jul 2008 17:55:04 +0000 (10:55 -0700)]
msvcr71: Forward __pctype_func.
Jon Griffiths [Sun, 6 Jul 2008 15:18:52 +0000 (08:18 -0700)]
wsock32: Forward TransmitFile to the implementation in mswsock.
Jon Griffiths [Sun, 6 Jul 2008 15:42:27 +0000 (08:42 -0700)]
oleaut32: Fix memcpy overlapping ranges in SysReAllocStringLen.
Jon Griffiths [Sun, 6 Jul 2008 16:21:08 +0000 (09:21 -0700)]
oleaut32/test: Fix valgrind leaks.
Alexander Morozov [Thu, 3 Jul 2008 12:34:40 +0000 (16:34 +0400)]
wininet: Add port number to Host HTTP header.
Alexander Morozov [Fri, 4 Jul 2008 10:00:29 +0000 (14:00 +0400)]
wininet: Add support of INTERNET_FLAG_NO_CACHE_WRITE.
Nikolay Sivov [Sat, 5 Jul 2008 09:02:58 +0000 (13:02 +0400)]
gdiplus: Check arguments in GdipPathIterNextSubpath.
Nikolay Sivov [Sat, 5 Jul 2008 09:02:51 +0000 (13:02 +0400)]
gdiplus: Implementation of GdipPathIterGetSubpathCount with tests.
Nikolay Sivov [Sat, 5 Jul 2008 09:02:36 +0000 (13:02 +0400)]
gdiplus: GdipPathIterNextMarker implementation with tests.
Dylan Smith [Sun, 6 Jul 2008 19:27:40 +0000 (15:27 -0400)]
richedit: Fixed Valgrind error related to undoing.
The error was a memory access of a freed object. In ME_AddUndoItem I
checked the top of the undo stack to end a coalescing undo transaction,
assuming that this should be either a valid undo item, or NULL, instead
it was already freed.
Dylan Smith [Sat, 5 Jul 2008 08:23:53 +0000 (04:23 -0400)]
richedit: Fixed double click issues by sharing code with single click.
Dylan Smith [Sat, 5 Jul 2008 08:23:47 +0000 (04:23 -0400)]
richedit: Made sure word selection selects only one word.
Stefan Dösinger [Sun, 6 Jul 2008 16:51:26 +0000 (11:51 -0500)]
wined3d: Correct an off-by-one error in constant dirtification.
Constant numbers start at 0, and the loading loop has a for(i; i <
dirtyconsts; i++). This means that the highest dirty constant isn't
loaded correctly. Rather than replacing the < with <=, which would
make it impossible to have no dirty constant, add 1 to the dirty
constant counter.
Alexander Nicolaysen Sørnes [Sun, 6 Jul 2008 15:54:31 +0000 (17:54 +0200)]
winecfg: Update Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Sun, 6 Jul 2008 15:38:32 +0000 (17:38 +0200)]
shell32: Update Norwegian Bokmål translation.
Andrew Talbot [Sun, 6 Jul 2008 12:00:58 +0000 (13:00 +0100)]
winedos: Remove unneeded address-of operator from function name.
Andrew Talbot [Sun, 6 Jul 2008 12:00:52 +0000 (13:00 +0100)]
wined3d: Remove unneeded address-of operators from function names.
Andrew Talbot [Sun, 6 Jul 2008 12:00:47 +0000 (13:00 +0100)]
user32: Remove unneeded address-of operators from function names.
Andrew Talbot [Sun, 6 Jul 2008 12:00:42 +0000 (13:00 +0100)]
shell32: Remove unneeded address-of operators from function names.
Andrew Talbot [Sun, 6 Jul 2008 12:00:35 +0000 (13:00 +0100)]
quartz: Remove unneeded address-of operators from function names.
Andrew Talbot [Sun, 6 Jul 2008 12:00:24 +0000 (13:00 +0100)]
ole32: Remove unneeded address-of operators from function name.
Andrew Talbot [Sun, 6 Jul 2008 12:00:04 +0000 (13:00 +0100)]
infosoft: Remove unneeded address-of operator from function name.
Alexandre Julliard [Mon, 7 Jul 2008 10:31:33 +0000 (12:31 +0200)]
Add noinput directive to all lex files to avoid a compiler warning.
Alexandre Julliard [Mon, 7 Jul 2008 10:17:00 +0000 (12:17 +0200)]
Makefile: Use 'git ls-files' instead of the deprecated 'git-ls-files' form.
Alexandre Julliard [Mon, 7 Jul 2008 10:10:06 +0000 (12:10 +0200)]
widl: Fix a couple of uninitialized variable compiler warnings.
Alexandre Julliard [Mon, 7 Jul 2008 10:09:45 +0000 (12:09 +0200)]
rpcrt4: Use interlocked functions to increment/decrement ref counts.
Rob Shearman [Sun, 6 Jul 2008 10:55:59 +0000 (11:55 +0100)]
rpcrt4: Clear the memory of embedded complex types in ComplexUnmarshall when fMustAlloc is TRUE to avoid passing uninitialised memory to the unmarshaller.
Found by Valgrind.
Vitaliy Margolen [Sun, 6 Jul 2008 04:25:37 +0000 (22:25 -0600)]
dinput: Set force feedback actuator flag for X and Y axes.
Programs looking for this flag to verify if FF is present. And on which axes.
Vitaliy Margolen [Sun, 6 Jul 2008 04:24:57 +0000 (22:24 -0600)]
dinput: Freed effect should remove itself from the parent's list of effects. Add tests.
Vitaliy Margolen [Sun, 6 Jul 2008 04:24:51 +0000 (22:24 -0600)]
dinput: Use Wine list for effects list.
Vitaliy Margolen [Sun, 6 Jul 2008 04:24:43 +0000 (22:24 -0600)]
dinput: Stop and unload effect when freeing it.
Vitaliy Margolen [Sun, 6 Jul 2008 04:24:37 +0000 (22:24 -0600)]
dinput: Add more traces. Prevent some traces from dereferencing NULL pointer.
Eric Pouech [Sat, 5 Jul 2008 19:33:37 +0000 (21:33 +0200)]
winhelp: Remove the search button, hook the index button to the Finder, and add a new summary button to go back to main page.