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-07 14:05 RR, revision 48597

Patch to use high printer resolution instead of Cairo's 72dpi

2007-09-07 13:17 RR, revision 48596

minor corrections, made non-public API private

2007-09-07 07:40 RR, revision 48595

prevent double deletion of cairo lib

2007-09-06 20:30 RR, revision 48594

wxDC::Clear() shouldn't do anything in printing DCs (I think)

2007-09-06 17:56 RR, revision 48593

Removed run-time dependency on libpangocairo

2007-09-06 17:31 RR, revision 48592

Add Cairo to build, remove run-time dependency

2007-09-06 17:24 RR, revision 48591

Make use of wxCairoLibrary from within wxGtkPrint

2007-09-06 16:47 DE, revision 48590

Merged 48589 from trunk: Make a slider control created with a particular size/position adjust itself to the only size that works and adjust the positioning accordingly. Implement the wxSL_AUTOTICKS style. Patch from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-09-06 16:41 DE, revision 48589

Make a slider control created with a particular size/position adjust itself to the only size that works and adjust the positioning accordingly. Implement the wxSL_AUTOTICKS style. Patch from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-09-06 14:04 RR, revision 48587

Add wxCairoLibrary (not yet built)

2007-09-06 13:37 RR, revision 48586

Move the wxDL_ macros to wxDynLibrary

2007-09-06 13:31 VS, revision 48585

fixed wxString::FromAscii signature

2007-09-06 13:28 RR, revision 48584

Explain various printing backends in GTK+

2007-09-06 13:26 RR, revision 48583

Mention wxUSE_GTKPRINT define

2007-09-06 09:19 CE, revision 48582

add missing timer.h

2007-09-05 23:01 VZ, revision 48581

fixed off by 1 bug in converting premultiplied DIB pixel values to non-premultiplied image ones

2007-09-05 22:58 VZ, revision 48580

fixed off by 1 bug in converting premultiplied DIB pixel values to non-premultiplied image ones

2007-09-05 22:53 RD, revision 48579

Pass length including the null-terminator to cWC2MB

2007-09-05 21:34 RR, revision 48578

Add support for GTK print, modified from patch 1782055

2007-09-05 19:49 RR, revision 48575

Add force link for GtkPrint modeule (still commented out)

2007-09-05 19:26 RR, revision 48570

Make wxGnomePrintModule public so that wxGtkPrintModule knows about it

2007-09-05 18:55 RR, revision 48569

Add GtkPrint detection code and configure switch

2007-09-05 18:53 RR, revision 48568

upport wxFileDataObject change for UTF8 handling

2007-09-05 12:39 RR, revision 48566

fixes [ 1779152 ] FileDataObject Unicode, [ 1643699 ] DnD File Unicode error

2007-09-05 08:41 CE, revision 48564

add missing ds? files

2007-09-04 18:56 JS, revision 48562

Change log for wxRichTextCtrl default colour correction

2007-09-04 18:54 JS, revision 48561

Corrected default background and text colours

2007-09-04 18:53 JS, revision 48560

Corrected default background and text colours

2007-09-04 15:47 JS, revision 48559

Documented URL fix in wxRichTextCtrl's XML saving code

2007-09-04 14:21 JS, revision 48558

Fixed URL saving/loading

2007-09-04 14:20 JS, revision 48557

Fixed URL saving/loading

2007-09-04 13:47 RR, revision 48556

backport wxTaskBarIcon fixes for GTK+

2007-09-04 13:47 JS, revision 48555

Always set the background colour for XP, for consistent toolbar backgrounds

2007-09-04 13:44 JS, revision 48554

Always set the background colour for XP, for consistent toolbar backgrounds

2007-09-04 13:24 RR, revision 48553

correct scrolling of various GTK+ widgets such as GtkFrame (wxStaticBox)

2007-09-04 13:23 JS, revision 48552

Corrected a typo

2007-09-04 13:23 JS, revision 48551

Corrected a typo

2007-09-04 13:16 RR, revision 48550

correct scrolling of various GTK+ widgets such as GtkFrame (wxStaticBox)

2007-09-04 06:59 JS, revision 48549

Apply the background fix only if the toolbar has controls

2007-09-04 06:58 JS, revision 48548

Only apply the background fix if the toolbar has controls

