2007-03-13 |
Jason Edmeades | cmd.exe: Add support for stderr redirection to a file.
|
commit | commitdiff | tree |
2007-03-13 |
Jason Edmeades | cmd.exe: Save initial working directory.
|
commit | commitdiff | tree |
2007-03-13 |
Jason Edmeades | cmd.exe: Add support for FTYPE.
|
commit | commitdiff | tree |
2007-03-08 |
Jason Edmeades | cmd.exe: Support SHIFT /n option.
|
commit | commitdiff | tree |
2007-03-08 |
Jason Edmeades | cmd.exe: Add support for CD /D.
|
commit | commitdiff | tree |
2007-03-08 |
Jason Edmeades | cmd.exe: setlocal and endlocal should preserve drive...
|
commit | commitdiff | tree |
2007-03-08 |
Jason Edmeades | cmd.exe: Hide new internal vars during SET.
|
commit | commitdiff | tree |
2007-03-08 |
Jason Edmeades | cmd.exe: Add support for working directories per drive.
|
commit | commitdiff | tree |
2007-03-08 |
Jason Edmeades | cmd.exe: Support TIME /T option.
|
commit | commitdiff | tree |
2007-03-08 |
Jason Edmeades | cmd.exe: Support DATE /T option.
|
commit | commitdiff | tree |
2007-03-08 |
Jason Edmeades | cmd.exe: Prevent options to pushd.
|
commit | commitdiff | tree |
2007-03-08 |
Jason Edmeades | cmd.exe: Support PUSHD with wildcards.
|
commit | commitdiff | tree |
2007-03-08 |
Jason Edmeades | cmd.exe: Set errorlevel if CD fails.
|
commit | commitdiff | tree |
2007-03-08 |
Jason Edmeades | cmd.exe: Wildcards in directory names for CD.
|
commit | commitdiff | tree |
2007-03-08 |
Jason Edmeades | cmd.exe: Support unquoted directories in CD command.
|
commit | commitdiff | tree |
2007-03-08 |
Jason Edmeades | cmd.exe: Support default colours for wineconsole.
|
commit | commitdiff | tree |
2007-03-08 |
Jason Edmeades | cmd.exe: Add cmd.exe /T option.
|
commit | commitdiff | tree |
2007-03-08 |
Jason Edmeades | cmd.exe: Add COLOR command.
|
commit | commitdiff | tree |
2007-03-05 |
Jason Edmeades | kernel32/tests: Show wrong behaviour with current directory.
|
commit | commitdiff | tree |
2007-03-05 |
Jason Edmeades | cmd.exe: Fix stdio redirects.
|
commit | commitdiff | tree |
2007-03-05 |
Jason Edmeades | cmd.exe: Add support for del file1 file2.
|
commit | commitdiff | tree |
2007-03-05 |
Jason Edmeades | cmd.exe: Add ASSOC command.
|
commit | commitdiff | tree |
2007-03-05 |
Jason Edmeades | cmd.exe: PROMPT option to show pushd levels.
|
commit | commitdiff | tree |
2007-03-05 |
Jason Edmeades | cmd.exe: Additional PROMPT options.
|
commit | commitdiff | tree |
2007-03-05 |
Jason Edmeades | cmd.exe: Support rd dir1 dir2.
|
commit | commitdiff | tree |
2007-02-28 |
Jason Edmeades | cmd.exe: Fix parameter parsing returns.
|
commit | commitdiff | tree |
2007-02-28 |
Jason Edmeades | cmd.exe: Support del /a[:].
|
commit | commitdiff | tree |
2007-02-28 |
Jason Edmeades | cmd.exe: Support del /f.
|
commit | commitdiff | tree |
2007-02-28 |
Jason Edmeades | cmd.exe: Support del /p.
|
commit | commitdiff | tree |
2007-02-28 |
Jason Edmeades | cmd.exe: Prompt during del *.* and del *.
|
commit | commitdiff | tree |
2007-02-28 |
Jason Edmeades | cmd.exe: Add prompt for rd /s.
|
commit | commitdiff | tree |
2007-02-27 |
Jason Edmeades | cmd.exe: Make 'set t' show all vars starting with 't'.
|
commit | commitdiff | tree |
2007-02-27 |
Jason Edmeades | cmd.exe: Add rd /s support.
|
commit | commitdiff | tree |
2007-02-27 |
Jason Edmeades | cmd.exe: Locate programs more correctly.
|
commit | commitdiff | tree |
2007-02-27 |
Jason Edmeades | cmd.exe: Allow special named env vars to be modified.
|
commit | commitdiff | tree |
2007-02-26 |
Jason Edmeades | cmd.exe: Add special SET modifiers.
|
commit | commitdiff | tree |
2007-02-26 |
Jason Edmeades | cmd.exe: Add %random% special name support.
|
commit | commitdiff | tree |
2007-02-26 |
Jason Edmeades | cmd.exe: Unify parsing and expansion.
|
commit | commitdiff | tree |
2007-02-26 |
Jason Edmeades | cmd.exe: Add support for call :label and goto :label.
|
commit | commitdiff | tree |
2007-02-26 |
Jason Edmeades | cmd.exe: Add pushd and popd.
|
commit | commitdiff | tree |
2007-02-21 |
Jason Edmeades | cmd.exe: Add support for env vars DATE, TIME, CD.
|
commit | commitdiff | tree |
2007-02-21 |
Jason Edmeades | cmd.exe: Add support for %ERRORLEVEL% in both batch...
|
commit | commitdiff | tree |
2007-02-21 |
Jason Edmeades | cmd.exe: Support return code if fail to launch program.
|
commit | commitdiff | tree |
2007-02-21 |
Jason Edmeades | cmd.exe: Support PATH= as a valid command.
|
commit | commitdiff | tree |
2007-02-21 |
Jason Edmeades | cmd.exe: Add ~ modifiers for %0-9.
|
commit | commitdiff | tree |
2007-02-21 |
Jason Edmeades | cmd.exe: Support :EOF in goto labels.
|
commit | commitdiff | tree |
2007-02-21 |
Jason Edmeades | cmd.exe: Add support for %*.
|
commit | commitdiff | tree |
2007-02-21 |
Jason Edmeades | cmd.exe: Support exit [/b] returncode.
|
commit | commitdiff | tree |
2007-02-21 |
Jason Edmeades | cmd.exe: Add "if defined ..." support.
|
commit | commitdiff | tree |
2006-03-01 |
Jason Edmeades | user32: Ensure VK_UP displays the popup menu for the...
|
commit | commitdiff | tree |
2006-01-19 |
Jason Edmeades | user: Tests for when the menu is incorrect because...
|
commit | commitdiff | tree |
2005-09-29 |
Jason Edmeades | Always return MA_ACTIVATE for WM_MOUSEACTIVATE in DefWindowProc.
|
commit | commitdiff | tree |
2005-09-21 |
Jason Edmeades | Fix some off by one calculations in the comboboxex...
|
commit | commitdiff | tree |
2005-08-27 |
Jason Edmeades | Listbox delete string handling should validate the...
|
commit | commitdiff | tree |
2005-08-19 |
Jason Edmeades | Handle context menu->refresh, and F5 to initiate a...
|
commit | commitdiff | tree |
2005-08-19 |
Jason Edmeades | _swab failed if src == dest, plus some testcases.
|
commit | commitdiff | tree |
2005-08-19 |
Jason Edmeades | Add the time to the file display dialog modified column.
|
commit | commitdiff | tree |
2005-05-31 |
Jason Edmeades | Added test case for infinite loops on RDW_REDRAWNOW.
|
commit | commitdiff | tree |
2005-04-11 |
Jason Edmeades | Ensure A->W version of InternetCrackURL passes correct...
|
commit | commitdiff | tree |
2005-03-23 |
Jason Edmeades | Make the treeview correctly search when the top index...
|
commit | commitdiff | tree |
2005-03-16 |
Jason Edmeades | Correct memory allocation macro.
|
commit | commitdiff | tree |
2005-03-15 |
Jason Edmeades | Avoid trap in mixerGetLineControlsA when cControls...
|
commit | commitdiff | tree |
2005-03-07 |
Jason Edmeades | Add stub for GetClassObject function.
|
commit | commitdiff | tree |
2005-03-07 |
Jason Edmeades | Make msvcrt printf use the internal routines which...
|
commit | commitdiff | tree |
2005-03-07 |
Jason Edmeades | Add stub for SetSecurityInfo.
|
commit | commitdiff | tree |
2005-02-26 |
Jason Edmeades | Make LR_LOADTRANSPARENT work and give transparent images.
|
commit | commitdiff | tree |
2005-02-24 |
Jason Edmeades | Correct handling of unusual vendor strings in d3d8...
|
commit | commitdiff | tree |
2005-02-23 |
Jason Edmeades | Take into account additional requested spacing on break...
|
commit | commitdiff | tree |
2005-02-23 |
Jason Edmeades | Enable parsing of vendor strings not matching the expected...
|
commit | commitdiff | tree |
2005-02-22 |
Jason Edmeades | Make RegisterClassExA check that reserved bytes is...
|
commit | commitdiff | tree |
2005-02-14 |
Jason Edmeades | Make the edit field created from a richedit control...
|
commit | commitdiff | tree |
2005-02-14 |
Jason Edmeades | Make 'exist' in wcmd handle both file and directories.
|
commit | commitdiff | tree |
2005-02-08 |
Jason Edmeades | Avoid compile warnings.
|
commit | commitdiff | tree |
2005-01-18 |
Jason Edmeades | - Handle failures to allocate storage more gracefully.
|
commit | commitdiff | tree |
2005-01-17 |
Jason Edmeades | - Add texture support for all the texture types for...
|
commit | commitdiff | tree |
2005-01-09 |
Jason Edmeades | Add render target support, and ensure there is a front...
|
commit | commitdiff | tree |
2004-12-14 |
Jason Edmeades | Add Clear, Present and EndScene support and fix a bug...
|
commit | commitdiff | tree |
2004-12-13 |
Jason Edmeades | Add {G,S}etRenderState and {G,S}etTextureStageState...
|
commit | commitdiff | tree |
2004-12-09 |
Jason Edmeades | Add {G,S}etIndices, {G,S}Viewport and enable the basic...
|
commit | commitdiff | tree |
2004-12-07 |
Jason Edmeades | Add BaseTexture class support, call from d3d9.
|
commit | commitdiff | tree |
2004-11-29 |
Jason Edmeades | Implement Material, Clip plane and Light support plus
|
commit | commitdiff | tree |
2004-11-28 |
Jason Edmeades | Add Get/Set Transform support, plus BeginScene (does...
|
commit | commitdiff | tree |
2004-11-24 |
Jason Edmeades | Add indexbuffer support into wined3d.
|
commit | commitdiff | tree |
2004-11-23 |
Jason Edmeades | - Implement SetStreamSource
|
commit | commitdiff | tree |
2004-11-10 |
Jason Edmeades | - Stub SetServiceObjectSecurity to pretend to work...
|
commit | commitdiff | tree |
2004-10-21 |
Jason Edmeades | Implement the beginnings of the stateblock class, and...
|
commit | commitdiff | tree |
2004-10-14 |
Jason Edmeades | - Add support (as far as was previously) for the VertexBuffe...
|
commit | commitdiff | tree |
2004-10-08 |
Jason Edmeades | Copy and tidy up the code from dx8 create device into...
|
commit | commitdiff | tree |
2004-10-07 |
Jason Edmeades | Add a IWineD3DDevice object type (empty for now), and...
|
commit | commitdiff | tree |
2004-10-06 |
Jason Edmeades | Move the GetDeviceCaps into the wined3d library and...
|
commit | commitdiff | tree |
2004-10-05 |
Jason Edmeades | Move the Check* type functions into wined3d and copy...
|
commit | commitdiff | tree |
2004-09-29 |
Jason Edmeades | Move into wined3d and call from d3d9 the GetAdapterId...
|
commit | commitdiff | tree |
2004-09-28 |
Jason Edmeades | - Make d3d8 know about the wined3d device and start...
|
commit | commitdiff | tree |
2004-09-23 |
Jason Edmeades | Create a wined3d interface, and generate a wined3d...
|
commit | commitdiff | tree |
2004-09-21 |
Jason Edmeades | Don't hide and restore the window when changing it...
|
commit | commitdiff | tree |
2004-08-26 |
Jason Edmeades | Don't clear the information structure for non supported...
|
commit | commitdiff | tree |
2004-08-26 |
Jason Edmeades | Ensure digits are printable characters from oleaut32...
|
commit | commitdiff | tree |
2004-03-07 |
Jason Edmeades | Calculate the size of BI_BITFIELDS dib sections via...
|
commit | commitdiff | tree |
2004-03-05 |
Jason Edmeades | Handle playing of files containing a '+' as part of...
|
commit | commitdiff | tree |
2004-01-06 |
Jason Edmeades | Fix the draw*primitiveUP calls so they work directly...
|
commit | commitdiff | tree |