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

2007-03-12 12:03 VZ, revision 44781

include wxUniv files in wxDFB distribution [backport from HEAD]

2007-03-12 12:01 VZ, revision 44780

include wxUniv files in wxDFB distribution

2007-03-12 11:30 VZ, revision 44779

added wxSafeConvertXXX

2007-03-12 10:37 BIW, revision 44778

applied 1661995 (somehow this didn't get applied to the 2.8 branch)

2007-03-12 10:30 BIW, revision 44777

applied patch 1675101 - reduce flicker

2007-03-12 08:38 BIW, revision 44776

applied patch 1675101 - reduce flicker

2007-03-12 07:46 JS, revision 44775

Applied patch [ 1678626 ] Non-ascii characters in wxRichTextCtrl (unicode build) Laumingis Skripkauskas

2007-03-12 06:51 JJ, revision 44774

Modified Files: wxWidgets/setup.h_vms

2007-03-12 01:46 VZ, revision 44773

added wxAppTraits::SetLocale() and call it during wxApp initialization in all ports, not just wxGTK

2007-03-11 23:40 VZ, revision 44772

added wxSafeConvertMB2WX/WX2MB() and use them when interfacing with C functions which crash if we pass them NULL pointers [backport from HEAD]

2007-03-11 23:38 VZ, revision 44771

added wxSafeConvertMB2WX/WX2MB() and use them when interfacing with C functions which crash if we pass them NULL pointers

2007-03-11 23:37 ROL, revision 44770

editing comments by editing tree label

2007-03-11 23:29 PC, revision 44769

fix assertions on invalid items

2007-03-11 23:15 VZ, revision 44768

use wxConvLibc, not wxConvCurrent, with regerror()

2007-03-11 16:46 PC, revision 44767

put refdata virtuals in the right class this time

2007-03-11 12:48 JS, revision 44766

Fixed wrapping with tabs

2007-03-11 12:11 VZ, revision 44765

include wx/object.h now that wxConfigBase derives from wxObject

2007-03-11 05:08 ROL, revision 44764

Implemented xxxComment. Due to different minidom XML types (Comments are not Elements) had to add xxxObject.isElement flag and changed xxxObject.element variable to xxxObject.node (xxxComment is derived from xxxObject to minimize changes in processing). More testing is still needed to verify that things didn't break. Use previous commit (0.1.8-4 release on 2007/03/10) if you need a stable version.

2007-03-11 04:35 ROL, revision 44763

Comment icon

2007-03-11 04:35 ROL, revision 44762

Tree-Comment.png

2007-03-11 03:00 PC, revision 44761

use AllocExclusive

2007-03-11 02:45 VZ, revision 44760

added support for wxTE_NO_VSCROLL (patch 1588605) and documented its behaviour

2007-03-11 02:39 VZ, revision 44759

test wxTE_NO_VSCROLL

2007-03-11 02:37 VZ, revision 44758

last fixes from patch 1604462: fix wxlike-libdirname and change WX_VERSION_DEFAULT to have 2 digits, not 3

2007-03-11 02:35 VZ, revision 44757

compilation fix after last commit: wxPenRefData, not wxFontRefData