re-worked ndis to do device detection from a win2k-style registry enum database,...
[reactos.git] / reactos / iface /
2003-08-20 Thomas Bluemeladded NtUserGetMenuDefaultItem() syscall
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-09 Martin Fuchsmoved SetShellWindowEx() implementation into kernel...
2003-08-06 Thomas Bluemelmore work on window classes and RegisterClass[Ex] by...
2003-08-05 Thomas BluemelANSI/UNICODE struct separation patch by Royce3, ANSI...
2003-08-04 Gunnar Dalsnes-W32k/NtUser separation
2003-08-04 James TaborFix end of line,
2003-08-02 Gunnar Dalsnes-invented NtUserGetQueueStatus
2003-08-01 Thomas BluemelAdded some menu functions
2003-08-01 Thomas BluemelAdjusted usage hints
2003-07-30 James TaborCreated NtUserCreateMenu.
2003-07-27 David Welch- Made a start on implemented window moving.
2003-07-25 Gunnar DalsnesNtUser-/W32kGetWindowThreadProcessId impl.
2003-07-09 KJK::HyperionNo more unnecessary and never-ending output from genw32k
2003-06-20 Eric KohlEnable automatic initialization and termination of...
2003-06-03 Eric KohlImproved icon support. Patch by tim Jobling.
2003-05-23 Richard Campbell- Implemented FindWindowEx*() (it was already implemen...
2003-05-23 Richard CampbellImplement GetDesktopWindow()
2003-03-24 Richard CampbellImplemented UpdateWindow()
2003-03-06 Gé van GeldorpGetClientRect implementation by Tim Jobling
2003-01-03 guidofix some warnings
2002-10-01 Eugene Ingerman1. Cleanup GDI objects when process is deleted.
2002-09-17 David WelchMisc. user fixes.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-09-03 David WelchImplemented part of window properties support
2002-09-01 David WelchDon't reinitialize the VGA on an enable surface if...
2002-08-31 David WelchNon-client painting fixes.
2002-08-26 David Welch2002-08-26 David Welch <welch@computer2.darkstar...
2002-07-22 Eugene IngermanAdded GetRegionData gdi function. Added region test...
2002-07-04 David Welch2002-07-04 David Welch <welch@computer2.darkstar...
2002-06-18 David Welch2002-06-18 David Welch <welch@whitehall1-5.seh.ox...
2002-01-13 David WelchBegan work on message queue and default window procedure
2001-07-15 Rex Jolliffmove work on clean rule
2001-07-15 Rex Jolliffsome work on clean rule
2001-06-17 Emanuele AlibertiNTDLL/csr: some more stubs; code split;
2001-06-12 Casper HornstrupWindow stations and desktops
2001-06-04 Casper HornstrupWin32k native user stubs
2001-03-25 David WelchV86 mode fixes
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-08-18 David WelchAdded .o -> .sys rule to simplify driver makefiles
2000-06-24 Emanuele AlibertiFixed a path problem in the makefile that Phillip repor...
2000-06-17 David WelchCorrected build problem
2000-06-04 Eric KohlFixed paths
2000-03-26 Emanuele AlibertiIo subsystem clean-up. Every exported symbols is not...
2000-03-16 David WelchImplemented setting the fs register to point to the TEB
2000-02-22 Eric KohlAdded W32kInitialize service (orig. name NtGdiInit)
2000-02-21 Eric KohlChanged RtlCopyMemory() from function to macro
2000-02-20 Emanuele AlibertiAdded little prog. that builds the WIN32K.SYS service...
2000-01-23 Hernan Ochoachanged syscall tables. now it mimics NT style.
1999-11-18 Rex Jolliffadded ignore file
1999-10-28 Rex Jolliffadded fix for compile under linux
1999-08-29 David Welch*** empty log message ***
1999-08-20 Emanuele AlibertiFixed a bug in the parser.
1999-07-12 Rex JolliffAdded a service table registration function
1999-07-12 Emanuele Alibertiminor changes in the simple DEF-->EDF converter
1999-07-04 Emanuele AlibertiVery simple tool to generate aliased *.def files from...
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-06-17 Emanuele Alibertifixed my bug in ZwXXX stubs generation
1999-06-17 Emanuele Alibertigenntdll enhanced to generate ntoskrnl Zw stubs (to...
1999-04-03 Rex JolliffAdded a recursive clean rule and cleaned up a few loose...
1999-03-19 Rex Jolliffcleanup after merge with mingw32
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-03-12 jeangenerate napi.c instead of napi.asm
1999-02-16 Rex JolliffAdded a clean rule
1998-12-19 David WelchRemoved string functions from native system calls and...
1998-12-08 David WelchCorrected a number of bugs, including the keyboard one
1998-12-04 Rex Jolliffcleanup to support incorporated changes
1998-12-04 Rex JolliffRolled in various changes from others
1998-10-05 Rex JolliffInitial revision