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-01-26 00:19 VS, revision 13815

modified wxPNGHandler to not use png_struct.jmpbuf (its size is compiler-dependant, so it wasn't possible to use libpng as a DLL, and that's a problem since MGL exports it's own libpng)

2002-01-26 00:19 VS, revision 13814

compilation fix

2002-01-25 22:49 DW, revision 13813

Fix to properly find OS/2 wx.rc

2002-01-25 22:49 DW, revision 13812

New module def file.

2002-01-25 22:48 DW, revision 13811

Resource file updates and setup to configure for generic dirdlg.

2002-01-25 22:47 DW, revision 13810

OS/2 does not have a native dirdlg, use generic

2002-01-25 19:15 RL, revision 13809

add _gl lib to glcanvasc.so link

2002-01-25 16:04 VZ, revision 13808

install wxUniv headers in make install and include wxUniv sources in make dist

2002-01-25 16:02 VZ, revision 13807

fix a crash when dismissing the popup window because of a key press

2002-01-25 16:01 VZ, revision 13806

replaced DeleteEvtHandler with a call to RemoveEventHandler

2002-01-25 16:01 VZ, revision 13805

added and documented wxWindow::RemoveEventHandler()

2002-01-25 14:45 VZ, revision 13804

compilation fix

2002-01-25 14:38 JS, revision 13803

Re-added a minimal setup.h file that includes wx/msw/setup.h on Windows, complains on Unix.

2002-01-25 14:37 JS, revision 13802

Some doc tweaks

2002-01-25 14:30 VZ, revision 13801

handle 646 charset under Solaris as US-ASCII

2002-01-25 14:30 VZ, revision 13800

don't crash, even if used incorrectly

2002-01-25 14:29 VZ, revision 13799

fixes to handling of the 7 bit ASCII encoding

2002-01-25 12:24 VZ, revision 13798

oops, fixed typo breaking iconv constness detection in the previous commit

2002-01-25 11:59 VZ, revision 13797

changes to allow making samples/demos with non GNU make as well

2002-01-25 11:54 VZ, revision 13796

don't output the entire iconv() declaration in configure messages, looks ugly and is useless anyhow

2002-01-25 11:31 VZ, revision 13795

inserted @IF_GNU_MAKE@ to allow building with other make versions

2002-01-25 06:58 JJ, revision 13794

Committing in . Compile update for OpenVMS Modified Files: wxWindows/setup.h_vms ----------------------------------------------------------------------

2002-01-25 04:48 DW, revision 13793

Child positioning fixes and font adjustments

2002-01-25 00:36 VZ, revision 13792

commented out many OnXXX() functions

2002-01-25 00:36 VZ, revision 13791

corrected a few bugs in OnGetItemXXX() docs