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-12-19 08:47 JS, revision 36453

Backported hit testing

2005-12-19 03:51 vell, revision 36452

removed unused local variable; converted tabs to spaces

2005-12-19 01:42 KO, revision 36451

Use TranslateAccelerator so that TAB, Return, etc. keys are properly processed by wxActiveX controls.

2005-12-19 01:39 KO, revision 36450

Allow wx parents a chance to handle events fired by non-wx children. (i.e. wxActiveX controls)

2005-12-19 00:34 MR, revision 36449

timer.tex: wxTimerEvent is derived from wxEvent (WX_2_6_BRANCH)

2005-12-19 00:34 MR, revision 36448

timer.tex: wxTimerEvent is derived from wxEvent

2005-12-18 23:30 JS, revision 36447

Typo correction

2005-12-18 22:33 VZ, revision 36446

assert if opening more than one find/replace dialog under the same parent -- this doesn't work currently (and maybe can't work at all)

2005-12-18 21:42 RD, revision 36445

Applied Patch #1354389: wxPython MenuItem SetBitmaps fix.

2005-12-18 21:27 RD, revision 36444

wxMSW: Fix for Bug #1293225 Window_FromHWND crashes if parent is None. Fix for Bug #1261669, use a wx.TE_RICH2 style for the Process demo so it doesn't fill up too soon.

2005-12-18 21:09 RD, revision 36443

Fix for Bug #1225923: unnecessary ; in wxpython demo code

2005-12-18 20:53 RD, revision 36442

Applied patch #1384440.

2005-12-18 19:35 JS, revision 36441

Backported "allow a SHAPED flag for a dialog"

2005-12-18 19:33 JS, revision 36440

Backported wx..._EX_METAL styles support

2005-12-18 19:26 JS, revision 36439

Backported default implementations for Replace and Remove, and support for 10.4 provided context menu

2005-12-18 19:24 SN, revision 36438

Added implementation for wxLocaltime_r/wxGmtime_r. Improved handling of windows compilers.

2005-12-18 19:09 JS, revision 36437

Backported support for help menu and application menu items and standard ids

2005-12-18 16:39 VZ, revision 36436

documented Set/GetLabel() treatment of mnemonics

2005-12-18 16:37 VZ, revision 36435

1. changed wxControl::GetLabel() to return the originally provided label and not the one stripped from mnemonics (this was inconsistent with the other ports and resulted in problems when using wxUpdateUIEvent::SetText()) 2. added wxControl::GTKConvertMnemonics(), GTKRemoveMnemonics() and also helper GTKSetLabelForLabel() and GTKSetLabelForFrame() wrappers 3. use them instead of duplicating their code in different derived controls

2005-12-18 16:34 VZ, revision 36434

removed GetLabel() which didn't do anything but forwarding to wxControl version

2005-12-18 16:03 VZ, revision 36433

blatant compilation fix

2005-12-18 15:02 VZ, revision 36432

code cleanup: make OutputString[Ent]() simpler to call by providing defaults for conversion parameters and using flag instead of a bool

2005-12-18 14:55 VZ, revision 36431

use correct encoding when saving in non-Unicode builds (backport from HEAD)

2005-12-18 14:49 VZ, revision 36430

use correct encoding when saving in non-Unicode builds

2005-12-18 13:58 MW, revision 36429

In the past some streams returned Eof() before the end was read past rather after, and also some streams give an error instead of Eof(). Test the archive streams work with parent streams that have any of these behaviours.

2005-12-18 13:51 MW, revision 36428

Changes to cope with parent streams which return an error instead of eof at the end of the file.

2005-12-18 12:31 JS, revision 36427

Separated XML and HTML rich text I/O handlers Cleaned up XML I/O Added HTML handler to build system Added encoding member for saving files output

2005-12-18 12:25 JS, revision 36426

Fixed bug introduced by compiler compatibility fix

2005-12-18 12:24 JS, revision 36425

Should use LoadFile for file, not LoadPage

2005-12-18 12:22 JS, revision 36424

Added space after list item number, otherwise number is hard against following text.

2005-12-18 12:19 JS, revision 36423

Fixed MDI context menu event handling problem (Stefan Kowski) Dialog invoked from context menu would need to have OK button pressed twice

2005-12-18 11:37 MW, revision 36422

Put back the warning flags

2005-12-18 03:49 RD, revision 36421

reSWIGged

2005-12-18 03:43 RD, revision 36420

Don't include the old ogl docs or the metadata XML file any longer

2005-12-18 03:41 RD, revision 36419

Use the filename for the description of the code object so debuggers can trace into the demo modules

2005-12-17 22:01 SN, revision 36418

Use thread-safe functions where possible.

2005-12-17 19:23 VZ, revision 36417

use just SetSizerAndFit instead of 4 equivalent lines

2005-12-17 19:19 VZ, revision 36416

corrected DoGetVirtualSize() to return at least our real size

2005-12-17 04:56 RD, revision 36415

Fix for Bug #1352602: FileBrowseButtonWithHistory can't type in Value.

2005-12-17 04:11 RD, revision 36414

Fix for Bug #1283496: wxPython TheClipboard class causes problems for pychecker. Ensure the app has been created before initializing wx.TheClipboard.

2005-12-16 23:44 RD, revision 36413

reSWIGged

2005-12-16 23:20 RD, revision 36412

Updates for wx.lib.foldpanelbar and wx.lib.hyperlink from Andrea Gavana.

2005-12-16 20:02 RD, revision 36411

Various tweaks to bring the wrappers up to the current state of CVS. Add missing ID's, methods, etc.

2005-12-16 17:37 KO, revision 36410

Script for building mo locale files.

2005-12-16 17:15 RD, revision 36409

backported recent changes on HEAD to the 2.6 branch

2005-12-16 14:54 JS, revision 36408

Fixed MDI context menu event handling problem (Stefan Kowski) Dialog invoked from context menu would need to have OK button pressed twice

2005-12-16 14:52 JS, revision 36407

Fixed MDI context menu event handling problem (Stefan Kowski)

2005-12-16 08:23 CE, revision 36406

fix bug with zero being returned by Borland in release build

2005-12-16 02:12 RL, revision 36405

Sync changes from Debian 2.6 tree. Fixes #324960, enabling config.py to handle in tree builds without tainting build_options.py used for (later) install to some other location.

2005-12-16 01:38 KO, revision 36404

Forward port 2.6 branch changes to head.