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

2000-01-26 21:33 DW, revision 5688

New OS2 icon file

2000-01-26 21:23 DW, revision 5687

New OS2 resource file

2000-01-26 21:23 DW, revision 5686

New Visualage stuff and remove OS/2 stuff in the .rc file

2000-01-26 21:07 DW, revision 5685

Visualage C++ V4.0 duplicate symbol fixes

2000-01-26 19:26 RR, revision 5684

Corrected TIFF, more drawing tests.

2000-01-26 18:28 VZ, revision 5683

compilation of wxBase works again (PATH_IFS wasn't defined for it!)

2000-01-26 18:21 SN, revision 5682

Found PROGRAM_EXT variable and now want to use it for OS/2, too.

2000-01-26 18:14 VZ, revision 5681
  • D /wxWidgets/trunk/include/wx/msw/ctl3d/Makefile.am
  • D /wxWidgets/trunk/include/wx/msw/Makefile.am
  • D /wxWidgets/trunk/misc/afm/Makefile.am
  • D /wxWidgets/trunk/misc/gs_afm/Makefile.am
  • D /wxWidgets/trunk/misc/Makefile.am
  • D /wxWidgets/trunk/src/msw/Makefile.am

these aren't being used any more

2000-01-26 16:42 VZ, revision 5680

more backwards compatible kbd handling in wxScrolledWindow

2000-01-26 14:31 VZ, revision 5679

'Details' button is now disabled if no details

2000-01-26 14:20 VZ, revision 5678

quick and dirty fix for the division by 0 crash in OnKeyDown()

2000-01-26 14:08 VZ, revision 5677

wxDC::Blit() ignores useMask if there is no mask instead of giving an assert failure

2000-01-26 13:45 VZ, revision 5676

compilation fix for Win16

2000-01-26 13:41 VZ, revision 5675

compilation fix for compilers without PCH

2000-01-26 01:54 GRG, revision 5674

URL test and some comments added

2000-01-26 00:50 VS, revision 5673

wxHtmlHelpFrame enhancements

2000-01-26 00:50 VS, revision 5672

added wxHtmlWindow::GetOpenedAnchor

2000-01-26 00:50 VS, revision 5671

wxACCEL_NONE -> wxACCEL_NORMAL

2000-01-26 00:50 VS, revision 5670

changed demo data a bit

2000-01-26 00:50 VS, revision 5669

sets frame title even for pages without <title> tag

2000-01-26 00:49 VS, revision 5668

added wxHF_OPENFILES demo

2000-01-26 00:49 VS, revision 5667

some fixes in names of cached helpbooks (does not contain # or : anymore)

2000-01-26 00:49 VS, revision 5666

added new wxHF_ flags

2000-01-26 00:49 VS, revision 5665

added more navigation controls to wxHtmlHelpFrame

2000-01-26 00:49 VS, revision 5664

added more navigation controls to html help frame

2000-01-26 00:19 VZ, revision 5663

assert in GetNextItem() fixed (yes, now it is)

2000-01-26 00:17 VZ, revision 5662

assert in GetNextItem() fixed (?)

2000-01-26 00:02 VZ, revision 5661

extended (wxMask test) and reorganized the drawing sample

2000-01-26 00:01 VZ, revision 5660

1. fixed (?) blitting bitmaps with mask 2. fixed wxWindowBase compilation (oops) 3. fixed kbd handling in wxScrolledWindow under MSW

2000-01-25 19:59 VZ, revision 5659

1. kbd interface for wxScrolledWindow 2. wxWindow::Set/GetExtraStyle() 3. wxWS_EX_VALIDATE_RECURSIVELY added and implemented 4. docs updated to reflect (2) an (3)

2000-01-25 18:49 RL, revision 5658

fixed _T typo

2000-01-25 18:23 VZ, revision 5657

__GNUWIN32_OLD__ is defined if __GNUC__ is and NORLANDER_HEADERS is not

2000-01-25 16:57 VZ, revision 5656

documented GetNextItem() behaviour precisely

2000-01-25 16:33 VZ, revision 5655

added DrawRectangle() test

2000-01-25 16:26 VZ, revision 5654

fixed GetNextItem(item = -1)

2000-01-25 16:18 GT, revision 5653

Fixed code that did not work with Postgres Removed all tabs, and replaced with spaces accordingly

2000-01-25 15:51 VZ, revision 5652

more patches for BC++ from Ricky Gonzales

2000-01-25 15:35 VZ, revision 5651

missing Init() added to wxMenu(wxCallback) ctors

2000-01-25 13:35 JS, revision 5650

Added DEVNAMES to wxPrintDialog to remember printer name; fixed wxDC::Clear to not assert for printer DCs

2000-01-25 08:31 BJ, revision 5649

add CASTWNDPROC to call to CallWindowProc for bcc

2000-01-25 00:33 GRG, revision 5648

Image docs updates

2000-01-24 22:50 DW, revision 5647

Added method for mimietype implementation.

2000-01-24 22:48 DW, revision 5646

Fix for VisualAge; Init can't be before it is called in VA.

2000-01-24 22:15 RR, revision 5645

Added datetime.inl to filelist.txt

2000-01-24 21:53 JS, revision 5644

Added WS_VSCROLL and WSHSCROLL styles again

2000-01-24 20:46 GRG, revision 5643

Updated some bits in socket docs. Documented socket samples Moved wxInitAllImageHandlers from 'file functions' (?) to 'misc functions'

2000-01-24 20:19 VZ, revision 5642

several mingw32 compilation fixes

2000-01-24 20:19 VZ, revision 5641

value of wxTE_PASSWORD changed to be different from wxCANCEL

2000-01-24 20:18 VZ, revision 5640

implementation of wxGetPasswordFromUser

2000-01-24 18:26 VZ, revision 5639

added wxGetPasswordFromUser(), dialogs sample shows it, documented it