- Create KD branch. All debugging support is removed in this branch (no symbols,...
[reactos.git] / reactos / subsystems /
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-14 Saveliy TretiakovPost WM_INPUTLANGCHANGE to thread's focus windows when...
2007-02-13 Saveliy Tretiakov- Make NtUserLoadKeyboardLayoutEx accept 6 params
2007-02-11 Johannes Anderwald- Fix a bug in NtUserOpenDesktop and simply the code
2007-02-11 Magnus Olsenadding some comment after review how it works in window...
2007-02-11 Aleksey Bragin25763 was an example of how to NEVER do in ReactOS...
2007-02-11 Sylvain Petreollemove from branch
2007-02-10 Magnus Olsenreverting 25758 : for follow reason
2007-02-10 Saveliy TretiakovAdd missing return
2007-02-10 Magnus Olsenstub shall be in stub. file not in other files.
2007-02-10 Saveliy TretiakovFix a bug.
2007-02-10 Saveliy TretiakovAdd braces to if.
2007-02-09 Saveliy TretiakovAdd multiple keyboard layout support. Implemented NtUse...
2007-02-09 Aleksey Bragin30 seconds screensaver timeout is just simply wrong...
2007-02-09 Aleksey Bragin30 seconds screensaver timeout is just simply wrong...
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-02-04 Magnus Olsenmerge down 25710 change from trunk : implement NtUserGe...
2007-02-04 Magnus Olsenimplement NtUserGetKeyboardLayoutName tested in 0.3...
2007-02-01 Johannes Anderwald- Compile csrss with intrinsics
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-25 Alex Ionescu- Use WinXP style /SOS output when enabled. (TODO:...
2007-01-24 Aleksey Bragin- Merge a couple of small bugfixes from 25461 (smss...
2007-01-22 Alex Ionescu- Implement ExEnumHandleTable. Had to add a small hack...
2007-01-21 Thomas BluemelThis is the last fix for GCC4.2. Now everything can...
2007-01-21 Christoph von Wittichfix win32csr (gcc 4.2)
2007-01-21 Christoph von Wittichrevert this change (it broke the build)
2007-01-21 Christoph von Wittichfix some more warnings (gcc 4.2)
2007-01-21 Christoph von Wittichfix some warnings (gcc 4.2) thanks to w3seek
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-20 Hervé PoussineauFix some warnings
2007-01-18 James TaborAdd Arc.c to win32k. See gdi32 painting.c for more...
2007-01-16 Ged Murphydon't leak a bitmap object if we fail to allocate memory
2007-01-15 Ged Murphy- implement correct alpha blending of icons
2007-01-15 Aleksey Bragin- Merge 25404-25406, very small part of 25407, 25409...
2007-01-15 Aleksey Bragin- Merge two small fixes from 25400
2007-01-15 Alex Ionescu- Fix handle close bug. The ExDestroyHandleEntry API...
2007-01-10 Timo Kreuzer- Make IntSystemParametersInfo send a WM_SETTINGCHANGE...
2007-01-10 Timo KreuzerMake NtUserSetFocus accept NULL window.
2007-01-10 James TaborShould be 7 zeros not 6.
2007-01-09 James TaborImplement new keyboard driver and layout structures...
2007-01-08 Timo KreuzerClean up tabs / spaces mix (no code change)
2007-01-08 Alex Ionescu- Implement ObFindHandleForObject and add it to the...
2007-01-08 Timo Kreuzer- implement SPI_GETMINIMIZEDMETRICS and SPI_SETMINIMIZE...
2007-01-08 Timo Kreuzerimplement SPI_SETNONCLIENTMETRICS in IntSystemParameter...
2007-01-07 Timo KreuzerMy first commit!
2006-12-30 Saveliy TretiakovFix a typo
2006-12-30 Saveliy TretiakovImplement NtGdiPolyDraw (based on wine).
2006-12-29 Aleksey Bragin- Comment out the performance counting ("hits: xxx...
2006-12-29 Magnus Olsencommit same strechblt code for 8,16,32, it does not...
2006-12-29 Magnus Olsenfreetype cache glyth patch pass last all my test.patch
2006-12-23 Magnus OlsenStart comment how thing works in dx stuff and done...
2006-12-23 Aleksey Bragin- Fix width/height params in a call to NtGdiAlphaBlend().
2006-12-23 Magnus Olsenreformat dib16bpp.c remove mix betwin tab and space
2006-12-21 Magnus Olsenfixed a typo
2006-12-21 Magnus OlsenLast part of the new strectsblt
2006-12-21 Magnus Olsenstart of new strechblt huge speed incress, the idea...
2006-12-21 Magnus Olsenthx filip notice I use wrong filed to detect alpha...
2006-12-21 Magnus OlsenFixed alpha blend support in DrawIconEx
2006-12-21 Magnus Olsensome more stuff from filip dymatic resolutions change...
2006-12-21 Magnus Olsenfrom filip
2006-12-14 Aleksey BraginA correct check, finally.
2006-12-14 Magnus Olsenrevers 25135 for it is incorrect change, do ask before...
2006-12-12 Johannes Anderwald- fix bug in IntChangeDisplaySettings
2006-12-12 Magnus Olsenremove fireball hack in changedisplay, do not hard...
2006-12-12 Aleksey BraginChangeDisplaySettingsEx() can be called with NULL Devic...
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-11-30 Johannes Anderwald- various msvc compability fixes
2006-11-28 Johannes Anderwald- add uk translation
2006-11-28 Thomas BluemelFix wrong locale names...
2006-11-28 Johannes Anderwald- add french translation
2006-11-26 James TaborAdd the pDc_Attr to the main DC object. It will become...
2006-11-23 Magnus Olsenadding new ddraw.h header. we are delete wine ddraw...
2006-11-10 James TaborSync up PATH_Arc and PATH_Ellipse with Wine.
2006-11-09 James TaborIncremental changes, adding new Create and Delete DC...
2006-11-08 Johannes Anderwaldset most of trunk svn property eol-style:native
2006-11-05 Alex Ionescu- Simplify LPC Message allocation with an LpcpAllocateF...
2006-10-30 Alex Ionescu- Properly initialize the Port Message header in NTDLL...
2006-10-30 Alex Ionescu- Use Emanuelle's design for SMSS's LPC Code in CSRSS...
2006-10-30 Alex Ionescu- Fix parameter checks in NtAcceptConnectPort.
2006-10-30 Alex Ionescu- Add correct calls to NtAcceptConnectPort if NTLPC...
2006-10-30 Alex Ionescu- Implement the rest of Hard Error support.
2006-10-26 Alex Ionescu- Make CSRSS register the default hard error port on...
2006-10-20 Thomas Bluemel- Some minor Nt stub fixes
2006-10-15 James TaborFixed definition for NtUserLoadKeyboardLayoutEx.
2006-10-09 Aleksey BraginRevert r24430 changes (by Magnus Olsen) since they...
2006-10-09 Alex Ionescu- Bootvid rewrite by Filip Navara (with some fixes...
2006-10-06 Magnus OlsenFixed control apps windows, Let me known if it create...
2006-10-04 Thomas BluemelFix almost the same bug in LdrGetProcedureAddress as...
2006-10-01 Andrew MungerSync win32k and gdi32_winetest from trunk.
2006-09-28 Magnus OlsenNtGdiCreateDIBitmap
2006-09-28 Magnus Olsenfix a hidden bug in IntCreateBitmapIndirect
2006-09-25 Magnus OlsenNtGdiSetViewportExtEx
2006-09-25 Magnus Olsenimplement PEN_GetObject, we can now get pen from Getopj...
2006-09-25 Magnus OlsenNtGdiRestoreDC
2006-09-25 Saveliy Tretiakov- PATH_RoundRect from wine
2006-09-25 Magnus OlsenFixed some bugs in win32k function BITMAP_GetObject.
2006-09-24 Saveliy Tretiakovmemcpy -> RtlCopyMemory
2006-09-24 Saveliy Tretiakov- Implement NtGdiStrokePath and NtGdiStrokeAndFillPath...
2006-09-24 Saveliy TretiakovMore prototypes
2006-09-24 Magnus Olsentested in dib16
next