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

2004-02-07 19:26 VZ, revision 25578

use new style creation (MSWCreateControl() and MSWGetStyle()); adjust the drop down list height after appending/inserting/deleting items

2004-02-07 19:25 VZ, revision 25577

don't give error messages if ws2_32.dll is not available in wxGetHostName()

2004-02-07 19:24 VZ, revision 25576

compilation fix for wxUSE_VALIDATORS == 0

2004-02-07 19:21 VZ, revision 25575

added wxDC::DrawPolyPolygon() (patch 882189)

2004-02-07 18:42 VZ, revision 25574

multiple fixes to wxChoice/wxCombobox height getting/setting (replaces patches 888171, 834099; fixes bug 880590)

2004-02-07 18:38 DS, revision 25573

Live resizing is OS X only.

2004-02-07 17:04 SN, revision 25572

Handle separators in menus correctly.

2004-02-07 16:54 VZ, revision 25571

added wxDC::DrawPolyPolygon() (patch 882189)

2004-02-07 16:39 VZ, revision 25570

wxBufferedDC changes

2004-02-07 16:39 VZ, revision 25569

documented wxBuffered[Paint]DC

2004-02-07 16:37 VZ, revision 25568

files for LaTeX 2e compilation

2004-02-07 16:16 VZ, revision 25567

made it possible to preserve background when using wxBufferedDC (replaces patch 876263); some refactoring

2004-02-07 15:44 VZ, revision 25566

made wxFFile a bit more safe: don't crash when Tell() and Length() are called on closed file (patch 811425)

2004-02-07 15:43 VZ, revision 25565

documeneted Error()

2004-02-07 15:37 VZ, revision 25564

trying to speed up wxExecute(SYNC) -- by adding sleep to it (!) (patch 814478)

2004-02-07 15:34 VZ, revision 25563

minor cleanup (patch 876248)

2004-02-07 15:28 VZ, revision 25562

wxURL implementation using WinInet functions under Win32 (patch 839305)

2004-02-07 15:07 VZ, revision 25561

Digital Mars compilation warnings and Unicode fixes (patch 884587)

2004-02-07 15:02 VZ, revision 25560

respect xsrc, ysrc parameters in DoBlit() (patch 733961)

2004-02-07 14:53 VZ, revision 25559

better leak error reporting using VC CRT (patch 828250)

2004-02-07 14:47 VZ, revision 25558

removed inclusion of malloc.h (part of patch 828250 but makes sense independently of it)

2004-02-07 14:31 VZ, revision 25557

show first item added with InsertItem() correctly (part of patch 833247)

2004-02-07 14:26 VZ, revision 25556

fixes for compiling with more stuff disabled in setup.h (patch 889211)

2004-02-07 14:19 VZ, revision 25555

added wsock32.lib (patch 880683)

2004-02-07 13:57 VZ, revision 25554

added numdlg.h and generic/numdlgg.h