Remove all trailing Spaces.
[reactos.git] / reactos / subsystems /
2007-11-18 Art YerkesWhen doing NtAllocateVirtualMemory, you need to MEM_REL...
2007-11-18 James TaborFix dprint.
2007-11-18 James TaborComplete move to Dc_Attr in win32k. Tested Qemu Linux...
2007-11-17 Thomas BluemelOptimize GetParent() to read the information from the...
2007-11-17 Thomas BluemelOptimize SendMessageA/W to allow certain messages be...
2007-11-16 James TaborThis helps FF 1.5.03 Restore from Maximize. Anyone...
2007-11-16 Thomas BluemelOptimize IsWindow() and IsWindowUnicode()
2007-11-16 Thomas BluemelOptimize ClientToScreen(), ScreenToClient() and MapWind...
2007-11-16 Thomas BluemelMake registration of system window classes a bit more...
2007-11-16 Thomas BluemelOptimize GetWindowText(Length)A/W and WM_GETTEXT(LENGTH)
2007-11-15 Thomas BluemelImplement GetWindowLongA/W without having to call win32...
2007-11-15 Thomas Bluemel- Fix desktop heaps handling and various bugs
2007-11-15 Thomas BluemelDereference callproc handles without a system call
2007-11-15 Thomas BluemelExpose the pointer to the shared heap and the delta...
2007-11-14 Timo KreuzerRelease keyboard modifiers in KeybardThreadMain on...
2007-11-14 James TaborRemoved code support for dcattr, it was over kill....
2007-11-12 James TaborMove types out of handles headers. Add Locks for displays.
2007-11-12 Hervé PoussineauDo not check for a system menu on the NULL window
2007-11-12 James Tabor3rd FIN.
2007-11-12 James Tabor2nd Sort out gdi device mess.
2007-11-12 James TaborRemoved unused DeviceDriver. Fix behavior for dcattr.
2007-11-12 James Tabor1st Sort out gdi device mess.
2007-11-11 Timo Kreuzer- NtUserScrollDC() only returns TRUE or FALSE
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-10 Timo Kreuzerfix bug in NtUserToUnicodeEx. It still ignores the...
2007-11-09 James TaborNo need for dca here if the ScreenDeviceContext is...
2007-11-09 James TaborFix bug spoted by Stefan100 on IRC.
2007-11-08 Timo Kreuzerrename NtGdiGetClipBox to NtGdiGetAppClipBox
2007-11-08 James TaborTemp fix for the Window Handle issue.
2007-11-08 James TaborNtGdiGetChar/ABCWidth/sW now fully functional and teste...
2007-11-08 Timo KreuzerIntGdiPolygon: close the polygon outline
2007-11-08 Timo Kreuzerclean up indentation, no code change
2007-11-07 James TaborWin32k/Gdi32
2007-11-07 James TaborMove NtGdiGetCharWidthW into text.
2007-11-06 James Tabor- Removed NtGdiGetCharWidthFloat, NtGdiGetCharABCWidths...
2007-11-06 James Tabor- Implement GetGlyphIndicesA/W with update changes...
2007-11-06 James TaborSorry guys! Would have anyone know that Abiword calls...
2007-11-05 James TaborAllow batch flush to handle null DCs.
2007-11-05 James Tabor- Implement batching for DeleteObject.
2007-11-04 James Tabor- Removed NtGdiDeleteObject from w32ksvc.db and ntgdibad.h.
2007-11-04 James Tabor- Removed NtGdiTranslateCharsetInfo, updated w32ksvc...
2007-11-03 James TaborImplement NtGdiGetCharSet, for testing.
2007-11-03 James TaborFix a stub.
2007-11-02 James TaborAdd STOCK_LAST, update stock objects.
2007-11-02 James TaborWin32k:
2007-11-02 James TaborMove GDI_BATCH_LIMIT where it should go.
2007-11-02 James TaborAssign define for gdi buffer size.
2007-11-01 Aleksey Bragin- Fix a bug with incorrect handling of the keyboard...
2007-11-01 Ged Murphy- don't pass minus values for creating topdown bitmaps.
2007-11-01 Johannes Anderwald- fix a bug in IntGetMenuDefaultItem
2007-11-01 Ged MurphyDon't lock unnecessarily and don't leak a bitmap object...
2007-10-31 James TaborWin32k/Gdi:
2007-10-31 Ged Murphyremove a sneaky little bugger
2007-10-31 Ged Murphy- Fix param checking and don't send negative values...
2007-10-31 James TaborFix gdi init so it can support batch. Used wrong limit...
2007-10-31 Thomas BluemelFix freeing callproc handles when freeing window classes
2007-10-30 Thomas BluemelRemove unused code
2007-10-30 Thomas BluemelKeep callproc handles valid as long as a window classes...
2007-10-29 Hervé PoussineauDon't crash when starting a 2nd GUI application when...
2007-10-29 Ged Murphywe don't need the 0xff
2007-10-29 Ged Murphyspeed up the DrawIconEx alpha maths a little bit
2007-10-29 Hervé PoussineauRemove debug message
2007-10-28 James TaborSorry I did not want to change that part of the object.
2007-10-28 Thomas BluemelFix console painting bugs
2007-10-28 James TaborUse DC object member hHmgr instead of hSelf. hSelf...
2007-10-28 Thomas Bluemeloptimize FrameRgn for simple rectangular regions
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 Magnus OlsenFix the build of ReactX and smaller typos
2007-10-24 Magnus OlsenImplement DxEngGetHdevData after some old notes I found...
2007-10-24 James Tabor- Implement NtUserGetComboBoxInfo and use it in GetComb...
2007-10-24 Magnus OlsenAdd documentations for EngDxIoctl, NtGdiDxgGenericThunk
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 Magnus Olsenmove in DC/PDC to ntgdihdl and all neasry struct that...
2007-10-22 Magnus Olsenputing back dc.h and driver.h to win32k/include as...
2007-10-22 Magnus Olsenfix the build for win32k.sys
2007-10-22 Magnus OlsenMoved remotely
2007-10-22 Magnus OlsenMoved remotely
2007-10-22 Hervé PoussineauFix typo
2007-10-21 Magnus Olsenfix compilng forget implement stub for DxEngIncDispUniq
2007-10-21 Magnus Olsenforget remove a smaller hack i the drv functions list...
2007-10-21 Magnus Olsenadd stub for all dxeng so the dxg.sys does not crash...
2007-10-21 Magnus Olsenimplement DxEngLockDC and DxEngUnlockDC
2007-10-21 Magnus Olsenadd driver functions list that are need it for dxg...
2007-10-21 Magnus Olsenmake ReactX compile again, it can not load dxg.sys...
2007-10-21 Magnus Olsenfixed allot compiling issue
2007-10-21 Aleksey Bragin- When adding new items into a submenu, they are placed...
2007-10-21 Magnus OlsenAdd documentations : how NtGdiDdCreateD3DBuffer works...
2007-10-21 Magnus OlsenAdd documentations : how NtGdiD3dContextDestroyAll...
2007-10-20 Thomas BluemelFixes updating default character attributes when callin...
2007-10-20 Magnus Olsenupdate some docs with info that is correct, this info...
2007-10-20 Magnus OlsenOptimze : the NtGdiDdCanCreateD3DBuffer and NtGdiDdCanC...
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
next