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

2007-09-03 17:17 DE, revision 48529

Implement wxButton::SetDefault to call SetDefaultItem on the top-level window.

2007-09-03 08:20 RR, revision 48527

Update to recent eggtrayicon version. Should be converted to GTK+ 2.10 code.

2007-09-03 03:13 RD, revision 48526

include private.h

2007-09-03 03:12 RD, revision 48525

more exports

2007-09-03 03:07 RD, revision 48524

wrap the code in #if wxUSE_DATAVIEWCTRL

2007-09-03 03:05 RD, revision 48523

Update wxStack class macro for the new wxVector

2007-09-03 03:03 RD, revision 48522

export wxGetNativeFontEncoding and wxTestFontEncoding

2007-09-03 03:02 RD, revision 48521

fix events and eventTypes for wxPython

2007-09-02 21:09 SN, revision 48519

Fixed obvious error (no idea why it apparently used to compile before...).

2007-09-02 20:26 JS, revision 48518

Standard SDK fixes

2007-09-02 20:24 JS, revision 48517

Fixes for standard SDK

2007-09-01 18:57 RR, revision 48516

Patch from Bo for new API, various fixes, live update for column header

2007-09-01 16:25 JS, revision 48515

Alternative project editing instructions for WinCE/VS 2005

2007-08-31 14:56 JS, revision 48514

Added native focus rectangle drawing for wxMac (CG only at present)

2007-08-31 13:48 VS, revision 48513

fixed badly named wxHtmlTag::GetParam() argument: with_quotes, not with_commas

2007-08-31 12:43 RR, revision 48512

typo

2007-08-31 12:42 RR, revision 48511

Add wxDataViewCtrl to the build for OS X

2007-08-31 09:55 RR, revision 48510

Added const and virtual in various places

2007-08-31 09:48 RR, revision 48509

typo

2007-08-31 09:44 RR, revision 48508

Added wxDataViewModel::GetChildren() (removed GetSibling() and GetFirstChild())

2007-08-31 09:14 RR, revision 48507

Added wxDataViewCtrl::AppendIconTextColumn

2007-08-31 08:58 RR, revision 48506

added wxDataViewIconTextRenderer

2007-08-31 08:31 RR, revision 48505

small doc patch from Bryan Petty

2007-08-31 07:37 JS, revision 48504

Use new menu item function

2007-08-30 20:21 VZ, revision 48469

use WX_ASSERT_STR/SIZET_EQUAL instead of CPPUNIT_ASSERT_EQUAL with casts

2007-08-30 20:21 VZ, revision 48468

don't use use UTF-8 to PUA mapping hack, it's not necessary any more now that wxConvAuto can read non-UTF-8 files

2007-08-30 18:13 VZ, revision 48464

fix resize() when it's used for truncating a string in UTF-8 build; added test for this bug

2007-08-30 17:54 VZ, revision 48463

use fallback encoding in wxConvAuto when input is not in UTF-8

2007-08-30 17:45 VZ, revision 48462

use wxNullPtr instead of NULL with wxFileTypeInfo

2007-08-30 17:13 PC, revision 48461

X property data is long for format 32

2007-08-30 13:34 CE, revision 48460

2.8.4 still found; updated to 2.8.5

2007-08-30 13:09 RR, revision 48459

Patch from Hartwig for wxMac implementation

2007-08-29 20:29 RR, revision 48457

Patch from Bo, implements mouse hover, default sort

2007-08-29 20:09 RR, revision 48456

make SetValue return a value

2007-08-29 17:08 PC, revision 48455

add missing static

2007-08-29 16:41 JS, revision 48454

Avoid crash if user aborts the print

2007-08-29 16:40 JS, revision 48453

Avoid crash if user aborts the print

2007-08-29 15:41 JS, revision 48452

Log for wxToolBar background colour fix

2007-08-29 15:39 JS, revision 48451

The toolbar background for some colour schemes cannot be determined (for example Silver). So set an explicit background colour to avoid parts of the background being painted wrongly.

2007-08-29 15:39 JS, revision 48450

The toolbar background for some colour schemes cannot be determined (for example Silver). So set an explicit background colour to avoid parts of the background being painted wrongly.

2007-08-29 11:48 RR, revision 48449

add wxDataViewIconTextRenderer

2007-08-29 11:12 RR, revision 48448

add wxDataViewIconText

2007-08-29 05:31 RD, revision 48447

update version

2007-08-29 03:42 DE, revision 48446

Added autom4te 2.59 frozen m4 so autoconf -B build/autoconf_prepend-include will work even when autoconf is not 2.59 (e.g. it is 2.61) Updated configure pending release such that it shows the real svn Id of the configure.in it was generated from.

2007-08-28 23:39 RD, revision 48443

bake with bakefile 0.2.2

2007-08-28 23:32 RD, revision 48442

Set version number to 2.8.5.0

2007-08-28 21:49 DE, revision 48439

Merge 48438 from trunk: wxTextCtrl: Implement alignment flags, editable (read only) status, and GetLastPosition. Patch from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-08-28 21:47 DE, revision 48438

wxTextCtrl: Implement alignment flags, editable (read only) status, and GetLastPosition. Patch from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-08-28 20:33 RR, revision 48437

add objectdataptr.tex to classes.tex

2007-08-28 19:26 JS, revision 48436

Compile fix for old W32API headers