2007-09-04 02:54 RD, revision 48547

a few more header files need to be installed

2007-09-04 02:29 PC, revision 48538

use client size to avoid gdk_window_get_frame_extents, which returns the full width of the screen for wxTaskBarIconArea

2007-09-03 22:52 VZ, revision 48537

fix translation of wx priority values to the standard Unix ones in SetPriority()

2007-09-03 22:35 VZ, revision 48536

fix WX_GL_STEREO attribute handling: value for it was missing in the attribute list

2007-09-03 21:50 VZ, revision 48535

don't use GetThemeMetric(HP_HEADERITEM, TMT_HEIGHT) as it doesn't seem to work; implement GetHeaderButtonHeight() in wxRendererMSW instead of doing it in wxRendererXP using HDM_LAYOUT; added test for this renderer method to the sample

2007-09-03 20:45 PC, revision 48534

call SetLegacyWMProperties last, it calls gtk_widget_realize, which will lead to assertion failures if initialization has not been done yet

2007-09-03 20:17 PC, revision 48533

fix IsProtocolSupported in unicode build

2007-09-03 18:16 DE, revision 48532

Merged 47941 from trunk: Implement wxRadioButton Get/SetLabel methods.

2007-09-03 18:12 DE, revision 48531

Merged 48530 from trunk: Try the DefaultProperties key if the buildSettings key doesn't work when reading the SDKSettings.plist.

2007-09-03 18:10 DE, revision 48530

Try the DefaultProperties key if the buildSettings key doesn't work when reading the SDKSettings.plist.

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

2007-08-28 19:25 JS, revision 48435

Compile fix for old W32API headers

2007-08-28 19:11 DE, revision 48434

Merged 47742 from trunk: Implement --with-macosx-sdk[=SDK] and --with-macosx-version-min[=VER]. Deprecate --enable-universal_binary but support it by adding the -arch flags as before and automatically setting the SDK using the new --with-macosx-sdk.

2007-08-28 16:30 JS, revision 48433

Give rich text control themed style by default

2007-08-28 15:08 VS, revision 48432

added some clarifying comments

2007-08-28 14:51 VS, revision 48431

fixed memory leak in RestoreState

2007-08-28 12:30 RR, revision 48430

added copy constr

2007-08-28 12:26 RR, revision 48429

added docs for wxObjectDataPtr<T> and examples for ref counting

2007-08-28 11:08 RR, revision 48428

syntax correction

2007-08-28 10:40 VS, revision 48427

optimized wxMBConvStringUTF8::ToWchar() for ASCII characters

2007-08-28 10:28 RR, revision 48426

Minor correction, use wxCHECK

2007-08-28 09:47 RR, revision 48425

Fix from Bo

2007-08-28 09:32 RR, revision 48424

Applied patch from Bo, WIP

2007-08-28 09:05 RR, revision 48423

doc syntax corrections again

2007-08-28 09:04 RR, revision 48422

doc syntax corrections

2007-08-28 08:28 CE, revision 48421

try for dos line endings in dsw and dsp files

2007-08-28 08:06 CE, revision 48420

2.8.5-rc3

2007-08-27 17:29 PC, revision 48416

fix getting frame extents on 64-bit platforms, cleanup XGetWindowProperty code

2007-08-27 17:26 PC, revision 48415

fix getting frame extents on 64-bit platforms

2007-08-27 17:05 FM, revision 48414

take in count the --enable-no_rtti config flag

2007-08-27 17:04 FM, revision 48413

fixed missing header

2007-08-27 17:04 FM, revision 48412

remove deprecated macros

2007-08-27 14:39 FM, revision 48411

add small script which reports a list of the unused wx headers

2007-08-27 08:35 RR, revision 48410

restored expanders

2007-08-27 08:22 JS, revision 48409

Only show the context menu if the event belongs to this window

2007-08-27 08:22 JS, revision 48408

Only show the context menu if the event belongs to this window

2007-08-26 23:17 FM, revision 48407

get rid of wxxVariant; replace it with wxVariantBase: a simple version of wxVariant without wxList methods.

2007-08-26 23:02 FM, revision 48406

fix copy ctor bug (the wxVariantBase copy ctor was not called)

2007-08-26 20:47 VZ, revision 48405

added Clone() method documentation

2007-08-26 20:40 VZ, revision 48404

