Adam Petaccia
45ee7577c4
gdiplus: test_fontfamily: Don't use a pointer-to-pointer construct.
2008-07-07 14:40:37 +02:00
Adam Petaccia
7e245060ef
gdiplus: Valgrind: fix warnings about using uninitialized memory, and leaking memory.
2008-07-07 14:40:04 +02:00
Jeff Smith
f3b14ac723
gdiplus: Fix spec definition of GdipCreateBitmapFromHBITMAP.
2008-07-07 14:33:13 +02:00
Jeff Smith
27ee7c0119
gdiplus: Remove duplicate forward declaration of class GpGraphics.
2008-07-07 14:31:09 +02:00
Jon Griffiths
6158db6055
oleaut32: Don't read past the digits array in VARIANT_FormatNumber.
2008-07-07 14:29:34 +02:00
Jon Griffiths
938ab8a633
Fix minor comment typos.
2008-07-07 14:26:08 +02:00
Jon Griffiths
6b9705600f
msvcr71: Forward __pctype_func.
2008-07-07 14:25:59 +02:00
Jon Griffiths
9da5157c36
wsock32: Forward TransmitFile to the implementation in mswsock.
2008-07-07 14:25:07 +02:00
Jon Griffiths
8c16ae7a7f
oleaut32: Fix memcpy overlapping ranges in SysReAllocStringLen.
2008-07-07 14:25:02 +02:00
Jon Griffiths
0cf087820e
oleaut32/test: Fix valgrind leaks.
2008-07-07 14:16:07 +02:00
Alexander Morozov
4f51b6c1d8
wininet: Add port number to Host HTTP header.
2008-07-07 14:16:07 +02:00
Alexander Morozov
ad2f53db8f
wininet: Add support of INTERNET_FLAG_NO_CACHE_WRITE.
2008-07-07 14:16:07 +02:00
Nikolay Sivov
142907c0d2
gdiplus: Check arguments in GdipPathIterNextSubpath.
2008-07-07 14:16:07 +02:00
Nikolay Sivov
20501e4ca8
gdiplus: Implementation of GdipPathIterGetSubpathCount with tests.
2008-07-07 14:16:07 +02:00
Nikolay Sivov
0a9937c534
gdiplus: GdipPathIterNextMarker implementation with tests.
2008-07-07 14:16:07 +02:00
Dylan Smith
ebded1636b
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.
2008-07-07 14:16:07 +02:00
Dylan Smith
5b2bdc06d0
richedit: Fixed double click issues by sharing code with single click.
2008-07-07 14:16:07 +02:00
Dylan Smith
379835b634
richedit: Made sure word selection selects only one word.
2008-07-07 14:16:07 +02:00
Stefan Dösinger
9be8f36c2e
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.
2008-07-07 12:33:41 +02:00
Alexander Nicolaysen Sørnes
5bd57c5992
winecfg: Update Norwegian Bokmål translation.
2008-07-07 12:33:31 +02:00
Alexander Nicolaysen Sørnes
ade9a3d6ea
shell32: Update Norwegian Bokmål translation.
2008-07-07 12:33:27 +02:00
Andrew Talbot
7e917a0f9d
winedos: Remove unneeded address-of operator from function name.
2008-07-07 12:33:21 +02:00
Andrew Talbot
6ced8a3f55
wined3d: Remove unneeded address-of operators from function names.
2008-07-07 12:32:39 +02:00
Andrew Talbot
5806e4b504
user32: Remove unneeded address-of operators from function names.
2008-07-07 12:31:54 +02:00
Andrew Talbot
93f656bf85
shell32: Remove unneeded address-of operators from function names.
2008-07-07 12:31:50 +02:00
Andrew Talbot
f0d7a2910e
quartz: Remove unneeded address-of operators from function names.
2008-07-07 12:31:47 +02:00
Andrew Talbot
82e23af814
ole32: Remove unneeded address-of operators from function name.
2008-07-07 12:31:43 +02:00
Andrew Talbot
fa07687034
infosoft: Remove unneeded address-of operator from function name.
2008-07-07 12:31:40 +02:00
Alexandre Julliard
28a2179dd6
Add noinput directive to all lex files to avoid a compiler warning.
2008-07-07 12:31:33 +02:00
Alexandre Julliard
e43004ac40
Makefile: Use 'git ls-files' instead of the deprecated 'git-ls-files' form.
2008-07-07 12:17:11 +02:00
Alexandre Julliard
c0ebae42f1
widl: Fix a couple of uninitialized variable compiler warnings.
2008-07-07 12:16:51 +02:00
Alexandre Julliard
6f8749b7bc
rpcrt4: Use interlocked functions to increment/decrement ref counts.
2008-07-07 12:11:24 +02:00
Rob Shearman
b75828fc90
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.
2008-07-07 12:11:24 +02:00
Vitaliy Margolen
ba1a7ba62a
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.
2008-07-07 12:11:24 +02:00
Vitaliy Margolen
a478c4fe25
dinput: Freed effect should remove itself from the parent's list of effects. Add tests.
2008-07-07 12:11:24 +02:00
Vitaliy Margolen
aa3694d8ac
dinput: Use Wine list for effects list.
2008-07-07 12:11:24 +02:00
Vitaliy Margolen
91036a04a2
dinput: Stop and unload effect when freeing it.
2008-07-07 12:11:24 +02:00
Vitaliy Margolen
85e2aa1d8a
dinput: Add more traces. Prevent some traces from dereferencing NULL pointer.
2008-07-07 12:11:24 +02:00
Eric Pouech
fa25f187c3
winhelp: Remove the search button, hook the index button to the Finder, and add a new summary button to go back to main page.
2008-07-07 12:11:24 +02:00
Eric Pouech
841720e491
winhelp: Removed the topics button, and forward search and topics to the same prop sheet.
2008-07-07 12:11:23 +02:00
Maarten Lankhorst
53782ca47a
quartz: Fix parser/pullpin to only care about the state transition stopped<->playing.
2008-07-07 12:11:23 +02:00
Maarten Lankhorst
e58855e0e9
quartz: Only call begin process functions in transform filter when stopped.
...
Fixes some graphical glitches that may occur otherwise.
2008-07-07 12:11:23 +02:00
Maarten Lankhorst
11e2b1ab2b
quartz: Make sure transform filter commits allocator.
2008-07-07 12:11:23 +02:00
Maarten Lankhorst
6e4288ee70
quartz: Fix tiny bug in IGraphBuilder_Render.
2008-07-07 12:11:23 +02:00
Rob Shearman
90d633cdd1
widl: Remove some unnecessary calls to duptype.
2008-07-07 12:11:23 +02:00
Rob Shearman
ed0c013849
widl: Rename find_type_helper, find_type and find_type2 to find_type, find_type_error and find_type_error2 respectively.
2008-07-07 12:11:23 +02:00
Rob Shearman
666b57d62f
include: Remove unused file wine/rpcss_shared.h.
2008-07-07 11:11:02 +02:00
Dylan Smith
2eec4f03ed
richedit: Fixed the selection bar width.
2008-07-07 11:10:49 +02:00
Dylan Smith
db95d69f99
richedit: Made sure the caret position is stored when moving up/down.
...
The caret's x position is stored in ME_TextEditor.nUDArrowX so that when
the caret is moved up or down, it will stay along the same horizontal
position, or at the end of a line. Unfortunately, the value stored in
nUDArrowX was being unconditionally discarded in ME_ArrowKey, preventing
it from serving its purpose.
2008-07-07 11:10:33 +02:00
Dylan Smith
2f1c7b1610
user32: Increased area for scrolling via mouse drag outside scrollbar.
...
When dragging the scrollbar thumb with the mouse, the mouse is able to
move away from the scrollbar and keep scrolling so long as it isn't too
far away from the scrollbar. This makes it easier to quickly scroll
with the mouse.
All that this patch changes is the distance that the mouse can be moved
away from the scrollbar before it is consider outside of the scrollbar
and returns to its original position. The distances are proportional to
the size of the scrollbar.
2008-07-04 20:25:48 +02:00