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-04-11 11:32 VZ, revision 15090

generate the focus events for wxComboBox, also solves the tab navigation bugs

2002-04-11 11:13 VZ, revision 15089

mention wxDIALOG_NO_PARENT

2002-04-11 09:11 JS, revision 15088

wxSizer::Fit calls SetClientSize, not SetSize. This fixes the tool window in the Life demo.

2002-04-10 22:29 DW, revision 15087

Menuing and statusbar updates

2002-04-10 20:38 RR, revision 15086

Added "metal" theme. Added bool param to wxUniv indicating if the controls takes its background from the parent (such as static texts, radio buttons etc).

2002-04-10 20:32 RD, revision 15085

Oops, forgot the braces.

2002-04-10 20:26 RD, revision 15084

Moved check for m_lastKeydownProcessed to WM_CHAR case because I think Vadim was asleep when he moved it out of HandleChar to the end of the WM_KEY_DOWN case. <wink> It would never be true where the check was before...

2002-04-10 19:27 RD, revision 15083

SWIGged updates for wxGTK

2002-04-10 19:06 RD, revision 15082

Ensure the caret flashes properly

2002-04-10 18:42 RD, revision 15081

Refresh of PyCrust

2002-04-10 18:39 RD, revision 15080

Changes to match cvs update

2002-04-10 18:15 JS, revision 15079

wxScrolledWindow::GetVirtualSize now returns client size if scrolling parameters have not been set. This makes Layout() work again for scrolled windows.

2002-04-10 16:17 DW, revision 15078

Fixed LINKAGEMODE use

2002-04-10 16:01 RR, revision 15077

Work on wxEdit sample.

2002-04-10 14:23 JS, revision 15076

Corrected PositionToXY, XYToPosition code Implemented GetSelection, SetInsertionPoint(End)

2002-04-10 13:00 JS, revision 15075

Fixed single-line text control breakage (sorry). Now only skips the refresh when the new and old values are the same.

2002-04-10 09:35 JS, revision 15074

Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog (currently, works for the generic implementation only). Renamed wxDIRCTRL_EDITABLE to wxDIRCTRL_EDIT_LABELS. Removed reported memory leaks from dynload.cpp using wxModule -- this may cause problems if other modules want to use wxPluginLibrary.

2002-04-10 08:22 SC, revision 15073

background setup correctly

2002-04-10 06:07 SC, revision 15072

removed code (not necessary anymore)

2002-04-10 04:38 DW, revision 15071

Lots of updates

2002-04-10 00:23 VZ, revision 15070

no changes

2002-04-10 00:22 VZ, revision 15069

don't send dummy scroll events from wxNotebook when the page is changed using the built-in spin control

2002-04-09 23:56 VZ, revision 15068

wxSizeEvent now carries the total size, not just the client size

2002-04-09 23:55 VZ, revision 15067

added another size to the status bar display

2002-04-09 22:52 VS, revision 15066

hidden root works in wxGenericDirCtrl again