reactos.git
2003-09-15 VizziniPatch from Filip Navara updating comctl32
2003-09-14 Martin Fuchsupdatebuildno without ./
2003-09-14 Martin Fuchslf
2003-09-14 Martin Fuchsupdatebuildno script for systems without installed...
2003-09-14 Martin Fuchstransparent Icons with shadow
2003-09-14 Martin Fuchstransparent XP icons in various image sizes
2003-09-14 Hartmut Birr- Use KeSetBasePriorityThread for changing the thread...
2003-09-14 Hartmut Birr- Reference all returned process objects (in PsGetNextP...
2003-09-14 Hartmut Birr- Moved the call to ExpSwapThreadEventPair from PiDelet...
2003-09-14 Hartmut Birr- Returned STATUS_PROCESS_IS_TERMINATING/STATUS_THREAD_...
2003-09-14 Thomas Bluemeladded missing cvsignore
2003-09-14 Hartmut Birr- Changed the reference/dereference order in ObDeleteHa...
2003-09-14 Hartmut Birr- Changed the wait parameter to FALSE in a call to...
2003-09-14 Hartmut Birr- Implemented the allocation type NonPagedPoolCacheAlig...
2003-09-14 Hartmut Birr- Reduce the size for the block header by using a union...
2003-09-14 Hartmut Birr- Fixed KeReleaseDispatcherDatabaseLockAtDpcLevel/KeRel...
2003-09-14 Hartmut Birr- Initialize only the page table for the region up...
2003-09-14 Hartmut Birr- Dereference the process pointer in QSI_DEF(SystemProc...
2003-09-14 Hartmut Birr- Fixed the length for the allocated buffer in IntGetCl...
2003-09-14 Vizzinifix for building with DBG=1
2003-09-13 Martin FuchsUse a better ReactOS Icon as application icon and for...
2003-09-13 Vizzinipatch by Filip Navara for remaining mswsock stubs
2003-09-13 Martin Fuchsrename local variable from hwnd to hwndDesktop
2003-09-13 Martin Fuchswork around for Windows NT, Win 98, ... to display...
2003-09-13 Thomas Bluemelfixed the hMenu parameter in CreateWindowEx so that...
2003-09-13 Martin Fuchsadded link to FAQ web page
2003-09-13 Martin Fuchsremoved compatibility code for old W32API headers of...
2003-09-13 VizziniPatch by skywing:
2003-09-12 Gé van Geldorp(Partial) implementation of Ellipse()
2003-09-12 Vizzininew patch for more stubs and misc changes
2003-09-12 Thomas Bluemelfixed some cvsignore files
2003-09-12 Thomas Bluemelremoved winedbc dependencies
2003-09-12 Thomas Bluemelimplemented a couple of scrollbar functions and fixed...
2003-09-11 Gé van GeldorpAdd some SS_* styles
2003-09-11 Gé van GeldorpFixed typo
2003-09-11 Gé van GeldorpImplemented SS_PATHELLIPSIS and SS_ENDELLIPSIS styles...
2003-09-11 Vizziniassignment bugfix for casper
2003-09-11 Eric Kohl- Zero DMA related data in the pseudo device extension...
2003-09-11 Eric KohlAdded Adapter-Object used for PCI-Bus-Master-DMA.
2003-09-11 Gé van GeldorpImplement SS_SUNKEN and SS_WORDELLIPSIS styles
2003-09-11 Gé van GeldorpHandle WM_CTLCOLOR* messages
2003-09-10 Gé van GeldorpSupport OPAQUE text background
2003-09-10 Gé van GeldorpSwitch back to correct mode
2003-09-10 Aleksey BraginSmall bug in debug data displayed: NtGdiCreatePrimarySu...
2003-09-10 Aleksey BraginNtGdiRealizePalette(): Unlock palettes prior to call...
2003-09-10 Aleksey BraginSmall program to test ReactOS palette support in bitblt...
2003-09-10 Gé van GeldorpFix caption text width
2003-09-10 Thomas Bluemeladded file version resource to riched32 and changed...
2003-09-10 Vizzinicvsignores and commented out softice
2003-09-10 Thomas Bluemeladded cvs ignore file
2003-09-10 Thomas Bluemeladded richedit.h so the richedit control can be compiled
2003-09-10 Gé van GeldorpLet the mouse cursor go where it hasn't gone before...
2003-09-10 Vizzinipatch by Skywing: made existing eventpair code more...
2003-09-09 Gé van GeldorpLimit cursor clip region to desktop region
2003-09-09 Gé van GeldorpProperly offset client-relative update rectangle
2003-09-09 Gé van GeldorpRemove debug breakpoint
2003-09-09 Gé van GeldorpAdd RoundRect test (patch by Royce3)
2003-09-09 Gé van GeldorpRoundRect() implementation by Royce3
2003-09-09 Gé van GeldorpAdd KFLOATING_STATE
2003-09-09 Gé van GeldorpNaive implementation of Ke(Save/Restore)FloatingPointState
2003-09-09 Gé van GeldorpMark ScreenDeviceContext as local before destroying it
2003-09-09 Gé van Geldorp.cvsignore maintenance
2003-09-09 Gé van GeldorpShow which areas are being repainted
2003-09-09 Gé van GeldorpFixes to WinPosSetWindowPos() and the routines it depen...
2003-09-09 Vizzinicode cleanup, lots of little bugfixes, implemented...
2003-09-08 Steven EdwardsSorry about that. the COPYING file is a copy of the...
2003-09-08 Thomas Bluemelfixed drawing the window frame so there's a line betwee...
2003-09-08 Steven EdwardsAdded a copy of the GPL. Just to make it clear some...
2003-09-08 Gé van Geldorp#include stddef.h in winsock2.h
2003-09-08 Thomas Bluemelimplemented calculating of tracking thumb in scrollbars
2003-09-08 Gé van Geldorpwinsock2.h now depends on stddef.h
2003-09-08 Thomas Bluemelchanges in this patch by Jonathon Wilson:
2003-09-08 Thomas Bluemeladded hittesting for scrollbars and fixed passing the...
2003-09-07 Martin FuchsVersion 0.1.3.7
2003-09-07 Eric KohlFixed the button label bug.
2003-09-07 Eric KohlFixed COLOR_WINDOWFRAME and COLOR_WINDOW system color...
2003-09-07 Eric KohlRemoved checkbox bitmap loading code and hardcoded...
2003-09-07 Thomas Bluemeladded syscall NtUserGetScrollInfo() and fixed nonclient...
2003-09-07 Eric KohlDo not link against ntdll.
2003-09-07 Thomas Bluemelrenamed and fixed a few functions regarding scrollbars
2003-09-06 James TaborImplement temp GetEnhMetaFilePixelFormat
2003-09-06 James TaborImplementing OpenGl support
2003-09-06 Thomas Bluemelfixed disabled caption buttons bug
2003-09-06 James TaborImplementing OpenGl support
2003-09-06 Thomas Bluemelbetter handling of caption buttons
2003-09-06 Vizziniadded pcnet to make system and added unix installation...
2003-09-06 Vizzini*** empty log message ***
2003-09-05 Gé van GeldorpAllow serial mouse driver and COM debug output to coexi...
2003-09-05 Eric Kohl- Implemented ScsiPortGetPhysicalAddress() (incomplete).
2003-09-05 Eric KohlCopy .nls files without renaming them. Bochs users...
2003-09-05 Eric KohlImplemented ScsiPortGetUncachedExtension().
2003-09-05 Vizzinireturned debug level to MIN_TRACE
2003-09-05 Vizziniseveral new APIs courtesy of Royce3
2003-09-05 Vizzinire-worked ndis to do device detection from a win2k...
2003-09-05 Vizziniswitched to mapped port i/o from immediate i/o, having...
2003-09-05 Vizziniregistry format change for new ndis device detection
2003-09-05 Vizziniorphan adapter list
2003-09-05 Vizzinifix broken build
2003-09-04 Eric Kohl- Implemented LUN-Extensions.
2003-09-04 Emanuele AlibertiSimple Win32 caption clock.
next