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-05-31 13:08 VS, revision 46256

use wxString, not wxChar*, in wxCreateDynamicObject() and wxClassInfo::FindClass()

2007-05-31 11:00 VS, revision 46255

test if wxString(NULL) ctor creates empty string

2007-05-30 22:02 VS, revision 46254

use wxString, not wxChar*, in wxDataFormat ctor and SetId() method

2007-05-30 21:03 RR, revision 46253

Forgot to commit.

2007-05-30 21:02 RR, revision 46252

Experimenting with cell attributes.

2007-05-30 20:31 RR, revision 46251

Implement for selection code.

2007-05-30 14:03 VS, revision 46250

fixed to the newly added crt.h header: 1. include it in makefiles 2. add proper header and guards 3. include wxchar.h so that the things to include are maintained in just one place

2007-05-30 13:55 VS, revision 46249

changed wxGTK_CONV* macros to use utf8_str() and FromUTF8() so that we don't do any unnecessary conversions in UTF8 build

2007-05-30 13:50 VS, revision 46248

changed wxWindow::ApplyToolTip to take UTF8-encoded char* instead of wxChar* to avoid unnecessary conversions

2007-05-30 13:43 VS, revision 46247

wxchar.h doesn't have to be C file anymore, it's C++

2007-05-30 13:14 VS, revision 46246

wxGTK_CONV -> wxGTK_CONV_SYS

2007-05-30 12:56 VS, revision 46245

put GtkArray into anonymous namespace, the name is too generic to risk conflicts

2007-05-30 12:53 VS, revision 46244

1. removed useless GtkStr class, wxGTK_CONV is the way to do the conversion2. don't make unnecessary copies in GtkArray in UTF8 build

2007-05-30 12:40 VS, revision 46243

changed trivial accessors to return const wxString& instead of wxString object

2007-05-30 11:58 RR, revision 46242

Add wx/crt.h redirecting to wx/wxcrtvarargs.h This should probably also be installed.

2007-05-30 11:57 VS, revision 46241

restored wxColour ctor taking C string (now in both char* and wchar_t* versions): it is needed e.g. when doing wxPen("blue",1,wxSOLID)

2007-05-30 11:40 RR, revision 46240

Correct new_order index in RowsReordered(). Only call RowsReordered() if index was not empty before. Get some more memory things right.

2007-05-30 10:29 VS, revision 46239

use wxString instead of wxChar* in wxColour::Set/FromString

2007-05-29 17:02 VS, revision 46238

compilation fix for --disable-compat28

2007-05-29 13:32 JS, revision 46237

Backported toolbar rendering fix for Vista

2007-05-29 13:15 JS, revision 46236

Give the correct colour for notebook pages under Vista with the default theme, if we're using a solid colour background. wxUxThemeEngine::GetThemeColor doesn't return the correct colour for Aero.

2007-05-29 09:03 JJ, revision 46235

OpenVMS build update Committing in . Modified Files: wxWidgets/src/common/descrip.mms

2007-05-29 08:10 RR, revision 46234

Invalidate best size after wxChoice::SetString()

2007-05-29 08:09 RR, revision 46233

Invalidate best size after string change in wxChoice.

2007-05-28 14:49 RR, revision 46232

Doc update.