- use InterlockedExchange for setting shutdown flag
[reactos.git] / reactos / subsys /
2005-11-18 Art YerkesFixed skipped events from keyboard:
2005-11-17 Hervé Poussineau- 2nd stage setup: start umpnpmgr service only after...
2005-11-16 Martin Fuchs- use Winefile command line for initial directory selection
2005-11-16 Gé van GeldorpAdd some SEH protection (not complete yet)
2005-11-16 Gé van GeldorpStartScan is always in BOTTOM_UP sense for GetDIBits
2005-11-16 Gé van GeldorpAlways pad scanlines to multiples of 4 bytes for DIBs
2005-11-16 Gé van GeldorpPass correct masks when creating bitfield palette
2005-11-14 James TaborFix xml name conflict.
2005-11-14 James TaborFix xml name conflict.
2005-11-14 James TaborFix xml name conflict.
2005-11-14 James TaborFix xml name conflict.
2005-11-13 Christoph von Wittichfixed some memory leaks
2005-11-13 Christoph von Wittichadded missing advapi32.lib to fix build with msvc
2005-11-13 Christoph von Wittichdid some work on msconfig
2005-11-13 Ged Murphyuse neater tray arrows from Dominik (dominik@newmatic.de)
2005-11-13 Eric KohlScmrControlService: Check access rights.
2005-11-13 Thomas Bluemelfixed unrecognized escape character sequence warning
2005-11-13 Martin Fuchssome little german translation fixes
2005-11-12 Alex Ionescu- Small msvc compatiblity change.
2005-11-12 Gé van GeldorpFilip correctly pointed out that my change 18782 was...
2005-11-12 Gé van GeldorpSet time field in timer messages too
2005-11-12 Magnus OlsenFix the break did add right code page for ja.rc but...
2005-11-12 Magnus OlsenYou can now open one of these language's file in visual...
2005-11-12 Magnus Olsenfix the ja.rc be vs compatible
2005-11-12 Gé van GeldorpSet mouse position in timer messages
2005-11-12 Ged Murphy- build as unicode
2005-11-12 Magnus Olsenfixed last part of bug 910 change Windows/ to ReactOS
2005-11-12 Magnus Olsenfixed last part of bug 910 change Windows/ to ReactOS
2005-11-11 Christoph von Wittichadd some more info for services in msconfig (if req...
2005-11-11 Magnus OlsenAdd opitopn do not isntall bootloarder as Bug: 961...
2005-11-11 Magnus OlsenGreek translation by Apal (Apostolos Alexiadis grad062...
2005-11-11 Magnus Olsensorry did break the build
2005-11-11 Ged Murphyadd sc.exe to the build
2005-11-11 Magnus OlsenMake notepad lang rc MSVC compatible
2005-11-11 Ged Murphyfunctionality for sc query and queryex
2005-11-11 Christoph von Wittichlist services with EnumServicesStatusEx instead of...
2005-11-10 Christoph von Wittichset eol-style:native
2005-11-10 Christoph von Wittichlist services
2005-11-10 Christoph von Wittichstarted implementing startup page
2005-11-10 Casper HornstrupBuild win32k_test
2005-11-10 Christoph von Wittichremove SetupIsActive function
2005-11-09 Christoph von Wittichset SystemSetupInProgress to 0 in syssetup instead...
2005-11-09 Christoph von Wittichset SystemSetupInProgress to 1 when 2nd stage setup...
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-11-07 Ged MurphyShould have checked it built OK with mingw first.
2005-11-07 Ged MurphyAdd information letting us know creation deletion of...
2005-11-07 Hervé PoussineauLots of DPRINT1 -> DPRINT changes
2005-11-06 Eric Kohl- Read a services optional display name from the registry.
2005-11-06 Brandon Turnermake the output visually pleasing.
2005-11-06 Brandon Turner%foo% where foo is not a envir var should be returned...
2005-11-06 Ged Murphycouple of fixes to get it building under mingw
2005-11-06 Eric Kohl- Rewrote the code that reads the service configuration...
2005-11-06 Brandon TurnerAdd some ctrl breaker checks into copy, del, and dir.
2005-11-05 Brandon TurnerSend Ctrl signals to child process correctly. We can...
2005-11-05 Hartmut BirrCreat the symbolic links case-insensitive.
2005-11-04 Gregor AnichImplement (Int)EngAlphaBlend and 8, 16, 24 and 32 bpp...
2005-11-04 Ged Murphysc.exe now supports basic starting, stopping, creation...
2005-11-04 Martin Fuchstest version of startmenu root with big icons
2005-11-04 Ged MurphyStarted testing. Couple of code mods to get 'sc start...
2005-11-03 Gé van GeldorpRevert r18836, it breaks the explorer start menu (bug...
2005-11-03 Brandon Turnerrewrite of gettype. Beginnings of support for remote...
2005-11-03 Thomas Bluemelfixed difference in signedness warnings
2005-11-02 Hartmut BirrDon't print a CR, if the command line is from a batch...
2005-11-02 Gé van GeldorpReturn character heights instead of cell heights in...
2005-11-02 Ged Murphy- Split files
2005-11-02 Martin Fuchsregedit: polish resource file from Sebastian Gasiorek...
2005-11-02 Brandon TurnerSome changes for better formatting / following standards.
2005-11-02 Brandon Turnerfix for bug 875. Patch by jvangael@wisc.edu
2005-11-01 Martin Fuchscreate two new functions String::str() and String:...
2005-11-01 Brandon TurnerSmall unicode safe changes by me. Small msvc build...
2005-11-01 Eric Kohl- Mark service for delete in the registry.
2005-10-31 Hervé PoussineauBig move of driver input stack to a Plug-and-Play model:
2005-10-31 Brandon Turneronly show one screen of text at a time for displaying...
2005-10-31 Hervé PoussineauRewrite mouclass, so it can now handle more than one...
2005-10-31 Brandon TurnerRemoved some code to make dir behave the same way as...
2005-10-30 Gregor AnichAdd IntEngAlphaBlend and NtGdiAlphaBlend functions...
2005-10-30 Eric Kohl- Implement GetServiceKeyNameW (untested).
2005-10-30 Brandon TurnerHandle possible error from FindFirstFile. Thanks to...
2005-10-30 Brandon TurnerAdd a new function to return a path with correct casing...
2005-10-30 Eric Kohl- Implement GetServiceDisplayNameW (untested).
2005-10-30 Thomas Bluemelfixed uninitialized variable warning
2005-10-30 Brandon Turneradd gettype.exe clone. It works in windows and partial...
2005-10-29 Nathan WoodsCalc: Fixed Enter key
2005-10-28 Magnus OlsenTaskmgr greenish font remake by irc:dnordenberg (Swedis...
2005-10-28 Gé van GeldorpFirst send WM_ACTIVATE, then WM_SETFOCUS
2005-10-28 Gé van GeldorpProperly return window state
2005-10-28 Nathan WoodsFixed notepad bug when creating a file on the command...
2005-10-28 Brandon Turnerupdate todo.txt with current status
2005-10-28 Christoph von Wittichfixed some warnings
2005-10-28 Christoph von Wittichfixed 4 memory leaks
2005-10-27 Ged MurphyAdd the beginnings of sc.exe
2005-10-27 Martin Fuchsdisable "Terminate Explorer" in ReactOS build
2005-10-27 Martin Fuchsupdate change list for 0.2.8 release
2005-10-25 Brandon TurnerDont exit on "exit /?". Reported by bblaauw@home.nl
2005-10-24 Nathan WoodsRegedit fix and enhancement
2005-10-24 Nathan WoodsNotepad will no longer add .txt if you invoke it specif...
2005-10-24 Gé van GeldorpWorkaround for icon stretching. Makes icons in title...
2005-10-24 Gé van GeldorpSmall fixes to 1bpp->1bpp stretching
2005-10-24 Magnus Olsenprepare the rest of directdraw syscall using cache...
2005-10-24 Hartmut BirrFixed the calculation of the hash for the process data.
next