winealsa: Implement a light form of locking for dsoutput.
[wine] / programs /
2007-07-31  James Hawkinsmsiexec: Implement a stub MSIServer service.
2007-07-30  Jason Edmeadescmd: Remove some debug code.
2007-07-30  Jason Edmeadescmd: Fix comment to accurately reflect the function.
2007-07-30  Jason Edmeadescmd: Add support for wildcards in copy.
2007-07-30  Michael Stefaniucwinefile: Use SendMessageW instead of SNDMSG.
2007-07-26  Michael Stefaniucwinefile: Change choose_font() and init_output() to...
2007-07-26  Michael Stefaniucwinefile: Move the font choosing code to a separate...
2007-07-25  Jason Edmeadescmd: Fix trap when batch pgm runs another batch pgm.
2007-07-25  Michael Stefaniucwinefile: Change the settings functions to use the...
2007-07-24  Michael Stefaniucwinefile: Move some self contained functions to use...
2007-07-24  Michael Stefaniucwinefile: Replace malloc with HeapAlloc.
2007-07-23  Hwang YunSong(황윤성)net: New Korean resource.
2007-07-23  Hwang YunSong(황윤성)wordpad: Updated Korean resource.
2007-07-20  Alexander Nicolays... wordpad: Resize rebar control on window resize.
2007-07-20  Anatoly Lyutincmd: Use toupperW instead of toupper.
2007-07-19  Alexander Nicolays... wordpad: Add date/time toolbar button.
2007-07-19  Alexander Nicolays... wordpad: Add date/time dialog.
2007-07-19  Michael Stefaniucprograms: Remove unreachable break after return/break...
2007-07-19  Michael Stefaniucwinhelp: Add missing case label "default". Found by...
2007-07-18  Hwang YunSong(황윤성)wordpad: Updated Korean resource.
2007-07-18  Hwang YunSong(황윤성)cmd: Updated Korean resource.
2007-07-16  Kirill K. Smirnovprograms/start: use SEE_MASK_NO_CONSOLE flag as default.
2007-07-12  Paul Vriensprograms/cmd: Do the assignment after the return to...
2007-07-11  Tim Schwartznet.exe: Converted strings to resources.
2007-07-11  Lei Zhangstart.exe: Put double quotes around arguments with...
2007-07-11  Anatoly Lyutincmd: Use toupperW instead of toupper.
2007-07-09  Hans Leidekkerpdh: Add tests for opening and closing queries.
2007-07-09  Alexander Nicolays... wordpad: Prompt for saving file changes.
2007-07-06  Alexander Nicolays... wordpad: Disable copy/cut in menu when appropriate.
2007-07-05  Francois GougetAssorted spelling fixes.
2007-07-04  Ben Hodgettswinecfg: Clean up Graphics tab and remove broken neutra...
2007-07-02  Alexandre Julliardconfigure: Merge the libcurses existence check with...
2007-07-02  Alexandre Julliardconfigure: Merge the libhal existence check with the...
2007-07-02  Alexandre Julliardconfigure: Don't use a default soname if a library...
2007-06-29  Konstantin Kondratyukprograms/winefile: Add Russian resources.
2007-06-29  Misha Koshelevwinemenubuilder: Do not WINE_ERR in InvokeShellLinker...
2007-06-28  Misha Koshelevwinemenubuilder: Wait for parent process to finish...
2007-06-28  Misha Koshelevwinemenubuilder: Create/release semaphore only around...
2007-06-28  Michael Stefaniucwinefile: Do not use the TEXT() macro on character...
2007-06-28  Michael Stefaniucwinefile: Do not use wide character constants.
2007-06-28  Konstantin Kondratyukuninstaller: Add Russian resources.
2007-06-27  Michael Stefaniuccmd: Remove superfluous casts of void pointers to other...
2007-06-22  David Adamwordpad: French translation for the view item.
2007-06-21  Kirill K. Smirnovwinhelp: Fix popup window style.
2007-06-21  Detlef Riekenbergntprint/tests: Add initial test.
2007-06-21  Alexander Nicolays... wordpad: Remove unnecessary toolbar resizing code.
2007-06-21  Alexander Nicolays... wordpad: Set default font effects to 0.
2007-06-21  Tim Schwartznet.exe: Add missing CloseServiceHandle().
2007-06-20  Rob Shearmanrpcss: Remove lazy timeout mechanism and use __wine_mak...
2007-06-19  Tim Schwartznet.exe: Add NET STOP.
2007-06-18  Alexandre Julliardwinedbg: Added support for indirect call with absolute...
2007-06-18  Jason Edmeadescmd.exe: for loop by default only matches files.
2007-06-18  Jason Edmeadescmd.exe: Fix FOR so it works as 'well' as before.
2007-06-18  Jason Edmeadescmd.exe: Support IF..ELSE processing tolerate multiline...
2007-06-18  Jason Edmeadescmd.exe: Correctly parse IF ELSE plus multipart/multiline.
2007-06-18  Jason Edmeadescmd.exe: Parse multipart FOR statements.
2007-06-18  Jason Edmeadescmd.exe: EXIT /b skips any residual commands.
2007-06-18  Jason Edmeadescmd.exe: Lines starting with REM ignore any multiline...
2007-06-18  Jason Edmeadescmd.exe: GOTO throws away any preloaded multi part...
2007-06-18  Jason Edmeadescmd.exe: Pass the command list through so it is availab...
2007-06-18  Jason Edmeadescmd.exe: Pass command structure into WCMD_pipe, not...
2007-06-18  Jason Edmeadescmd.exe: Add basic support for && and (...) syntax.
2007-06-18  Alexander Nicolays... wordpad: Use Unicode functions in more places.
2007-06-18  Francois Gougetregedit: Merge getRegClass() and getRegKeyName() to...
2007-06-18  Francois Gougetregedit: Don't allow square-bracketed registry paths...
2007-06-18  Francois Gougetregedit: Add missing '\n' to an error message.
2007-06-15  Jason Edmeadescmd.exe: Add support for cmd.exe /u (Unicode from inter...
2007-06-14  Alexander Nicolays... wordpad: Use Unicode functions in more places.
2007-06-14  Francois Gougetregedit: Modify getRegClass() to avoid dubious comparis...
2007-06-14  Francois Gougetregedit: Having garbage after the dash in '"foo"=-...
2007-06-14  Francois Gougetregedit: The registry functions return standard error...
2007-06-14  Francois Gougetregedit: Make the dword and binary data parsing both...
2007-06-14  Francois Gougetregedit: If the data for a given value is in an unknown...
2007-06-14  Francois Gougetregedit: Remove cruft and make functions static, reorde...
2007-06-14  Francois Gougetregedit: Remove setAppName() as the application name...
2007-06-14  Francois Gougetregedit: Move PerformRegAction() and get_file_name...
2007-06-12  Evan Stadegdiplus: First pen test.
2007-06-12  Alexander Nicolays... wordpad: Split toolbar into tool- and formatbar.
2007-06-12  Alexander Nicolays... wordpad: Allow toggling of statusbar.
2007-06-12  Alexander Nicolays... wordpad: Allow toggling of toolbar.
2007-06-11  Alexandre Julliardwinecfg: Fix potential null pointer access (spotted...
2007-06-08  Alexandre Julliardcmd.exe: Silence a FIXME.
2007-06-07  Misha Koshelevwinebrowser: Add DDE support.
2007-06-07  Anatoly Lyutincmd.exe: Update Russian translation.
2007-06-07  Alexandre Julliardwinedevice: Accept the shutdown service control.
2007-06-06  Alexandre Julliardexplorer.exe: Mark explorer as a system process.
2007-06-06  Alexander Nicolays... wordpad: Fix potential buffer overflow.
2007-06-06  Francois Gougetprograms/cmd: Add missing '\n' to Wine trace.
2007-06-06  Alexander Nicolays... wordpad: Add missing dots to Open menu item.
2007-06-04  Jason Edmeadesxcopy.exe: Convert from main to wmain.
2007-06-04  Jason Edmeadescmd.exe: Fix dir /w.
2007-06-04  Jason Edmeadescmd.exe: Change from main to wmain.
2007-06-04  Jason Edmeadescmd.exe: Fix handling of malformed environment variable...
2007-06-04  Jason Edmeadescmd.exe: Fix 'help garbage' command post-unicode support.
2007-06-04  Jason Edmeadescmd.exe: Convert cmd to Unicode.
2007-06-04  Jason Edmeadescmd.exe: Handle command line as Unicode.
2007-06-04  Jason Edmeadescmd.exe: Move writing to console into a single function.
2007-06-04  Jason Edmeadescmd.exe: Move English constants into NLS files.
2007-06-04  Alexander Nicolays... wordpad: Add file saving dialog.
2007-06-04  Alexander Nicolays... wordpad: Convert open file dialog to Unicode.
next