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

2005-03-03 17:18 VS, revision 32578

fixed crash when wxHtmlWindow's content is updated when making selection

2005-03-03 13:46 VZ, revision 32577

fixed bug in ReadAll(): it always returned error when reading files with DOS EOLs in text mode

2005-03-03 12:52 JJ, revision 32576

Committing in . OpenVMS compile support updates Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/common/string.cpp ----------------------------------------------------------------------

2005-03-03 10:54 VZ, revision 32575

use HINSTANCE for first DllMain() parameter (should fix compilation with VC 2005)

2005-03-03 10:53 VZ, revision 32574

added wx_dynamic_cast()

2005-03-03 10:39 VZ, revision 32573

added AC_CXX_DYNAMIC_CAST

2005-03-03 06:56 JS, revision 32572

Added wxBUFFER_VIRTUAL_AREA, wxBUFFER_CLIENT_AREA to buffered DC

2005-03-03 01:51 RD, revision 32571

Add SetDefault()

2005-03-02 22:49 MW, revision 32570

Add forcelnk.h and version.rc to distribution tars and zips

2005-03-02 22:16 RN, revision 32569

get rid of duplicate comment :)

2005-03-02 22:11 RD, revision 32568

reSWIGged

2005-03-02 22:02 RD, revision 32567

reSWIGged

2005-03-02 21:35 RD, revision 32566

Reduce the value of the fkey guard for unicode characters

2005-03-02 20:42 RD, revision 32565

allow border flags

2005-03-02 20:41 RD, revision 32564

more build load-balancing

2005-03-02 20:38 RD, revision 32563

don't need to import xml.sax anymore

2005-03-02 18:32 RD, revision 32562

Add GetToolTip accessor

2005-03-02 18:32 RD, revision 32561

Set the mouse pos for the drag events, add support for the tooltip event

2005-03-02 18:31 RD, revision 32560

Set the mouse pos for the drag events

2005-03-02 17:45 SC, revision 32559

unicode character events

2005-03-02 10:57 ABX, revision 32558

In MSWUniv wxWindow and wxWindowMSW are different classes so we can't access some of protected members (catched only by Borland). Therefore some of the flags related to background needs reading API.

2005-03-02 10:44 JS, revision 32557

Must use GetAdjustedBestSize for getting child window sizes, since DoGetBestSize returns standard control size e.g. 100x100 on Windows, and not an explicit size passed to it. This may be because the splitter window isn't a true sizer and m_bestSizeCache isn't updated properly (see window.h, GetBestSize: IsFullySpecified fails.)

2005-03-02 08:16 JS, revision 32556

Fixed wxBufferedPaintDC for scrolled windows

2005-03-02 05:17 RN, revision 32555

*** empty log message ***

2005-03-02 02:47 RN, revision 32554

note that GetFromWindow is windows only