spelling/grammar
[reactos.git] / reactos / subsys /
2005-08-19 Gé van GeldorpAdd generation of 8bpp DIB code
2005-08-18 Magnus Olsenimplement errorlevel in some cmd command and bug fix...
2005-08-18 Gé van GeldorpAdd generation of 32bpp DIB code
2005-08-18 Brandon Turnermake dir change errorlevel to 0 on success.
2005-08-18 Brandon TurnerTest commit, adding myself to the cmd credits.
2005-08-17 Magnus Olsenimplemented batch redirection by saving batch info...
2005-08-17 Emanuele AlibertiMinor changes.
2005-08-16 Alex IonescuRemove all non-official LPC structures/defines/hardcode...
2005-08-16 Emanuele AlibertiMake NTDLL not bind automatically to the Win32 server.
2005-08-15 Steven EdwardsChangelog:
2005-08-14 Gé van GeldorpHave vmwinst add back the registry entries which were...
2005-08-14 Magnus Olsenchange CMDLINE_LENGTH to 8192 to keep rbuild happy...
2005-08-13 Martin FuchsProject file maintainance
2005-08-13 Martin Fuchsprepare for ANSI builds
2005-08-13 Martin FuchsProject file maintainance
2005-08-13 Martin FuchsWinefile Makefile for pure MinGW
2005-08-13 Martin Fuchsremove special handling of previous MinGW versions
2005-08-13 Emanuele AlibertiImplement csrsrv!CsrSrvInitializeServerDll based on...
2005-08-13 Emanuele AlibertiConform to the new CSR_PROCESS and CSR_THREAD.
2005-08-12 Emanuele AlibertiCorrect the version info.
2005-08-12 Emanuele AlibertiCSR Reloaded... well, split.
2005-08-11 Hartmut BirrUse GetLocalTime instead of GetSystemTime.
2005-08-11 Hartmut BirrDon't query on batch files.
2005-08-11 Andrew MungerAdded TimeOut to the correct section, removed ion's...
2005-08-11 Emanuele AlibertiFix HEAD compilation.
2005-08-11 Emanuele AlibertiEmit Win32 error messages on failure.
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structures ...
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-08-10 Emanuele AlibertiMinor change in two strings.
2005-08-10 Gunnar Dalsnesmove W32PROCESS/W32THREAD into win32\include bcause...
2005-08-09 Magnus OlsenThx harmut you did see the small bug, I miss, do not...
2005-08-09 Gunnar Dalsnesreturn timer id for windowed timers also
2005-08-09 Hartmut BirrDon't use the required access rights for the object...
2005-08-09 Alex IonescuSigh... yet another misuse of Object Attributes. Develo...
2005-08-09 Alex Ionescuremove another invalid ObjectAttribute
2005-08-09 Alex IonescuFix invalid Object Attributes
2005-08-08 Hervé PoussineauRemove console debug output
2005-08-08 Magnus Olsenfixing bug 690 by Brandon Turner. note ms only allown...
2005-08-08 Thomas Bluemelpass the correct access mode to ObOpenObjectByName
2005-08-07 Thomas Bluemeluse the correct pointer to free the string. Thx to...
2005-08-07 Filip NavaraChange the module type to win32gui. We really don't...
2005-08-07 Hartmut BirrFixed the comment from my last commit.
2005-08-07 Hartmut Birr- Removed the exclusive deletion because '-' is a valid...
2005-08-07 Thomas Bluemelfixed uninitialized variable warning
2005-08-07 Hartmut BirrAllocated a converting buffer for WideCharToMultiByte...
2005-08-06 Thomas Bluemelfixed some uninitialized variables warnings
2005-08-06 Filip NavaraFix translation of extended keys.
2005-08-06 Thomas Bluemelfixed uninitialized variable warning and indentation
2005-08-06 Thomas Bluemel#include "precomp.h" -> #include <precomp.h>
2005-08-06 Thomas Bluemel#include "usetup.h" -> #include <usetup.h>
2005-08-05 Gé van GeldorpSync to Wine-20050628:
2005-08-05 Magnus OlsenFixes a bug which disallows tab complete on empty input...
2005-08-05 Thomas Bluemel#include "precomp.h" -> #include <precomp.h>
2005-08-04 Magnus Olsenfix a small bug in cd, it did make all char lower case...
2005-08-04 Filip NavaraFix keyboard input in usetup.
2005-08-04 Magnus OlsenWindows TAB complete style instead for unix style patch...
2005-08-04 Thomas Bluemelcompile welcome.exe as unicode application by default
2005-08-03 Thomas Bluemelimplemented OffsetClipRgn()
2005-08-03 Casper HornstrupFix building 'make test'
2005-08-03 Martin Fuchsswitch back to #include "precomp.h" for precomp.cpp...
2005-08-03 Thomas Bluemel#include "precomp.h" -> #include <precomp.h>
2005-08-03 Gé van Geldorpi386DX <i386dx@hotmail.com>:
2005-08-03 Martin Fuchsset svn:eol-style of *.dsp/dsw to CRLF
2005-08-02 Thomas BluemelRouven Wessling <pentiumforever@gmail.com>:
2005-08-02 Filip NavaraRevert changes accidently commited along with last...
2005-08-02 Thomas Bluemelfix typo...
2005-08-02 Thomas BluemelViolin Iliev <violin@developer.bg>:
2005-08-02 Thomas BluemelSVN maintainance: fix line endings and ignore proxy...
2005-08-02 Filip NavaraUse mapped sections for fonts instead of paged pool...
2005-08-02 Emanuele AlibertiA really simple Win32 implementation of 'hostname'.
2005-08-01 Emanuele AlibertiFirst attempt to make the XML data we feed rbuild confo...
2005-08-01 Thomas Bluemelcompile release builds with -O3 instead of -Os because...
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-31 Hartmut Birr- Implemented CsrDuplicateHandleTable.
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-31 Alex Ionescu- Silence some debug messages
2005-07-31 Alex IonescuDefine NDEBUG
2005-07-30 Hartmut BirrMade cmd unicode compatible.
2005-07-30 Hartmut BirrUse FileGetString instead of ReadFile, because ReadFile...
2005-07-30 Hartmut BirrPut FindClose onto the correct position.
2005-07-29 Thomas Bluemeldynamically import functions from ntdll on startup
2005-07-29 Alex Ionescu- Add back and fix useful dprint.
2005-07-29 James TaborSorry for the mess. Fixup debug prints.
2005-07-29 Emanuele AlibertiVarious fixex to make HEAD compile.
2005-07-28 Thomas Bluemelclear out the lower 2 bits of a pid before using it...
2005-07-28 Thomas Bluemeldiscard explicitly returned value
2005-07-28 Emanuele AlibertiFix compilation (as hinted by Alex).
2005-07-28 Alex Ionescu - Start of fixing CreateProcess's problems. Implemente...
2005-07-27 Martin Fuchsfix last patch: LPWSTR -> LPTSTR
2005-07-27 Magnus Olsenfix errorlevel for type, the r16766 was Brandon Turner...
2005-07-27 Alex Ionescu - Add wine_dbgstr_w
2005-07-27 Alex Ionescu - Fix warnings
2005-07-27 Alex Ionescu - Fix warnings
2005-07-27 Alex Ionescu - Fix warnings
2005-07-27 Alex Ionescu - Fix warnings
2005-07-27 Magnus Olsenupdate the english text for type
2005-07-27 Magnus Olsenadd /P as param for Type, from PCDOS by Brandon Turner
2005-07-26 Filip NavaraDo not dereference NULL pointers and this time for...
2005-07-26 Filip NavaraDo not dereference NULL pointers.
2005-07-26 Filip NavaraYet another fix to WinPosActivateOtherWindow, we should...
next