Fix maximizing problem introduced by r17764
[reactos.git] / reactos / subsys /
2005-09-10 Gé van GeldorpFix maximizing problem introduced by r17764
2005-09-09 Hervé PoussineauCompile cmd.exe as unicode
2005-09-09 Gé van GeldorpRestore console title after running a command
2005-09-09 Gé van GeldorpDon't assume UNICODE_STRINGs are nul terminated
2005-09-09 Gé van GeldorpConvert title from UNICODE_STRING to nul-terminated
2005-09-09 Gé van GeldorpWindow handle is not valid anymore when the object...
2005-09-09 Gé van GeldorpRemove WS_VISIBLE bit from correct member
2005-09-09 Gunnar Dalsnes-cursoricon: naming changes, cleanup
2005-09-08 Royce Mitchell IIIwin32 api compatibility fix
2005-09-08 Hartmut BirrAllocate a larger storage for the request buffer. It...
2005-09-08 Gunnar Dalsnes-remove hotkey lock
2005-09-08 Gé van GeldorpUnlock console on alternate return paths. Fixes bug...
2005-09-08 Gé van Geldorpsaveliyt@mail.ru:
2005-09-07 Gunnar Dalsnesindent with astyle v1.15.3: --style=ansi -c -s3 -S...
2005-09-07 Gunnar Dalsneswindow pointer was incorrectly passed as wparam to...
2005-09-07 Gunnar Dalsnes-replace user object/handle manager with the one from...
2005-09-07 Alex IonescuImplement NTDLL's CSR routines in a compatible way...
2005-09-07 Gé van GeldorpMake sure memory will be freed on delete of DIB section
2005-09-07 Gé van GeldorpSync to Wine-20050830:
2005-09-07 Gunnar Dalsnesmake co_WinPosShowWindow take pWnd, not hWnd
2005-09-07 Gunnar Dalsnesscrollbar:
2005-09-06 Gunnar Dalsnesprop: simplify refcounting, naming changes
2005-09-06 Gunnar Dalsnesmenu: code cleanup, naming changes, simplify refcountin...
2005-09-06 Gé van GeldorpCorrect sizes if origin is not (0, 0)
2005-09-06 Alex Ionescu- One last build fix.
2005-09-06 Alex IonescuFix win32k build errors so HEAD can build again, althou...
2005-09-06 Gunnar Dalsnesremake refcounting
2005-09-06 Gunnar Dalsneswindow parent handle -> pointer adaptions
2005-09-06 Gunnar Dalsnesmake window parent a pointer + fix usage
2005-09-06 Gunnar Dalsnesremove WndObjListLock
2005-09-06 Gunnar Dalsnesnaming changes:
2005-09-06 Gunnar Dalsnesmake handle table session global
2005-09-06 Gunnar Dalsnesmove object.c and ssec.c into ntuser where they belong
2005-09-06 Gunnar Dalsnesforgot a file:-| sry
2005-09-06 Gunnar Dalsnesremove window update lock
2005-09-05 Gunnar Dalsnesremove user handle table lock, cursor locks, message...
2005-09-05 Gunnar Dalsnesremove relatives lock, window props lock, classes locks...
2005-09-05 Gunnar Dalsnes-surround user part (most of it) with a single lock...
2005-09-05 Alex Ionescu- NDK compatibility fixes for MSDDK. Use NTAPI instead...
2005-09-04 Alex Ionescu- Various fixes to headers, such as fixing some LPC...
2005-09-04 Magnus Olsenfix bug 739 can not create file notepad newfile.txt
2005-09-04 Magnus OlsenRevers the change after reboot it did carcgh for me...
2005-09-04 Magnus Olsenremove some hardcode buffer value. The dymatic buffer...
2005-09-04 Magnus OlsenRemove more hardcode buffer value to dymatic buffer.
2005-09-04 Magnus Olsenfix a small bug after me, and check if it really got...
2005-09-03 Magnus Olsenremove some hardcode commadline buffer value. first...
2005-09-03 Magnus Olsenfix type can handler \n at text output thx ravelo for...
2005-09-03 Andrew MungerFix cmd build. Please check your changes before commiting.
2005-09-03 Hartmut BirrSet the ownership before locking the bitmap in EngCreat...
2005-09-03 Brandon TurnerSetting my changes back for prompt.c. Greatlord and...
2005-09-03 Magnus OlsenUpdated translation by Anders, proofread by Andreas...
2005-09-03 Magnus OlsenSwedish translation by David Nordenberg, proofread...
2005-09-03 Magnus OlsenSwedish translation by Andreas Bjerkeholt, proofread...
2005-09-03 Magnus OlsenDavid Nordenberg: Swedish translation, proofread by...
2005-09-03 Magnus Olsenrevers brandon change to prompt.c they are incorrect...
2005-09-03 Brandon TurnerCorrectly assign %propmt%.
2005-09-02 Brandon TurnerFixed a bug that crashed cmd when "cd /D" but no path...
2005-09-02 Filip NavaraFix open mode passed to CreateFile in DoSaveFile functi...
2005-08-29 Thomas Bluemelfixed uninitialized variable warning
2005-08-29 Brandon Turnerfix an if statment. Found by thomas.
2005-08-29 Brandon TurnerFixed a bug in tab complete when there was only one...
2005-08-28 Hartmut Birr- Allocate the csrss request buffer from heap if the...
2005-08-28 Emanuele AlibertiAutoregister Debug internal subsystem too. Now 'sm...
2005-08-27 Emanuele Alibertinative EOL
2005-08-27 Emanuele AlibertiMinor changes and IT resource file.
2005-08-27 Emanuele AlibertiSM: simplify and fix client (subsystem servers) management.
2005-08-27 Andrew Munger"." means current directory, not previous. Spotted...
2005-08-26 Thomas Bluemelfixed code to compile both as ansi and unicode version...
2005-08-26 Hartmut Birr- Moved all members with variable length in CSRSS_XXX...
2005-08-26 Filip NavaraMake the explorer taskbar look a bit nicer.
2005-08-25 Steven Edwardsminor build fixes for msvc
2005-08-25 Magnus OlsenThx ravelo to found a new bug in start.c it did not...
2005-08-25 Brandon TurnerDon't dereference the pointers. Catch by Thomas.
2005-08-25 Brandon TurnerImplement escape char in console. "^"
2005-08-25 Brandon TurnerUse GetShortPathName and GetLongPathName to correct...
2005-08-24 Magnus Olsenfixing a bug in searching for cmd for bat/cmd files...
2005-08-24 Magnus OlsenImplement start execute support for bat/cmd file. wokin...
2005-08-24 Royce Mitchell IIIzero the entire buffer
2005-08-24 Thomas Bluemelinstall the registry keys before enabling the driver
2005-08-24 Magnus Olsenimplemented "" remove for the start command. This...
2005-08-21 Brandon TurnerFix a CD bug spotted by ravelo_. This is simlair to...
2005-08-20 Brandon Turneroptimize 17218 by using memmove instead of memcopy...
2005-08-20 Brandon TurnerOpen err redirection the same as output redirection...
2005-08-20 Brandon TurnerChange the way batch files and output files are opened...
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
next