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-21 18:59 VZ, revision 35253

don't use -threads with gcc under HP-UX, it's for DCE threads and not pthreads (reverts recent commit)

2005-08-21 18:57 VZ, revision 35252

moved __STDC_EXT__ definition for HP-UX from configure to wx/platform.h, like this we can do it only if it's not alraedy defined by the compiler

2005-08-21 16:02 MBN, revision 35251

Regenerated PO files.

2005-08-21 15:27 MBN, revision 35250

Made wxMotif wxFileDialog translatable.

2005-08-21 11:14 VZ, revision 35249

fix handling of partially-specified min size

2005-08-20 15:49 VZ, revision 35248

fill in OS info in GetToolkitInfo() (patch 1256409)

2005-08-20 15:47 VZ, revision 35247

add information for Palm/CE ports (patch 1256409)

2005-08-20 15:38 VZ, revision 35246

last commit accidentally used out of date aclocal.m4 and so overwrote some previous changes, corrected

2005-08-20 15:33 VZ, revision 35245

regenerated after HP-UX fixes

2005-08-20 15:20 VZ, revision 35244

vsnprintf() tests correction: check that declaration is const-correct; merged the Metrowerks test with the one for the other compilers

2005-08-20 15:12 VZ, revision 35243

use -threads with gcc under HP-UX instead of -pthread

2005-08-20 15:10 VZ, revision 35242

only define __STDC_EXT__ in CXXFLAGS for gcc under HP-UX, it's already present in CFLAGS by default

2005-08-19 23:20 MR, revision 35241

gtk+-2.8 compatibility for WX_2_4_BRANCH.

2005-08-19 17:32 VZ, revision 35240

don't forget to modify include/msvc/wx/setup.h and include/wx/msw/chkconf.h when adding a new library

2005-08-19 17:29 VZ, revision 35239

added wxmsw26_media library

2005-08-19 17:23 VZ, revision 35238

link unicows.lib implicitely when using MSVC and wxUSE_UNICODE_MSLU==1 (thi is used in DLL wx builds)

2005-08-19 17:15 VZ, revision 35237

link unicows.lib automatically (and in correct order) if wxUSE_UNICODE_MSLU==1 (this is for the application and is mainly needed when using static wx libs)

2005-08-19 17:10 VZ, revision 35236

check whether unicows.dll works correctly instead of just crashing if we linked it in wrong order (i.e. not before wx libs)

2005-08-19 16:47 VZ, revision 35235

check for unicows.dll on program starup when wxUSE_UNICODE_MSLU==1

2005-08-19 16:29 SC, revision 35234

workaround because regions that were built up, were sometimes being drawn on the screen as well...

2005-08-19 13:48 MW, revision 35233

Fix uses of wxUSE_METAFILE, patch 1262723 Paul Cornett

2005-08-19 13:45 MW, revision 35232

Document the current behaviour of OnDestroy

2005-08-19 13:24 MW, revision 35231

Remove duplicate code

2005-08-19 10:46 VZ, revision 35230

use wxCondition::WaitTimeout() instead of Wait() in wxSemaphore::WaitTimeout() as HEAD already does (closes bug 1263806)

2005-08-19 10:00 MBN, revision 35229

Use default GUI font for wxMessageDialog and wxFileDialog.