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

2001-12-02 01:54 RD, revision 12815

wxTipWindow can now derived from wxFrame if not wxUSE_POPUPWIN, or wxPopupTransientWindow otherwise.

2001-12-02 01:51 VZ, revision 12814

fixed stupid bug which prevented automatic encoding conversion

2001-12-02 00:49 VZ, revision 12813

always use HWND first in WM_COMMAND handler to avoid mixing the controls with the same id

2001-12-02 00:46 VZ, revision 12812

fixed bug introduced earlier today in wxTempFile::Open()

2001-12-02 00:08 VZ, revision 12811

really fixed wxLongLong

2001-12-01 23:53 VZ, revision 12810

fixed VC++ compilation

2001-12-01 20:58 RD, revision 12809

Added a dependency for setup.h so it will be copied again if needed

2001-12-01 20:49 RD, revision 12808

compilation fix

2001-12-01 18:26 VZ, revision 12807

updated dmalloc home page address

2001-12-01 17:48 GD, revision 12806

don't use wxTheXXXList in wxXXX ctor/dtor, only objects explicitly created with FindOrCreateXXX() are managed by the lists

2001-12-01 17:18 VZ, revision 12805

1. added wxFileName::CreateTempFileName() and implemented it properly (using mkstemp() when available) 2. wxTempFile::Open() and wxGetTempFileName() now use CreateTempFileName() avoiding code duplication 3. updated the docs

2001-12-01 17:16 VZ, revision 12804

added wxStringBuffer helper

2001-12-01 14:52 MBN, revision 12803

Applied #487077: updates/fixes for BCC32

2001-12-01 14:40 RL, revision 12802

somehow this got missed on the last commit..

2001-12-01 13:51 RL, revision 12801

Added wxFile::write_excl and use it from wxTempFile to securely open the temporary file.

2001-12-01 13:46 VZ, revision 12800

fixed Borland C++ compilation

2001-12-01 13:34 GD, revision 12799

don't use wxTheXXXList in wxXXX ctor/dtor, only objects explicitly created with FindOrCreateXXX() are managed by the lists

2001-12-01 13:13 RL, revision 12798

fix wxUINT64_SWAP macro to use wxULongLong now that it exists.

2001-12-01 12:57 VZ, revision 12797

disable wxUSE_POPUPWIN for Motif

2001-12-01 12:56 VZ, revision 12796

fixed assert to avoid compilation warnings

2001-12-01 12:53 VZ, revision 12795

fixed compilation warning about signed/unsigned comparison

2001-12-01 12:26 JS, revision 12794

Attempted to fix splittree problem by not pushing event handler

2001-12-01 09:15 JS, revision 12793

Corrected small error but still no tree visible :-(

2001-12-01 08:17 GD, revision 12792

don't use wxTheXXXList in wxXXX ctor/dtor, only objects explicitly created with FindOrCreateXXX() are managed by the lists

2001-12-01 03:56 RL, revision 12791

oops, still missed one.