Menu

/trunk/src/FindBar.cpp Commit Log


Commit Date  
[r752] (2.8 kB) by steveking

Fix a few /analyze and cppcheck warnings.
(Fixes issue #398) : Cppcheck and /analyze results

2012-06-13 18:29:04 View
Download
[r746] (2.8 kB) by steveking

Remove the "using namespace std" statements and explicitly refer to the std namespace where needed.

2012-06-03 14:15:11 View
Download
[r714] (2.8 kB) by steveking

Use smart pointers for allocating memory and fix a few memory leaks while doing so.
Also replace our custom auto_buffer with std::unique_ptr<>.

2012-05-08 20:03:07 View
Download
[r685] (2.8 kB) by XhmikosR

* add an empty line after the license header
* remove unneeded empty lines at the end of files
* use the right case for the includes
* always use <> for system headers
* update ext/Versions.txt

2012-05-02 09:37:14 View
Download
[r517] (2.8 kB) by steveking

convert tabs to spaces.

2010-04-25 07:42:32 View
Download
[r191] (2.6 kB) by steveking

Indicate the GPL license.

2007-11-16 19:46:43 View
Download
[r175] (1.7 kB) by steveking

SetWindowText\(\s*GetDlgItem(\s*)\((\S*),\s*(\S*)\),\s*(\S*),(\s*)(\S*)\)(\s*);
->
SetDlgItemText\($2, $3, $4, $6\);

2007-09-16 09:13:11 View
Download
[r123] (1.7 kB) by steveking

Improve the search bar a little bit.

2007-05-04 17:54:17 View
Download
[r122] (1.3 kB) by steveking

Add a 'find bar' to the diff viewer which does searching FF style.
Not yet completely working and it looks ugly right now...

2007-05-04 13:11:12 View
Download
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.