fixed some signed/unsigned comparison warnings with -Wsign-compare
[reactos.git] / reactos / drivers / dd / blue / blue.c
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-06-26 Alex IonescuKill NTOS headers. So long, and thanks for all the...
2005-06-19 Filip NavaraUse RTL_CONSTANT_STRING instead of ROSRTL macros.
2005-06-17 Filip NavaraDon't include windows.h in drivers.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-25 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-07-22 Filip Navara- Fix handling of METHOD_IN_DIRECT IRPs.
2004-07-20 Filip Navara- Fix handling of METHOD_IN_DIRECT IRPs.
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-05-15 Hartmut Birr- Fixed the implementation of MmMapIoSpace.
2004-05-10 Gé van GeldorpAvoid warnings when using gcc 3.4
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-10 Filip Navara- Eliminate function pointer typecasts
2004-01-28 Eric KohlRemove ntos.h and roskrnl.h from kernel-mode code.
2004-01-11 Gé van GeldorpAuto-detect whether to create a GUI or a TUI console
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-07-12 Casper Hornstrup2003-07-12 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-21 Gé van GeldorpImplement display ownership, also makes ATI Rage 3rd...
2003-06-20 Gé van GeldorpMap video memory based on actual size of screen
2003-03-21 Hartmut Birr- Fixed the buffer handling for ioctl requests and...
2003-03-09 Hartmut Birr- Protected the access to the crtc registers (cursor...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2001-08-27 Eric KohlFixed callback calling conventions (part 2).
2001-07-30 Emanuele Aliberti\r processing.
2001-01-31 Phillip SusiBug fixes and redesign of a few ioctls
2000-09-29 jeanwork on registry
2000-09-12 jeanchanges in IRP for compatibility
2000-07-11 Phillip SusiMinor bug fix
2000-07-02 Eric KohlSimplified driver initialization
2000-06-29 David WelchMade header file usage more consistent
2000-05-26 Phillip Susibig work on the console front
2000-05-08 Eric KohlImplemented IOCTL to draw screen buffer
2000-04-23 Phillip SusiWas reporting geometry backwards, and needed to add...
2000-02-24 Eric KohlReplaced direct io space mapping by call to MmMapIoSpace()
2000-01-11 Eric KohlDisabled debugging messages
2000-01-09 Eric KohlRemoved fixed screen size code
2000-01-07 Eric KohlAdded reading screen sizes from crt controller
1999-12-11 Eric Kohlcleanup
1999-12-10 David WelchModified LPC implementation to be closer to nt.
1999-12-06 Phillip Susifixed for 25 line mode as it should be, and scrolling...
1999-11-09 Eric KohlChanged to new HAL functions.
1999-04-19 Eric Kohlcleanup
1999-04-18 David WelchCompletely code to synchronize DbgPrint and console...
1999-04-14 Eric Kohlfixed cursor synchroization bug
1999-04-14 David Welch*** empty log message ***
1999-04-11 Eric Kohlconsole update
1999-04-10 David WelchPartially implemented PEB
1999-04-03 Rex JolliffAdded a recursive clean rule and cleaned up a few loose...
1999-04-01 David WelchEnhanced memory managment
1999-04-01 Rex JolliffChanges to be able to build system
1999-03-30 Eric Kohlimproved bluescreen driver
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk