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-02 19:15 GD, revision 16940

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-02 18:10 VZ, revision 16939

include the header needed to compile this file

2002-09-02 15:19 VZ, revision 16938

no changes

2002-09-02 15:19 VZ, revision 16937

fixed restoring fonts from the native font info data which was completely broken somehow

2002-09-02 15:18 VZ, revision 16936

updated the comment about the flags meaning

2002-09-02 12:52 CE, revision 16935

Michael Fieldings patch 598106 applied in part

2002-09-02 12:51 VZ, revision 16934

generate key events for Space/Enter in addition to the activate events, as wxMSW does

2002-09-02 12:43 VZ, revision 16933

got rid of COMMON_THREADCPPFLAGS which is not really needed as we can use TOOLCHAIN_DEFS

2002-09-02 12:39 VZ, revision 16932

signed/unsigned comparison warning (and probably even error) fixed

2002-09-02 12:29 VZ, revision 16931

fixed the button alignment flags

2002-09-02 12:29 VZ, revision 16930

no changes

2002-09-02 08:52 JS, revision 16929

Applied patch [ 602924 ] colours and effects in wxMSW::wxFontDialog wxFontDialog effects only turned on if a valid colour was provided in wxFontData

2002-09-02 08:30 JS, revision 16928

Committed a couple of IPC changes I forgot to do

2002-09-02 00:44 VZ, revision 16927

choose implicit parent for the dialog boxes better, fixes weird focus jumps when using wxLog

2002-09-02 00:32 VZ, revision 16926

added a few WXDLLEXPORTS, corrected/expanded comments

2002-09-01 22:58 RL, revision 16925

More packaging updates for pending 2.3.3 release.

2002-09-01 22:00 VZ, revision 16924

experimental code to make it possible to use wxDateTime without the rest of wxWindows -- doesn't work at all, but saved in a side branch just in case

2002-09-01 21:29 GD, revision 16923

added wxSpinCtrl::SetSelection method

2002-09-01 20:33 RL, revision 16922

oops, make it build with wxbase too.

2002-09-01 20:24 VZ, revision 16921

another part of SetSelection() change I forgot to commit

2002-09-01 20:00 VZ, revision 16920

no changes

2002-09-01 20:00 VZ, revision 16919

don't call CreatesMessageOutput() explicitly, it will be created on demand as/if/when needed

2002-09-01 19:52 RL, revision 16918

added missing #include frame.h for mingw(3.2) build.

2002-09-01 19:01 JS, revision 16917

Copy event type too

2002-09-01 18:14 SN, revision 16916

Fixed apparent typo in wxGridCellAttr::MergeWith, hopefully fixing bug 581558 (wxGrid.SetColAttr vs. SetCellAlignment) Remove editor in Redimension. This should fix bug 593189 (wxGrid:delting rows doesn't hide editor)