msdaps: Add support for remoting IRowsetInfo_GetProperties.
[wine] / programs /
2010-02-04  Eric Pouechwinedbg: Implement is_func_call on x86_64 CPU.
2010-02-04  Eric Pouechwinedbg: Implemented is_step_over method for x86-64...
2010-02-04  Eric Pouechwinedbg: Implemented is_break_insn for x86-64 CPUs.
2010-02-04  Eric Pouechwinedbg: Implemented is_function_return method for...
2010-02-04  Eric Pouechwinedbg: Implement float fetching for x86-64 debugger.
2010-02-04  Eric Pouechwinedbg: Added some more instructions disassembly.
2010-02-04  Eric Pouechwinedbg: Fix 32bit displacement sign extension.
2010-02-04  Eric Pouechwinedbg: Add disassembly capacity to x86-64 backend.
2010-02-04  Eric Pouechwinedbg: For x86-64 CPU, fix $rip variable definition.
2010-02-04  Eric Pouechwinedbg: Extend print_typed_basic to handle unicode...
2010-02-03  Dan Kegelreg.exe: Handle setting DWORD registry values.
2010-02-03  Alexandre Julliardmakefiles: Simplify the installation of program binarie...
2010-02-03  Dan Kegelcmd: Size buffer in create_full_path() correctly.
2010-02-03  Dan Kegelcmd: %~dp0 should expand to the directory containing...
2010-02-02  Trey Hunnercmd: Add support for 'if /i'.
2010-02-02  Frédéric Delanoywordpad: Update French translation.
2010-02-02  Frédéric Delanoywordpad: Fix typo in keyboard shortcut.
2010-02-02  Luca Bennaticmdlgtst: Fix Italian translation.
2010-02-02  Luca Bennatiwinefile: Fix Italian translation.
2010-02-02  Luca Bennatiwineconsole: Fix Italian translation.
2010-02-02  Luca Bennatiview: Fix Italian translation.
2010-02-02  Luca Bennatiuninstaller: Fix Italian translation.
2010-02-02  Luca Bennatiprogman: Fix Italian translation.
2010-02-02  Luca Bennatiwinedbg: Add Italian translation.
2010-02-02  Luca Bennatiwineboot: Add Italian translation.
2010-02-02  Luca Bennatinet: Add Italian translation.
2010-02-01  Luca Bennatireg: Add Italian translation.
2010-02-01  Igor Paliychukwordpad: Update Ukrainian translations.
2010-02-01  Igor Paliychukwinefile: Add Ukrainian translations.
2010-02-01  Luca Bennatiwrite: Add Italian translation.
2010-02-01  Luca Bennatiwordpad: Add Italian translation.
2010-02-01  Luca Bennatixcopy: Add Italian translation.
2010-02-01  André Hentschelwordpad: Fix German translation.
2010-02-01  Anders Jonssonwordpad: Update Swedish translation.
2010-02-01  Aurimas Fišeraswordpad: Update Lithuanian translation.
2010-01-29  Dylan Smithwordpad: Implement zooming in for print preview.
2010-01-29  Dylan Smithwordpad: Fixed spacing calculations for print preview.
2010-01-29  Igor Paliychukxcopy.exe: Add Ukrainian translations.
2010-01-29  Igor Paliychukwrite.exe: Add Ukrainian translations.
2010-01-29  Igor Paliychukwordpad: Add Ukrainian translations.
2010-01-29  Igor Paliychukreg.exe: Add Ukrainian translations.
2010-01-28  Alexandre Julliardwinetest: Refuse to run if the mount manager isn't...
2010-01-28  Alexandre Julliardwineboot: Set the USERNAME and USERPROFILE variables...
2010-01-28  Alexandre Julliardwineboot: Add a wrapper function for RegSetValueExW.
2010-01-27  Dylan Smithwordpad: Don't render the text when getting the number...
2010-01-27  Dylan Smithwordpad: Reset rc.bottom between calls to EM_FORMATRANGE.
2010-01-19  Vitaly Lipatovwineconsole: Fix Russian translation.
2010-01-11  Paul Vriensoleview: Fix size parameter for memset (Coccinelle).
2010-01-07  Marcin Baczyńskiwinedbg: Remove superfluous void* cast.
2010-01-06  André Hentschelwinedbg: Update link.
2010-01-05  Alexandre Julliardwinedos: Merge all of winedos back into krnl386.
2010-01-04  Josselin Bardetmsiexec: Support of /package option.
2010-01-04  Dan Kegelcmd: Fix echoing of multiline commands.
2010-01-04  Dan Kegelcmd: Echoed prompts are preceded by a blank line.
2009-12-31  Andrew Nguyencmd: Set the PROMPT environment variable on startup.
2009-12-30  Alexandre Julliardkernel: Add an import lib for krnl386, and stop importi...
2009-12-30  Steven Edwardswinefile: Replace builtin execute dialog with standard...
2009-12-30  Eric Pouechwinedbg: In "info threads" commands, also show the...
2009-12-30  Michael Stefaniucwinetest: Remove superfluous WPARAM casts.
2009-12-28  Alexandre Julliardwinevdm: Move the loading of the system drivers into...
2009-12-28  Andrew Nguyenwineboot: Generate the HKCU\Volatile Environment regist...
2009-12-28  Alexandre Julliardwordpad: Use the main module instance instead of gettin...
2009-12-28  Gerald Pfeiferwinedbg: Use #elif defined(...) instead of plain #elif...
2009-12-28  Michael Stefaniucwordpad: Remove some explicit LPARAM/WPARAM casts.
2009-12-28  Michael Stefaniucwinecfg: Remove some explicit WPARAM casts.
2009-12-23  Austin Englishcmd: Use DOS newlines, not UNIX.
2009-12-23  Gerald Pfeiferwinedbg: Use #elif defined(...) instead of plain #elif...
2009-12-22  Eric Pouechwinedbg: Fix for stack symbols on 64bit platform.
2009-12-22  Eric Pouechwinedbg: Ensure the stack pointer is also passed to...
2009-12-22  Eric Pouechwinedbg: Push the correct machine type to StackWalk.
2009-12-21  André Hentschelwinetest: Fix a cast.
2009-12-18  Alexandre Julliardprogman: Don't try to access the internals of an icon...
2009-12-16  Nicolas Le Camwinedbg: Fix Norwegian translation warning by adding...
2009-12-15  Alexander Nicolays... winedbg: Add Norwegian Bokmål translation.
2009-12-15  Eric Pouechwinedbg: Implement breakpoint management for x86_64...
2009-12-15  Eric Pouechwinedbg: Added 'a' to the format supported in examine...
2009-12-15  Eric Pouechwinedbg: Allow internal (host) integral variables to...
2009-12-15  Eric Pouechwinedbg: Fix some types for homogenous support on 64bit...
2009-12-14  Eric Pouechwinedbg: Force 64bit line number information throughout...
2009-12-14  Eric Pouechwinedbg: For the x86_64 backend, fetch all the integral...
2009-12-14  Eric Pouechwinedbg: Added a couple of tweaks to properly support...
2009-12-14  Eric Pouechdbghelp: Force 64bit module enumeration on all platforms.
2009-12-14  Eric Pouechwinedbg: Ensure all addresses passed to break functions...
2009-12-14  Eric Pouechwinedbg: Enforce 64bit modules address on 64bit platforms.
2009-12-14  Gregor Schneiderxcopy: Remove unneeded assignment.
2009-12-14  Alexander Nicolays... winecfg: Update Norwegian Bokmål translation.
2009-12-14  Francois Gougetwinedbg: Use SUBLANG_NEUTRAL for Spanish.
2009-12-11  Vincent Povirkwineboot: Terminate processes immediately after WM_ENDS...
2009-12-11  Vincent Povirkwineboot: Do not force --kill when --end-session is...
2009-12-10  Alexandre Julliardwinedbg: Fix a number of 64-bit pointer truncation...
2009-12-09  Alexandre Julliardclock: Convert to Unicode.
2009-12-09  Alexandre Julliardnet: Use the explicit name for all A/W function.
2009-12-09  Alexandre Julliardcmd: Use the explicit name for all A/W function.
2009-12-09  Alexandre Julliardwinedbg: Use the explicit name for all A/W function.
2009-12-09  Jaime Ravewinedbg: Add Spanish translation.
2009-12-07  Paul Chitescuservices.exe: Reduce Registry access to KEY_READ or...
2009-12-07  Marcus Meissnerreg: Fixed 2 functionality bugs in REG DELETE (Coverity).
2009-12-07  André Hentschelxcopy: Fix time acronyms in German translation.
2009-12-04  Marcus Meissnercmd: Break out of the argument scan loop (Coverity).
2009-12-03  Jacek Cabanwinetest: Remove no longer needed Gecko check.
next