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

2003-07-10 19:18 MBN, revision 21873

Compilation fix.

2003-07-10 17:10 VZ, revision 21872

Wait() doesn't cancel the thread any longer

2003-07-10 16:34 VZ, revision 21871

trying to fix the bug which results in blocking forever inside Delete()

2003-07-10 16:23 VZ, revision 21870

fix for IsAlive() called after Kill() or Exit()

2003-07-10 15:51 VZ, revision 21869

allow adding/removing columns dynamically (based on patch 763540)

2003-07-10 15:49 SC, revision 21868

added release event

2003-07-10 14:50 VZ, revision 21867

compilation fix

2003-07-10 14:06 VZ, revision 21866

GTK_TOOLBAR_BOTH_HORIZ is GTK 2 only (it would have been nice if the patch mentioned this...)

2003-07-10 13:03 VZ, revision 21865

fixes to allow dragging in multiselection tree ctrl (patch 759421)

2003-07-10 12:46 VZ, revision 21864

added state image support (patch 530155)

2003-07-10 12:39 DE, revision 21863

include "wx/toolbar.h" instead of tbar(base|smpl).h

2003-07-10 12:36 VZ, revision 21862

added wxThreadHelper class (patch 756906)

2003-07-10 12:27 DE, revision 21861

Use wxGetEmptyString() so the types in the ?: statement are both wxString

2003-07-10 12:24 VZ, revision 21860

more Unicode fixes

2003-07-10 12:13 VZ, revision 21859

set string length properly in wxString(p, conv, len) ctor (patch 755593)

2003-07-10 12:07 VZ, revision 21858

make string at least empty (instead of containing garbage) if malloc() failed

2003-07-10 12:01 VZ, revision 21857

correction to the separators in vertical toolbar after patch

2003-07-10 11:47 VZ, revision 21856

added functions to read/write several elements at once (patch 754986)

2003-07-10 11:44 VZ, revision 21855

Unicode fixes (patch 754930)

2003-07-10 11:40 VZ, revision 21854

(blindly) fixed header case confusion (replacement for patch 763760)

2003-07-10 11:24 VZ, revision 21853

fix handling of HTTP headers case (patch 763760)

2003-07-10 11:16 VZ, revision 21852

added state image support (patch 530155)

2003-07-10 11:04 VZ, revision 21851

keep selected image in sync with the normal one if it hasn't been changed (patch 754906)

2003-07-10 10:53 VZ, revision 21850

added wxTB_HORZ_TEXT (patch 713813); documented it; moved toolbar styles to toolbar.h

2003-07-10 10:02 VZ, revision 21849

use gdk_fontset_load() instead of gdk_font_load() for better Japanese support (patch 698558)