Andrew Talbot
|
867f254bec
|
comctl32: Remove unneeded casts.
|
2007-12-31 17:40:45 +01:00 |
Dmitry Timoshkov
|
3c9e7a7f33
|
wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
|
2007-05-25 20:37:56 +02:00 |
Andrew Talbot
|
af16b105a7
|
comctl32: Constify some variables.
|
2007-04-03 11:21:11 +02:00 |
Michael Stefaniuc
|
22ecd7aa67
|
comctl32: Remove redundant NULL checks before Free() (found by Smatch).
|
2007-03-08 11:58:04 +01:00 |
Thomas Weidenmueller
|
254b97732b
|
comctl32: Implement LM_GETIDEALSIZE for the syslink control.
|
2007-02-20 20:10:53 +01:00 |
Felix Nawothnig
|
8784d47cba
|
comctl32: Remove redundant NULL checks before Free() calls.
|
2007-02-14 12:22:39 +01:00 |
Alexandre Julliard
|
7cca856315
|
comctl32: Properly handle negative coordinates for mouse events.
|
2006-10-25 17:41:48 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Thomas Weidenmueller
|
bb56d907e5
|
comctl32: Reduce memory usage of the syslink control.
|
2006-01-06 13:08:09 +01:00 |
Thomas Weidenmueller
|
adc416b756
|
comctl32: Some painting fixes for the syslink control.
|
2006-01-06 13:04:14 +01:00 |
Thomas Weidenmueller
|
36f6bbb85c
|
Improved word wrapping and tab key handling.
|
2005-11-21 13:34:06 +00:00 |
Michael Kaufmann
|
e9310da57b
|
Handle WM_PRINTCLIENT.
Don't use SelectClipRgn in WM_PRINTCLIENT.
|
2005-11-08 12:52:35 +00:00 |
Dimitrie O. Paun
|
e50960b3d8
|
Audit the code against Comctl32.dll version 6.0.
Handle notification and styles as in the other controls.
Maintain the const for strings throughout parsing.
|
2005-04-11 12:58:30 +00:00 |
Francois Gouget
|
6b10c324c5
|
Assorted spelling fixes.
|
2005-03-30 17:08:31 +00:00 |
Dimitrie O. Paun
|
8df71a6cfa
|
Use {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAlloc,Free}().
|
2005-03-25 20:49:00 +00:00 |
Dimitrie O. Paun
|
b1d65cb15d
|
Handle wParam in WM_PAINT properly: if non-null, it is the hdc we are
supposed to use to draw into.
|
2005-03-25 10:26:10 +00:00 |
Francois Gouget
|
fbb3343547
|
Assorted spelling fixes.
|
2005-03-02 13:53:50 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Jon Griffiths
|
873cd009d0
|
Remove unneeded headers to reduce unneeded rebuilds.
|
2004-12-15 10:54:44 +00:00 |
Thomas Weidenmüller
|
a1f3756daa
|
Free allocated font handles when control is destroyed.
|
2004-12-08 19:36:23 +00:00 |
Alexandre Julliard
|
a79c534c0e
|
Avoid using the MAKEPOINTS macro, it's broken on big endian.
|
2004-11-24 18:28:31 +00:00 |
Robert Shearman
|
8d28e0314c
|
Remove unnecessary WNDPROC casts.
|
2004-11-06 03:49:03 +00:00 |
Hans Leidekker
|
411fc5f164
|
Fix signed/unsigned comparison warnings.
|
2004-09-02 23:00:53 +00:00 |
Robert Shearman
|
cdb263e588
|
Replace GetWindowLong by GetWindowLongPtr.
|
2004-08-25 17:33:01 +00:00 |
Thomas Weidenmüller
|
9d6f88c952
|
Implemented syslink control.
|
2004-08-06 19:17:49 +00:00 |