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