Sweden-Number/dlls/user
Michael Kaufmann 4770d57a09 Scroll bar: Keep the caret blinking during scroll operations (only
handle WM_SYSTIMER messages that belong to the scroll bar).
2005-11-03 09:51:42 +00:00
..
resources Added Norwegian translations. 2005-09-26 10:56:47 +00:00
tests Add the tests for behaviour of [In]validateRect and [In]validateRgn 2005-10-31 15:45:16 +00:00
.cvsignore We are no longer generating .dbg.c files. 2005-09-29 10:35:58 +00:00
Makefile.in Generate 16-bit spec files as assembly code too. 2005-09-21 14:23:54 +00:00
bidi16.c
button.c Misplacement of checkboxes with empty label fixed. 2005-10-19 18:30:14 +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
clipboard.c Load the USER driver on demand instead of at user32 load time. 2005-07-18 15:14:56 +00:00
combo.c Use Get/SetWindowLongPtr when accessing pointers in the window extra 2005-09-12 12:20:38 +00:00
comm16.c
controls.h Make the non-client message handling functions return an LRESULT. 2005-09-12 20:30:12 +00:00
cursoricon.c Fixed some traces to use the right printf format and avoid typecasts. 2005-09-12 10:30:05 +00:00
dde_client.c Change some TRACEing formats to make more sense. 2005-08-15 09:44:34 +00:00
dde_misc.c Added a magic number to the WDML_CONV structure to fix some failing 2005-09-20 11:39:19 +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
ddeml16.c Add DDE transaction test, make it pass under Wine. 2005-07-08 11:33:09 +00:00
defdlg.c Restore focus to the current control without selecting text. 2005-10-20 11:36:55 +00:00
defwnd.c Always return MA_ACTIVATE for WM_MOUSEACTIVATE in DefWindowProc. 2005-09-29 13:36:14 +00:00
desktop.c
dialog.c In DIALOG_FixChildrenOnChangeFocus make sure the button is a push 2005-10-08 10:36:10 +00: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
driver.c Default to the null driver instead of dying if the specified display 2005-10-31 15:54:55 +00: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 Return 0 length line as 0 length line for EM_GETLINE. 2005-10-18 12:01:38 +00:00
exticon.c - Try LoadLibrary/LoadImage to extract icons from wine's built-in dlls 2005-10-26 12:05:59 +00:00
focus.c Load the USER driver on demand instead of at user32 load time. 2005-07-18 15:14:56 +00:00
hook.c
hook16.c
icontitle.c
input.c Add some missing USER definitions, add a couple of FIXMEs for not 2005-10-27 18:28:23 +00:00
kbd16.c
keyboard.drv.spec
listbox.c Add some missing USER definitions, add a couple of FIXMEs for not 2005-10-27 18:28:23 +00:00
lstr.c
mdi.c Take into account CS_NOCLOSE window class style and SC_CLOSE system 2005-07-25 11:08:59 +00:00
menu.c Replace the 'if (!cond) ; else code' construct with the standard 'do { 2005-09-26 09:57:38 +00:00
message.c Add some missing USER definitions, add a couple of FIXMEs for not 2005-10-27 18:28:23 +00:00
misc.c Added stub for UnregisterDeviceNotification. 2005-10-03 10:17:05 +00:00
mouse.drv.spec
mouse16.c
msg16.c When doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind the scenes to 2005-10-18 10:45:18 +00:00
msgbox.c
network.c
nonclient.c Removed unused debug channels. 2005-09-22 10:44:40 +00:00
painting.c ScrollWindowEx: Don't move the caret of child windows and hide it only 2005-11-01 09:53:59 +00:00
property.c Fixed get_window_properties to correctly specify the output buffer in 2005-07-22 18:31:43 +00:00
resource.c Fixed some more traces to use the right printf format and avoid 2005-09-12 14:12:46 +00:00
scroll.c Scroll bar: Keep the caret blinking during scroll operations (only 2005-11-03 09:51:42 +00: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
sysparams.c If HKCU\Software\Wine does not yet exist, create it as non-volatile 2005-09-18 11:11:49 +00:00
text.c Fixed a lot of bugs in TEXT_TabbedTextOut. With the test cases used to 2005-10-26 10:04:21 +00:00
uitools.c
user.exe.spec
user16.c Use the proper WOW functions everywhere instead of the K32WOW variant. 2005-08-10 10:59:19 +00:00
user32.spec Added stub for UnregisterDeviceNotification. 2005-10-03 10:17:05 +00:00
user_main.c GetDesktopWindow can now potentially create a thread, so we shouldn't 2005-09-17 14:28:44 +00: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 Use GetSystemMetrics instead of hardcoding drag width & height. 2005-10-03 18:48:36 +00:00
winhelp.c
winpos.c Store the SysIP property using a string to avoid trouble with 16-bit 2005-07-22 18:40:21 +00:00
winproc.c Handle NULL string lparam when translating messages A->W. 2005-10-21 15:43:09 +00:00
winproc.h When doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind the scenes to 2005-10-18 10:45:18 +00:00
winstation.c Put in place the basic infrastructure to allow supporting multiple 2005-07-08 11:37:40 +00:00
wnd16.c
wsprintf.c