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-29 20:07 RD, revision 39453

hyperlink is in adv, not core

2006-05-29 19:52 RD, revision 39452

Added wxHyperlinkCtrl, wxPowerEvent, and lots of little things to match changes made in wx.

2006-05-29 19:16 RD, revision 39451

rebake for *hyperlink.* files

2006-05-29 17:54 MW, revision 39450

VC++ 5.0 warning fix.

2006-05-29 17:35 MW, revision 39449

Warning fixes for VC++ 5.0 (Igor Korot, patch 1457996)

2006-05-29 17:31 MW, revision 39448

Warning fixes for VC++ 5.0

2006-05-29 17:26 MW, revision 39447

64-bit fix in wxNotebook for Tru64.

2006-05-29 17:24 MW, revision 39446

wxMGL fixes.

2006-05-29 17:20 MW, revision 39445

Add url for linux djgpp cross compiler (Cavit Cahit VURAL)

2006-05-29 16:32 PC, revision 39444

revert removal of gtk1 code from common file

2006-05-29 16:06 ABX, revision 39443

Updated universal setup.

2006-05-29 16:06 VZ, revision 39442

call gtk_toolbar_set_tooltips() from GtkSetStyle(); removed erroneous wxTB_TOOLTIPS

2006-05-29 16:04 VZ, revision 39441

removed spurious #endif

2006-05-29 14:51 VZ, revision 39440

added missing include after last commit

2006-05-29 14:23 ABX, revision 39439

Build fix.

2006-05-29 13:11 ABX, revision 39438

Keep FindString in sync with wxControlWithItems base class.

2006-05-29 13:07 ABX, revision 39437

Unused variable removal.

2006-05-29 12:12 VZ, revision 39436

override all Detach() overloads in wxStaticBoxSizer to avoid virtual function hiding warnings

2006-05-29 11:56 VZ, revision 39435

use a filename, not URL, when quering its modification time

2006-05-29 11:17 ABX, revision 39434

Fail for assert(0,...).

2006-05-29 11:14 ABX, revision 39433

NO_GCC_PRAGMA removed from hyperlink code. Clipboard markup added.

2006-05-29 10:11 ABX, revision 39432

Warning fix.

2006-05-29 10:10 ABX, revision 39431

Fail for assert(0,...).

2006-05-29 10:09 ABX, revision 39430

Typo fix.

2006-05-29 09:58 VZ, revision 39429

don't include statbox.h from the header, move wxStaticBoxSizer dtor to .cpp file instead

2006-05-29 08:13 ABX, revision 39428

Include wx/checkbox.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-29 07:51 ABX, revision 39427

Let's have new sample distributed.

2006-05-29 07:45 ABX, revision 39426

Let's have new sample distributed.

2006-05-29 07:36 ABX, revision 39425

Use same path in header as user should use in his #include.

2006-05-29 07:33 PC, revision 39424

mention better gtk wxScrollWinEvent generation

2006-05-29 07:31 ABX, revision 39423

Source cleaning for new features.

2006-05-29 07:31 PC, revision 39422

backport better gtk wxScrollWinEvent generation fix a refresh bug when resizing larger and thumb is at maximum

2006-05-29 07:23 ABX, revision 39421

Source cleaning for new features.

2006-05-29 06:53 PC, revision 39420

build fix

2006-05-29 06:52 PC, revision 39419

revert forward declaration of hashmap, it doesn't work with STL

2006-05-29 06:48 ABX, revision 39418

Use complete class for delete of the class.

2006-05-29 06:39 ABX, revision 39417

Build fix.

2006-05-29 04:58 KO, revision 39416

widgets sample no longer has .rc file.

2006-05-29 04:44 KO, revision 39415

Exit on error was too strict.

2006-05-29 03:05 KO, revision 39414

Stop building on a platform as soon as a tarball build error is encountered.

2006-05-29 00:32 VZ, revision 39413

regenerated after the recent changes

2006-05-29 00:24 VZ, revision 39412

use CFLAGS for GTK tests, not CXXFLAGS

2006-05-29 00:03 VZ, revision 39411

