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

2008-08-29 12:15 RR, revision 55343

Another doc patch from Tim

2008-08-29 11:38 VZ, revision 55342

override DoOpen/SaveDocument() instead of OnOpen/SaveDocument(), just as in docmdi sample after r55141/r55142/r55143 changes (#9892)

2008-08-28 21:50 VZ, revision 55335

don't use new string caching code without compiler TLS support (temporary fix to compilation problems)

2008-08-28 19:39 VZ, revision 55334

compilation fix for non-UTF-8 build

2008-08-28 19:19 VZ, revision 55333

add cache for last used position and string length to UTF-8 wxString, dramatically improving performance of the code using indices to iterate over strings

2008-08-28 17:14 VZ, revision 55332

add the possibility to pass numeric parameters to benchmark functions

2008-08-28 15:46 PC, revision 55331

use 8 bits for alpha, nothing needs 16 bit alpha here

2008-08-28 15:45 PC, revision 55330

add wxPseudoTransparentFrame to parent, so it doesn't get leaked

2008-08-28 13:28 RR, revision 55327

More corrections to make dist

2008-08-28 13:21 RR, revision 55326

Minor correction

2008-08-28 12:56 RR, revision 55325

Minor corrections to make dist after reports

2008-08-27 23:03 VZ, revision 55322

no changes, just match the number of opening/closing braces to avoid upsetting Vim (and probably other editors) syntax highlighting

2008-08-27 20:37 VZ, revision 55319

unbuffer cout to work around bug in Debian version of cppunit

2008-08-27 19:40 VZ, revision 55317

use std::sort() instead of qsort() to implement wxArrayString::Sort(), this makes it thread-safe without any extra hacks and also makes the code simpler

2008-08-27 17:10 PC, revision 55315

get system colors directly from GTK styles, eliminating need for cached wxColor objects

2008-08-27 11:48 RR, revision 55313

Update <make win-dist>

2008-08-27 11:06 RR, revision 55312

Updated readme

2008-08-27 10:39 RR, revision 55311

Add XCode project files to wxMac's <make dist>

2008-08-27 09:59 VZ, revision 55310

get rid of duplicate enum (#9895)

2008-08-27 08:21 SC, revision 55309

fixing #9910

2008-08-27 08:18 SC, revision 55308

fixing #9910

2008-08-27 04:20 BP, revision 55304

Fix misc documentation warnings (patch by Tim Stahlhut).

2008-08-27 01:06 VZ, revision 55294

add a scoped_ptr-like wxGtkObject class which calls g_object_unref() automatically and use it in some GC-related code

2008-08-27 00:52 VZ, revision 55293

honour user scale and source offset in wxDC::Blit() (#2605)

2008-08-26 16:43 VZ, revision 55290

no changes, just a typo