reactos/reactos/subsystems/win32/win32k/ntuser
James Tabor 8bbe320757 - Patch by Michael Martin: Fix for Get/Set CallProc.
- Michael points out the fact that our system hard codes to unicode and does not mix ANSI and Unicode as it should. This creates problems when applications use ansi only. ReactOS lacks the mechanics of switching back to ANSI. The beginning of the project it seemed to become an unwritten rule. We learn from our misstakes and move on. When working on a drafting project, do not draw more than you can erase in a day.



svn path=/trunk/; revision=38590
2009-01-05 23:35:10 +00:00
..
accelerator.c - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
callback.c - Fixed hooking bug for Firefox, a plus, new SEH found a bug! 2008-11-30 23:39:20 +00:00
callproc.c Win32 structure cleanup part 2 / x: 2008-10-17 10:40:04 +00:00
caret.c - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
class.c modified include/reactos/probe.h 2008-11-30 19:28:11 +00:00
clipboard.c Silence compiler warnings (9/11). 2008-12-03 17:36:23 +00:00
csr.c - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
cursoricon.c Do not return garbage in cbSize field of CURSORINFO. 2008-12-28 07:35:26 +00:00
defwnd.c - Attempt to initiate hook set from kernel space. 2008-07-26 12:27:40 +00:00
desktop.c Some people were thinking they could use NtGdiExtTextOut from within Win32k and get away with it. Since MmCopyFromCaller is broken, it was actually working. Implement NtGdiExtTextOutW as a wrapper around the real function, that is now called GreExtTextOutW, using the naming style that ms also uses to get some more stucture in here. Also get rid of 2 pool allocations and use only one if a local buffer is not sufficient. Should get us more TextOut performance. 2008-12-22 03:58:04 +00:00
display.c modified include/reactos/probe.h 2008-11-30 19:28:11 +00:00
event.c - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
focus.c - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
guicheck.c PatchPatch by Stefan Ginsberg (stefan__100__ AT hotmail DOT com): 2008-04-12 23:22:58 +00:00
hook.c modified include/reactos/probe.h 2008-11-30 19:28:11 +00:00
hotkey.c - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
input.c - Use Cursor position from server information. I guess the logic is, one workstation per system with multiple desktops. So we would always have one cursor pointer, not one per desktop. 2008-12-25 00:35:02 +00:00
kbdlayout.c modified include/reactos/probe.h 2008-11-30 19:28:11 +00:00
keyboard.c - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
menu.c modified include/reactos/probe.h 2008-11-30 19:28:11 +00:00
message.c modified include/reactos/probe.h 2008-11-30 19:28:11 +00:00
metric.c Quickfix for bug 3808 2008-10-23 17:26:50 +00:00
misc.c - Silence debug output. 2008-12-30 10:32:23 +00:00
monitor.c - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
msgqueue.c Silence compiler warnings (9/11). 2008-12-03 17:36:23 +00:00
ntstubs.c modified include/reactos/probe.h 2008-11-30 19:28:11 +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 Some people were thinking they could use NtGdiExtTextOut from within Win32k and get away with it. Since MmCopyFromCaller is broken, it was actually working. Implement NtGdiExtTextOutW as a wrapper around the real function, that is now called GreExtTextOutW, using the naming style that ms also uses to get some more stucture in here. Also get rid of 2 pool allocations and use only one if a local buffer is not sufficient. Should get us more TextOut performance. 2008-12-22 03:58:04 +00:00
prop.c - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
scrollbar.c - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
session.c set most of trunk svn property eol-style:native 2006-11-08 11:47:44 +00:00
simplecall.c - Removed SEH abuse and add notes for the hook code, in NtUserDefSetText. 2009-01-03 04:02:54 +00:00
sysparams.c modified include/reactos/probe.h 2008-11-30 19:28:11 +00:00
timer.c - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
useratom.c Win32 structure cleanup part 1 / x: 2008-10-16 17:52:38 +00:00
vis.c - Fix CurrentWnd when it has a NULL, see Bug 3527. 2008-07-16 16:12:44 +00:00
windc.c - Less STDCALL, more WINAPI/NTAPI/APIENTRY 2008-11-29 22:48:58 +00:00
window.c - Patch by Michael Martin: Fix for Get/Set CallProc. 2009-01-05 23:35:10 +00:00
winpos.c - Total commander crashes after pressing any key, see bug 2292. 2008-12-26 23:00:03 +00:00
winsta.c - Add IntGetCharDimensions and text metrics for win32k server info. 2008-12-24 02:23:30 +00:00