Alexandre Julliard
|
f89aaa65ad
|
user32: Store 32-bit and 16-bit cursors/icons in independent structures.
|
2010-02-08 17:49:47 +01:00 |
Jason Edmeades
|
f27b032d50
|
user32: Preselect all editbox text when combo gets focus.
|
2010-01-25 18:05:03 +01:00 |
Alexandre Julliard
|
8aa83d326a
|
user32: Make user.exe into a stand-alone 16-bit module.
|
2009-12-24 12:15:12 +01:00 |
Alexandre Julliard
|
b33c5f163a
|
user32: Add a WoW wrapper for message waiting to allow releasing the Win16 lock in the 16-bit code.
|
2009-12-24 12:07:44 +01:00 |
Alexandre Julliard
|
5e640271f2
|
user32: Remove the no longer used WIN_ISWIN32 flag.
|
2009-12-23 21:10:59 +01:00 |
Alexandre Julliard
|
b201a41edf
|
user32: Export the WIN_GetFullHandle function through the WoW handlers.
|
2009-12-23 19:34:58 +01:00 |
Alexandre Julliard
|
eb36bb2e47
|
user32: Export DIALOG_get_info and DIALOG_DoDialogBox through the WoW handlers.
|
2009-12-23 19:34:41 +01:00 |
Alexandre Julliard
|
7f11441af9
|
user32: Duplicate DIALOG_Enable/DisableOwner implementation on the 16-bit side.
|
2009-12-23 19:33:26 +01:00 |
Alexandre Julliard
|
b36ca48608
|
user32: Call the cursor/icon handle allocation functions through the WoW handlers table.
|
2009-12-22 17:27:57 +01:00 |
Alexandre Julliard
|
00e75f2b9e
|
user32: Reimplement MENU_FindSubMenu on the 16-bit side using only exported functions.
|
2009-12-22 17:00:12 +01:00 |
Alexandre Julliard
|
b615656f00
|
user32: Get rid of the 16-bit dialog heap.
Edit controls don't allocate memory on the 16-bit heap anyway.
|
2009-12-22 15:35:15 +01:00 |
Alexandre Julliard
|
0fbe20a254
|
user32: Move freeing of a 16-bit module's classes to wnd16.c.
|
2009-12-22 12:33:33 +01:00 |
Alexandre Julliard
|
ce50559013
|
user32: Send all CreateWindow calls through the WoW wrapper to allow mapping 16-bit instances.
|
2009-12-21 15:00:35 +01:00 |
Alexandre Julliard
|
77ab435402
|
user32: Make WINPROC_AllocProc take a unicode flag for consistency with the other winproc functions.
|
2009-12-18 12:41:59 +01:00 |
Alexandre Julliard
|
d081a7352c
|
user32: Simplify window procedure allocation for the builtin classes.
|
2009-12-18 12:39:13 +01:00 |
Alexandre Julliard
|
6b0cdc1922
|
user32: Pre-allocate the window procedure for the message class.
|
2009-12-18 12:38:22 +01:00 |
Alexandre Julliard
|
e6f15c5886
|
user32: Pre-allocate the window procedure for the menu class.
|
2009-12-18 12:37:58 +01:00 |
Alexandre Julliard
|
d88c34099b
|
user32: Pre-allocate the window procedure for the icon title class.
|
2009-12-18 12:37:05 +01:00 |
Alexandre Julliard
|
0c4e151ee9
|
user32: Pre-allocate the window procedure for the desktop class.
|
2009-12-18 12:36:33 +01:00 |
Alexandre Julliard
|
8494682f2d
|
user32: Move 16-bit window creation functions to 16-bit files.
|
2009-12-17 15:03:32 +01:00 |
Alexandre Julliard
|
1b2ea8b2e9
|
user32: Pre-allocate the window procedure for DefWindowProc.
|
2009-12-17 13:25:50 +01:00 |
Alexandre Julliard
|
53393b0f1c
|
user32: Pre-allocate the window procedure for the MDI client class.
|
2009-12-17 13:25:16 +01:00 |
Alexandre Julliard
|
0cbf191add
|
user32: Pre-allocate the window procedure for the dialog class.
|
2009-12-17 13:09:50 +01:00 |
Alexandre Julliard
|
80a09a7899
|
user32: Pre-allocate the window procedure for the static class.
|
2009-12-17 13:09:50 +01:00 |
Alexandre Julliard
|
1e43d19753
|
user32: Pre-allocate the window procedure for the scrollbar class.
|
2009-12-17 13:09:50 +01:00 |
Alexandre Julliard
|
c0f3f5a1d2
|
user32: Pre-allocate the window procedure for the listbox class.
|
2009-12-17 13:09:50 +01:00 |
Alexandre Julliard
|
87ede8949a
|
user32: Get rid of the EDIT_winproc_handle variable.
|
2009-12-17 13:09:50 +01:00 |
Alexandre Julliard
|
6400dabf40
|
user32: Pre-allocate the window procedure for the edit class.
|
2009-12-17 13:09:50 +01:00 |
Alexandre Julliard
|
05cf0ff29f
|
user32: Pre-allocate the window procedure for the combobox class.
|
2009-12-17 13:09:50 +01:00 |
Alexandre Julliard
|
87f83f8618
|
user32: Pre-allocate the window procedure for the button class.
|
2009-12-17 13:09:49 +01:00 |
Alexandre Julliard
|
314d2c3e1c
|
user32: Add a Wow handler for the mdi client class.
|
2009-12-16 13:22:08 +01:00 |
Alexandre Julliard
|
552fc29b26
|
user32: Move 16-bit winproc functions to msg16.c.
|
2009-12-15 20:15:02 +01:00 |
Alexandre Julliard
|
8649f73056
|
user32: Turn the static winproc into a Wow handler.
|
2009-12-15 16:09:13 +01:00 |
Alexandre Julliard
|
3dc6317fc6
|
user32: Turn the scrollbar winproc into a Wow handler.
|
2009-12-15 16:09:13 +01:00 |
Alexandre Julliard
|
57e5c8f67a
|
user32: Turn the edit winproc into a Wow handler.
|
2009-12-15 16:09:13 +01:00 |
Alexandre Julliard
|
9f12c730e1
|
user32: Turn the listbox winproc into a Wow handler.
|
2009-12-15 16:09:13 +01:00 |
Alexandre Julliard
|
57d439f4f1
|
user32: Turn the combobox winproc into a Wow handler.
|
2009-12-15 16:09:13 +01:00 |
Alexandre Julliard
|
02e74fa8a6
|
user32: Implement UserRegisterWowHandlers function and add a handler for the button winproc.
|
2009-12-15 16:09:13 +01:00 |
Rein Klazes
|
e861d8be43
|
user32: Fix for the ending of menu tracking in the default handler of WM_CANCELMODE message with test.
|
2009-04-03 13:25:31 +02:00 |
Maarten Lankhorst
|
7981d6c736
|
user32: Fix dialogs for 64-bits wine.
|
2008-12-03 11:28:25 +01:00 |
Alexandre Julliard
|
c9370c44ba
|
user32: Register the builtin 'Message' window class.
|
2008-06-25 14:44:06 +02:00 |
Rob Shearman
|
076c6fb550
|
user32: Handle the undocumented behaviour in DefWindowProc for WM_NCACTIVATE that causes the nonclient area not to be redrawn.
If the lParam is 0xffffffff then the nonclient area is not redrawn.
|
2008-03-19 11:18:36 +01:00 |
Alexandre Julliard
|
1642fbcbc2
|
user32: Moved the DCE support from winex11 back to user32.
Window and class DCEs are now allocated lazily.
|
2008-02-25 15:59:19 +01:00 |
Alexandre Julliard
|
4273a8ab86
|
user32: Simplify the window structure creation. Get rid of the unused clsStyle field.
|
2008-02-25 15:55:17 +01:00 |
Alexandre Julliard
|
c57b5057db
|
user32: Make all internal user32 functions and variables hidden.
|
2007-11-07 19:46:29 +01:00 |
Alexandre Julliard
|
1fc461f98b
|
server: Allow to specify the class name instead of the atom to create a window.
|
2007-11-02 15:16:25 +01:00 |
Alexandre Julliard
|
bfe88a00f8
|
user32: Store the builtin class names in Unicode.
|
2007-11-01 12:55:00 +01:00 |
Mikolaj Zalewski
|
585329ed13
|
user32: Better fix how to handle GetWindowLongPtr[AW](..., GWLP_WNDPROC) for builtin winprocs.
|
2007-10-30 14:08:50 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |