- Compile screensavers as UNICODE applications + minor fixes (Part 1/2)
[reactos.git] / reactos / dll /
2007-10-29 Hervé PoussineauDisplay status window only if it is not a console boot
2007-10-29 Ged Murphychange text to something meaningful
2007-10-29 Hervé PoussineauRename console boot switch to CONSOLE
2007-10-29 Hervé PoussineauInitialize CurrentDirectory before sending it to Create...
2007-10-28 Gregor BrunmarMade each service have its own pipe name as done in...
2007-10-27 Timo Kreuzeruser32:
2007-10-27 Colin FinckImport the new code for showing floating point values...
2007-10-27 Colin Finck- Implement a new ShellAbout dialog, which looks more...
2007-10-27 Johannes Anderwald- fix a bug
2007-10-27 Marc PiulachsUpdate shell32 spanish localization
2007-10-27 Johannes Anderwald- start implementing "Open With" shell extension
2007-10-26 Marc PiulachsUpdate/Fix spanish localizations
2007-10-26 Marc PiulachsImplement Infs.Always section parsing to syssetup....
2007-10-26 Aleksey Bragin- Make behavior consistent: if there is no relocation...
2007-10-26 James TaborScrollDC From my notes 08/16/2003:
2007-10-25 Ged Murphyfix use of globals introduced in r29883
2007-10-25 Daniel ReimerFix Build. Someone forgot to remove some +, when he...
2007-10-25 Johannes Anderwald- Draw color quality indicator in Display Properties...
2007-10-25 Johannes AnderwaldHwang YunSong() <hys545@dreamwiz.com>
2007-10-25 James TaborFix icon title class descriptor for ReactOS.
2007-10-25 Hervé PoussineauAdd traces
2007-10-25 James TaborSync with Wine: Static controls.
2007-10-24 James Tabor- Implement NtUserGetComboBoxInfo and use it in GetComb...
2007-10-24 Hervé PoussineauBetter check of GetWindowsDirectory() return value
2007-10-24 Hervé PoussineauDuplicate the user token before calling CreateProcessAs...
2007-10-24 James Tabor- Sync to Wine: Listbox controls
2007-10-23 Gregor BrunmarAdded RtlCopySecurityDescriptor
2007-10-23 Marc Piulachs- various fixes to the spanish language resources
2007-10-23 Hervé PoussineauIExtractIcon::GetIconLocation is not documented to...
2007-10-23 Marc Piulachs- Added a new start menu folder "Accessibility" (IDS_SY...
2007-10-23 Hervé PoussineauWhen creating the context menu, take care of attributes...
2007-10-23 Hervé PoussineauUse SHCreateDefaultExtractIcon to simplify code
2007-10-23 Hervé PoussineauImplement SHCreateDefaultExtractIcon
2007-10-23 Hervé PoussineauDo not mix ReactOS and Wine debug style
2007-10-23 Hervé PoussineauCode refactoring to be able to handle installation...
2007-10-23 Hervé PoussineauNo need to define __USE_W32API
2007-10-23 James TaborSync with Wine: Combo controls. Checked Button and...
2007-10-23 James TaborSync with Wine: Add the rest of Alex Villacís Lasso...
2007-10-23 James TaborSync with Wine: Edit controls.
2007-10-23 Johannes Anderwald- silence wine debug messages
2007-10-23 Johannes Anderwald- add a member to shlview to able to track the current...
2007-10-22 Daniel ReimerTranslate xcopy into German and fix the SUBLANGs of...
2007-10-22 Colin FinckShell32 resource file cleanup - Part 2
2007-10-22 Hervé Poussineau__USE_W32API is always defined nowadays
2007-10-22 Thomas BluemelProcess window messages while the (un)installer is...
2007-10-22 Johannes Anderwald- load dynamic shell extensions with IContextMenu interface
2007-10-21 Johannes Anderwald- use RegLoadMUIString for a translated keys
2007-10-21 Colin FinckShell32 resource file cleanup - Part 1/2 for today
2007-10-21 Thomas BluemelLoad libraries as data files in RegLoadMUIString
2007-10-21 Johannes Anderwald- fix a few bugs
2007-10-21 Johannes Anderwald- use SHGetSpecialFolderPath if used on desktop when...
2007-10-21 Johannes Anderwald- fix a typo
2007-10-21 Johannes Anderwald- fix memory leak
2007-10-21 Daniel ReimerRemove Trailing spaces.
2007-10-21 Eric KohlSimplify a lot of code (e.g.: SendMessage(GetDlgItem...
2007-10-21 Eric KohlFixed indentation (TABs --> Spaces)
2007-10-21 Eric Kohl- Keep the value type of each environment variable...
2007-10-20 Thomas BluemelEnable the code to determine the time zone from the...
2007-10-20 Thomas Bluemeltapiui.dll doesn't have an entry point
2007-10-20 Aleksey Bragin- Remove entrypoint="0" from DLLs which actually need...
2007-10-20 Aleksey BraginDmitry Chapyshev <lentind@yandex.ru>
2007-10-20 Eric KohlMake it UNICODE-safe.
2007-10-20 Eric KohlFix indentation (TABs --> Spaces).
2007-10-20 Aleksey BraginDmitry Chapyshev <lentind@yandex.ru>
2007-10-20 Johannes Anderwald- fix param spotted by James Tabor
2007-10-20 Johannes Anderwald- implement shellnew operations for type "Data" and...
2007-10-20 Johannes Anderwald- store lnk extension
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-19 Johannes Anderwald- implement loading of shell new items in context menus
2007-10-19 Hervé PoussineauActivate define override check in rbuild
2007-10-19 Johannes AnderwaldAuthor: Evan Teran <evan.teran@gmail.com>
2007-10-19 Johannes Anderwald- add printer folder
2007-10-19 Johannes Anderwald- load dynamic IContextMenu extensions from registry
2007-10-19 Thomas BluemelDestroy created pen after use (fixes a GDI object leak)
2007-10-19 Thomas BluemelPort RegLoadMUIStringA/W from WINE HEAD and adjust...
2007-10-19 Thomas BluemelInitialize the COM library
2007-10-18 Thomas BluemelAllow selecting monitors using the keyboard
2007-10-18 Thomas BluemelAdd very basic dragging support to the monitor selectio...
2007-10-18 Hervé PoussineauExport GetDefaultPrinterA/W also by ordinal
2007-10-17 Mike NordellImplement functionality for ctrl-home and ctrl-end
2007-10-17 Hervé PoussineauFix typo
2007-10-17 Hervé PoussineauImplement ProfileItems support in .inf files
2007-10-17 Hervé PoussineauCommit again changes of r25834, which were reverted...
2007-10-17 Aleksey Bragin- LdrpAttachToProcess() should be called only once...
2007-10-17 Hervé PoussineauAdd missing WINAPI keyword
2007-10-16 Colin FinckMerge the cards of "cardsbav" to our cards.dll and...
2007-10-16 Thomas BluemelCheck if reading theme settings from the registry was...
2007-10-15 Daniel ReimerBug 2753, 2754 Ukrainian translation update (rstzab...
2007-10-15 Daniel ReimerBug 2747: French translations by Pierre Schweitzer...
2007-10-14 Magnus Olsendo not use entrypoint="0" when dll have dllmain
2007-10-14 Magnus Olsendo not use entrypoint="0" when dll have dllmain
2007-10-14 Magnus Olsendo not use entrypoint="0" when dll have dllmain
2007-10-14 Magnus Olsenentrypoint="0" do not use entrypoint="0" when dll...
2007-10-14 Magnus Olsendo not use entrypoint="0" when dll have dllmain
2007-10-14 Colin FinckAdd a Czech (QWERTY) keyboard layout by Kamil Hornicek...
2007-10-13 Johannes Anderwald- halfplement CDefFolderMenu_Create2
2007-10-13 Aleksey Bragin- Move Teb's StaticUnicodeString initialisation from...
2007-10-13 James TaborDc_Attr with DCE:
2007-10-12 Christoph von WittichLdrpLoadModule called with LOAD_LIBRARY_AS_DATAFILE...
2007-10-12 Johannes Anderwald- dont allow creating a link to a shortcut
next