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

2001-09-22 11:56 VS, revision 11665

fixed client area handling for wxFrame/Univ

2001-09-22 11:56 VS, revision 11664

wxInputConsumer

2001-09-22 11:52 VS, revision 11663

(blind) fix for wxMotif compilation

2001-09-22 00:21 VS, revision 11662

added wxInputConsumer to wxUniv

2001-09-21 20:21 MBN, revision 11661

Unicode compilation fixes.

2001-09-21 05:43 SC, revision 11660

added wxSTD macro

2001-09-21 00:58 MBN, revision 11659

wxTextDataObject now uses Unicode if compiled with wxUSE_UNICODE. Fixed wxURLDataObject in MSW. Added GetSizeFromBuffer, SetSizeInBuffer, GetBufferOffset to wxDataObject as per Vadim's suggestion.

2001-09-20 22:10 MBN, revision 11658

Make easier to compile with MSVC5.

2001-09-20 22:08 MBN, revision 11657

MinGW compilation fix.

2001-09-20 22:07 MBN, revision 11656

Unicode compilation fixes.

2001-09-20 22:05 MBN, revision 11655

Re-enabled long long for MinGW.

2001-09-20 19:28 VZ, revision 11654

fix for shared library build under SGI with native compiler

2001-09-20 16:32 RD, revision 11653

bug #463146

2001-09-19 22:45 VS, revision 11652

fixes to client area origin handling

2001-09-19 22:44 VS, revision 11651

fixed problems with HTML printing w/o using wxHtmlWindow

2001-09-19 17:53 RR, revision 11650

Corrected wxMenuEvent do that EVT_HIGHTLIGHT actually can work (id no longer ignored).

2001-09-19 16:47 VZ, revision 11649

better fix for MIPSpro warnings: removed unneeded calls to floor()

2001-09-19 16:06 VZ, revision 11648

compilation fixes for MIPSpro SGI compiler

2001-09-19 08:51 JJ, revision 11647

Committing in . Modified Files: wxWindows/src/common/descrip.mms wxWindows/src/gtk/descrip.mms Update of OpenVMS makefile. ----------------------------------------------------------------------

2001-09-18 22:50 VS, revision 11646

regenerated

2001-09-18 22:37 VS, revision 11645

partial implementation of wxTopLevelWindow for wXUniv

2001-09-18 22:36 VS, revision 11644

moved AdjustToClientAreaOrigin to wxWindowBase, needed worldwide for wxUniv

2001-09-18 22:34 VS, revision 11643

wxUniversal doesn't need wxDialog and wxFrame from base port anymore

2001-09-18 22:34 VS, revision 11642

made wxLocalFSHandler public and added Chroot to it

2001-09-18 22:33 VS, revision 11641

minor changes to wxFrame/Univ