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

2005-08-16 23:52 VZ, revision 35203

avoid gcc warning

2005-08-16 23:14 VZ, revision 35202

added wxStaticText::Wrap()

2005-08-16 20:50 ABX, revision 35201

Warning fix.

2005-08-16 20:47 ABX, revision 35200

Build fix.

2005-08-16 20:32 ABX, revision 35199

Public access to MSWWindowProc() for wxQTMediaBackend::QTWndProc() under wxUnivMSW.

2005-08-16 20:23 ABX, revision 35198

Reuse functionality of wxGetStockLabel().

2005-08-16 15:06 JS, revision 35197

Added context help styles

2005-08-16 12:13 VZ, revision 35196

added code showing that at least under Windows wxCombobox::GetSelection() return value changes even before EVT_COMBOBOX is sent

2005-08-16 10:08 VZ, revision 35195

don't use wxApp::GetAppName() in the usage message, we want the real argv[0] here

2005-08-16 10:06 VZ, revision 35194

fixed warning about mismatching dlldecl when building as DLL

2005-08-15 20:09 VZ, revision 35193

compilation fix for wxUSE_STL=1 and mingw

2005-08-15 19:53 ROL, revision 35192

0.1.6-4: replace working for sizeritems and spacers

2005-08-15 12:11 VZ, revision 35191

replaced annoying wxLogDebug()s with wxLogTrace()

2005-08-14 18:45 VZ, revision 35190

update from Dennis Prochko

2005-08-14 12:07 VZ, revision 35189

update for 2.6.1 from Dennis Prochko

2005-08-13 22:40 DE, revision 35188

Regenerated with new bugfixes from aclocal.m4 and old OS/2 bugfix from wxAutohacks build/autoconf_prepend-include/autoconf/c.m4

2005-08-13 22:38 DE, revision 35187

Bug fixes from Bakefile CVS HEAD (still using 0.1.9 version though)

2005-08-13 21:08 MW, revision 35186

Let wxGetFileKind(FILE*) return wxFILE_KIND_UNKNOWN for NULL

2005-08-13 20:53 MW, revision 35185

Set wxSTREAM_WRITE_ERROR for wxFFileInputStream when open fails

2005-08-13 20:47 MW, revision 35184

Make the backward compatibility section a topic overview.

2005-08-13 20:38 MW, revision 35183

Add platform specific .po and .mo files into the distribution script

2005-08-13 09:48 JS, revision 35182

Fixed dangling pointers bug; radio button was not removing itself from the cycle when deleted, so when deleting and then adding a radio button, we get a crash

2005-08-12 15:34 MW, revision 35181

Typo

2005-08-12 15:29 MW, revision 35180

Translate '&Help' to '&' for italian Windows only

2005-08-12 14:40 ROL, revision 35179

some more fixes: tree selection, replacing, wxYield calls removed (produce infinite recursion)