Sweden-Number/dlls/user
Francois Gouget e739ba9551 Assorted spelling fixes. 2006-05-15 15:05:05 +02:00
..
resources user32: Updated Korean resource. 2006-05-08 14:50:03 +02:00
tests Assorted spelling fixes. 2006-05-15 15:05:05 +02:00
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in user: Make the edit control IME aware and implement inline editing. 2005-12-19 18:17:51 +01:00
bidi16.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
button.c Handle WM_PRINTCLIENT. 2005-11-08 12:52:35 +00:00
caret.c Fixed a number of pointer to integer conversions that wouldn't work 2005-09-12 15:14:06 +00:00
class.c user: Moved Get/SetClassLong16 to wnd16.c. 2006-05-10 17:08:05 +02:00
clipboard.c user: GetClipboardFormatNameA fix. 2005-12-14 10:49:54 +01:00
combo.c Avoid importing _strlwr/_strupr from ntdll. 2006-01-24 12:24:05 +01:00
comm16.c Remove spaces before '\n' in traces. 2005-11-10 12:14:56 +00:00
controls.h Make the non-client message handling functions return an LRESULT. 2005-09-12 20:30:12 +00:00
cursoricon.c user: The LoadImage resource string may be a numeric string. 2006-01-10 12:07:32 +01:00
dde_client.c Convert some ERRs to WARNs in the DDE client code when appropriate. 2005-11-11 10:53:44 +00:00
dde_misc.c Remove spaces before '\n' in traces. 2005-11-10 12:14:56 +00:00
dde_private.h Added a magic number to the WDML_CONV structure to fix some failing 2005-09-20 11:39:19 +00:00
dde_server.c Add DDE transaction test, make it pass under Wine. 2005-07-08 11:33:09 +00:00
ddeml.spec HCONV and HCONVLIST are 32bit handles. 2005-07-01 19:17:50 +00:00
ddeml16.c Add DDE transaction test, make it pass under Wine. 2005-07-08 11:33:09 +00:00
defdlg.c user: Prefer SendMessageW over SendMessageA where possible. 2006-05-10 21:33:33 +02:00
defwnd.c user: Allow menu WndProc to recognize VK_[LR]MENU. 2006-05-08 15:12:33 +02:00
desktop.c user: Allow creating windows of the desktop class. 2006-03-06 12:44:38 +01:00
dialog.c user: Fix argument type of IsDlgButtonChecked. 2006-02-14 11:38:15 +01:00
dialog16.c Use MAKEINTRESOURCE instead of casts where appropriate. 2005-09-12 20:29:16 +00:00
display.c Load the USER driver on demand instead of at user32 load time. 2005-07-18 15:14:56 +00:00
display.drv.spec Renamed comm.dll, display.dll, keyboard.dll and mouse.dll to use the 2003-09-27 02:32:53 +00:00
driver.c user32: More informative message on failure to load x11drv. 2006-04-03 21:35:35 +02:00
driver16.c Fixed some more traces to use the right printf format and avoid 2005-09-12 14:12:46 +00:00
edit.c user32: Only adjust the margins if the edit control is above a certain size. 2006-03-22 21:37:10 +01:00
exticon.c user: Fixed PrivateExtractIcons to pass the tests when using native dlls. 2006-04-04 18:58:48 +02:00
focus.c Do not change focus if the being activated window is no longer 2005-11-15 16:53:26 +00:00
hook.c user: Remove duplicate code. 2006-01-30 14:56:25 +01:00
hook16.c -Wpointer-sign fixes for gcc 4.0. 2005-07-06 10:36:28 +00:00
icontitle.c user: Prefer SendMessageW over SendMessageA where possible. 2006-05-10 21:33:33 +02:00
input.c user32: Send a fake mouse movement event after releasing capture. 2006-03-27 21:41:09 +02:00
kbd16.c Moved 16-bit string functions to user16.c and kbd16.c. 2005-03-29 13:15:44 +00:00
keyboard.drv.spec Comment out stub WEP entry points so that we can call WEP for builtin 2005-05-23 10:12:26 +00:00
listbox.c user: The height of a ListBox item can be no more than MAXBYTE. 2006-03-09 12:51:10 +01:00
lstr.c Take advantage of the __EXCEPT_PAGE_FAULT macro. 2005-12-16 17:17:57 +01:00
mdi.c user: Prefer SendMessageW over SendMessageA where possible. 2006-05-10 21:33:33 +02:00
menu.c user: Fix behavior when selecting disabled menu items. 2006-05-08 15:15:19 +02:00
message.c user: Replace WINDOWPROCTYPE by a unicode flag in WINPROC_GetProc/AllocProc. 2006-05-10 13:20:34 +02:00
misc.c Improve c2man Documented-Total count. Changes: 2005-11-09 10:33:40 +00:00
mouse.drv.spec Renamed comm.dll, display.dll, keyboard.dll and mouse.dll to use the 2003-09-27 02:32:53 +00:00
mouse16.c Add some missing includes which contain used prototypes. 2005-12-09 11:51:17 +01:00
msg16.c user: Have WINPROC_GetProc16 allocate a new winproc if necessary. 2006-05-10 16:55:55 +02:00
msgbox.c Fix declarations, remove unused code. 2005-06-22 18:05:02 +00:00
network.c Remove unneeded headers to reduce unneeded rebuilds. 2004-12-20 19:00:11 +00:00
nonclient.c user: Prefer SendMessageW over SendMessageA where possible. 2006-05-10 21:33:33 +02:00
painting.c Add a test for RedrawWindow with an empty region/rectangle, make it 2005-11-30 19:46:00 +01:00
property.c Fixed get_window_properties to correctly specify the output buffer in 2005-07-22 18:31:43 +00:00
resource.c Improve c2man Documented-Total count. Changes: 2005-11-09 10:33:40 +00:00
scroll.c user: Fix argument type for EnableScrollBar. 2006-02-14 11:37:57 +01:00
spy.c Add some missing USER definitions, add a couple of FIXMEs for not 2005-10-27 18:28:23 +00:00
static.c static control: SS_CENTERIMAGE fixes. 2006-01-25 13:14:44 +01:00
sysparams.c user32: Fix SPI_GETLISTBOXSMOOTHSCROLLING, and implement SPI_SETLISTBOXSMOOTHSCROLLING. 2006-03-29 13:37:00 +02:00
text.c user: Fix DrawTextExA/W on empty strings. 2006-01-27 15:47:15 +01:00
uitools.c Fixed creation of PS_ALTERNATE pens. 2006-01-30 15:02:53 +01:00
user.exe.spec user: Store the pointer to the winproc in the thunk structure. 2006-05-10 15:50:18 +02:00
user16.c user: Fix return type of EnableMenuItem. 2006-01-10 12:08:48 +01:00
user32.spec user32: Added stub for UpdateLayeredWindow. 2006-01-23 20:12:52 +01:00
user_main.c server: Connect to the window station and desktop specified by startup info. 2006-03-27 12:57:17 +02:00
user_private.h Make sure we don't call the graphics driver after process detach. 2005-08-10 09:56:23 +00:00
win.c user: Have WINPROC_GetProc16 allocate a new winproc if necessary. 2006-05-10 16:55:55 +02:00
winhelp.c Moved most files from the windows directory to dlls/user. 2005-04-25 11:33:34 +00:00
winpos.c user: Prefer SendMessageW over SendMessageA where possible. 2006-05-10 21:33:33 +02:00
winproc.c user: Have WINPROC_GetProc16 allocate a new winproc if necessary. 2006-05-10 16:55:55 +02:00
winproc.h user: Have WINPROC_GetProc16 allocate a new winproc if necessary. 2006-05-10 16:55:55 +02:00
winstation.c Replace inherit flag with object attributes in winstation and desktop 2005-11-21 12:05:38 +00:00
wnd16.c user: Moved Get/SetClassLong16 to wnd16.c. 2006-05-10 17:08:05 +02:00
wsprintf.c Small fix for the WPR_SIGNED case (count the sign). 2004-01-26 20:13:36 +00:00