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-17 13:27 VZ, revision 18790

Borland apparently uses for int64 in printf(), not

2003-01-17 12:39 VZ, revision 18789

check for NULL szLocale in Init()

2003-01-17 11:58 VZ, revision 18788

tried to make wxCloseEvent docs more clear too

2003-01-17 11:04 VZ, revision 18787

documented UngetWriteBuf overload

2003-01-17 10:42 SC, revision 18786

added horizontal scrollbars to listboxes

2003-01-17 10:35 SC, revision 18785

added horizontal scrollbars to listboxes

2003-01-17 10:29 SC, revision 18784

make sure wxMac fonts are never AntiAliased (measuring problems would occur, because char-widths become fractional then)

2003-01-17 10:27 SC, revision 18783

include needed for CFString conversion routines (param default)

2003-01-17 10:24 SC, revision 18782

Get/SetNoAntiAliasing implemented

2003-01-17 01:32 VZ, revision 18781

tried to make Close() docs more clear

2003-01-16 23:55 RL, revision 18780

update libpng-dev deps.

2003-01-16 22:50 VZ, revision 18779

added links to the event docs from the default event processing section

2003-01-16 20:44 MBN, revision 18778

Remove calls to a couple of deprecated methods, fix wxMotif build with GCC 3.2, remove deprecated (and unused) fstream.h.

2003-01-16 20:41 MBN, revision 18777

Implement vertical toolbar under Motif. Notify parent frame when toolbar is moved/resized/added/deleted so that frame childs can be correctly repositioned.

2003-01-16 15:24 JS, revision 18776

Added About menu

2003-01-16 15:21 JS, revision 18775

Added Mac icons to helpview

2003-01-16 14:31 JS, revision 18774

Added CW project file

2003-01-16 14:19 SC, revision 18773

added missing includes for wxMac specific additions

2003-01-16 14:11 SC, revision 18772

adapted wxSizer::Remove type to new header

2003-01-16 13:21 VZ, revision 18771

forgot to include wxControlWithItem docs

2003-01-16 13:03 VZ, revision 18770

the find dialog is created hidden, as all the other top level windows, but the docs said otherwise

2003-01-16 12:58 VZ, revision 18769

fixed detection of whether we're invoked from the top level configure or not

2003-01-16 12:26 JS, revision 18768

ReDOS-ified project files Added menubar for wxHTML help viewer on Mac Added some Mac-specific code for HelpView

2003-01-16 07:04 SC, revision 18767

preferences menu implementation

2003-01-16 06:54 SC, revision 18766

preferences menu implementation

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