[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r213] by steveking

Add tstring typedef.

2009-06-14 07:44:49 Tree
[r212] by steveking

Revert r206 and r208 (issue #62) since this lead to some serious problems and the feature isn't that usefull anyway (had deactivated it for my console apps).
(Closes issue #69)

2009-06-09 17:46:38 Tree
[r211] by steveking

Fix handle leak.

2009-06-09 16:45:54 Tree
[r210] by steveking

Sign all binaries from the build script.

2009-05-30 19:24:22 Tree
[r209] by steveking

Adjust the bugtraq:logregex to help with the new format:
http://code.google.com/p/support/wiki/IssueTracker#Integration_with_version_control

2009-05-21 11:39:55 Tree
[r208] by steveking

Update issue #62:
QueryFullProcessImageName() is only available on Vista, so load it dynamically instead of linking statically to it.

2009-05-18 20:11:06 Tree
[r207] by steveking

Fixed issue #61: Unpredictable double quotes in clipboard

* paths/names copied to the clipboard are enquoted if necessary (see the PathQuoteSpaces() API for details: http://msdn.microsoft.com/en-us/library/bb773739(VS.85).aspx )
* paths for %selpaths are also enquoted if necessary
* paths for %sel*paths and in the %selafile / %selufile files are not enquoted

2009-05-14 16:30:23 Tree
[r206] by steveking

Implemented issue #62: add Vista Glass to cmd.exe

2009-05-14 16:07:31 Tree
[r205] by steveking

Use the desktop as the owner window if the parent window is minimized.

2009-05-10 06:09:11 Tree
[r204] by steveking

Don't use
using namespace std;
in a header file.

2009-05-05 18:14:42 Tree
Older >