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-31 08:05 RR, revision 55387

try to correct wxListCtrl docs

2008-08-30 23:58 VZ, revision 55386

more Doxygen warnings corrections and fixes from Tim S

2008-08-30 22:01 VZ, revision 55385

no changes, just de-TAB-bed

2008-08-30 21:55 SN, revision 55384

Added implementation of thread local storage for OS/2.

2008-08-30 21:27 VZ, revision 55383

fix another occurrence of g++ 3.3 problem with deprecated ctors

2008-08-30 21:21 SN, revision 55382

Workaround for bug in gcc-3.1 through gcc-3.3 in handling deprecation.

2008-08-30 21:08 VZ, revision 55381

no changes, fix typo in comment

2008-08-30 16:53 VZ, revision 55378

using ListView_Get[Sub]ItemRect() provokes warnings with mingw32 4.3, use our own versions

2008-08-30 16:31 VZ, revision 55377

avoid unnecessary heap allocation of BITMAPINFO struct

2008-08-30 16:30 VZ, revision 55376

fix some (harmless) mingw32 4.3 warnings

2008-08-30 16:30 VZ, revision 55375

implement operator!=() inline (forgot to commit before)

2008-08-30 15:01 VZ, revision 55372

fix mingw32 4.3 warning about passing literal string as non-const char*

2008-08-30 13:18 VZ, revision 55371

copy both alpha and mask in Paste() (#9658) [backport from trunk]

2008-08-30 12:55 VZ, revision 55370

use C99 isfinite() for 64 bit mingw32 instead of BSD-ish finite() which it apparently doesn't have

2008-08-30 12:52 VZ, revision 55369

test for __MINGW64__ in the huge files support section

2008-08-30 12:49 VZ, revision 55368

define HAVE_SSIZE_T if _SSIZE_T_DEFINED is defined for mingw32 (#9921)

2008-08-30 12:44 VZ, revision 55367

more Doxygen warnings corrections from Tim S

2008-08-30 08:03 SC, revision 55366

committing current cocoa state just to be safe ...

2008-08-29 23:28 VZ, revision 55361

chanegd wxTlsValue to be pointer-like instead of value-like which doesn't work for UDTs; use __thread keyword with mingw32 >= 4.3 too; use library-based thread-specific variables support in wxString cache now that it is fixed to work there; finally added a unit test for TLS stuff

2008-08-29 17:35 VZ, revision 55358

document wxCP_NO_TLW_RESIZE

2008-08-29 15:46 PC, revision 55354

replace m_insertCallback with a virtual function, contrary to the old comments a virtual works just fine

2008-08-29 14:00 RR, revision 55351

Typo

2008-08-29 13:57 RR, revision 55350

Fix #9917: File save dialog does not honor file extension on GTK

2008-08-29 13:56 VZ, revision 55349

make the length of string proportional to the parameter to study test time dependency on it

2008-08-29 12:46 RR, revision 55344

Mention wxString caching in UTF-8 ode

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