don't overwrite the existing local file if we failed to open it but it does exist

2007-08-26 16:17 PC, revision 48403

remove gtk_window_set_type_hint from GetTooltipColors, it's not necessary and GDK_WINDOW_TYPE_HINT_TOOLTIP is not available before GTK 2.10

2007-08-26 15:24 RR, revision 48402

add test for custom in-place editor

2007-08-26 15:16 RR, revision 48401

correct constr's signature

2007-08-26 15:10 FM, revision 48400

removed usage of old deprecated DECLARE_CLASS macros

2007-08-26 14:51 RR, revision 48399

Minor correction

2007-08-26 14:48 RR, revision 48398

Patch from Bo for recent API changes

2007-08-26 14:23 FM, revision 48397

renaming updates

2007-08-26 14:23 FM, revision 48396

fix header name

2007-08-26 14:22 FM, revision 48395

fix use of deprecated wxGetVariantCast macro

2007-08-26 14:20 FM, revision 48394

SPLITTED wxVariant IN wxVariant AND wxVariantBase; FIRST VERY RAW MERGE OF wxxVariant and wxVariant. Both classes are still present but wxxVariant is not compiled anymore. variant.cpp: since the wxVariantData* classes are not derived from wxObject anymore, comment out the DECLARE_CLASS/IMPLEMENT_CLASS macros; for same reason use wxListVoid instead of wxList. xti.cpp: move variant code to variant.cpp; minor other renaming updates

2007-08-26 13:49 JS, revision 48393

Don't assert in update handler if read-only

2007-08-26 13:49 JS, revision 48392

Don't assert in update handler if read-only

2007-08-26 10:05 RR, revision 48391

Move column organizing code to ports, away from common code

2007-08-26 10:04 VS, revision 48390

fixed wxHTML parsing to run in O(n) even in UTF8 build

2007-08-26 09:32 RR, revision 48389

compile fix

2007-08-26 05:45 PC, revision 48388

fix getting tooltip colors for GTK 2.11

2007-08-25 21:06 RR, revision 48387

documented Collapse() and Expand()

2007-08-25 21:05 RR, revision 48386

added Collapse() and Expand()

2007-08-25 20:43 RR, revision 48385

test editing_started and _done events

2007-08-25 20:43 RR, revision 48384

implement editing_started and _done events for GTK+ >= 2.6

2007-08-25 19:44 RR, revision 48383

add editing_started and _done events

2007-08-25 19:12 RR, revision 48382

correct label name

2007-08-25 14:27 JS, revision 48381

Changed version and date

2007-08-25 13:28 RR, revision 48380

Set/GetExpanderColumn() should use wxDataViewColumn, not unsigned int

2007-08-25 13:15 RR, revision 48379

Hartwig's patch for OS X implementation of wxDataViewCtrl

2007-08-24 20:01 RR, revision 48370

Correct signature of HitTest()

2007-08-24 20:00 RR, revision 48369

Correct signature of HitTest()

2007-08-24 11:21 RR, revision 48368

Minor API changes

2007-08-24 11:15 RR, revision 48367

Use const

2007-08-24 11:09 RR, revision 48366

Use const

2007-08-24 10:57 RR, revision 48365

typo

2007-08-24 10:56 RR, revision 48364

typo

2007-08-24 10:55 RR, revision 48363

typo

2007-08-24 10:54 RR, revision 48362

typo

2007-08-24 10:26 RR, revision 48361

add wxVector docs

2007-08-24 10:21 RR, revision 48360

add wxVector docs

2007-08-24 10:21 RR, revision 48359

add wxVector docs

2007-08-24 10:01 RR, revision 48358

remove _ from labels

2007-08-24 09:50 BY, revision 48357

Assert error

2007-08-24 09:45 RR, revision 48356

should use wxDataViewColumn to indicate a column

2007-08-24 09:42 RR, revision 48355

document wxDataViewItem

2007-08-24 09:36 BY, revision 48354

2007-08-24 09:32 RR, revision 48353

Make ::SetValue return a bool

2007-08-24 09:25 BY, revision 48352

Change unsigned int to wxDataViewColumn

2007-08-24 08:43 RR, revision 48351

don't use <listimpl.cpp> (problems under Mac?

2007-08-23 12:40 VS, revision 48350

