projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
comdlg32: Save dialog works if fred\ entered as filename.
[wine]
/
programs
/
2007-07-26
Michael Stefaniuc
winefile: Change choose_font() and init_output() to...
tree
|
commitdiff
2007-07-26
Michael Stefaniuc
winefile: Move the font choosing code to a separate...
tree
|
commitdiff
2007-07-25
Jason Edmeades
cmd: Fix trap when batch pgm runs another batch pgm.
tree
|
commitdiff
2007-07-25
Michael Stefaniuc
winefile: Change the settings functions to use the...
tree
|
commitdiff
2007-07-24
Michael Stefaniuc
winefile: Move some self contained functions to use...
tree
|
commitdiff
2007-07-24
Michael Stefaniuc
winefile: Replace malloc with HeapAlloc.
tree
|
commitdiff
2007-07-23
Hwang YunSong(황윤성)
net: New Korean resource.
tree
|
commitdiff
2007-07-23
Hwang YunSong(황윤성)
wordpad: Updated Korean resource.
tree
|
commitdiff
2007-07-20
Alexander Nicolays...
wordpad: Resize rebar control on window resize.
tree
|
commitdiff
2007-07-20
Anatoly Lyutin
cmd: Use toupperW instead of toupper.
tree
|
commitdiff
2007-07-19
Alexander Nicolays...
wordpad: Add date/time toolbar button.
tree
|
commitdiff
2007-07-19
Alexander Nicolays...
wordpad: Add date/time dialog.
tree
|
commitdiff
2007-07-19
Michael Stefaniuc
programs: Remove unreachable break after return/break...
tree
|
commitdiff
2007-07-19
Michael Stefaniuc
winhelp: Add missing case label "default". Found by...
tree
|
commitdiff
2007-07-18
Hwang YunSong(황윤성)
wordpad: Updated Korean resource.
tree
|
commitdiff
2007-07-18
Hwang YunSong(황윤성)
cmd: Updated Korean resource.
tree
|
commitdiff
2007-07-16
Kirill K. Smirnov
programs/start: use SEE_MASK_NO_CONSOLE flag as default.
tree
|
commitdiff
2007-07-12
Paul Vriens
programs/cmd: Do the assignment after the return to...
tree
|
commitdiff
2007-07-11
Tim Schwartz
net.exe: Converted strings to resources.
tree
|
commitdiff
2007-07-11
Lei Zhang
start.exe: Put double quotes around arguments with...
tree
|
commitdiff
2007-07-11
Anatoly Lyutin
cmd: Use toupperW instead of toupper.
tree
|
commitdiff
2007-07-09
Hans Leidekker
pdh: Add tests for opening and closing queries.
tree
|
commitdiff
2007-07-09
Alexander Nicolays...
wordpad: Prompt for saving file changes.
tree
|
commitdiff
2007-07-06
Alexander Nicolays...
wordpad: Disable copy/cut in menu when appropriate.
tree
|
commitdiff
2007-07-05
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2007-07-04
Ben Hodgetts
winecfg: Clean up Graphics tab and remove broken neutra...
tree
|
commitdiff
2007-07-02
Alexandre Julliard
configure: Merge the libcurses existence check with...
tree
|
commitdiff
2007-07-02
Alexandre Julliard
configure: Merge the libhal existence check with the...
tree
|
commitdiff
2007-07-02
Alexandre Julliard
configure: Don't use a default soname if a library...
tree
|
commitdiff
2007-06-29
Konstantin Kondratyuk
programs/winefile: Add Russian resources.
tree
|
commitdiff
2007-06-29
Misha Koshelev
winemenubuilder: Do not WINE_ERR in InvokeShellLinker...
tree
|
commitdiff
2007-06-28
Misha Koshelev
winemenubuilder: Wait for parent process to finish...
tree
|
commitdiff
2007-06-28
Misha Koshelev
winemenubuilder: Create/release semaphore only around...
tree
|
commitdiff
2007-06-28
Michael Stefaniuc
winefile: Do not use the TEXT() macro on character...
tree
|
commitdiff
2007-06-28
Michael Stefaniuc
winefile: Do not use wide character constants.
tree
|
commitdiff
2007-06-28
Konstantin Kondratyuk
uninstaller: Add Russian resources.
tree
|
commitdiff
2007-06-27
Michael Stefaniuc
cmd: Remove superfluous casts of void pointers to other...
tree
|
commitdiff
2007-06-22
David Adam
wordpad: French translation for the view item.
tree
|
commitdiff
2007-06-21
Kirill K. Smirnov
winhelp: Fix popup window style.
tree
|
commitdiff
2007-06-21
Detlef Riekenberg
ntprint/tests: Add initial test.
tree
|
commitdiff
2007-06-21
Alexander Nicolays...
wordpad: Remove unnecessary toolbar resizing code.
tree
|
commitdiff
2007-06-21
Alexander Nicolays...
wordpad: Set default font effects to 0.
tree
|
commitdiff
2007-06-21
Tim Schwartz
net.exe: Add missing CloseServiceHandle().
tree
|
commitdiff
2007-06-20
Rob Shearman
rpcss: Remove lazy timeout mechanism and use __wine_mak...
tree
|
commitdiff
2007-06-19
Tim Schwartz
net.exe: Add NET STOP.
tree
|
commitdiff
2007-06-18
Alexandre Julliard
winedbg: Added support for indirect call with absolute...
tree
|
commitdiff
2007-06-18
Jason Edmeades
cmd.exe: for loop by default only matches files.
tree
|
commitdiff
2007-06-18
Jason Edmeades
cmd.exe: Fix FOR so it works as 'well' as before.
tree
|
commitdiff
2007-06-18
Jason Edmeades
cmd.exe: Support IF..ELSE processing tolerate multiline...
tree
|
commitdiff
2007-06-18
Jason Edmeades
cmd.exe: Correctly parse IF ELSE plus multipart/multiline.
tree
|
commitdiff
2007-06-18
Jason Edmeades
cmd.exe: Parse multipart FOR statements.
tree
|
commitdiff
2007-06-18
Jason Edmeades
cmd.exe: EXIT /b skips any residual commands.
tree
|
commitdiff
2007-06-18
Jason Edmeades
cmd.exe: Lines starting with REM ignore any multiline...
tree
|
commitdiff
2007-06-18
Jason Edmeades
cmd.exe: GOTO throws away any preloaded multi part...
tree
|
commitdiff
2007-06-18
Jason Edmeades
cmd.exe: Pass the command list through so it is availab...
tree
|
commitdiff
2007-06-18
Jason Edmeades
cmd.exe: Pass command structure into WCMD_pipe, not...
tree
|
commitdiff
2007-06-18
Jason Edmeades
cmd.exe: Add basic support for && and (...) syntax.
tree
|
commitdiff
2007-06-18
Alexander Nicolays...
wordpad: Use Unicode functions in more places.
tree
|
commitdiff
2007-06-18
Francois Gouget
regedit: Merge getRegClass() and getRegKeyName() to...
tree
|
commitdiff
2007-06-18
Francois Gouget
regedit: Don't allow square-bracketed registry paths...
tree
|
commitdiff
2007-06-18
Francois Gouget
regedit: Add missing '\n' to an error message.
tree
|
commitdiff
2007-06-15
Jason Edmeades
cmd.exe: Add support for cmd.exe /u (Unicode from inter...
tree
|
commitdiff
2007-06-14
Alexander Nicolays...
wordpad: Use Unicode functions in more places.
tree
|
commitdiff
2007-06-14
Francois Gouget
regedit: Modify getRegClass() to avoid dubious comparis...
tree
|
commitdiff
2007-06-14
Francois Gouget
regedit: Having garbage after the dash in '"foo"=-...
tree
|
commitdiff
2007-06-14
Francois Gouget
regedit: The registry functions return standard error...
tree
|
commitdiff
2007-06-14
Francois Gouget
regedit: Make the dword and binary data parsing both...
tree
|
commitdiff
2007-06-14
Francois Gouget
regedit: If the data for a given value is in an unknown...
tree
|
commitdiff
2007-06-14
Francois Gouget
regedit: Remove cruft and make functions static, reorde...
tree
|
commitdiff
2007-06-14
Francois Gouget
regedit: Remove setAppName() as the application name...
tree
|
commitdiff
2007-06-14
Francois Gouget
regedit: Move PerformRegAction() and get_file_name...
tree
|
commitdiff
2007-06-12
Evan Stade
gdiplus: First pen test.
tree
|
commitdiff
2007-06-12
Alexander Nicolays...
wordpad: Split toolbar into tool- and formatbar.
tree
|
commitdiff
2007-06-12
Alexander Nicolays...
wordpad: Allow toggling of statusbar.
tree
|
commitdiff
2007-06-12
Alexander Nicolays...
wordpad: Allow toggling of toolbar.
tree
|
commitdiff
2007-06-11
Alexandre Julliard
winecfg: Fix potential null pointer access (spotted...
tree
|
commitdiff
2007-06-08
Alexandre Julliard
cmd.exe: Silence a FIXME.
tree
|
commitdiff
2007-06-07
Misha Koshelev
winebrowser: Add DDE support.
tree
|
commitdiff
2007-06-07
Anatoly Lyutin
cmd.exe: Update Russian translation.
tree
|
commitdiff
2007-06-07
Alexandre Julliard
winedevice: Accept the shutdown service control.
tree
|
commitdiff
2007-06-06
Alexandre Julliard
explorer.exe: Mark explorer as a system process.
tree
|
commitdiff
2007-06-06
Alexander Nicolays...
wordpad: Fix potential buffer overflow.
tree
|
commitdiff
2007-06-06
Francois Gouget
programs/cmd: Add missing '\n' to Wine trace.
tree
|
commitdiff
2007-06-06
Alexander Nicolays...
wordpad: Add missing dots to Open menu item.
tree
|
commitdiff
2007-06-04
Jason Edmeades
xcopy.exe: Convert from main to wmain.
tree
|
commitdiff
2007-06-04
Jason Edmeades
cmd.exe: Fix dir /w.
tree
|
commitdiff
2007-06-04
Jason Edmeades
cmd.exe: Change from main to wmain.
tree
|
commitdiff
2007-06-04
Jason Edmeades
cmd.exe: Fix handling of malformed environment variable...
tree
|
commitdiff
2007-06-04
Jason Edmeades
cmd.exe: Fix 'help garbage' command post-unicode support.
tree
|
commitdiff
2007-06-04
Jason Edmeades
cmd.exe: Convert cmd to Unicode.
tree
|
commitdiff
2007-06-04
Jason Edmeades
cmd.exe: Handle command line as Unicode.
tree
|
commitdiff
2007-06-04
Jason Edmeades
cmd.exe: Move writing to console into a single function.
tree
|
commitdiff
2007-06-04
Jason Edmeades
cmd.exe: Move English constants into NLS files.
tree
|
commitdiff
2007-06-04
Alexander Nicolays...
wordpad: Add file saving dialog.
tree
|
commitdiff
2007-06-04
Alexander Nicolays...
wordpad: Convert open file dialog to Unicode.
tree
|
commitdiff
2007-06-04
Alexander Nicolays...
wordpad: Improve file reading code.
tree
|
commitdiff
2007-06-04
Alexander Nicolays...
wordpad: Add file saving support.
tree
|
commitdiff
2007-06-04
Alexander Nicolays...
wordpad: Store file name globally.
tree
|
commitdiff
2007-06-04
Alexander Nicolays...
wordpad: Split code into set_caption function.
tree
|
commitdiff
2007-06-01
Alexander Nicolays...
cmd: Update Norwegian Bokmål resources.
tree
|
commitdiff
next