Made each service have its own pipe name as done in Windows
[reactos.git] / reactos / subsystems /
2007-10-26 Timo KreuzerUserScrollDC: 2nd try to fix the invalidated region...
2007-10-25 Timo KreuzerUserScrollDC:
2007-10-25 Timo Kreuzerremove ToUnicode() stub from win32k
2007-10-24 James Tabor- Implement NtUserGetComboBoxInfo and use it in GetComb...
2007-10-24 James TaborUpdate NtUserGetComboBoxInfo header info.
2007-10-24 James Tabor- Sync to Wine: Listbox controls
2007-10-23 Aleksey Bragin- Add a bit more debug traces, like the previous implem...
2007-10-23 Hervé PoussineauNo need to define __USE_W32API
2007-10-22 Hervé PoussineauFix typo
2007-10-21 Aleksey Bragin- When adding new items into a submenu, they are placed...
2007-10-20 Thomas BluemelFixes updating default character attributes when callin...
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-19 Thomas BluemelTweak the ScrollDC implementation a bit so that it...
2007-10-19 Thomas BluemelExtend hack in NtUserEnumDisplayDevices to fail enumera...
2007-10-17 Ged Murphysilence stray debug message
2007-10-14 Magnus Olsendo not use entrypoint="0" when dll have dllmain
2007-10-14 Magnus Olsendo not use entrypoint="0" when dll have dllmain
2007-10-13 James TaborDc_Attr with DCE:
2007-10-06 Timo Kreuzeradd missing gdi object type
2007-10-06 Ged Murphyfix painting of alpha channels in 32bpp icons onto...
2007-10-06 Aleksey Bragin- Fix incorrect DPRINT.
2007-10-06 Art YerkesAll remaining changes from the PPC branch. Not well...
2007-10-05 Aleksey Bragin- Fix an awful memory-overwrite bug. Buggy code written...
2007-10-05 James TaborNo need to stop APC when looping.
2007-10-05 Aleksey Bragin- Don't allocate pool with a NULL tag, use ExAllocatePo...
2007-10-05 Aleksey Bragin- Fix a bug with wrong handling of an ALT key pressed...
2007-10-05 James TaborFixed an old typo bug from rev 3450 by dwelch. Add...
2007-10-04 Aleksey Bragin- Comments, debug prints translation into readable...
2007-10-04 Aleksey Bragin- Change strange greatlord-like sentences to a short...
2007-10-03 Aleksey Bragin- Silence badly placed debug message. DPRINT1 equals...
2007-10-03 James TaborMove DCX_EXCLUDEUPDATE to the psdk where it belongs.
2007-10-03 James TaborAdd dprint to debug the change to ownership for shutdow...
2007-10-02 James TaborFix NtUserGetIconSize prototype.
2007-10-01 James TaborWin32k/User32:
2007-10-01 Aleksey Bragin- KeRosCaptureUserStackBackTrace is now created, which...
2007-10-01 Ged Murphyremove some debug output I missed
2007-10-01 Ged Murphy- partial rewrite of NtGdiGetDIBitsInternal
2007-10-01 Timo Kreuzermove last syscalls with wrong number of params into...
2007-09-28 Timo KreuzerAdd 5th parameter to NtUserFindWindowEx
2007-09-28 Timo Kreuzerwin32k compatibility update
2007-09-27 Timo Kreuzerprobe the pointer and some cleanup simplification
2007-09-27 Timo KreuzerBasic implementation of NtGdiSetDIBitsToDeviceInternal()
2007-09-27 James Tabor- First try bug fix for #2698.
2007-09-24 James TaborTurn off DcAttr updates for now.
2007-09-20 Timo Kreuzer- make gdi object's type field more windows compatible...
2007-09-19 James TaborWin32k:
2007-09-18 Daniel ReimerSet svn:eol-style = native
2007-09-18 Ged Murphy- when converting from a DDB to a DIB, the palette...
2007-09-18 James Tabor- Win32k: Removed NtUserCreateMenu replacing it with...
2007-09-18 James Tabor- Implement NtUserValidateHandleSecure and most support...
2007-09-17 James TaborFixed build.
2007-09-17 James TaborFixed Client Info structure. Moved it to the right...
2007-09-16 Aleksey Bragin- Move W32CLTINFO_TEB structure out of NDK, since it...
2007-09-16 James TaborFix def and size for NtUserValidateHandleSecure.
2007-09-15 Colin FinckMore XML compliance fixes for the .rbuild files by...
2007-09-14 Timo Kreuzerrevert 29027, because it breaks context menus.
2007-09-14 Hervé PoussineauClean up .rbuild files and make them xml compliant
2007-09-14 James Tabor- Setting up for the User32 part of the win32k rewrite.
2007-09-14 Timo Kreuzermake upper 16 bit of gdi table entries type field more...
2007-09-08 Aleksey Bragin- Don't unlock a not locked TEXTOBJ. Solves booting...
2007-09-08 Colin FinckEnable the Windows Server 2003 behaviour for SetTimer.
2007-09-08 James TaborReset DC if MemoryDC or SaveLevelDC.
2007-09-08 Christoph von Wittichhandle CachedMode->dmSize
2007-09-08 James TaborFix bootcd problem and found another one.
2007-09-08 Christoph von Wittich-fix a bug in GetDisplayNumberFromDeviceName
2007-09-08 James Tabor- Remove DCU_UpdateUserXForms from files for now.
2007-09-08 James Tabor- Reordered IntGdiGet/SetDCState and separated the...
2007-09-07 James Tabor- Reordered IntGdiGet/SetDCState and separated the...
2007-09-06 Ged Murphysilence debug output
2007-09-06 Timo Kreuzer- add the missing macro
2007-09-06 Ged MurphyAdd a hack to fix the build.
2007-09-06 Timo Kreuzer- use the new ObjectType list with fixed indices
2007-09-06 Timo Kreuzer- cleanup EXTPENS and PENS in BRUSH_Cleanup, remove...
2007-09-06 Timo Kreuzer- move dx gdi object type definitions from intddraw...
2007-09-04 James TaborMoved code. Finding out when changing ownership, it...
2007-09-04 James TaborFix processid mask, update gdi handle entry, shift...
2007-09-04 Daniel ReimerMassive Translations commit:
2007-09-03 Johannes Anderwald- scroll window with ScrollWindowEx
2007-09-03 James Tabor- Win32k: DC_ATTR: Moved to it.
2007-09-03 Johannes Anderwald- halfplement console scrolling support
2007-09-03 Johannes Anderwald- add hActiveBuffer member to struct to ensure that...
2007-09-02 Johannes Anderwald- implement screenbuffer resizing(required for console...
2007-09-02 Hervé PoussineauMake some i386 code conditional
2007-09-02 Hervé PoussineauFix warnings, and compilation of dib24bppc.c/dib32bppc.c
2007-09-02 Magnus Olsenimplement stub for NtGdiSelectBitmap, NtGdiSelectBrush...
2007-09-02 Magnus Olsenimplement stub for NtGdiIcmBrushInfo, NtGdiInit, NtGdiM...
2007-09-02 Magnus Olsenimplement stub for NtGdiGetEmbUFI, NtGdiGetUFIPathname...
2007-09-02 Magnus OlsenImplement stub for NtGdiGetServerMetaFileBits, NtGdiGet...
2007-09-02 James TaborWorking Dc_Attr support, tested and it worked. Will...
2007-09-01 Johannes Anderwald- fix loading of resources
2007-09-01 Johannes Anderwald- load icon from the right HINSTANCE handle
2007-09-01 Johannes Anderwald- load resources from the dll handle
2007-09-01 Magnus Olsenimplement stub for NtGdiPATHOBJ_vGetBounds, NtGdiPATHOB...
2007-09-01 Magnus Olsenimplement stub for NtGdiPATHOBJ_bEnum, NtGdiPATHOBJ_bEn...
2007-09-01 Magnus Olsenfast bugfix, NtGdiExtEscape should accpect a NULL hdc.
2007-09-01 James Tabor- Removed NtGdiPoly/Bezier/To and lineTo/Polyline/line...
2007-09-01 James Tabor- Removed NtGdiPaintRgn and renamed NtGdiGetCurrentObje...
2007-08-31 Magnus Olsenimplement stub for NtGdiGetStringBitmapW
2007-08-31 Johannes Anderwald- fix typo
2007-08-31 Magnus Olsenimplement stub for NtGdiGetFontUnicodeRanges
next