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

2003-01-16 06:53 SC, revision 18765

renaming because of conflicts with base Create::

2003-01-16 06:50 SC, revision 18764

xml projects for CW 8

2003-01-16 06:47 SC, revision 18763

additions for __MWERKS__

2003-01-16 06:44 SC, revision 18762

conversion scripts for CW 8 Mac

2003-01-16 04:13 RD, revision 18761

SWIGged updates for wxGTK

2003-01-16 04:13 RD, revision 18760

Updated sample from Boa

2003-01-16 03:30 RD, revision 18759

Work around a bug (I think) in the Python API PyUnicode_AsWideChar when the length of the unicode object is zero.

2003-01-15 23:22 VS, revision 18758

XRC fixes can be backported

2003-01-15 23:14 VS, revision 18757

fix object_ref handling in XRC

2003-01-15 23:14 VS, revision 18756

1. made XRC immune against changing CWD 2. fixed object_ref handling

2003-01-15 23:07 RD, revision 18755

Removed TABs

2003-01-15 22:50 RL, revision 18754

gah. escape $ in the here block.

2003-01-15 22:44 RL, revision 18753

reverted the --inplace addition and instead documented the use of --prefix and --exec-prefix to do the same thing. I can't think of any way to do this right now with one flag without making some assumption about the users working habits.

2003-01-15 22:04 VZ, revision 18752

added checks to prevent running sub configure scripts directly (they can only be executed by the top level configure)

2003-01-15 21:30 VZ, revision 18751

updated configure to match configure.in changes

2003-01-15 21:15 VZ, revision 18750

added WXWIN_COMPATIBILITY_2_4

2003-01-15 20:46 RD, revision 18749

Usability fixes for the demo

2003-01-15 16:12 JS, revision 18748

Applied David's fix for not autoconf-ing on RHL8

2003-01-15 14:59 VZ, revision 18747

Maximize(FALSE) change can be backported

2003-01-15 14:58 VZ, revision 18746

fixed calling Maximize(FALSE) before the window is shown (bug 667665)

2003-01-15 14:50 VZ, revision 18745

make uninstall should remove wxwin.m4

2003-01-15 14:45 VZ, revision 18744

corrected Get/SetFrame() parameter/return type

2003-01-15 13:27 VZ, revision 18743

removed OnXXX() methods, added new default event handling section

2003-01-15 08:17 JS, revision 18742

Patch for Winlib: struct stat is defined in sys/stat.h, which is not pulled in by unistd.h on some system.

2003-01-15 01:53 RD, revision 18741

SWIGged updates for wxMSW