Split custom ReactOS-only non-standard extensions from NTDDSND.H
[reactos.git] / reactos / dll / cpl /
2009-02-13 Dmitry GorbachevUpdate Slovak translations, fix formatting. Bug #4157...
2009-02-12 Johannes Anderwald- Implement MediaClassInstaller for GUID_DEVCLASS_SOUND...
2009-02-11 Gregor SchneiderDo not reset the changed switch after applying a theme...
2009-02-09 Gregor SchneiderFix comments
2009-02-04 Dmitry GorbachevFix warnings in Regional Settings and Multimedia contro...
2009-02-04 Timo Kreuzerremove unnessesary dependency to msvcrt
2009-02-02 Timo Kreuzertimedate.cpl: Fix size of the clock on both windows...
2009-01-29 Matthias Kupferremove outdated unimplemented MessageBox
2009-01-28 Matthias Kupferone more attempt to fix clock size, absolute coord...
2009-01-28 Matthias KupferFix and add German translation
2009-01-27 Daniel ReimerBug 4061: Italian resources updates by Paolo Devoti
2009-01-25 Dmitry Chapyshev- .def -> .spec
2009-01-25 Dmitry Chapyshev- Small fix
2009-01-25 Dmitry Chapyshev- Cleanup and implement telephon.cpl
2009-01-25 Dmitry Chapyshev.def -> .spec
2009-01-24 Pierre SchweitzerFixed hdwwiz build
2009-01-24 Pierre SchweitzerAdded/Updated French translation for almost everything...
2009-01-22 Pierre SchweitzerUpdated French translations for input.dll and shell32.dll
2009-01-21 Dmitry Chapyshev- Update Russian translation
2009-01-21 Dmitry Chapyshev- Replace watermark.bmp and header.bmp with better...
2009-01-20 Dmitry Chapyshev- Implement auto add keyboard layouts
2009-01-20 Daniel ReimerBug 4030: Greek Update by Apostolos Alexiadis
2009-01-19 Stefan Ginsberg- Remove unnecessary allowwarnings="true"
2009-01-18 Matthias KupferMaciej Bialas <bjauy AT tlen DOT pl>
2009-01-18 Matthias KupferAdd new resource strings for translation.
2009-01-18 Matthias Kupfer- Replace static message text by resource strings.
2009-01-18 Dmitry Chapyshev- Fix bug with addition of keyboard layouts
2009-01-17 Dmitry Chapyshev- Launch hardware wizard on hardware page
2009-01-16 Dmitry Chapyshev- Fix bug with addition of duplicates to the devices...
2009-01-16 Dmitry Chapyshev- Partly implement hardware types page
2009-01-16 Dmitry Chapyshev- More dialogs implementation
2009-01-12 Dmitry GorbachevUpdate Spanish translations.
2009-01-11 Dmitry Chapyshev- Update Polish translation by Maciej Bialas (bjauy...
2009-01-11 Daniel ReimerGerman Translation of hdwwiz.
2009-01-10 Dmitry GorbachevCzech patch from Radek Liska. Bug #4014.
2009-01-09 Dmitry Chapyshev- Update Norwegian translation.
2009-01-09 Dmitry Chapyshev- Update Slovak translation. Patch by Mario Kacmar...
2009-01-08 Dmitry Chapyshev- Implement devices status page
2009-01-08 Dmitry GorbachevFix number of pages.
2009-01-07 Dmitry Chapyshev- Partly implement of installed hardware page
2009-01-07 Dmitry Chapyshev- Add more resources
2009-01-07 Dmitry Chapyshev- Set parent window for the wizard
2009-01-06 Dmitry Chapyshev- Add more dialogs
2009-01-06 Dmitry Chapyshev- Small fix for Russian translation
2009-01-06 Dmitry Chapyshev- Start implementing of hdwwiz
2008-12-29 Christoph von Wittichfix "Primary mouse button changes prematurely."
2008-12-23 Timo KreuzerReplace all deprecate functions like wcsicmp with the...
2008-12-21 KJK::Hyperionmodified include/reactos/wine/exception.h
2008-12-20 Kamil Hornicek- add check for NULL pointer, "first" is NULL for folde...
2008-12-20 Dmitry Gorbachev- Do not use pGlobalData after freeing,
2008-12-17 Daniel ReimerSynched winhlp32 and wordpad with wine HEAD.
2008-12-14 Dmitry Gorbachev- Use HEAP_ZERO_MEMORY instead of memset().
2008-12-07 Dmitry GorbachevSilence GCC warnings.
2008-12-07 Dmitry GorbachevRemove stray semicolon, change indentation.
2008-12-03 Dmitry GorbachevSilence compiler warnings (7/11).
2008-11-30 Stefan Ginsberg- Go away STDCALL, time has come for WINAPI and NTAPI
2008-11-24 Johannes Anderwald- Fix heap corruption and memory leak
2008-11-14 Johannes Anderwald- Pass the parent to PropertySheetW
2008-11-11 Daniel ReimerBug 3839: Italian resources update by Paolo Devoti
2008-11-04 Daniel ReimerBug 3830: Spanish netshell update and more by Javier...
2008-11-04 KJK::HyperionKJK::Hyperion is proud to present "dllimport purity...
2008-10-30 Johannes Anderwald- Forgot this one
2008-10-30 Johannes Anderwald- Convert recovery option dialog to unicode
2008-10-30 Johannes Anderwald- Convert LoadSoundFiles to explictely to unicode
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-25 KJK::Hyperionmodified base/applications/screensavers/3dtext/3dtext...
2008-10-25 Aleksey Bragin- Globalize ReactOS target version (there are a few...
2008-10-21 KJK::Hyperionmodified tools/rbuild/backend/mingw/modulehandler.cpp
2008-10-17 Johannes Anderwald* Convert ncpa to a simple wrapper which invokes netshe...
2008-10-16 Kamil Hornicek- remove dead code, fixes CID 60, CID 61
2008-10-15 Kamil Hornicekdon't loop (UINT)-1 times if the section is not present...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-10-07 Daniel ReimerBug 3752: Translate files by Lars Martin Hambro
2008-09-24 Christoph von Wittichmore correct fix
2008-09-24 Christoph von Wittichcheck for value > 0 before using it as array index
2008-09-23 Ged MurphyDon't risk a negative array subscript. Fixes our one...
2008-09-23 Christoph von Wittichoverrun of static array
2008-09-04 Ged Murphymissed this, it's not needed.
2008-09-04 Ged Murphyrestart the clock when it's been stopped to be altered
2008-09-04 Ged MurphyPlease test your code before you ruin mine.
2008-08-31 Daniel ReimerBug 3670: update translate file by Lars Martin Hambro
2008-08-26 Art YerkesCommit patches from bugboy, fixing bug 2392.
2008-08-19 Daniel ReimerBug 3661: Bulgarian Update by CCTAHEB
2008-08-19 Daniel ReimerBug 3631 Translate file/patch by Lars Martin Hambro...
2008-08-18 Eric KohlImplement the "Add users to a group" function.
2008-08-14 Sylvain Petreolleupdate french translations :
2008-08-13 Daniel ReimerBug 3649: Slovak update by Mario Kacmar
2008-08-13 Daniel ReimerPolish Shell32 Update by Olaf Siejka
2008-08-09 Hervé PoussineauReplace .def file by a .spec file
2008-08-07 Hervé PoussineauReplace .def file by a .spec file
2008-08-07 Hervé PoussineauReplace .def file by a .spec file
2008-08-06 Johannes Anderwald* Enable/Disable finish button based on the right edit...
2008-08-05 Daniel ReimerBug 3555: Syssetup: Adjust size of controls for italian...
2008-08-04 Dmitry Chapyshev- Update Russian translation
2008-08-02 Hervé PoussineauSupport GetObjectW() failure
2008-08-01 Matthias Kupfer- extended range for calendar view for years 1900-9999...
2008-08-01 Daniel ReimerRename the Norwegian RC Files to no-NO.rc, which is...
2008-08-01 Art YerkesCreate a branch for network fixes.
next