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

2002-06-04 14:59 VZ, revision 15740

added and documented wxTIMER_XXX constants to be used instead of bool parameter to wxTimer::Start()

2002-06-04 12:48 VZ, revision 15739

commented out some strange test code which resulted in memory leaks

2002-06-04 11:01 JS, revision 15738

In SetProxy, add 1 to pos when parsing port since otherwise we include the colon.

2002-06-04 08:58 VZ, revision 15737

undid WS_EX_CONTROLPARENT change -- I recall now why we can't use it

2002-06-04 08:52 VZ, revision 15736

updated translations from Henrik Ræder Clausen

2002-06-03 23:11 VZ, revision 15735

mention EVT_KEY_DOWN/CHAR change

2002-06-03 23:10 VZ, revision 15734

set focus to the page after showing it -- otherwise it's lost (well, left on the previous, now hidden, page)

2002-06-03 23:00 VZ, revision 15733

use WS_EX_CONTROLPARENT to ensure correct Alt-mnemonic handling with nested panels

2002-06-03 19:30 JS, revision 15732

Removed spurious </a> after <img> tag

2002-06-03 19:19 MBN, revision 15731

Updated message catalogs to latest CVS

2002-06-03 14:56 DW, revision 15730

Weekly OS/2 catch-up.

2002-06-02 19:30 RR, revision 15729

Another typo fixed.

2002-06-02 18:02 RR, revision 15728

Probably fixed mouse event bug introduced recently.

2002-06-02 14:24 RR, revision 15727

Overrode wxMDIChildFrame's DoSetSize to not misplace the window when it was using wxFrame's method.

2002-06-02 14:17 RR, revision 15726

Implemented CharHook events. Implemented Destroy events. (both as per SF patches).

2002-06-02 12:05 RR, revision 15725

Small fix for make win-dist

2002-06-02 10:57 RR, revision 15724

Updates to (behaviour of) wxComboBox and wxSpinCtrl.

2002-06-02 10:57 RR, revision 15723

Removed hack in Toolbar that breaks UI updates under MSW.

2002-06-02 10:56 RR, revision 15722

Added simplistic make win-dist

2002-06-01 11:48 VZ, revision 15721

replaced quotes in #include with angle brackets

2002-05-31 16:03 RR, revision 15720

Added global skope too FinControl()

2002-05-31 14:18 VZ, revision 15719

removed unused wxWindowGTK::m_isFrame

2002-05-31 14:17 VZ, revision 15718

replaced m_isRadioButton with a virtual function

2002-05-31 14:14 VZ, revision 15717

replaced wxWindowGTK::m_isListBox with a virtual function

2002-05-31 14:13 VZ, revision 15716

replaced wxWindowGTK::m_isStaticBox with a virtual function and replaced 3 occurences of the code finding the window for the mouse events with one

2002-05-31 14:00 VZ, revision 15715

replaced wxWindowGTK::m_isListBox with a virtual function

2002-05-31 13:51 VZ, revision 15714

fixes for the focus handling: don't set back to back set/kill focus events

2002-05-31 13:49 VZ, revision 15713

added tests for the focus events

2002-05-31 10:00 RR, revision 15712

Added wxToolBar::FindControl() to fish out controls in a toolbar by its id.

2002-05-31 09:59 RR, revision 15711

Doc tweaks for FindWindowByXX Docs for SetThemeEnabled Docs for wxToolBar::FindControl

2002-05-31 07:41 RR, revision 15710

Documented wxClienData and friends.

2002-05-30 21:16 VZ, revision 15709

removed some duplicate code, no real changes

2002-05-30 19:49 RD, revision 15708

Updated setup.h settings

2002-05-30 18:40 RD, revision 15707

Updated wxPython build instructions

2002-05-29 18:47 RD, revision 15706

Removed Refresh from OnSize as it's not needed anymore

2002-05-29 08:31 JS, revision 15705

Applied patch #561454, testing for scrollbar

2002-05-29 08:28 JS, revision 15704

Corrected some typos

2002-05-28 21:50 DW, revision 15703

Catching up for the week

2002-05-28 17:14 VZ, revision 15702

corrected the completely wrong example (bug 545427)

2002-05-28 16:54 VZ, revision 15701

fix compilation without WXDEBUG (includes patch 561458)

2002-05-28 16:52 VZ, revision 15700

use new style ctor for wxFontDialog (patch 561411)

2002-05-28 16:51 VZ, revision 15699

added consts to wxAcceleratorTable ctors from wxAcceleratorEntry array (repaces patch 561183)

2002-05-28 16:44 VZ, revision 15698

fixed icon drawing when they have different sizes (patch 554973)

2002-05-28 16:30 VZ, revision 15697

unselected the current item when unfocusing it in a single selection list control (patch 540818)

2002-05-28 11:29 VZ, revision 15696

added asserts to ensure that the splitter windows have it as parent (otherwise they're not positioned correctly)

2002-05-27 22:14 RD, revision 15695

No, I didn't test it before. This is what I meant to do!

2002-05-27 22:06 RD, revision 15694

Patch 559673 and 561053

2002-05-27 21:22 RD, revision 15693

Some little demo updates

2002-05-27 21:21 RD, revision 15692

Fixed wxMac's wxStaticText::SetFont to behave like the others and resize the control to fit the text

2002-05-27 19:47 RD, revision 15691

Fixed a tex2rtf warning