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