dwrite: Keep string length in text layout.
[wine] / programs /
2012-10-26  André Hentschelwinedbg: Cleanup if gdb startup fails (coverity).
2012-10-24  Jason Edmeadescmd: Add for /f delims= support.
2012-10-24  Jason Edmeadescmd: Strip quotes from for /f string before attempting...
2012-10-24  Jason Edmeadescmd: Correct for /f string and command set handling.
2012-10-24  Jason Edmeadescmd: Add support for usebackq (for /f).
2012-10-24  Jason Edmeadescmd: Implement support for for /f eol=c option.
2012-10-24  Jason Edmeadescmd: Use a common function for the string parsing in...
2012-10-24  Jason Edmeadescmd: Refactor building a list of directories out of...
2012-10-24  Jason Edmeadescmd: Add support parsing for /f options and implement...
2012-10-23  André Hentschelwinedbg: Fix check for register number (coverity).
2012-10-23  Frédéric Delanoycmd/tests: Add tests for mixed number/stringified numbe...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for GTR comparison operator in...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for GEQ comparison operator in...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for NEQ comparison operator in...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for EQU comparison operator in...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for LEQ comparison operator in...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for LSS comparison operator in...
2012-10-22  André Hentschelwinedbg: Buffer size includes the quotes (coverity).
2012-10-22  André Hentschelview: Buffer size of GetFileTitleW is in characters...
2012-10-22  Piotr Cabanservices: Added tests for service thread termination...
2012-10-22  Piotr Cabanservices: Kill service thread after timeout so it can...
2012-10-22  Alexandre Julliardexplorer: Remove support for the old-style X11 desktop...
2012-10-22  Akihiro Sagawacmd: Properly handle multibyte characters in batch...
2012-10-22  Francois GougetAssorted spelling tweaks and fixes.
2012-10-22  Ken Thomaseswinemenubuilder: Use proper marker (negative index...
2012-10-19  Aric Stewartwinemenubuilder: Scale 64x64 classic icons to 128x128...
2012-10-17  Jason Edmeadescmd: Add support for calling a built in command.
2012-10-17  Jason Edmeadescmd: Rename parameter passed to builtin calls.
2012-10-17  Jason Edmeadescmd: Handle very odd delimiter support for command...
2012-10-16  Daniel Jelinskiregedit: Disallow editing root key names.
2012-10-16  Jason Edmeadescmd: %* expands to first non-whitespace delimiter of...
2012-10-16  Jason Edmeadescmd: Identify the program name using more appropriate...
2012-10-16  Jason Edmeadescmd: cmd /c "pgmname" searches all extensions on PATHEXT.
2012-10-15  Jason Edmeadescmd: Add full support for copy concatenation and ascii...
2012-10-15  Jason Edmeadescmd: Support copy to an 'ascii' destination.
2012-10-15  Jason Edmeadescmd: Add suite of tests for the copy command.
2012-10-15  Jason Edmeadescmd: Fix some issues with ~ modifier expansion.
2012-10-15  Jason Edmeadescmd: Rework the body of WCMD_copy based on new paramete...
2012-10-15  Jason Edmeadescmd: Rework parameter parsing for WCMD_Copy.
2012-10-15  Jason Edmeadescmd: Fix regression around prompting during copy.
2012-10-15  Marcus Meissnerwinefile: Check index before buffer overread (Coverity).
2012-10-12  Marcus Meissnerregedit: FIXME() on printing.
2012-10-11  Frédéric Delanoycmd/tests: Add tests for command line parsing.
2012-10-11  Frédéric Delanoycmd/tests: Move command line tests to separate file.
2012-10-10  Marcus Meissnerwinetest: Close filehandle on run error (Coverity).
2012-10-09  André Hentschelwinetest: Report actual number of failures in the statu...
2012-10-09  Jacek Cabanservices: Fixed memory leak.
2012-10-08  Alexandre Julliardwinedbg: Mark the lexer as always interactive to preven...
2012-10-08  André Hentschelwinedbg: Adjust copyright to avoid confusions.
2012-10-08  André Hentschelwinedbg: Simplify Coprocessor operators in the Thumb2...
2012-10-08  André Hentschelwinedbg: Add load non-word operators to Thumb2 disassem...
2012-10-08  André Hentschelwinedbg: Add preload operators for Thumb2 disassembler.
2012-10-04  André Hentschelwinedbg: Reorder disassembler functions to match instru...
2012-10-04  André Hentschelwinedbg: Add Coprocessor data transfer operators for...
2012-10-04  André Hentschelwinedbg: Add enhanced Coprocessor move operators to...
2012-10-04  André Hentschelwinedbg: Add Coprocessor data operators for Thumb2...
2012-10-04  Qian Hongfindstr: Added stub exe.
2012-10-03  Jason Edmeadescmd: Change command line parsing away from argv/argc.
2012-10-03  André Hentschelwinedbg: Add control operators to Thumb2 disassembler.
2012-10-03  André Hentschelwinedbg: Add hint operators to Thumb2 disassembler.
2012-10-03  André Hentschelwinedbg: Add special register processing operators...
2012-10-03  André Hentschelwinedbg: Improve and add branch operators for Thumb2...
2012-10-02  Jason Edmeadescmd: Fix basic cmd.exe /c "echo hello" type syntax.
2012-10-02  Jason Edmeadescmd: cmd.exe /c or /k should suppress copy overwrite...
2012-10-01  Jason Edmeadescmd: Ensure current directory saved during cmd /c.
2012-10-01  Jason Edmeadescmd: Fix setlocal/endlocal implementation.
2012-10-01  Jason Edmeadescmd: Add full for /R support.
2012-10-01  Jason Edmeadescmd: Convert wcmd_for to use WCMD_parameter.
2012-10-01  Alexandre JulliardMark all lexers as never-interactive.
2012-10-01  Francois GougetAssorted spelling fixes.
2012-09-28  Frédéric Delanoycmd: Reuse common string constants.
2012-09-28  Frédéric Delanoycmd: Spelling fixes.
2012-09-26  Jason Edmeadescmd: Display 'set' sort ordering correctly.
2012-09-26  Jason Edmeadescmd: Echo back command with whitespace removed first.
2012-09-26  Jason Edmeadescmd: Support for ^ character at end of line.
2012-09-26  Jason Edmeadescmd: Add circumflex support into command shell.
2012-09-26  Jason Edmeadescmd: Fix parameterization around delimiters.
2012-09-24  Francois GougetAssorted spelling fixes.
2012-09-24  Francois Gougetregedit: Fix the spelling of multi-string.
2012-09-20  Per Johanssonwinemenubuilder: Correct InvokeShellLinkerForURL return...
2012-09-20  Per Johanssonwinemenubuilder: Don't treat empty string as a valid...
2012-09-13  James Ederwineboot: Expect one PROCESSOR_POWER_INFORMATION struct...
2012-09-10  Marcus Meissnerwinecfg: Remove incorrect HeapFree (Coverity).
2012-09-06  Jason Edmeadescmd: Space does not delimit environment variable names.
2012-09-06  Jason Edmeadescmd: A successful set should reset the errorlevel.
2012-09-05  Jason Edmeadescmd: Fix incorrect pointer comparison.
2012-09-05  Jason Edmeadescmd: More generic zero iteration for loop fix.
2012-09-05  Jason Edmeadescmd: Fix "PATH=value" command.
2012-09-04  Jason Edmeadescmd: Fix renaming inside directories.
2012-09-04  Jason Edmeadescmd: Fix rmdir error during recursive delete.
2012-09-03  Jason Edmeadescmd: for /l with zero iterations failed to skip its...
2012-09-03  Jason Edmeadescmd: for loops did not respect boundaries.
2012-08-31  Michael Stefaniucwinetest: Remove an unused struct field.
2012-08-27  Michael Stefaniucwineconsole: Avoid TRUE:FALSE conditional expressions.
2012-08-27  André Hentschelwinedbg: Add register data processing operators to...
2012-08-27  André Hentschelwinedbg: Add store operators to Thumb2 disassembler.
2012-08-24  André Hentschelwinedbg: Add load word operators to Thumb2 disassembler.
2012-08-22  Francois Gougetxcopy: Fix spelling and slightly reword the usage message.
2012-08-21  André Hentschelntdll: Add support for Windows 8 version.
2012-08-20  Marcus Meissnerwinecfg: Fixed use-after-free (Coverity).
next