.. |
accelerator.c
|
Big ntuser fix:
|
2008-02-13 00:46:23 +00:00 |
callback.c
|
- Add call window proc hooks.
|
2008-07-25 01:02:17 +00:00 |
callproc.c
|
Patch by Stefan Ginsberg (stefan__100__ AT hotmail DOT com):
|
2008-04-03 02:13:34 +00:00 |
caret.c
|
- implement NtUserHideCaret, make NtUserShowCaret prototype match XP ones.
|
2007-07-30 15:08:14 +00:00 |
class.c
|
The rest of rev 34442.
|
2008-07-13 00:24:05 +00:00 |
clipboard.c
|
Fix crash in NtUserSetClipboardData with CF_TEXT format. (Bug 3536)
|
2008-07-24 22:08:50 +00:00 |
csr.c
|
- Properly initialize the Port Message header in NTDLL's Csr Routines and Win32k's as well.
|
2006-10-30 19:12:17 +00:00 |
cursoricon.c
|
- Set the BaseObject.hHmgr field in GDIOBJ_AllocObj
|
2008-03-17 22:17:48 +00:00 |
defwnd.c
|
- Fix NtUserCallMsgFilter to use SEH. Add support for system commands related to hooks.
|
2008-07-23 19:59:20 +00:00 |
desktop.c
|
don't free a UNICODE_STRING which isn't allocated
|
2008-06-26 12:20:09 +00:00 |
display.c
|
NtUserEnumDisplaySettings returns NTSTATUS not BOOL, it doesn't set LastError value. Fix parameter validation and return value, based on tests in w32knapi.Move NtUserEnumDisplayMonitors and NtUserEnumDisplaySettings from windc to a new file display.c (Int functions should go there, too). adapt user32 functions accordingly. As a result w32knapi test doesn't crash anymore.
|
2008-05-11 23:51:55 +00:00 |
event.c
|
Move the init of server info after heap is init.
|
2008-05-30 06:13:52 +00:00 |
focus.c
|
- Needed to reference the previous window handle. This prevents the window object from becoming zero during it's own demise when posting send messages.
|
2008-07-10 11:27:53 +00:00 |
guicheck.c
|
PatchPatch by Stefan Ginsberg (stefan__100__ AT hotmail DOT com):
|
2008-04-12 23:22:58 +00:00 |
hook.c
|
- Replace Global flag.
|
2008-07-26 00:03:31 +00:00 |
hotkey.c
|
Delete all Trailing spaces in code.
|
2007-10-19 23:21:45 +00:00 |
input.c
|
Win32k/User32:
|
2008-07-08 18:58:07 +00:00 |
kbdlayout.c
|
- Fix typo (part 1/2)
|
2008-03-11 16:39:58 +00:00 |
keyboard.c
|
Update the rest of the prototypes and stubs.
|
2008-07-08 07:38:28 +00:00 |
menu.c
|
Fixed at typo from me thx Daniel Zimmermann (netzimme at aim dot com) that notes it.
|
2008-05-23 19:12:07 +00:00 |
message.c
|
- Fix NtUserCallMsgFilter so it initiates the hook call.
|
2008-07-25 23:08:50 +00:00 |
metric.c
|
Win32k/User32:
|
2008-07-08 18:58:07 +00:00 |
misc.c
|
Move the init of server info after heap is init.
|
2008-05-30 06:13:52 +00:00 |
monitor.c
|
don't try to dereference NULL pointers
|
2008-07-05 09:19:56 +00:00 |
msgqueue.c
|
- Add support for SMTO_NOTIMEOUTIFNOTHUNG.
|
2008-07-25 12:31:59 +00:00 |
ntstubs.c
|
The rest of rev 34442.
|
2008-07-13 00:24:05 +00:00 |
ntuser.c
|
Oriol Pique <oripipa@yahoo.es>
|
2008-06-12 09:35:24 +00:00 |
object.c
|
Big ntuser fix:
|
2008-02-13 00:46:23 +00:00 |
painting.c
|
Rename and add new internal functions.
|
2008-05-27 01:38:01 +00:00 |
prop.c
|
Cleanup headers for Prop.
|
2008-07-09 04:44:13 +00:00 |
scrollbar.c
|
- make code ANSI-C compatible (makes msvc more happier )
|
2007-11-26 11:24:48 +00:00 |
session.c
|
set most of trunk svn property eol-style:native
|
2006-11-08 11:47:44 +00:00 |
simplecall.c
|
Sorry for commit my test tree,,,, good for testing Bug 2451.
|
2008-07-16 02:06:05 +00:00 |
sysparams.c
|
implement SPI_GET/SETSTICKYKEYS, SPI_GET/SETFILTERKEYS, SPI_GET/SETTOGGLEKEYS, SPI_GET/SETSERIALKEYS, SPI_GET/SETMOUSEKEYS, SPI_GET/SETKEYBOARDPREF, SPI_GET/SETSHOWSOUNDS, SPI_GET/SETACCESSTIMEOUT
|
2008-05-22 14:51:01 +00:00 |
timer.c
|
Patch by Stefan Ginsberg (stefan__100__ AT hotmail DOT com):
|
2008-04-03 02:13:34 +00:00 |
useratom.c
|
Delete all Trailing spaces in code.
|
2007-10-19 23:21:45 +00:00 |
vis.c
|
- Fix CurrentWnd when it has a NULL, see Bug 3527.
|
2008-07-16 16:12:44 +00:00 |
windc.c
|
- Moved WM_ACTIVATEAPP calles before WM_NC/ACTIVATE calls.
|
2008-07-04 04:55:18 +00:00 |
window.c
|
Sorry for commit my test tree,,,, good for testing Bug 2451.
|
2008-07-16 02:06:05 +00:00 |
winpos.c
|
Sorry for commit my test tree,,,, good for testing Bug 2451.
|
2008-07-16 02:06:05 +00:00 |
winsta.c
|
Use System Bitmap DC, like a stock object but a hDC one.
|
2008-05-30 15:18:51 +00:00 |