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-09-03 20:16 VZ, revision 55445

test showing parent/sibling items too (#9903)

2008-09-03 19:20 KO, revision 55444

Don't build contrib on newer wxWidgets versions where it doesn't exist.

2008-09-03 17:50 BIW, revision 55438

fix small logic error

2008-09-03 17:41 BIW, revision 55437

fix small logic error

2008-09-03 14:45 BIW, revision 55435

fixed a problem in the aui toolbar flags

2008-09-03 14:43 BIW, revision 55434

fixed a problem in the aui toolbar flags

2008-09-03 14:06 BIW, revision 55433

make members private in various wxAuiToolBar helper classes

2008-09-03 12:38 BIW, revision 55432

make members private in various wxAuiToolBar helper classes

2008-09-03 07:29 VZ, revision 55431

add more wxUSE_XXX checks

2008-09-03 07:28 VZ, revision 55430

include wx/control.h for the base class declaration (part of #9931)

2008-09-03 00:18 KO, revision 55429

Add option for building Cocoa.

2008-09-02 18:54 SC, revision 55427

warning fixes and fix for non precomp builtbot

2008-09-02 18:24 SC, revision 55426

fixing constant name

2008-09-02 18:16 SC, revision 55425

fixing merge bug

2008-09-02 18:00 SC, revision 55424

forgotten commit for osx new file layout

2008-09-02 17:03 VZ, revision 55422

reverted accidentally committed change

2008-09-02 17:01 VZ, revision 55421

use {short,long}_help_string parameters of AddTool() (part of #9931)

2008-09-02 17:00 SC, revision 55420

adaptions to new osx ouside the main trees

2008-09-02 16:53 SC, revision 55419

osx new layout

2008-09-02 13:00 VZ, revision 55418

don't set SHOW_FILES, its value is yes by default anyhow and using it provokes a warning from older doxygen versions

2008-09-02 11:52 SC, revision 55417

listctrl generic is used outside of osx-carbon

2008-09-02 11:50 SC, revision 55416

forward to generic implementations where the corresponding osx variant doesn't have an implementation yet

2008-09-02 10:44 JJ, revision 55415

2008-09-02 08:29 CE, revision 55414

up to 2.8.9rc1

2008-09-01 19:45 RR, revision 55413

Readded wxTreeCtrl event docs

2008-09-01 14:35 RR, revision 55412

Readded event docs for wxListCtrl

2008-09-01 14:32 SC, revision 55411

osx-cocoa updates

2008-09-01 14:22 RR, revision 55410

Mention wxEditableLisBox

2008-09-01 14:18 RR, revision 55409

Mention that wxEditableListBox emit events from wxListCtrl

2008-09-01 14:14 RR, revision 55408

Readded event documentation for wxDataViewCtrl

2008-09-01 13:48 RR, revision 55407

Minor doc update

2008-09-01 10:41 CE, revision 55406

2.8.9-rc1

2008-09-01 08:57 CE, revision 55405

need to get the correct bitmaps for future releases

2008-09-01 08:27 RR, revision 55404

use gtk_block_event instead of m_block event field

2008-09-01 07:17 SC, revision 55403

more common osx types

2008-09-01 07:15 SC, revision 55402

fixing paths for xcode proj

2008-09-01 00:50 VZ, revision 55401

define wxStringSortAscneding/Descending() even in non-STL build for compatibility

2008-08-31 23:48 PC, revision 55400

silence warning with GCC -Wextra

2008-08-31 23:47 PC, revision 55399

fix opengl dependency in monolithic build

2008-08-31 17:14 VZ, revision 55398

update after wx/mac/setup.h rename to wx/osx/setup.h; also order files alphabetically

2008-08-31 16:29 VZ, revision 55397

test for utils/wxrc/Makefile existence and not utils/wxrc which always exists when building in source directory (#9928)

2008-08-31 15:27 PC, revision 55396

remove declaration for ctor which is never defined

2008-08-31 15:07 VZ, revision 55395

rename ShowCacheStats to wxStrCacheStatsDumper

2008-08-31 15:05 VZ, revision 55394

compilation fix in wxUSE_STL case after r54761

2008-08-31 14:57 VZ, revision 55393

call GetCache() from a global object ctor to ensure that it is done before any threads are created

2008-08-31 14:41 VZ, revision 55392

fix compilation for wxUSE_STD_STRING==0 case after latest change

2008-08-31 14:39 VZ, revision 55391

fix wxUSE_STL compilation after latest changes

2008-08-31 14:15 VZ, revision 55390

define wxString::iterator::iterator_category correctly if wxUSE_STD_STRING and not only if wxUSE_STL

2008-08-31 14:00 VS, revision 55389

fixed memory corruption in wxHTML when parsing '&;' in the markup

2008-08-31 13:59 VS, revision 55388

fixed memory corruption in wxHTML when parsing '&;' in the markup

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