Daniel Zimmermann <netzimme@aim.com>
[reactos.git] / reactos / subsystems /
2010-01-04 James Tabor- Revert changes in font.
2010-01-04 James Tabor- Sorry I thought I turn the debug off.region.c
2010-01-04 Dmitry GorbachevChinese translations of NTVDM by Samuel Lee. Bug #5087.
2010-01-04 James Tabor- Another attempt to fix RGNOBJAPI_Un/Lock SEH issue...
2010-01-03 Dmitry GorbachevFix GCC 4.5.0 "operation may be undefined" warning.
2010-01-03 Dmitry GorbachevAdd / update Japanese translations. Patch by Tomoya...
2010-01-03 Dmitry GorbachevTraditional and simplified Chinese translations of...
2010-01-03 James Tabor[Win32k]
2009-12-30 James Tabor[Win32k]
2009-12-30 Gregor Schneider[win32k] Add support for mask offsets in IntEngStretchBlt
2009-12-29 James Tabor[Win32k]
2009-12-29 Gregor Schneider[win32k]
2009-12-28 James Tabor[Win32k]
2009-12-28 James Tabor[Win32k]
2009-12-27 Gregor Schneider[win32k] Handle invalid palette index by using the...
2009-12-27 Gregor Schneider[win32k]
2009-12-27 Gregor Schneider[win32k]
2009-12-26 James Tabor[Win32k]
2009-12-25 Gregor Schneider[win32k]
2009-12-23 James Tabor[Win32k]
2009-12-23 Gregor Schneider[win32k] NtGdiSetDIBitsToDeviceInternal:
2009-12-22 Gregor Schneider[win32k]
2009-12-22 Gregor Schneider[win32k] Remove palette flag validation for get/setPale...
2009-12-20 Gregor Schneider[win32k] Rename windowToViewPort to IntWindowToViewPort
2009-12-20 Gregor Schneider[win32k]
2009-12-20 Gregor Schneider[win32k] Reuse existing code to support page to device...
2009-12-20 Gregor Schneider[win32k] Initialize Information contexts too, fixes...
2009-12-20 Gregor Schneider[win32k]
2009-12-20 Timo KreuzerMerge from amd64 branch:
2009-12-19 Gregor Schneider[win32k] Add parameter checks for NtGdiSetVirtualResolution
2009-12-19 Giannis Adamopoulos[win32k]
2009-12-19 Gregor Schneider[win32k]
2009-12-15 James Tabor[Win32k]
2009-12-14 Giannis Adamopoulos[win32k]
2009-12-14 James Tabor[Win32k]
2009-12-14 James Tabor[Win32k]
2009-12-13 Giannis Adamopoulos[win32k]
2009-12-13 Giannis Adamopoulos[user32]
2009-12-13 James Tabor[Win32k]
2009-12-12 James Tabor[Win32k]
2009-12-11 James Tabor[Win32k]
2009-12-10 James Tabor[Win32k]
2009-12-08 Dmitry GorbachevCleanup in desktopbg.c, inspired by BeastL (slyhome...
2009-12-06 James Tabor[Win32k]
2009-12-06 James Tabor- [Win32k] Missed this one for rev 44423. Return invali...
2009-12-06 James Tabor- [Win32k] If Proc is null, use original one and perfor...
2009-12-05 James Tabor- [Win32k] Return invalid index.
2009-12-04 James Tabor[Win32k]
2009-12-03 James Tabor[Win32k]
2009-12-03 James Tabor- [Win32k] Create a Gre function for GetGlyphIndicesW.
2009-12-02 Colin Finck[General]
2009-12-01 James Tabor- [Win32k] Make DispatchMessage call direct to WinProc...
2009-11-30 James Tabor- [Win32k] Test thread death before posting to queue.
2009-11-30 James Tabor- [Win32k] Remove debug prints from classes.
2009-11-30 James Tabor- [Win32k] Use PostMessage to send broadcast messages...
2009-11-28 James Tabor- [Win32k] Add comments to text functions.
2009-11-17 KJK::HyperionGoodbye win32k_base, you won't be missed
2009-11-12 Stefan Ginsberg- Win32k doesn't know what "opaque" means. Store the...
2009-11-12 Stefan Ginsberg- Add missing synchronization for access to PsLoadedMod...
2009-11-03 Aleksey Bragin[csrss]
2009-11-03 Aleksey Bragin[csrss]
2009-10-31 Timo KreuzerAdd a number of official win32k pool tags, taken from...
2009-10-30 Timo Kreuzer[WIN32K]
2009-10-30 Timo Kreuzer[FORMATTING]
2009-10-30 Timo Kreuzer[WIN32K]
2009-10-29 Sylvain Petreollesilence debug
2009-10-27 James Tabor- Move TI flages to main header file.
2009-10-27 Dmitry Gorbachev- Update address of Free Software Foundation.
2009-10-26 Christoph von Wittichimplement IntKeyboardInput based on wine
2009-10-25 Gregor Schneider[win32k] Stub out page to device space conversion,...
2009-10-25 Gregor Schneider[win32k] GetTransform:
2009-10-20 Giannis AdamopoulosFix two user32 resource tests
2009-10-18 Dmitry Gorbachev[HAL, WIN32K] Add typedef.
2009-10-18 Timo KreuzerMerge trunk (r43561)
2009-10-17 Christoph von Wittichfix all gdi32 gdiobj winetests
2009-10-16 Stefan GinsbergDowngrade various debug prints from DPRINT1 to DPRINT...
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-12 Timo KreuzerSync to trunk HEAD (r43416)
2009-10-12 Matthias Kupferexperimental mouse click lock feature
2009-10-12 Dmitry Gorbachev- Remove svn:needs-lock, svn:eol-type, and svn:eol...
2009-10-10 James Tabor- Fix exception. Spotted by Stefan Ginsberg.
2009-10-10 James Tabor- Do not test for IMM start up from client info, instea...
2009-10-10 James Tabor- [Win32k] Implement AttachThreadInput, not yet connect...
2009-10-10 Michael Martin- KeyboardThreadMain: Set RepeatRate to 1 vice 0. Fixes...
2009-10-07 Matthias Kupfer- replace dropshadow from mouse settings by cursor...
2009-10-07 Matthias Kupfer- revert SPI_SETCLICKLOCK
2009-10-07 Matthias Kupfer- some preparation for ClickLock implementation
2009-10-07 Matthias Kupfer- load UserPreferencesMask from registry
2009-10-07 Matthias Kupfer- fix typo in registry key name
2009-10-06 Matthias Kupfer- bind (almost all) mouse settings to system and regist...
2009-10-06 James Tabor- Remove Thread from event structure and substitute...
2009-10-06 James Tabor- Set Process, pass keyboard handle and enable check...
2009-10-05 Matthias Kupfer- use static variables instead of multiple strings
2009-10-05 Matthias Kupfer- add new desktop and mouse property keys to registry
2009-10-05 Matthias Kupfer- partly revert 43298
2009-10-05 Matthias Kupfer- fix the mouse swap button issue
2009-10-04 Matthias Kupfertemporarily workaround for swap mouse buttons feature
2009-10-04 Matthias Kupfer- remove double entry in inf
2009-10-03 James Tabor- Dont need this then.
2009-10-03 James Tabor- Use TIF in cleanup flag.
next