Sign in
goma
/
wine
/
39b4ba214b23a516168f241f835d73e53b175bf4
/
programs
27717a5
cmd: Add testcases for goto.
by Austin English
· 15 years ago
e22f6aa
cmd: Ignore spaces before goto label.
by Nikolay Sivov
· 15 years ago
3ae8d58
attrib.exe: Add stubbed command.
by Christian Costa
· 15 years ago
5e3e2ca
ping: Add skeleton ping command.
by Trey Hunner
· 15 years ago
e486a02
cmd: Added @or_broken@ handling to test templates and use it to fix tests on win2k.
by Jacek Caban
· 15 years ago
ac8d924
cmd: Add another expansion test.
by Yann Droneaud
· 15 years ago
954d06c
cmd: Remove %CD% test.
by Yann Droneaud
· 15 years ago
fbef721
makefiles: Remove the no longer needed explicit dependencies for bison files.
by Alexandre Julliard
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
9bad2fe
cmd: Added some expansion tests.
by Yann Droneaud
· 15 years ago
727df7a
cmd: Fixed uninitialised field in WCMD_addCommand() (Valgrind).
by Yann Droneaud
· 15 years ago
d336908
notepad: Don't prompt to save empty Untitled file.
by Henry Kroll III
· 15 years ago
f47bcc2
winetest: Refuse to run if we cannot create a window.
by Alexandre Julliard
· 15 years ago
a607f53
cmd: Fix cmd to take /? as a help parameter.
by Arjun Comar
· 15 years ago
5c5f37a
wordpad: Update Korean translation.
by Hwang YunSong
· 15 years ago
61a56d3
wordpad: Update Swedish translation.
by Anders Jonsson
· 15 years ago
61812d1
kernel32: Moved creation of the DynData registry keys to wineboot.
by Alexandre Julliard
· 15 years ago
9939fd6
extrac32: Enhance command-line parsing.
by Andrey Turkin
· 15 years ago
3fbe40e
wineconsole: Handle mouse wheel scrolling for user backend.
by Dylan Smith
· 15 years ago
b643928
wordpad: Update German print preview translation.
by Detlef Riekenberg
· 15 years ago
2e91ca1
wordpad: Update Lithuanian translation.
by Aurimas Fišeras
· 15 years ago
d4e6654
notepad: Implement printing to file.
by Vitaly Perov
· 15 years ago
bb58537
wordpad: Show page numbers in statusbar for print preview.
by Dylan Smith
· 15 years ago
3355be3
wordpad: Number of preview pages to show when unzoomed is persistent.
by Dylan Smith
· 15 years ago
adc2c95
wordpad: Added zoom cursor for print preview.
by Dylan Smith
· 15 years ago
7628fcd
extrac32: Implement /C mode.
by Andrey Turkin
· 15 years ago
4064efdc
cmd: Fix a memory leak (Valgrind).
by Paul Vriens
· 15 years ago
3264450
wordpad: Avoid forward declarations in print.c.
by Dylan Smith
· 15 years ago
20dea9a
wordpad: Don't waste time getting the number of preview pages.
by Dylan Smith
· 15 years ago
f235c48
wordpad: Avoid unnecessary deletion of hdcSized.
by Dylan Smith
· 15 years ago
8f19111
wordpad: Cache text length.
by Dylan Smith
· 15 years ago
7a9f728
wordpad: Update bitmaps outside of WM_PAINT.
by Dylan Smith
· 15 years ago
a75bf39
wordpad: Use pages_shown variables to indicate pages shown.
by Dylan Smith
· 15 years ago
b278101
wordpad: Get preview page character boundaries with number of pages.
by Dylan Smith
· 15 years ago
7451fac
wordpad: Added missing calls to DeleteDC and ReleaseDC.
by Dylan Smith
· 15 years ago
6164ce2
makefiles: Use the standard C_SRCS variable as the list of test files.
by Alexandre Julliard
· 15 years ago
2ef6101
cmd/tests: Compare strings case-insensitive.
by Paul Vriens
· 15 years ago
41c0db3
cmd: Add test for 'if' case sensitivity.
by Trey Hunner
· 15 years ago
f468055
cmd: Remove some unneeded extension checking.
by Paul Vriens
· 15 years ago
8110dde
cmd: Fix 'else', with tests.
by Dan Kegel
· 15 years ago
a3afe94
winedbg: Segment registers are not affected by rex prefix (Coverity).
by Marcus Meissner
· 15 years ago
2397171
wordpad: Added text colour toolbar button.
by Dylan Smith
· 15 years ago
003e7e9
wordpad: Avoid making monochrome bitmaps for print preview.
by Dylan Smith
· 15 years ago
e4fd519
cmd: Rename reference file from .out to .exp to avoid clash with gnu make builtin rule.
by Dan Kegel
· 15 years ago
8bc6ff9
cmd: Add test to show ~dp0 should be directory containing batch file.
by Dan Kegel
· 15 years ago
9d63b91
cmd: Add test to show set "FOO=bar" should not include the quotes in the variable value.
by Dan Kegel
· 15 years ago
786429b
cmd: Turn off echo, add visual separator between testcases.
by Dan Kegel
· 15 years ago
5035f3c
cmd: Move all tests to test_builtins.cmd.
by Dan Kegel
· 15 years ago
6beb48c
winedbg: rex is not used for Grp15b (Coverity).
by Marcus Meissner
· 15 years ago
aa25fcd
winedbg: Print parameter values in backtraces in hex.
by Dmitry Timoshkov
· 15 years ago
d00f031
cmd: Improve German translation.
by André Hentschel
· 15 years ago
e85bf5c
makefiles: Fix the installation rules for programs bin directory.
by Alexandre Julliard
· 15 years ago
93f0339
makefiles: Move all the recursion rules to the top-level makefile.
by Alexandre Julliard
· 15 years ago
9463687
makefiles: Build the programs directly from the top-level makefile.
by Alexandre Julliard
· 15 years ago
3b6c20e
notepad: Increase the text limit.
by Kusanagi Kouichi
· 15 years ago
7aba35c
wordpad: Fixed quick print so that it doesn't print blank pages.
by Dylan Smith
· 15 years ago
28a4a7b
cmd: Added cmd.exe tests.
by Jacek Caban
· 15 years ago
454fb3c
makefiles: Generate the list of test binaries from configure.
by Alexandre Julliard
· 15 years ago
9644d1d
makefiles: Generate a general catch-all dependency on .tab.h files to replace the manually maintained ones.
by Alexandre Julliard
· 15 years ago
5af24c3
wordpad: Update Russian translation.
by Vladimir Pankratov
· 15 years ago
7f8279e
winemenubuilder: Use a custom error function.
by Vincent Povirk
· 15 years ago
ecb2d7b
winetest: Report the correct source directory for program tests.
by Alexandre Julliard
· 15 years ago
6fae8e1
winetest: Require an email address to submit a report.
by Alexandre Julliard
· 15 years ago
b50e571
winedbg: Implement is_func_call on x86_64 CPU.
by Eric Pouech
· 15 years ago
4f4e38c
winedbg: Implemented is_step_over method for x86-64 CPU.
by Eric Pouech
· 15 years ago
9ed8d56
winedbg: Implemented is_break_insn for x86-64 CPUs.
by Eric Pouech
· 15 years ago
6979ea7
winedbg: Implemented is_function_return method for x86-64 CPU.
by Eric Pouech
· 15 years ago
7d3a9c6
winedbg: Implement float fetching for x86-64 debugger.
by Eric Pouech
· 15 years ago
7c9cd44
winedbg: Added some more instructions disassembly.
by Eric Pouech
· 15 years ago
4b8b078
winedbg: Fix 32bit displacement sign extension.
by Eric Pouech
· 15 years ago
7f1105e
winedbg: Add disassembly capacity to x86-64 backend.
by Eric Pouech
· 15 years ago
e1b677d
winedbg: For x86-64 CPU, fix $rip variable definition.
by Eric Pouech
· 15 years ago
f91948a
winedbg: Extend print_typed_basic to handle unicode strings.
by Eric Pouech
· 15 years ago
7de394d
reg.exe: Handle setting DWORD registry values.
by Dan Kegel
· 15 years ago
7b7444f
makefiles: Simplify the installation of program binaries by not attempting to hardlink them.
by Alexandre Julliard
· 15 years ago
15998c2
cmd: Size buffer in create_full_path() correctly.
by Dan Kegel
· 15 years ago
60fe4da
cmd: %~dp0 should expand to the directory containing the batch file, not the current directory.
by Dan Kegel
· 15 years ago
afb374b
cmd: Add support for 'if /i'.
by Trey Hunner
· 15 years ago
f6aaddb
wordpad: Update French translation.
by Frédéric Delanoy
· 15 years ago
51a6153
wordpad: Fix typo in keyboard shortcut.
by Frédéric Delanoy
· 15 years ago
e8fb8fb
cmdlgtst: Fix Italian translation.
by Luca Bennati
· 15 years ago
a0f7a63
winefile: Fix Italian translation.
by Luca Bennati
· 15 years ago
4cd6fef
wineconsole: Fix Italian translation.
by Luca Bennati
· 15 years ago
7bc4c74
view: Fix Italian translation.
by Luca Bennati
· 15 years ago
d92b85d
uninstaller: Fix Italian translation.
by Luca Bennati
· 15 years ago
691ac6f
progman: Fix Italian translation.
by Luca Bennati
· 15 years ago
45d3113
winedbg: Add Italian translation.
by Luca Bennati
· 15 years ago
4c9f6b1
wineboot: Add Italian translation.
by Luca Bennati
· 15 years ago
9069faa
net: Add Italian translation.
by Luca Bennati
· 15 years ago
0692a96
reg: Add Italian translation.
by Luca Bennati
· 15 years ago
c0c5ab1
wordpad: Update Ukrainian translations.
by Igor Paliychuk
· 15 years ago
e80a121
winefile: Add Ukrainian translations.
by Igor Paliychuk
· 15 years ago
bf10ce4
write: Add Italian translation.
by Luca Bennati
· 15 years ago
9f7c68f
wordpad: Add Italian translation.
by Luca Bennati
· 15 years ago
d975db8
xcopy: Add Italian translation.
by Luca Bennati
· 15 years ago
0c470a3
wordpad: Fix German translation.
by André Hentschel
· 15 years ago
18b918d
wordpad: Update Swedish translation.
by Anders Jonsson
· 15 years ago
6b64799
wordpad: Update Lithuanian translation.
by Aurimas Fišeras
· 15 years ago
0c46da8
wordpad: Implement zooming in for print preview.
by Dylan Smith
· 15 years ago
aaabd9f
wordpad: Fixed spacing calculations for print preview.
by Dylan Smith
· 15 years ago
Next »