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-09-04 12:24 CE, revision 16965

move code from .h to .cpp to prevent Borland warning

2002-09-04 11:45 VZ, revision 16964

fix wxBase apps compilation after ProcessIdle() change from the patch 588734

2002-09-04 11:16 CE, revision 16963

Introducing wxBase for borland based on Michael Fieldings patch 598106

2002-09-04 11:14 GD, revision 16962

SetBackground with a bitmap is only implemented in wxUniversal

2002-09-04 10:56 CE, revision 16961

Introducing wxBase for borland based on Michael Fieldings patch 598106

2002-09-04 10:47 CE, revision 16960

Introducing wxBase for borland based on Michael Fieldings patch 598106

2002-09-04 09:35 RL, revision 16959

Added (and documented) GetTraceMasks so userspace can probe the currently allowed masks. IMO its omission is a bug and it's non-threatening to the freeze, so..

2002-09-03 22:26 DW, revision 16958

More OS/2 update to fix some owner drawn things

2002-09-03 20:36 JS, revision 16957

Avoid using wxTextCtrl::SaveFile with no arg

2002-09-03 20:13 GD, revision 16956

disable Darwin GCC precompiled headers by default also for wxBase integrate includes into preprocessor flags instead of both C and C++ flags

2002-09-03 19:34 MBN, revision 16955

Small clarification in ::wxShowTip docs. Added a wxPerl note to wxWindow::GetHandle

2002-09-03 19:32 MBN, revision 16954

gettext (correctly) uses "1 message" (singular). Take that into account in make stats.

2002-09-03 19:17 GD, revision 16953

disable use of #pragma interface under Mac OS X GNU compiler included with Mac OS X 10.2 (Jaguar) as well as August Developer Tools update contain a bug concerning #pragma interface handling that can only be worked around by not using them (and they are not necessary anyways)

2002-09-03 11:22 JS, revision 16952

Changed char* to wxChar*

2002-09-03 04:47 DW, revision 16951

Notebook, Listbox, and Checklst updates

2002-09-03 04:43 RL, revision 16950

sorry, removing /usr/include breaks the macros we use to detect -lGL and co. They'll need to be fixed first if this really is the right fix. (and I'm not sure what the original problem was, so...)

2002-09-02 23:23 VZ, revision 16949

removed GetObjectType() ghost

2002-09-02 22:47 JS, revision 16948

More casting to make gcc 3.2 behave.

2002-09-02 22:00 JS, revision 16947

And some more casting

2002-09-02 21:54 JS, revision 16946

Added size_t cast to disambiguate array usage.

2002-09-02 20:10 VZ, revision 16945

removed /usr/include from SEARCH_INCLUDE -- this should fix wxMotif/AIX compilation

2002-09-02 20:08 VZ, revision 16944

old compilation fix for AIX from Ian Brown

2002-09-02 19:53 VZ, revision 16943

define _FILE_OFFSET_BITS/_LARGE_FILES on the compiler command line instead of wx/setup.h to make sure they're always defined when needed

2002-09-02 19:17 GD, revision 16942

avoid warning for duplicate defined wxEntry when compiling with the Apple Developer Tools (already defined in common include)

2002-09-02 19:16 GD, revision 16941

use "..." for wx includes instead of <...>