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-03 11:36 JS, revision 12840

Fixed some label errors

2001-12-03 11:17 JS, revision 12839

Added wxUSE_TIPWINDOW

2001-12-03 10:55 GT, revision 12838

Removed semicolons from end of DECLARE_DYNAMIC_CLASS() and DECLARE_NO_COPY_CLASS() lines

2001-12-03 10:54 GT, revision 12837

Changed all the wxASSERT(0) calls to use wxFAIL_MSG()

2001-12-03 10:54 GT, revision 12836

Changed all the wxASSERT(0) calls to use wxFAIL_MSG() Removed the TABs in the source replacing with the standard number of spaces Removed variable definitions from FOR statements defining the variables before the FOR statement

2001-12-03 00:30 VZ, revision 12835

fixed mem leak in wxDataObjectComposite

2001-12-03 00:11 VZ, revision 12834

don't use wxRegEx in wxString::Matches

2001-12-02 22:54 GT, revision 12833

Fixed incorrect deletion of hPalette if the call to wxReadDIB() fails

2001-12-02 20:53 GD, revision 12832

corrected line endings in xml files (mistakenly committed with mac eol)

2001-12-02 20:02 GD, revision 12831

filter CodeWarrior data directories during recursive directory scan

2001-12-02 19:19 GD, revision 12830

added not concerning conversion of xml files to CodeWarrior binary projects

2001-12-02 18:40 GD, revision 12829

store CodeWarrior 5.3 projects as xml instead of binary projects

2001-12-02 18:11 GD, revision 12828

store CodeWarrior 5.3 projects as xml instead of binary projects

2001-12-02 17:09 GD, revision 12827

store CodeWarrior 5.3 projects as xml instead of binary projects

2001-12-02 16:41 GD, revision 12826

removed obsolete mac related directories and files

2001-12-02 16:19 VZ, revision 12825

fixed bad choice of accel keys

2001-12-02 16:18 VZ, revision 12824

fixed redraw problems on resize under MSW

2001-12-02 15:57 VZ, revision 12823

more fixes to target window scrolling

2001-12-02 15:04 VZ, revision 12822

fixed event processing for the target window

2001-12-02 14:52 GD, revision 12821

added instructions concerning applescripts to convert xml files

2001-12-02 14:51 GD, revision 12820

updated todo list

2001-12-02 14:50 GD, revision 12819

added folder update in order to run correctly under Mac OS X

2001-12-02 13:35 VZ, revision 12818

really avoid the compiler warning

2001-12-02 13:29 VZ, revision 12817

SetDefaultStyle(wxTextAttr()) now resets the default style instead of not changing it at all

2001-12-02 10:07 RL, revision 12816

fixes for contrib build.

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.