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-12-01 03:43 RL, revision 12790

Added 2 extra macros to handle all the flavours of wxInt64 :( Did a quick and dirty cut'n'paste to implement wxULongLong and provide wxUint64 on platforms without a suitable native type. Noted it's existance and inappropriate methods in the wxLongLong docs.

2001-12-01 03:28 VZ, revision 12789

added wxUSE_TIPWINDOW

2001-12-01 03:24 VZ, revision 12788

regenerated

2001-12-01 03:21 VZ, revision 12787

added wxUSE_TIPWINDOW

2001-12-01 03:18 VZ, revision 12786

fixed compilation after wxTipWindow base class change, added wxUSE_TIPWINDOW

2001-12-01 03:17 VZ, revision 12785

documented ConvertStringToArgs

2001-12-01 03:16 VZ, revision 12784

1. GetCwd() now has the volume argument, Normalize() works correctly for the paths without full path but with the volume 2. fixed old SplitPath() version without volume to behave in a backwards compatible way 3. added more docs

2001-12-01 02:28 VZ, revision 12783

more fixes for volume names handling

2001-12-01 02:25 RD, revision 12782

Updated PyCrust contrib from Patrick O'Brian. Added an enhanced wxEditor from Steve Howell and Adam Feuer.

2001-11-30 23:40 VZ, revision 12781

added wxWS_EX_TRANSIENT, added code for handling it and fixed wxLogGeneric to avoid crashes related to creating the log dialog as child of a window which is destroyed before it is

2001-11-30 23:38 VZ, revision 12780

wxFILE_SEP_PATH_VMS must be '.', not '/'

2001-11-30 23:33 RD, revision 12779

Updated contribs from Lorne White

2001-11-30 23:18 RD, revision 12778

Tweaking this demo a bit

2001-11-30 23:17 RD, revision 12777

SWIGged code update for wxGTK

2001-11-30 23:15 RD, revision 12776

wxTipWindow is now a wxPopupTransientWindow instead of a wxFrame.

2001-11-30 23:08 VZ, revision 12775

reverted previous change - it doesn't fix the bug I wanted to fix

2001-11-30 23:03 RD, revision 12774

Forgot to take the unneeded code out

2001-11-30 23:02 RD, revision 12773

wxTipWindow is now a wxPopupTransientWindow instead of a wxFrame.

2001-11-30 22:55 VZ, revision 12772

don't use implicit parent for the progress dialogs

2001-11-30 22:10 DW, revision 12771

Can't just wxASSERT(0). Give "constant in conditional expression" errors on some compilers. Also bad control codes on the end of some preprocessor constants.

2001-11-30 21:56 VZ, revision 12770

extended file name tests

2001-11-30 21:55 VZ, revision 12769

added volume support and support for UNC paths under Windows, improved Mac and VMS support

2001-11-30 21:53 VZ, revision 12768

added wxFileName docs skeleton

2001-11-30 21:43 VZ, revision 12767

now the methods are sorted in the correct order in the generated docs

2001-11-30 21:19 RD, revision 12766

Added the standard lines needed for compiling with PCH, and etc.