.. |
resources
|
user32: Update Polish translation.
|
2006-09-25 18:32:12 +02:00 |
tests
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Makefile.in
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
bidi16.c
|
…
|
|
button.c
|
…
|
|
caret.c
|
…
|
|
class.c
|
user32: Implement Get/SetClassLongPtrA/W.
|
2006-07-12 20:04:18 +02:00 |
clipboard.c
|
…
|
|
combo.c
|
user: Do not force repainting on WM_WINDOWPOSCHANGED in combobox.
|
2006-08-28 11:36:42 +02:00 |
comm16.c
|
…
|
|
controls.h
|
user: Only include winproc.h where necessary.
|
2006-05-26 14:54:54 +02:00 |
cursoricon.c
|
user: CopyImage: Handle the flags LR_COPYDELETEORG, LR_CREATEDIBSECTION, and LR_MONOCHROME.
|
2006-08-09 17:29:01 +02:00 |
dde_client.c
|
…
|
|
dde_misc.c
|
user32: Don't use sizeof in traces to avoid printf format warnings.
|
2006-06-13 14:11:36 +02:00 |
dde_private.h
|
…
|
|
dde_server.c
|
…
|
|
ddeml.spec
|
…
|
|
ddeml16.c
|
…
|
|
defdlg.c
|
…
|
|
defwnd.c
|
include: Move appropriate parts of winpos.h to winuser.h and win.h,
|
2006-06-29 14:48:42 +02:00 |
desktop.c
|
…
|
|
dialog.c
|
include: Move appropriate parts of winpos.h to winuser.h and win.h,
|
2006-06-29 14:48:42 +02:00 |
dialog16.c
|
…
|
|
display.c
|
…
|
|
display.drv.spec
|
…
|
|
driver.c
|
Removes all unnecessary WINE_DEFAULT_DEBUG_CHANNEL and respective wine/debug.h includes.
|
2006-09-11 11:30:48 +02:00 |
driver16.c
|
janitorial: Put "inline static" at the beginning of a declaration.
|
2006-07-07 14:30:35 +02:00 |
edit.c
|
user: Correct buffer overflows in IME processing code.
|
2006-09-25 18:13:21 +02:00 |
exticon.c
|
Yet another round of redundant NULL checks before HeapFree.
|
2006-06-13 11:40:23 +02:00 |
focus.c
|
user: Improve SetActiveWindow test, add SetForegroundWindow test, make them pass under Wine.
|
2006-07-10 11:47:44 +02:00 |
hook.c
|
…
|
|
hook16.c
|
…
|
|
icontitle.c
|
…
|
|
input.c
|
user32: Stub implementation of BlockInput.
|
2006-10-02 11:54:56 +02:00 |
kbd16.c
|
…
|
|
keyboard.drv.spec
|
…
|
|
listbox.c
|
Yet another round of redundant NULL checks before HeapFree.
|
2006-06-13 11:40:23 +02:00 |
lstr.c
|
Removes all unnecessary WINE_DEFAULT_DEBUG_CHANNEL and respective wine/debug.h includes.
|
2006-09-11 11:30:48 +02:00 |
mdi.c
|
…
|
|
menu.c
|
user: Implement MNS_NOTIFYBYPOS.
|
2006-08-11 14:45:30 +02:00 |
message.c
|
server: Split the queuing of hardware messages into a separate send_hardware_message request.
|
2006-08-09 16:45:26 +02:00 |
misc.c
|
…
|
|
mouse.drv.spec
|
…
|
|
mouse16.c
|
…
|
|
msg16.c
|
…
|
|
msgbox.c
|
…
|
|
network.c
|
…
|
|
nonclient.c
|
include: Move appropriate parts of winpos.h to winuser.h and win.h,
|
2006-06-29 14:48:42 +02:00 |
painting.c
|
…
|
|
property.c
|
winuser.h: Fix PROPENUMPROCEXA/W types declarations.
|
2006-09-26 21:50:27 +02:00 |
resource.c
|
user: Fix handling of high bits of resource id in LoadString, reported by Andrey Turkin.
|
2006-09-21 20:47:20 +02:00 |
scroll.c
|
…
|
|
spy.c
|
user: Add some missing internal Wine messages to the message spy.
|
2006-08-02 22:02:13 +02:00 |
static.c
|
user: Use computed icon rectangle if SS_CENTERIMAGE style is set.
|
2006-09-07 13:58:55 +02:00 |
sysparams.c
|
user: ChangeDisplaySettings virtual desktop mode handling fix.
|
2006-09-08 13:41:11 +02:00 |
text.c
|
…
|
|
uitools.c
|
…
|
|
user.exe.spec
|
…
|
|
user16.c
|
user: Only include winproc.h where necessary.
|
2006-05-26 14:54:54 +02:00 |
user32.spec
|
user32: Stub implementation of BlockInput.
|
2006-10-02 11:54:56 +02:00 |
user_main.c
|
user: Add .exe extension to wineboot just in case.
|
2006-08-18 20:56:20 +02:00 |
user_private.h
|
server: Make the message extra info 64 bits on Win64.
|
2006-08-09 17:10:14 +02:00 |
win.c
|
user: Explicitly load explorer.exe from the system directory.
|
2006-08-16 16:43:08 +02:00 |
winhelp.c
|
…
|
|
winpos.c
|
user: Add a trace to EndDeferWindowPos.
|
2006-07-24 19:56:26 +02:00 |
winproc.c
|
user: Fixed WM_ACTIVATEAPP mapping with null task handle.
|
2006-05-28 18:26:32 +02:00 |
winproc.h
|
user: Only include winproc.h where necessary.
|
2006-05-26 14:54:54 +02:00 |
winstation.c
|
…
|
|
wnd16.c
|
…
|
|
wsprintf.c
|
…
|
|