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

2006-05-28 23:34 VZ, revision 39403

readded back wxDD_NEW_DIR_BUTTON removed by last commit

2006-05-28 23:32 VZ, revision 39402

File/dir dialog styles and other changes (patch 1488371): - check invalid combinations of styles in wxFileDialogBase::Create() - use wxFD_XXX naming convention for wxFileDialog styles - replaces wxDD_NEW_DIR_BUTTON with wxDD_DIR_MUST_EXIST - removes #ifdef __WXGTK24__ / #endif blocks from wxGTK code - removes wxFileDialogBase::Get/SetStyle and wxFileDialogBase::m_fileName - renames wxDirDialogGTK to wxDirDialog

2006-05-28 23:31 VZ, revision 39401

more wxFD_XXX renamings (patch 1488371)

2006-05-28 23:15 VZ, revision 39400

don't strip &s from tooltips (patch 1488318)

2006-05-28 23:08 ABX, revision 39399

Build fix.

2006-05-28 23:07 VZ, revision 39398

allow specifying the style for wxHtmlHelpController used as fallback by wxBestHelpController (patch 1485669)

2006-05-28 23:01 VZ, revision 39397

fix the bug which prevented the same wxFile/DirDialog object from being used twice (patch 1485127)

2006-05-28 22:56 VZ, revision 39396

use dynamic array for the page breaks positions (patch 1483976)

2006-05-28 22:44 VZ, revision 39395

use GetPath() instead of GetFullPath() in the directory-oriented functions (patch 1482016)

2006-05-28 22:40 VZ, revision 39394

check for ERROR_NO_MORE_FILES error code from FindFirstFile() as it's not really an error (patch 1481895)

2006-05-28 22:37 VZ, revision 39393

added British spellings of the alignment flags (patch 1486478)

2006-05-28 20:08 VZ, revision 39392

added support for CMYK JPEGs loading (patch 1476078)

2006-05-28 20:00 VZ, revision 39391

use wxBitmap objects instead of pointers

2006-05-28 19:35 VZ, revision 39390

document that GetSubItemRect() is new since 2.7.0

2006-05-28 19:23 MW, revision 39389

Take account of the numlock when mapping mgl virtual keycodes to wx ones.

2006-05-28 19:20 RD, revision 39388

Allow for non-ascii text in resources

2006-05-28 19:05 MW, revision 39387

Regenerate to add the new file toucan.png.

2006-05-28 18:58 MW, revision 39386

Use the posix S_ISREG instead of S_IFREG if it is defined. Fixes wxFileExists on DJGPP where S_IFREG is defined as 0.

2006-05-28 18:10 VZ, revision 39385

added wxListCtrl::GetSubItemRect() and subitem hit testing (patch 1476971)

2006-05-28 17:41 VZ, revision 39384

added wxHyperlinkCtrl (patch 1476781 from Francesco)

2006-05-28 17:40 MW, revision 39383

Export the event types.

2006-05-28 17:36 MW, revision 39382

Compile fixes: gcc seems to need pbt.h including, and PBT_APMRESUMEAUTOMATIC isn't in the headers for most compilers (the other PBT_* macros are there).

2006-05-28 17:27 VZ, revision 39381

allow partial read/writes (patch 1476893)

2006-05-28 17:24 VZ, revision 39380

delete the associated wxStaticBox in wxStaticBoxSizer dtor (patch 1473769)

2006-05-28 17:17 VZ, revision 39379

added wxTB_NO_TOOLTIPS (heavily modified patch 1458009)