VC6 compilation fix

2007-08-23 10:10 JS, revision 48349

Updated the change log

2007-08-23 09:25 BY, revision 48348

Merge changes from trunk.

2007-08-22 21:46 VZ, revision 48347

added ISO-2022-JP encoding

2007-08-22 21:37 RR, revision 48346

correct copyright

2007-08-22 21:18 RR, revision 48345

Added logic, API and docs for wxDataViewModel::HasDefaultCompare indicating a compare function usable without and column (header)

2007-08-22 20:07 VS, revision 48344

VC6 compilation fix for _WX_VARARG_FORMAT_STRING macro

2007-08-22 19:07 VS, revision 48343

another Watcom compilation fix

2007-08-22 19:06 VS, revision 48342

replace wxStringToIntType<T> with a macro to make Watcom compile the code

2007-08-22 18:15 VS, revision 48341

Watcom compilation fix

2007-08-22 15:22 VS, revision 48340

compilation fixes after introduction of wxprintf.h

2007-08-22 15:21 VS, revision 48339

use wxVector<T> instead of OBJARRAY macros for wxHtmlTextPieces (slightly better performance)

2007-08-22 15:19 VS, revision 48338

compilation fix

2007-08-22 15:18 VS, revision 48337

PCH-less compilation fix

2007-08-22 15:11 VS, revision 48336

--enable-iniconf and --enable-regkey aren't GUI-only options

2007-08-22 14:55 JS, revision 48335

Corrected wxAccess arg

2007-08-22 14:55 JS, revision 48334

Corrected wxAccess arg

2007-08-22 14:49 VS, revision 48333

added wxUSE_REGKEY checks

2007-08-22 14:46 DE, revision 48332

Add static wxEventHashTable::ReconstructAll() to undo the effects of ClearAll(). Call it from wxEventTableEntryModule::OnInit() so that it is now symmetric with OnExit().

2007-08-22 13:49 JS, revision 48331

Blind fix

2007-08-22 13:39 RR, revision 48330

Let various AppendXXXColumn helplers return the column created within

2007-08-22 13:14 RR, revision 48329

minor change

2007-08-22 13:02 RR, revision 48328

Don't always sort array containing item, just upon request. Solves several problems and crashes.

2007-08-22 11:30 VS, revision 48327

compilation fix for UTF8+STL

2007-08-22 10:41 JS, revision 48326

Applied [ 1767537 ] [wxOS2]Watcom build - filefn

2007-08-22 10:41 JS, revision 48325

Applied [ 1767537 ] [wxOS2]Watcom build - filefn

2007-08-22 10:08 JS, revision 48324

Fixed focus rect for Mac with CG

2007-08-22 10:07 JS, revision 48323

Compile fix for non-CG

2007-08-22 09:30 VS, revision 48322

made UTF-8 tables const

2007-08-22 09:24 VS, revision 48321

optimize wxStringOperationsUtf8::DecodeChar() for the ASCII case

2007-08-22 08:46 VS, revision 48320

don't derive wxHtmlTag and wxHtmlTagsCache from wxObject, it's useless

2007-08-22 06:18 VS, revision 48319

optimized wxHtmlEntitiesParser::Parse() for the common case of no entities in the input

2007-08-22 06:18 VS, revision 48318

rewrote wxHtmlEntitiesParser::Parse() using iterators, optimized for the common case of no entities in the input

2007-08-22 06:17 VS, revision 48317

slight optimization for wxHtmlEntitiesParser::GetEntityChar() in UTF-8 build: use wx_str() instead of c_str()

2007-08-22 05:45 VS, revision 48316

fixed wxHtmlParser::SkipCommentTag() to run the initial test in O(1) instead of O(n) in UTF8 build, makes big difference for large HTML files

2007-08-22 04:06 BY, revision 48315

Amend the behavior of EnsureVisible and correct the GetLastVisibleRow.

2007-08-21 20:04 RD, revision 48313

Don't set the event type until we are sure it is a vertical wheel event. (Horizontal wheel events are not supported in 2.8 and can cause a divide-by-zero if they are handled incorrectly.)

2007-08-21 17:19 JS, revision 48308

Compile fix

2007-08-21 17:03 JS, revision 48307

Compile fix on Mac (at least)

2007-08-21 16:56 JS, revision 48306

