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-09-24 18:02 VS, revision 11690

implemented captured windows stack

2001-09-24 18:01 VS, revision 11689

statusbar handling

2001-09-24 17:30 MBN, revision 11688

Fixed wxToolbar95::FindToolForPosition

2001-09-24 16:39 VZ, revision 11687

added wxTreeEvent::GetKeyEvent() to allow to retrieve the key event flags from EVT_TREE_KEY_DOWN event

2001-09-24 14:13 JS, revision 11686

Updated project files, manual date

2001-09-24 00:34 VZ, revision 11685

added wxTLW for MSW

2001-09-24 00:16 VZ, revision 11684

~wxToolBar() checks if the frame is being deleted in a better/more clear way

2001-09-23 22:42 VS, revision 11683

partial implementation of wxTLW's decorations

2001-09-23 22:38 VS, revision 11682

better learn the operators...

2001-09-23 22:37 VS, revision 11681

fixed serious bug in wxFont::operator== (ignored weight)

2001-09-23 22:36 VS, revision 11680

added wxBitmap::CopyFromIcon to wxGTK

2001-09-23 22:04 VZ, revision 11679

reverted change to the best checkbox size calculation

2001-09-23 18:36 DW, revision 11678

Latest OS/2 build file updates to include the toplevel stuff.

2001-09-23 18:34 DW, revision 11677

FALSE, not false

2001-09-23 15:38 MBN, revision 11676

* Fixed wxToolbar95 and wxToolbarGTK to emit TOOL_ENTER event with id==-1 when the mouse leaves a tool. * Fixed wxToolbar95::FindToolForPosition to take into account dummy spacers inserted together with a control for comctl32.dll versions < 4.71

2001-09-23 15:28 MBN, revision 11675

Forgot to update the template.

2001-09-22 23:24 VZ, revision 11674

backported bugfix for wxRegConfig::SetPath(../..) from the main branch

2001-09-22 23:23 VZ, revision 11673

fixed yet another bug in wxRegConfig::SetPath() - SetPath(../..) didn't work

2001-09-22 22:39 VS, revision 11672

oops, we definitely DON'T want to reset m_renderer here

2001-09-22 22:39 VS, revision 11671

wxTOPLEVEL_EX_DIALOG is a better name than wxTLW_EX_DIALOG

2001-09-22 22:38 VS, revision 11670

evaluate window style in Create, not later

2001-09-22 16:17 VS, revision 11669

configure now defines _WIN_IE if w32api is at least 1.1 (1.0 is not complete enough for wxWin)

2001-09-22 16:15 VS, revision 11668

mingw compilation fix

2001-09-22 16:15 VS, revision 11667

w32api 1.1 support

2001-09-22 12:04 VS, revision 11666

wxInputConsumer