fixed difference in signedness warning in MulDiv()
[reactos.git] / reactos / subsys /
2005-10-09 Magnus OlsenFix DD_Cleanup that will make Contry Strike not crashin...
2005-10-09 Eric KohlFirst shot at CreateServiceW. It crashes due to a bug...
2005-10-09 Brandon TurnerMake sure that FileList is not empty. fixes bug #884.
2005-10-09 Martin Fuchsremove binary attribute from japanese resource file
2005-10-09 Martin FuchsFix for Bugzilla Entry 330: Correctly handle WM_COMMAND...
2005-10-09 Martin Fuchsfix crash because of NULL command line pointer
2005-10-09 Martin FuchsFix from watz@gmx.net for Bugzilla Entry 862: When...
2005-10-09 Martin Fuchsreplace "search computer" start menu entry by a "not...
2005-10-09 Martin Fuchsgerman patch for cmd.exe from Bugzilla Entry 872
2005-10-08 Brandon Turnerstart of removing #ifdef __Reactos__ in cmd. __Reactos...
2005-10-08 Emanuele AlibertiFix startup code for native NT processes.
2005-10-08 Emanuele AlibertiFix startup code for native NT processes.
2005-10-08 Gé van GeldorpSync to Wine-20050930:
2005-10-08 Brandon TurnerBring it up to date.
2005-10-08 Martin Fuchsupdate change list
2005-10-07 Magnus Olsenbasic NT4 DirectDraw implemet and it is untested
2005-10-07 Magnus OlsenFix release build uninitialized
2005-10-07 Magnus OlsenRemove more stub from ntdraw and implement it, (unteste...
2005-10-07 Nathan WoodsRegedit: Fixed a bug whereby a registry path accessed...
2005-10-07 Nathan WoodsCalc: Now using the proper system brush to paint the...
2005-10-06 Magnus OlsenNtGdiDdGetAvailDriverMemory
2005-10-06 Andrew Mungerwinver.exe by Christoph.AT.ApiViewer.de
2005-10-06 Gregor AnichPatch by Christoph v.W.:
2005-10-06 Nathan WoodsRegedit: Now saves last key visited, like Windows...
2005-10-05 Nathan WoodsCalc: TCHAR-izing, formatting and const-correctness
2005-10-05 Nathan WoodsNotepad: Goto an offscreen line will now properly scrol...
2005-10-05 Martin Fuchsstrip extended options from the front of the command...
2005-10-05 Martin Fuchsimplemented command line parser for Explorer
2005-10-05 Emanuele AlibertiXML chunks must contain a single subtree.
2005-10-05 Martin Fuchscomment, const corrections
2005-10-05 Martin Fuchsleave TrackStartmenu() function when executing any...
2005-10-05 Magnus OlsenNtGdiDdCreateDirectDrawObject
2005-10-05 Martin Fuchsuse GET_X_LPARAM macro in WM_MOUSEMOVE handlers
2005-10-05 Martin Fuchsone-click activation of "Start" button
2005-10-05 Martin Fuchsupdate TODO list
2005-10-05 Magnus Olsenactivate PDD_DIRECTDRAW for GDIOBJ_LockObj so it does...
2005-10-05 Martin Fuchsremove duplicate RegQueryStringValue() function
2005-10-05 Martin Fuchspartial implementation of ShowWindowAsync() using the...
2005-10-05 Nathan WoodsRegedit: Now restores last position on startup
2005-10-05 Martin Fuchsfix UNICODE control panel calls to handle double clicks...
2005-10-04 Brandon TurnerBetter way to fix 868. Check the last error instead...
2005-10-04 Brandon TurnerCheck to see if a folder or file is already there when...
2005-10-04 Martin Fuchsactivate execution from command bar
2005-10-04 Martin Fuchs"execute" menu entry
2005-10-04 Martin Fuchsset EOL-style
2005-10-04 Brandon TurnerAdd errorlevel for set /A
2005-10-04 Martin Fuchsremove remaining winefile resources
2005-10-04 Nathan WoodsNotepad: Fixed a bug when opening files with no charac...
2005-10-04 Nathan WoodsRegedit: Stopgap fix to build error just introduced...
2005-10-04 Martin Fuchscomplete german resources for explorer
2005-10-04 Nathan WoodsRegedit: Fixed stupid compilation errors
2005-10-04 Nathan WoodsRegedit: Fixed exporting subtrees with Unicode
2005-10-03 Brandon Turnerdont use the whole commandline as a fall back for execu...
2005-10-03 Thomas Bluemeldon't use invalid options in the DSOP_INIT_INFO structu...
2005-10-03 Thomas Bluemelbuild regedit as unicode by default
2005-10-03 Nathan WoodsRegedit: Added a "Goto key" right-click option.
2005-10-03 Brandon Turnerfix detection of missing target. thanks to thomas.
2005-10-03 Brandon Turnerallocate memory for the string. thanks to thomas for...
2005-10-02 Brandon TurnerImplemented /S and /Q in remove directory.
2005-10-02 Emanuele AlibertiMore fixes to compile.
2005-10-02 Martin Fuchsa bit of Makefile and string constants cleanup
2005-10-02 Martin Fuchswork around GCC's wide string constant bug to fix tree...
2005-10-02 Emanuele AlibertiFix compilation.
2005-10-02 Emanuele Aliberticsr.exe uses nt startup library.
2005-10-02 Emanuele Aliberticsr.exe is built using ntrt0lib.
2005-10-02 Martin FuchsDoxygen scripts
2005-10-02 Martin Fuchsfix directory traversing in explorer SDI windows
2005-10-02 Martin Fuchsfix enabling of split border
2005-10-02 Martin Fuchsnew option to open explorer subfolders in separate...
2005-10-02 Alex Ionescu- Fix gcc compilation issues
2005-10-02 Emanuele Aliberti- add copyright notice
2005-10-02 Nathan WoodsRegedit: Implemented exporting specific branches
2005-10-01 Martin Fuchsadd code comments
2005-10-01 Martin FuchsMDI/SDI option dialog:
2005-10-01 Thomas Bluemelimplemented the "Go to process" feature
2005-10-01 Nathan WoodsRegedit: Moved hEditMenu declaration to the top of...
2005-10-01 Thomas Bluemeluse the NT5+ behavior of displaying the system cache...
2005-10-01 Magnus Olsencommit new startmenu picture that can be resize, see...
2005-10-01 Thomas Bluemelcheck for and write new lines as ascii only in copy...
2005-10-01 Thomas Bluemelfixed possible buffer overflow bug: pass correct buffer...
2005-10-01 Martin Fuchssync with Wine:
2005-10-01 Nathan WoodsNotepad:
2005-09-30 Thomas Bluemelinitialize COM on demand only
2005-09-30 Thomas Bluemelset eol-style to native
2005-09-30 Steven Edwardssimple device manager program by Hervé Poussineau ...
2005-09-30 Martin Fuchspatch applied from Christoph at ApiViewer.de: fix font...
2005-09-30 Martin FuchsFix Bugzilla Bug 676: dynamic explorer start menu sideb...
2005-09-30 Hartmut BirrThe registry key name may be longer than 100 characters.
2005-09-30 Hartmut Birr- Fixed the font size in IntGdiAddFontResource.
2005-09-30 Thomas Bluemelfixed pointer types differ in signedness warnings
2005-09-30 Thomas Bluemelset eol-style to native
2005-09-30 Nathan WoodsNotepad:
2005-09-30 Thomas Bluemeluse the correct down-level scope filter flag for the...
2005-09-30 Thomas Bluemeldisplay the computer selection dialog for remote regist...
2005-09-29 Thomas Bluemeladded clb.dll (mostly just stubs) which is required...
2005-09-29 Nathan WoodsChristoph_vW: Updated notepad rc files to match Window...
2005-09-29 Nathan WoodsChristoph_vW: regedit: make "modify" to default menu...
2005-09-29 Nathan WoodsRegedit: Set up the export all/export branch UI; curre...
2005-09-29 Thomas Bluemeldisplay all known value types
2005-09-29 Nathan WoodsRegedit: Optimized tree expansion
next