Avoid selecting/updating in destructor

2007-08-21 16:56 JS, revision 48305

Avoid selecting/updating in destructor

2007-08-21 16:48 JS, revision 48304

Test to avoid crashes in some circumstances

2007-08-21 16:48 JS, revision 48303

Test to avoid crashes in some circumstances

2007-08-21 16:45 VZ, revision 48302

Fix bug with assigning a part of the string to the same string The fix has several parts: 1. don't free the old string data in ConcatSelf() if we use it as source 2. implement assign() using replace() rather than clear() + append() 3. fix replace() to work with replacement strings containing embedded NULs and optimize it by using memcpy() instead of byte-wise copy

2007-08-21 16:42 VZ, revision 48301

don't limit the multiple choice dialog size to 300x200 pixels on big screens, this doesn't make sense

2007-08-21 16:10 VS, revision 48300

use wxVector<T> instead of homegrown growing array in wxHtmlTagsCache

2007-08-21 15:51 VS, revision 48299

more wxVector<T> tests

2007-08-21 15:47 VS, revision 48298

1. fixed wxVector<T> iterators to actually point to what they're supposed to point to instead of crashing on any use 2. don't allocate memory for every element on the heap, store elements directly in the array instead of storing pointers to them

2007-08-21 15:10 JS, revision 48297

_get_timezone not available on Pocket PC 2003

2007-08-21 15:09 JS, revision 48296

_get_timezone not available on Pocket PC 2003

2007-08-21 14:58 FM, revision 48295

removed double docs for GetBitmapSelected and SetBitmapSelected

2007-08-21 14:57 FM, revision 48294

fixing missing comma

2007-08-21 14:23 FM, revision 48293

removed double docs for wxAuiNotebook::GetTabCtrlHeight

2007-08-21 14:20 FM, revision 48292

added missing \wxheading{Members} sections

2007-08-21 14:18 FM, revision 48291

removed empty dtor \membersections

2007-08-21 14:08 JS, revision 48290

Applied patch [ 1776951 ] wxSizer::GetContainingWindow fails for nested sizers

2007-08-21 14:08 JS, revision 48289

Applied patch [ 1776951 ] wxSizer::GetContainingWindow fails for nested sizers

2007-08-21 13:57 JS, revision 48288

Revised timezone fix

2007-08-21 13:57 JS, revision 48287

Revised timezone fix

2007-08-21 13:30 JS, revision 48286

APplied patch [ 1776062 ] wxWinCE 2.8.3 (dynamic) VS 2005 - _timezone problem

2007-08-21 13:30 JS, revision 48285

APplied patch [ 1776062 ] wxWinCE 2.8.3 (dynamic) VS 2005 - _timezone problem

2007-08-21 12:23 RR, revision 48284

use live header button update when resizing, no XOR line

2007-08-21 12:14 JS, revision 48283

Applied patch [ 1764987 ] fix localtime link error using wm5 SDK

2007-08-21 12:14 JS, revision 48282

Applied patch [ 1764987 ] fix localtime link error using wm5 SDK

2007-08-21 11:59 RR, revision 48281

use live header button update when resizing, no XOR line

2007-08-21 11:45 RR, revision 48280

Compilo.

2007-08-21 11:35 VS, revision 48279

fixed wxPropertySheetDialogXmlHandler backport: added missing wxABI_VERSION checks and added to version-script.in

2007-08-21 11:15 JS, revision 48278

Applied patch [ 1736135 ] AUI: Clicking caption ignored on centered panel

2007-08-21 11:15 JS, revision 48277

Applied patch [ 1736135 ] AUI: Clicking caption ignored on centered panel

2007-08-21 11:04 JS, revision 48276

Applied [ 1708971 ] Make a virtual function to enable/disable docking

2007-08-21 10:59 VS, revision 48275

added test for wxVector<T> iterators (fails miserably)

2007-08-21 10:59 VS, revision 48274

re-added wxVector<T>::erase(size_t) for backward compatibility

2007-08-21 10:53 RR, revision 48273

Remove redundant line

2007-08-21 10:52 RR, revision 48272

Remove redundant line

2007-08-21 10:51 JS, revision 48271

Applied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_BOTTOM Langhammer

2007-08-21 10:51 JS, revision 48270

Applied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_BOTTOM Langhammer