Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2006-03-28 08:14 RR, revision 38403

Remove CVS clash in RCS-ID

2006-03-28 08:13 RR, revision 38402

Apply wxListCtrl patch which fixes some crashes and let the generic wxListCtrl show context menus like the MSW one.

2006-03-28 00:05 VZ, revision 38401

properly NUL-terminate the buffer before converting it to Unicode: we may need more than one trailing NUL

2006-03-27 23:31 VZ, revision 38400

made wxTextFile work in Unicode (bug 1260189); also made it possible to use it with non seekable files

2006-03-27 23:27 VZ, revision 38399

made wxTextFile work in Unicode; also made it possible to use it with non seekable files

2006-03-27 23:01 VZ, revision 38398

really fixed iteration over wxTextbuffer using GetFirst/NextLine()

2006-03-27 22:48 VZ, revision 38397

we don't need to include wx/textfile.h here

2006-03-27 20:43 VZ, revision 38396

reuse Clear() instead of duplicating its code in Close()

2006-03-27 20:39 VZ, revision 38395

fix bug in Eof() which returned true even if we were only on the last line, not beyond it

2006-03-27 20:23 VZ, revision 38394

use wxLaunchDefaultBrowser by default if no browser is specified

2006-03-27 20:05 VZ, revision 38393

renamed m_MapFile into m_helpDir because this is what it really is

2006-03-27 17:37 ABX, revision 38392

Test commit to verify cvs speed.

2006-03-27 17:32 VZ, revision 38391

added an option to use wxExtHelpController (which means that it now depends on the adv library)

2006-03-27 17:28 VZ, revision 38390

rewrote wxExtHelpController loading code to use wxFileName as it was broken under Mac and it also reduces the code size; also use wxTextFile to further simplify the code

2006-03-27 17:26 ABX, revision 38389

Source and warning cleaning.

2006-03-27 17:25 ABX, revision 38388

Unconditional assert means failure.

2006-03-27 15:52 ABX, revision 38387

Minor source cleaning.

2006-03-27 15:02 ABX, revision 38386

Fix for broken 'param' macro syntax.

2006-03-27 14:47 ABX, revision 38385

Minor source cleaning.

2006-03-27 14:01 ABX, revision 38384

Source and warning cleaning after enabling wxUSE_DATAVIEWCTRL in wxMSW builds.

2006-03-27 13:48 VZ, revision 38383

documented GetResourcesDir() and GetLocalizedResourcesDir() (somehow forgot to commit before, sorry)

2006-03-27 13:46 VZ, revision 38382

fixed unused parameter warning

2006-03-27 12:36 ABX, revision 38381

Coverity CID 100 fix.

2006-03-27 12:25 ABX, revision 38380

Final and global PRIOR/NEXT change: keep consistency using only PAGE versions, deprecate old ids, remove rest of build problems with case statemets.

2006-03-27 09:35 JJ, revision 38379

Committing in . Removing obsolete compiler directives for OpenVMS Modified Files: wxWidgets/src/generic/notebook.cpp wxWidgets/src/univ/notebook.cpp wxWidgets/src/unix/mimetype.cpp ----------------------------------------------------------------------