2003-07-11 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / subsys /
2003-07-10 James TaborImplement W32kFillRgn
2003-07-10 Casper HornstrupJoakim Asplund <joakim_asplund@spray.se>
2003-07-09 Gé van GeldorpPrevent painting outside surface
2003-07-08 Steven EdwardsSync explorer with Martin Fuchs:
2003-07-08 Steven EdwardsAdded a simple explorer bar to desktop.
2003-07-07 James TaborImplement NtUserQueryWindow
2003-07-06 KJK::Hyperion - apps/utils/tickcount/tickcount.c: corrected assertion
2003-07-06 Steven EdwardsAdded desktop part of explorer clone by Andrew "Silver...
2003-07-05 Casper Hornstrup2003-07-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-28 guido.cvsignore maintenance
2003-06-28 Gé van GeldorpImplement clipping for bitblt operations
2003-06-26 Gé van GeldorpImplement SelectClipRgn() (note: this does NOT mean...
2003-06-25 Gé van GeldorpOn thread termination, destroy all windows owned by...
2003-06-25 Gé van GeldorpFix polygon outline special case and min/max caption...
2003-06-22 Gé van GeldorpImplemented GetTextExtentPoint32() and fix GetTextExten...
2003-06-21 Eric KohlImplemented NLS functions.
2003-06-21 Gé van GeldorpImplement display ownership, also makes ATI Rage 3rd...
2003-06-20 Eric KohlEnable automatic initialization and termination of...
2003-06-20 Gé van GeldorpRemove debug breakpoint
2003-06-19 Emanuele AlibertiKERNEL32.GetConsoleWindow implemented
2003-06-19 Gé van GeldorpImplement EngQueryPerformanceFrequency, EngQueryPerform...
2003-06-17 Gé van GeldorpCall InitializeVideoAddressSpace() before opening the...
2003-06-16 Gé van GeldorpIntroduce WNDCLASS(EX)A/W
2003-06-16 Gé van GeldorpHandle NULL window name
2003-06-16 Gé van GeldorpIntroduce WNDCLASS(EX)A/W
2003-06-15 Gé van GeldorpFixes to get CS_PARENTDC working
2003-06-15 Richard CampbellImplemented FindWindowEx, it's untested, but the code...
2003-06-14 Gé van GeldorpPass WndProc in call to W32kCallWindowProc, saving...
2003-06-14 Gé van GeldorpPartial implementation of DestroyWindow(), handling...
2003-06-09 Eric KohlVerify checksums of preloaded DLLs.
2003-06-07 Hartmut Birr- Dereference the process object in W32kCleanupForProcess.
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-06 Gé van GeldorpImprove polygon filling, patch by Tim Jobling
2003-06-06 Gé van GeldorpRemove some dead code
2003-06-06 Gé van GeldorpFix CreateDIBSection() and add some stuff to GetDIBits()
2003-06-05 Gunnar Dalsnes-impl. process and thread cleanup
2003-06-05 Marty DillSend WM_STYLECHANGING/WM_STYLECHANGED when setting...
2003-06-03 Eric KohlImproved icon support. Patch by Tim Jobling.
2003-06-03 Jurgen van GaelImplemented NtUserGetAncestor with GA_ROOT flag, stops...
2003-06-01 Hartmut Birr- Open CONOUT$ for accessing the console buffer. This...
2003-05-31 Gé van GeldorpUse DPRINT1 instead of DbgPrint
2003-05-31 Gé van GeldorpFix some bugs relating to child windows
2003-05-29 Gé van GeldorpSet height of default fonts to non-zero
2003-05-28 Casper Hornstrup2003-05-28 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-27 Gé van GeldorpImplement OffsetViewportOrgEx()
2003-05-26 Gé van GeldorpFixes to UpdateRegion code, implement GetUpdateRgn...
2003-05-26 Richard CampbellSyncing my changes with tree
2003-05-24 Hartmut Birr- Fixed the parameters in two calls to MEMCHECK.
2003-05-23 Richard CampbellActually, compile errors, let me fix first.
2003-05-23 Richard CampbellOkay, NtUserFineWindowEx bug fixed.
2003-05-23 Richard Campbell- Implemented FindWindowEx*() (it was already implemen...
2003-05-23 Richard CampbellImplement GetDesktopWindow()
2003-05-22 Gunnar Dalsnes-Dereference thread
2003-05-22 Gunnar Dalsnes-Fixed FileObject/Event dereferencing at IRP completion...
2003-05-21 Gé van Geldorp- Implement WaitMessage()
2003-05-18 Gé van GeldorpRecompute scrollbar positions in case window changed...
2003-05-18 Gé van GeldorpSend WM_NCPAINT and WM_ERASEBKGND messages when making...
2003-05-18 Gé van GeldorpRemove WINDOWOBJECT_NEED_BEGINPAINT flag since calling...
2003-05-18 Emanuele AlibertiI forgot to remove debug code in MouseGDICallBack.
2003-05-18 Emanuele AlibertiFix for a bug I introduced declaring FASTCALL MouseGDIC...
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-05-18 Eric KohlRemove the INSTALL directory of the Boot-CD.
2003-05-18 Eric KohlFixed .inf parser to accept DOS and *nix files.
2003-05-18 Gé van GeldorpImplement SetWindowPos()
2003-05-18 Gé van GeldorpGenerate WM_PAINT messages in PeekMessage()
2003-05-17 Gé van GeldorpWhen sending WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANG...
2003-05-17 Gé van GeldorpImplement SetWindowLong() and refine implementation...
2003-05-16 Gé van GeldorpAdded Bitstream Vera fonts and removed accidental loadi...
2003-05-14 Eric KohlDon't crash ReactOS if DLL-Preloading fails.
2003-05-12 Eric KohlImplemented dll preloading and mapping.
2003-05-12 Gé van GeldorpImplemented IsWindow()
2003-05-11 Casper Hornstrup2003-05-11 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-11 Jason FilbyFixed return values of W32kArc and W32kMoveToEx
2003-05-11 Jason FilbyNtUserSendMessageCallback is UNIMPLEMENTED
2003-05-11 Jason FilbyNtUserPostMessage: use a switch statement instead of...
2003-05-10 Gé van GeldorpCheck for messages sent by other threads
2003-05-10 Emanuele AlibertiRight description.
2003-05-09 Eric KohlRemoved duplicate output of used disk space in the...
2003-05-06 Eric KohlAdded emergency console dummy page.
2003-05-04 Gé van GeldorpAllow sending of messages from non-GUI threads
2003-05-04 Gé van GeldorpClean up debugging stuff and silence debug messages
2003-05-03 Gé van Geldorp(Partial) implementation of W32kGetDIBits()
2003-05-03 Gé van GeldorpFix GetDC(NULL), not complete yet
2003-05-03 Gé van GeldorpImplement GetDeviceCaps()
2003-05-02 Eric KohlStarted work on second stage setup.
2003-05-02 Gé van GeldorpImplemented NtUserRegisterWindowMessage
2003-04-28 Casper Hornstrup2003-04-28 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-26 Eric KohlImproved command line completion. Patch by Marc Schuetz.
2003-04-18 Casper Hornstrup2003-04-18 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-05 Casper Hornstrup2003-04-06 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-05 Casper Hornstrup2003-04-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-05 Casper Hornstrup2003-04-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-02 Gunnar Dalsnestimer messages impl.
2003-04-02 Gunnar Dalsnestimer messages impl.
2003-04-01 Gé van GeldorpChanged location of FreeType to lib/freetype
2003-04-01 Gé van GeldorpUse FreeType DLL
2003-03-28 Richard CampbellFixes a client area issue in winemine and other apps.
2003-03-28 Gé van GeldorpFix crash in W32kGetTextMetrics
2003-03-28 Gé van GeldorpSend mouse movement messages when moving to left/top
next