Mikolaj Zalewski
|
71d77d98e2
|
user32: combo: CB_SETITEMHEIGHT should make the edit area 2px higher than the item (with testcase).
|
2007-08-31 13:24:13 +02:00 |
Dmitry Timoshkov
|
ce1ab638da
|
user32: CBN_SELCHANGE notification should be sent before an edit update.
|
2007-08-09 14:40:59 +02: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
|
01e93cc2d1
|
user32: Exclude unused headers.
|
2007-05-21 13:36:02 +02:00 |
Mikołaj Zalewski
|
4043b007fe
|
user32: combobox: The text area height should be font_height+4.
The tests shows that CBGetTextAreaHeight was using a bad formula.
|
2007-03-27 12:31:31 +02:00 |
Aric Stewart
|
ea60a508b1
|
user32: We are calculating the height for the drop down based on
number of items however the if statement used nIHeight (just the
height of 1 item) and not nHeight (the height all the items).
|
2007-02-07 20:43:58 +01:00 |
Kai Blin
|
7bfe2b06c3
|
user32: If pTest was allocated, length has to be > 0 (Coverity).
|
2007-01-05 20:26:52 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |