Build Hardware IDs and Compatible IDs for PCI devices.
[reactos.git] / reactos / subsys /
2004-06-07 Eric KohlImplement mouse driver autodetection and installation.
2004-06-06 Hartmut Birr- Check if the temp directory exist, if not use the...
2004-06-06 Hartmut Birr- Get first the parameters and do then the processing.
2004-06-06 Hartmut Birr- Fixed the set command for WinXP.
2004-06-06 Hartmut Birr- Removed MakeSureDirectoryPathExistsEx.
2004-06-05 Hartmut Birr- Added the dependence files to the clean target.
2004-06-05 Filip Navara- Disable paging file for Live CD.
2004-06-04 Filip Navara- Support expanding environment variables in the setup...
2004-06-04 Filip Navara- Basic Live CD building infrastructure.
2004-06-02 Eric KohlSet selected keyboard layout and install language.
2004-06-02 Gé van GeldorpPatch by Pablo Borobia <pablog7@argentina.com>
2004-06-01 Steven Edwardsrevert to 1.3. I didnt mean to commit that
2004-06-01 Steven Edwardsadd tgetopt to the list of static libs
2004-06-01 Aleksey BraginPatch 257 in bugzilla: "Import Regedit translations...
2004-05-31 Martin Fuchsintegrate optional SDI mode into main explorer branch
2004-05-31 Thomas Bluemelchanged a string
2004-05-30 Eric KohlRead device settings from txtsetup.sif.
2004-05-30 Jason FilbyPrevent unnecessary code where count is zero in NtGdiEx...
2004-05-30 Thomas Bluemellittle GDI speed improvements
2004-05-29 Filip Navara- Prepend "\\??\" to the file name in NtGdiAddFontResource.
2004-05-29 Filip Navara- Fixed unicode string copying bug in NtGdiAddFontResource.
2004-05-28 Gé van GeldorpClean up calls from win32k to csrss
2004-05-28 Thomas Bluemelfixed typo
2004-05-28 Eric Kohl- Implement a generic selection list.
2004-05-27 Royce Mitchell IIIeliminate unnecessary multiplications in the inner...
2004-05-27 Thomas Bluemelfixed missing class dereferencings and store a list...
2004-05-26 Eric Kohl- Implement dummy device settings pages.
2004-05-26 Thomas Bluemelfixed returning uninitialized variable in NtGdiSelectVi...
2004-05-25 Filip Navara- Run Task Manager when CTRL-ALT-DEL is pressed.
2004-05-25 Filip Navara- Support for window-less hotkeys.
2004-05-23 Thomas Bluemelignore the hInstance field while searching classes...
2004-05-23 Thomas Bluemelfixed typos
2004-05-23 Royce Mitchell IIIremove UNIMPLEMENTED from NtUserIsClipboardFormatAvaila...
2004-05-22 Filip Navara- Disable NtGdiRealizePalette. It has a lot of bugs...
2004-05-22 Thomas Bluemelprevent memory leaks if callbacks to usermode never...
2004-05-22 Thomas Bluemelsilence debug message
2004-05-22 Thomas Bluemel1. added basic reference counting for message queues
2004-05-22 Martin Fuchscode comments
2004-05-22 Thomas Bluemel1. reverted my last change to SendMessageTimeout()...
2004-05-22 Filip Navara- Remove WinLogon icon, because it's copyrighted by...
2004-05-22 Filip Navara- Don't delete icons that we got by WM_GETICON or GetCl...
2004-05-22 Thomas Bluemelfixed SendMessageTimeout() to return the correct result...
2004-05-21 Thomas Bluemelimplemented DisableProcessWindowsGhosting() (window...
2004-05-20 Thomas Bluemelfixed message timeout crash, caused by inserting dispat...
2004-05-19 Thomas Bluemelset proper lasterror code in RegisterWindowMessage()
2004-05-19 Thomas Bluemelfixed RegisterWindowMessage()
2004-05-19 Thomas Bluemelattempt to fix handling of timed out sending of message...
2004-05-18 Thomas Bluemeluse FASTCALL calling convention for internal routines
2004-05-18 Thomas Bluemelported CreatePolyPolygonRgn() and CreatePolygonRgn...
2004-05-18 Thomas Bluemelfixed memory leak
2004-05-18 Thomas Bluemelsafe parameter handling for PolyPolygonRgn() and Polygo...
2004-05-18 Martin Fuchsprompt with error messageboxes for problems when readin...
2004-05-18 Martin Fuchsreturn more verbose XML parser error messages
2004-05-17 Martin Fuchsadd missing precomp.h header file
2004-05-17 Filip Navara- Fixed Window Class menu handling that I broke with...
2004-05-17 Martin Fuchsuse precompiled headers for VC++ builds
2004-05-16 Filip Navara- Don't use object that's already unlocked.
2004-05-16 Filip NavaraWindow Class handling fixes:
2004-05-16 Thomas Bluemelfixed missing dereferencing of threads in PostThreadMes...
2004-05-16 Thomas Bluemelfixed dereferencing bug
2004-05-16 Thomas Bluemelreplaced UnsafeIntCreateRectRgnIndirect() and UnsafeInt...
2004-05-15 Thomas Bluemelfixed typo
2004-05-15 Thomas BluemelAnich Gregor: Basic implementation of GetUserObjectInfo...
2004-05-15 Jason FilbyEng memory test
2004-05-15 Thomas Bluemelremoved assertion
2004-05-15 Gé van GeldorpASSERT() was a no-op in win32k, even for debug builds
2004-05-15 Filip Navara- Fixed cut & paste error in NtGdiGetDIBColorTable...
2004-05-15 Filip Navara- Use NtGdiBitBlt in NtGdiStretchDIBits if source and...
2004-05-15 Filip Navara- New implementation of GetDIBColorTable and SetDIBColo...
2004-05-15 Gé van GeldorpOnly split update region into client and non-client...
2004-05-15 Gé van GeldorpImplement complex clipping for StretchBlt
2004-05-14 Thomas Bluemelchanged cursors/icons to use the window station handle...
2004-05-14 Gé van GeldorpImplement complex clipping for StretchBlt
2004-05-14 Filip Navara- Fixed implementation of NtGdiGetNearestColor.
2004-05-14 Filip Navara- NtGdiCreateRectRgn should accept negative width and...
2004-05-14 Filip Navara- Fix ExtSelectClipRgn and some other clipping functions.
2004-05-14 Filip Navara- Fix DPRINT.
2004-05-14 Filip Navara- Modify DPRINTs to print window styles in hexadecimal...
2004-05-14 Filip Navara- Check for the WS_CLIPSIBLINGS flag on the correct...
2004-05-14 Filip Navara- Don't modify Msg->pt for mouse messages. It's suppose...
2004-05-13 Filip Navara- Make WinPosSearchChildren more readable.
2004-05-13 Filip Navara- Force recalulation size of menu items when new item...
2004-05-13 Filip Navara- Don't pass garbage to RtlQueryAtomInAtomTable. It...
2004-05-13 Jason FilbyRegression-test enable win32k; patch by Casper Hornstrup
2004-05-12 Filip Navara- Print class name in DPRINT1 in NtUserFindWindowEx.
2004-05-12 Thomas BluemelGetWindowInfo() doesn't check the cbSize parameter
2004-05-12 Gé van GeldorpFix scrollbar controls
2004-05-11 Gé van GeldorpFix command line handling (mostly double-quoting stuff)
2004-05-10 Gé van GeldorpAllow caller to continue after NtUserOpenClipboard()
2004-05-10 Thomas Bluemeltake back changes to window styles, they broke our...
2004-05-10 Gé van GeldorpAvoid warnings when using gcc 3.4
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-05-10 Thomas Bluemelfixed compiling issues with gcc 3.4
2004-05-08 Thomas Bluemelhandle WM_SETCUROR messages for the desktop window
2004-05-08 Thomas Bluemelassign even more styles for overlapped windows
2004-05-08 Thomas Bluemelminor fixes
2004-05-08 Thomas Bluemelsilence debug messages
2004-05-08 Thomas Bluemelfixed handling of CW_USEDEFAULT with CreateWindow(Ex)()
2004-05-08 Gé van GeldorpPatch by tonik <spammed@fromru.com>
2004-05-05 Thomas Bluemelfixed GetThreadDesktop() (not fully working yet because...
next