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

2005-01-18 13:56 VZ, revision 31453

regenerated with correct substitutions for COND_WXUNIV_0 (fixes wxAdv build problems)

2005-01-18 13:39 VZ, revision 31452

wxUSE_CRASHREPORT and wxUSE_STACKWALKER can't be used if wxUSE_ON_FATAL_EXCEPTION == 0

2005-01-18 13:36 VZ, revision 31451

reverted last commit, do this check in wx/chkconf.h instead

2005-01-18 13:15 VZ, revision 31450

more fixes to dllexport/import stuff for operator<<()s (still bug 1104372)

2005-01-18 13:11 VZ, revision 31449

only define globals when wxUSE_BASE to avoid duplicate definitions in wxBase and wxMSW (closes 1104289)

2005-01-18 13:10 VZ, revision 31448

wxUSE_CRASHREPORT and wxUSE_STACKWALKER can't be used if wxUSE_ON_FATAL_EXCEPTION == 0

2005-01-18 13:00 VZ, revision 31447

Unicode compilation fix (patch 1104406)

2005-01-18 12:46 VZ, revision 31446

Unicode compilation fix for debugging code which is also commented out now

2005-01-18 12:30 VZ, revision 31445

added WXDLLIMPEXP_BASE for operator<<() functions (blind fix for bug 1104372)

2005-01-18 10:31 ABX, revision 31444

PalmOS native colour dialog.

2005-01-18 10:10 ABX, revision 31443

wxWinCE fixes.

2005-01-18 03:47 DE, revision 31442

Don't depend on m_cocoaWxToBoundsTransform not being released until after we're done with it; retain/release it appropriately.

2005-01-18 03:32 DE, revision 31441

Sending copy to an instance infers ownership by the sender so we must send release to the returned instance when we're done.

2005-01-17 21:30 DE, revision 31440

Moved Clear() implementation into wxDC using a new virtual CocoaGetBounds() to determine the rect to clear. Also added CocoaUnapplyTransformations() to bring the coordinate system back into Cocoa coordinates for those cases such as Clear() where it makes more sense.

2005-01-17 21:29 ABX, revision 31439

Common default datetime formats.

2005-01-17 21:20 ABX, revision 31438

Fix for limited build required by headers of free DMC.

2005-01-17 21:19 VZ, revision 31437

regenrated after ADVANCED_SRC/HDR split in native/Univ parts

2005-01-17 19:21 ABX, revision 31436

Stock buttons labels.

2005-01-17 19:15 JS, revision 31435

Added AddWindowStyles() call

2005-01-17 19:08 ABX, revision 31434

MinGW fixes.

2005-01-17 18:52 VZ, revision 31433

removed #ifndef __WXUNIVERSAL__ added in last commit, shouldn't be necessary any more after files.bkl to exclude this file from wxUniv builds

2005-01-17 18:51 VZ, revision 31432

split ADVANCED_HDR/SRC in a part common to all ports and another one used only for the native ports (currently only wxMSW)

2005-01-17 14:35 ABX, revision 31431

Check wxMSWUniv condition earlier.

2005-01-17 14:20 ABX, revision 31430

wxMSWUniv build fix.

2005-01-17 14:04 VZ, revision 31429

fixed GetModuleHandleExA() call after last fix