Rob Shearman
|
25bc7023ba
|
ntdll: Implement RtlRegisterWait, RtlDeregisterWait and RtlDeregisterWaitEx.
|
2008-01-02 14:30:08 +01:00 |
Eric Pouech
|
39aa3beaf2
|
richedit: Simplify first para style handling by creating a context.
|
2008-01-02 13:58:09 +01:00 |
Eric Pouech
|
d5478118a1
|
richedit: Don't force repaint while the redraw flag is off.
|
2008-01-02 13:57:53 +01:00 |
Eric Pouech
|
f43570cbf0
|
richedit: Optimizations for the style selection.
Use a ME_Context for style selection/unselection.
Store the (x,y) dpi information for a given DC in the corresponding ME_Context structure.
|
2008-01-02 13:57:37 +01:00 |
Eric Pouech
|
475b45d8ab
|
richedit: Don't recreate the DC all the time, but use uniformely a ME_Context structure where needed.
|
2008-01-02 13:56:02 +01:00 |
Eric Pouech
|
4cecb5dc70
|
richedit: Move init code after some sanity checks to avoid unneeded computations.
|
2008-01-02 13:55:53 +01:00 |
Eric Pouech
|
d48905cf21
|
richedit: Small optimisation in ME_GetSelectionInsertStyle.
|
2008-01-02 13:55:24 +01:00 |
Eric Pouech
|
e9be142d78
|
richedit: Rewrote FindPixelPos so that it always return something.
Made the function static as well.
|
2008-01-02 13:55:14 +01:00 |
Eric Pouech
|
d319033a97
|
richedit: Added support for intra-paragraph line space.
|
2008-01-02 13:54:49 +01:00 |
Eric Pouech
|
f1b029ef6a
|
richedit: Added support for spaces above & below paragraphs.
|
2008-01-02 13:54:25 +01:00 |
Eric Pouech
|
caa37c749a
|
richedit: Now drawing the paragraph borders (if any) from paraformat2.
|
2008-01-02 13:54:01 +01:00 |
Eric Pouech
|
28cc0f9e69
|
richedit: Fix the para computation when zoom is used.
|
2008-01-02 13:52:52 +01:00 |
Eric Pouech
|
f4fd063101
|
richedit: Enforce usage of paraformat2 fields instead of homegrown ones for paragraphs.
|
2008-01-02 13:52:10 +01:00 |
Eric Pouech
|
0e8c087561
|
richedit: Properly copying the paraformat2 structure for paragraphs.
|
2008-01-02 13:51:49 +01:00 |
Eric Pouech
|
8f60c8c46e
|
richedit: Now dumping all fields from the paraformat2 structure.
|
2008-01-02 13:50:38 +01:00 |
Eric Pouech
|
566912dc3b
|
richedit: Correctly initialize the paraformat structure.
|
2008-01-02 13:50:04 +01:00 |
Eric Pouech
|
0549b9009a
|
richedit: Simplified handling of background brush while painting.
|
2008-01-02 13:49:57 +01:00 |
Eric Pouech
|
2602a39bd9
|
richedit: Now painting the newly supported underline types.
|
2008-01-02 13:48:53 +01:00 |
Eric Pouech
|
6b591ef23a
|
richedit: Extend the usage of underlinetype from charformat2 in richedit.
|
2008-01-02 13:48:11 +01:00 |
Eric Pouech
|
13f86afe1f
|
richedit: Don't allow recursive EN_REQUESTRESIZE notifications.
|
2008-01-02 13:47:41 +01:00 |
Eric Pouech
|
c2631d8537
|
richedit: Correctly copy the pitch and family field.
|
2008-01-02 13:47:06 +01:00 |
Eric Pouech
|
8d0799a741
|
richedit: Fully initialize the first style.
|
2008-01-02 13:46:53 +01:00 |
Eric Pouech
|
be785a295f
|
richedit: Correctly set the CFM_WEIGHT in charformat2.
|
2008-01-02 13:46:42 +01:00 |
Eric Pouech
|
a607ad316e
|
richedit: Fixed a couple of charformatXXm structure conversions because of alignment issues.
|
2008-01-02 13:46:22 +01:00 |
Eric Pouech
|
71f52d54bd
|
richedit: Added support for some message (key, mouse) filtering events.
|
2008-01-02 13:45:08 +01:00 |
Hans Leidekker
|
428cff6e0b
|
msvcrt: Fix spec file entries for the execv functions.
|
2008-01-02 13:43:03 +01:00 |
Hans Leidekker
|
864741c1b4
|
gdi32: Add a stub implementation for RemoveFontMemResourceEx.
|
2008-01-02 13:29:52 +01:00 |
Gerald Pfeifer
|
739152ce3e
|
msi: Remove an extraneous safety check and simplify deformat_string().
|
2008-01-02 13:29:41 +01:00 |
Alexander Dorofeyev
|
e169bb0a7f
|
include/d3d.h: Fix method calling macros for IDirect3DTexture.
|
2008-01-02 13:20:21 +01:00 |
Rob Shearman
|
91971561c1
|
user32: Add a stub implementation of RegisterServicesProcess.
|
2008-01-02 13:20:12 +01:00 |
Austin English
|
92e7fed80c
|
msi: Fix several typos.
|
2008-01-02 13:20:06 +01:00 |
Austin English
|
74399eec94
|
dplayx: Fix a typo.
|
2008-01-02 13:19:58 +01:00 |
Lionel Debroux
|
efc81cb233
|
dinput: Improve TRACEs and WARNs.
|
2008-01-02 13:19:48 +01:00 |
Lionel Debroux
|
99ad76c3c1
|
msi: Correctly handle return value of msi_realloc.
|
2008-01-02 13:17:52 +01:00 |
Reece H. Dunn
|
66dc01be56
|
gdiplus: Added the ProfileNotFound status code.
|
2008-01-02 13:15:25 +01:00 |
Alexandre Julliard
|
8926dce077
|
crypt32: Avoid casting away const from the context pointer.
|
2008-01-02 12:38:42 +01:00 |
Michael Stefaniuc
|
a4ec3ff61b
|
netapi32: Remove two unused global variables.
|
2008-01-02 12:38:42 +01:00 |
Gerald Pfeifer
|
f36602d5cb
|
qcap: Complete initializers for g_cTemplates[].
|
2008-01-02 12:38:42 +01:00 |
Gerald Pfeifer
|
520832451f
|
wined3d: Simplify three checks based on the unsignedness of variables.
|
2008-01-02 12:38:42 +01:00 |
Gerald Pfeifer
|
76e7cc9423
|
ole32: Remove one noop check in CoWaitForMultipleHandles().
|
2008-01-02 12:38:42 +01:00 |
Gerald Pfeifer
|
216a1b3767
|
winspool: Adjust the typo of a loop variable in test_EnumForms().
Simplify a test in test_GetPrinterDriver().
|
2008-01-02 12:38:42 +01:00 |
Gerald Pfeifer
|
02afd70fbb
|
wined3d: Remove four noop checks.
|
2008-01-02 12:38:42 +01:00 |
Gerald Pfeifer
|
a77249ad14
|
d3d9/tests: Simplify condition in test_vshader_input().
|
2008-01-02 12:38:42 +01:00 |
Gerald Pfeifer
|
f7fea9e9f0
|
msi: Simplify condition in TABLE_fetch_stream().
|
2008-01-02 12:38:42 +01:00 |
Andrew Talbot
|
70d82dfbd9
|
d3d8: Remove unneeded casts.
|
2008-01-02 12:38:41 +01:00 |
Andrew Talbot
|
863ffb719b
|
comctl32: Remove unneeded casts.
|
2008-01-02 12:38:41 +01:00 |
Andrew Talbot
|
2cf2807052
|
dsound: Remove unneeded casts.
|
2008-01-02 12:38:41 +01:00 |
Andrew Talbot
|
a5195512c9
|
dplayx: Remove unneeded casts.
|
2008-01-02 12:38:41 +01:00 |
Andrew Talbot
|
f074c0e162
|
ddraw: Remove unneeded casts.
|
2008-01-02 12:38:41 +01:00 |
Andrew Talbot
|
159672d01c
|
dbghelp: Remove unneeded casts.
|
2008-01-02 12:38:41 +01:00 |