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

2004-02-08 08:24 MBN, revision 25603

Update toback24.

2004-02-08 08:07 MBN, revision 25602

Reverses part of my changes of Mon Apr 14 17:27:28 2003. This fixes wxMotif windows not getting most mouse move events (testcase: could not drag cards in Forty). This is a quick fix for 2.5.1.

2004-02-08 07:58 MBN, revision 25601

Compilation fix for wxUSE_STL == 1 and wxUSE_UNICODE == 1.

2004-02-08 07:54 MBN, revision 25600

Applied patches #892580 and #892582 from Christian Sturmlechner. Fix of variable declaration in wxApp::Yield().

2004-02-08 07:07 DE, revision 25599

Use wxLogTrace instead of wxLogDebug for trace messages

2004-02-08 07:04 DE, revision 25598

Add wxCocoa-specific trace masks

2004-02-08 06:33 SC, revision 25597

font encodings and refresh upon show (after a hide all no update event is sent at least on Panther)

2004-02-08 06:27 SC, revision 25596

font encodings

2004-02-08 06:27 SC, revision 25595

font encodings and a first copy implementation wchar_t 32 <-> 16 bit

2004-02-08 06:23 SC, revision 25594

font encoding support

2004-02-08 06:21 SC, revision 25593

conversion warning gcc 3.3 mac

2004-02-08 06:19 SC, revision 25592

font-encodings additions

2004-02-08 06:18 SC, revision 25591

unicode targets cleanup for cw and xcode

2004-02-08 06:13 SC, revision 25590

getting rid of old pragma for CW Pro 9

2004-02-08 05:42 SC, revision 25589

don't let MacIsReallyShown climb over toplevel windows, otherwise tlws with invisible parents are not showing their controls either

2004-02-08 00:59 VZ, revision 25588

background colour of a combobox may now be set (bug 805442)

2004-02-07 23:48 VZ, revision 25587

reset m_frameTool/StatusBar pointers before deleting them (bug 773474)

2004-02-07 23:18 VZ, revision 25586

don't show the accels on the controls if the system is configured to hide them initially (bug 718368)

2004-02-07 23:15 VZ, revision 25585

added WM_UPDATEUISTATE and related stuff

2004-02-07 21:50 VZ, revision 25584

trying to fix breakage in wxBufferedPaintDC after the last commit

2004-02-07 21:15 VZ, revision 25583

one line fix for a bug with focus switching to the one after next control instead of the next one after a multiline text control and a 15-line comment explaining it (this incidentally fixes bug 658026 and maybe others)

2004-02-07 21:07 VZ, revision 25582

no changes (just removed some long unused junk)

2004-02-07 20:48 VZ, revision 25581

fixes for page positioning for notebooks with wxNB_MULTILINE style (closes bugs 709099 and 645323)

2004-02-07 20:20 VZ, revision 25580

added checkbox for testing wxNB_MULTILINE

2004-02-07 19:51 VZ, revision 25579

don't change the control width when adjusting the height of the drop down list