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