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):

2007-06-20 08:16 JS, revision 46556

Compile fix for non-CG mode

2007-06-20 08:14 JS, revision 46555

Compile fixes for non-Core Graphics mode

2007-06-20 07:47 VS, revision 46554

remove implicit conversion to C strings from wxString if wxUSE_STL=1; this fixes problems with converting between wxString and std::string in some situations at the cost of having to use c_str() explicitly just as you have to when using std::string

2007-06-20 07:44 VS, revision 46553

more changes to make wx compile without implicit wxString->char* conversion (for STL build)

2007-06-20 07:09 VS, revision 46552

use wxString in wxRegKey methods; make it compile without implicit wxString->char* conversion

2007-06-20 04:22 MR, revision 46551

Fix SetExtraLong parameter type in docs from int to long. Noticed by nept2 on IRC

2007-06-20 00:16 VZ, revision 46550

mention changes from 2.8 branch too, at the very least keeping the 2 versions of this file on 2 branches in sync facilitates backporting

2007-06-20 00:13 VZ, revision 46549

don't free "static" alpha data (patch 1738966) [backport from HEAD]

2007-06-20 00:10 VZ, revision 46548

don't free "static" alpha data (patch 1738966)

2007-06-19 20:02 VS, revision 46547

make wxSetEnv compatible with ANSI and Unicode, deprecate passing NULL to it in favour of wxUnsetEnv()

2007-06-19 19:58 VS, revision 46546

added missing #if wxUSE_STDPATHS

2007-06-19 19:29 VS, revision 46545

return wxString from wxDynamicLibrary::GetDllExt()

2007-06-19 17:39 VS, revision 46544

use wxString in wxFileSystem::FindFileInPath()

2007-06-19 16:17 FT, revision 46543

More robust reporting of all test results.

2007-06-19 16:06 VS, revision 46542

compilation fix for non-STL build

2007-06-19 15:45 RD, revision 46541

fix import error

2007-06-19 15:08 JS, revision 46540

Finally fixed control scrolling

2007-06-19 14:51 VS, revision 46539

wxLog::Get/Settimestamp() now use wxString

2007-06-19 13:54 VS, revision 46538

return wxString from wxTextBuffer::GetName()

2007-06-19 11:57 VS, revision 46537

changed wxFFileOutput/InputStream ctor 'mode' argument to wxString

2007-06-19 11:54 VS, revision 46536

changed wxGLContext::SetColour() argument from wxChar* to wxString

2007-06-19 02:58 ROL, revision 46535

implemented SmartContainer; Unique AttributePanel class for all attributes (main, window and implicit); added some core components; added deleting (simple implementation)

2007-06-18 20:30 VS, revision 46534

made the code a bit more readable by not using _T() around to-be-generated code snippets

2007-06-18 20:22 VS, revision 46533

made the code a bit more readable by not using _T() around to-be-generated code snippets

2007-06-18 19:59 ROL, revision 46532

Presenter.update method, Panel redesign