miscellaneous wxFont enhancements (patch 1496606): - made SetFaceName() bool and return false if the face name is not available - corrected To/FromUserString() to complement each other

2006-05-29 00:01 VZ, revision 39410

oops, typo in last commit

2006-05-28 23:56 VZ, revision 39409

spelling fixes (patch 1495562)

2006-05-28 23:54 VZ, revision 39408

added CollapsePath() (patch 1494638)

2006-05-28 23:51 VZ, revision 39407

implemented notifications of the child process termination (patch 1494439)

2006-05-28 23:47 VZ, revision 39406

don't offset the position for toplevel windows in wxFindWindowAtPoint() (patch 1491559)

2006-05-28 23:45 VZ, revision 39405

correct painting of the items with custom colours in TVIS_DROPHILITED state (patch 1491478)

2006-05-28 23:38 VZ, revision 39404

don't crash when destroying a not initialized socket (patch 1489095)

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)

2006-05-28 15:20 VZ, revision 39378

fix crashes in the calctl sample under OS/2 (patch 1495898)

2006-05-28 15:18 VZ, revision 39377

wxVsnprintf() implementation with positional parameters support (patch 1462778); disabled for now

2006-05-28 15:06 VZ, revision 39376

added assertion_traits<> specialization for wxString and convenient CPPUNIT_ASSERT_STR_EQUAL macro

2006-05-28 14:33 VZ, revision 39375

explicitly call base class ctor to silent gcc warning (patch 1492701)

2006-05-28 14:30 VZ, revision 39374

added SetDoubleBuffered() (patch 1491093)

2006-05-28 14:19 VZ, revision 39373

wizards not using sizers for the page layout now work again

2006-05-28 14:17 VZ, revision 39372

no changes (spaces only)

2006-05-28 13:51 VZ, revision 39371

wxFontEnumerator::GetFacenames/Encodings() now return arrays and not pointers to them (patch 1483341)

2006-05-28 13:08 VZ, revision 39370

update from Adrián González

2006-05-28 10:53 MR, revision 39369

The following methods appear to be new since 2.7.0 (from 64-bit stream patch): wxLongLong& operator operator=(wxULongLong_t ll) wxLongLong& operator operator=(long l) wxLongLong& operator operator=(unsigned long l) wxLongLong& operator operator=(const wxULongLong & ll)

2006-05-28 10:19 MR, revision 39368

wxStringTokenizer::GetLastDelimiter is new since 2.7.0

2006-05-28 10:12 MR, revision 39367

GetDocumentsDir, GetResourcesDir and GetLocalizedResourcesDir are new since 2.7.0

2006-05-28 10:03 MR, revision 39366

Underscore escaping fix from Angel Vidal Veiga

2006-05-28 09:47 MR, revision 39365

\newsince{2.7.0} for GetMouseCursor with a note to GetCursor

2006-05-28 09:41 MR, revision 39364

newsince for ProcessMouseClick with a note to OnMouseClick in earlier versions

2006-05-28 09:29 MR, revision 39363

Add \newsince{2.7.0} to GetAsString and Set(wxString&)

2006-05-28 09:12 MR, revision 39362

Fix underscore escaping again (one obscure one left in wxmsw.tex)

2006-05-28 09:05 MW, revision 39361

Missing header.

2006-05-27 14:29 VZ, revision 39360

moved power functions for MSW from utils.cpp to (new) power.cpp and implemented them

2006-05-27 14:09 VZ, revision 39359

added wxPowerEvent; moved power functions stubs to common/powercmn.cpp

2006-05-27 12:24 VZ, revision 39358

added more directories

2006-05-27 00:03 ABX, revision 39357

More small devices adjustements.

2006-05-26 23:58 ABX, revision 39356

Correct dll usage for wxDatePickerCtrl under WinCE.

2006-05-26 19:02 RD, revision 39355

Fixes for the DLL build

2006-05-26 18:47 ABX, revision 39354

Include wx/wx/bmpbuttn.h according to precompiled headers of wx/wx.h (with other minor cleaning).