Lei Zhang
|
dfdd9290a7
|
user32: Handle ctrl + home in edit control.
|
2008-04-15 14:34:28 +02:00 |
Lei Zhang
|
4aef5cb86d
|
user32: Do checks in the right order in EDIT_BuildLineDefs_ML.
|
2008-04-15 14:34:18 +02:00 |
Aric Stewart
|
f51542d9b5
|
user32: Call ImmProcessKey in TranslateMessage to allow IMEs to handle key processing if they choose to.
|
2008-04-14 23:50:13 +02:00 |
Hwang YunSong(황윤성
|
d20d374f77
|
user32: Updated Korean resource.
|
2008-04-14 23:50:13 +02:00 |
Alex Villacís Lasso
|
1fcc4ffdfa
|
user32: LoadImage(IMAGE_BITMAP) should reject invalid BMP files (with tests).
|
2008-04-14 12:06:37 +02:00 |
Aric Stewart
|
d0cf2342df
|
user32: Make sure there is space for at least 6 items in a combo dropdown without forcing it to be at most 6 items as well.
|
2008-04-14 12:05:04 +02:00 |
Dmitry Timoshkov
|
7668241015
|
user32: Use appropriate type for lresult.
|
2008-04-14 12:04:51 +02:00 |
Dmitry Timoshkov
|
29565d558f
|
user32: Fix Win64 warnings.
|
2008-04-11 12:11:33 +02:00 |
Alexandre Julliard
|
ac0db11459
|
user32/tests: Replace the keyboard flags bitfield by the official flag definitions.
|
2008-04-10 17:59:10 +02:00 |
Alexandre Julliard
|
eb857aebeb
|
user32: Moved the menu activation hack on managed windows to the X11 driver.
|
2008-04-10 16:41:26 +02:00 |
Alexandre Julliard
|
fa677c7f72
|
user32: Forward all WM_SYSCOMMAND messages to the driver, not only moves and resizes.
|
2008-04-10 15:58:43 +02:00 |
Lei Zhang
|
95f323ed46
|
user32: Handle VK_TAB in EDIT_WM_KeyDown.
|
2008-04-10 10:00:03 +02:00 |
Alexandre Julliard
|
e3ac70c1cb
|
user32/tests: Avoid testing uninitialized data.
|
2008-04-10 09:45:34 +02:00 |
Lei Zhang
|
5cc671eec5
|
user32: Fix a typo.
|
2008-04-09 21:00:54 +02:00 |
Lei Zhang
|
b7ffa86725
|
user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_TAB.
|
2008-04-09 21:00:45 +02:00 |
Lei Zhang
|
f704d5c699
|
user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_RETURN.
|
2008-04-09 21:00:23 +02:00 |
Alexandre Julliard
|
806d08c206
|
user32: Get rid of the debug mark option in the system menu.
|
2008-04-08 12:20:04 +02:00 |
Lei Zhang
|
6736ed82ed
|
user32: Handle VK_ESCAPE correctly in EDIT_WM_KeyDown.
|
2008-04-08 12:18:38 +02:00 |
Lei Zhang
|
7f10fe0744
|
user32: Handle ES_MULTILINE correctly for WM_KEYDOWN/VK_RETURN.
|
2008-04-08 12:18:18 +02:00 |
Lei Zhang
|
c8a4bb8fff
|
user32: Fix WM_CHAR return value for edit controls.
|
2008-04-08 12:18:05 +02:00 |
Lei Zhang
|
42d32aba02
|
user32: Add tests for edit controls and VK_TAB.
|
2008-04-08 12:17:54 +02:00 |
Lei Zhang
|
d1abf27f8d
|
user32: Add tests for edit controls and VK_RETURN.
|
2008-04-08 12:17:43 +02:00 |
Lei Zhang
|
e91de39521
|
user32: Add more tests for single line edit control inside a dialog.
|
2008-04-08 12:17:28 +02:00 |
Lei Zhang
|
8cf7eef073
|
user32: Add more tests for ES_WANTRETURN.
|
2008-04-08 12:17:13 +02:00 |
Rok Mandeljc
|
814e781026
|
user32: Updated Slovenian translation.
|
2008-04-07 21:40:25 +02:00 |
Alexandre Julliard
|
cf4c2e0b54
|
user32: Fix list_window_parents when run in the desktop process.
|
2008-04-07 20:34:24 +02:00 |
Francois Gouget
|
8a18e0e43a
|
Assorted spelling fixes.
|
2008-04-07 13:36:18 +02:00 |
Alexandre Julliard
|
d0e1dd84b2
|
user32: Fix a few ShowWindow todo tests.
|
2008-04-04 18:22:40 +02:00 |
Lei Zhang
|
4bc0cd60cf
|
user32: Use a bogus wildcard in listbox test, change wildcard string to a const.
|
2008-04-04 11:05:25 +02:00 |
Maarten Lankhorst
|
70a6495a31
|
user32: Implement BroadcastSystemMessage.
|
2008-04-03 12:00:02 +02:00 |
Lei Zhang
|
376e45429c
|
user32: Correctly handle VK_RETURN for edit controls with ES_WANTRETURN style.
|
2008-04-03 11:27:21 +02:00 |
Lei Zhang
|
08a4d2afc2
|
user32: Dialog should ignore WM_KEYDOWN messages if it gets DLGC_WANTCHARS.
|
2008-04-03 11:27:14 +02:00 |
Lei Zhang
|
1d1f1373af
|
user32: Add more edit dialog tests.
|
2008-04-03 11:26:59 +02:00 |
Vitaliy Margolen
|
9faf7e3586
|
winex11drv: Distinguish left and right keys for shift, ctrl and alt.
|
2008-04-02 11:14:54 +02:00 |
Alexandre Julliard
|
bd09340cf2
|
user32: Don't start explorer.exe on non-visible window stations.
|
2008-03-31 17:26:42 +02:00 |
Vitaliy Margolen
|
a28b86a78e
|
user32: Properly translate keyboard left/right-shift, alt, ctrl keys hardware messages.
|
2008-03-31 15:13:06 +02:00 |
Andrew Talbot
|
c9566d556c
|
user32: Void functions should not return a value.
|
2008-03-31 12:14:05 +02:00 |
Marcus Meissner
|
22facc67d2
|
user32/tests: Mark unsigned entitities as unsigned.
|
2008-03-28 14:49:17 +01:00 |
Vitaliy Margolen
|
5b690b0885
|
Update Russian translations.
|
2008-03-28 09:53:44 +01:00 |
Michael Stefaniuc
|
4174053fbc
|
user32: About dialog cosmetic fixes for the Romanian translation too.
|
2008-03-28 09:51:06 +01:00 |
Lei Zhang
|
bab3d82bcf
|
user32: Add more DrawText tests.
|
2008-03-28 09:50:32 +01:00 |
Lei Zhang
|
0fac05b977
|
user32: Handle WM_CHAR messages better in edit controls.
|
2008-03-28 09:50:14 +01:00 |
Lei Zhang
|
5d6bf737db
|
user32: Add more dialog with edit control tests.
|
2008-03-28 09:50:00 +01:00 |
Lei Zhang
|
1560203215
|
user32: Make an edit test more readable.
|
2008-03-28 09:49:47 +01:00 |
Dmitry Timoshkov
|
854413e5cf
|
user32: Add a defwinproc flag when appropriate.
|
2008-03-27 17:47:44 +01:00 |
Alexandre Julliard
|
7dfc5184e0
|
user32: Cosmetic fixes to the About dialog.
|
2008-03-27 13:47:57 +01:00 |
Dmitry Timoshkov
|
113f2c9dbb
|
user32: Add a test for combobox navigation with arrow keys, make it pass under Wine.
|
2008-03-27 11:06:02 +01:00 |
Michael Stefaniuc
|
c68a8963c8
|
user32: Add the Romanian translation.
|
2008-03-27 11:05:32 +01:00 |
Alexandre Julliard
|
f29b5757d5
|
user32: Allow arbitrary text size for loaded strings in message boxes.
|
2008-03-26 23:38:36 +01:00 |
Lei Zhang
|
41ea8f0e8a
|
user32: Tweak how the edit control handles WM_GETDLGCODE.
|
2008-03-26 12:09:36 +01:00 |