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-07-11 12:28 VS, revision 10964

mingw compilation fixes

2001-07-11 12:10 VZ, revision 10963

fixed hit testing for non report modes

2001-07-11 10:07 JS, revision 10962

Added wxUSE_DC_CACHEING and associated code to wxMSW Added EnableCache, CacheEnabled to wxDCBase Added mask source args to DoBlit, Blit Added cache testing code to dragimag sample Added wxSystemOptions, regenerated makefiles

2001-07-11 09:43 VZ, revision 10961

added wxLogChain and wxLogPassThrough classes

2001-07-11 07:37 VZ, revision 10960

compilation fix for MSW

2001-07-10 22:48 VS, revision 10959

compilation fix for wxGTK

2001-07-10 22:46 VS, revision 10958

#ifdefed wxPopupComboWindow to be used only in wxUniv

2001-07-10 22:46 VS, revision 10957

1. #ifdefed wxPopupComboWindow to be used only in wxUniv 2. compilation fix for wxPopupWindowHandler::OnLeftDown (somehow I doubt this will work w/o wxUniv...)

2001-07-10 22:39 VS, revision 10956

added check for w32api.h to configure (so that libjpeg works when cross-compiling)

2001-07-10 22:38 VS, revision 10955

fixes for tables renderer: now recognizes missing border property correctly

2001-07-10 18:12 RD, revision 10954

little tweaks

2001-07-10 17:33 VZ, revision 10953

made wxLog::Set/GetVerbose() static back again

2001-07-10 17:28 VZ, revision 10952

added cmd line parsing support to wxApp and --theme option to wxUniv

2001-07-10 16:46 VZ, revision 10951

added wxUSE_CMDLINE_PARSER

2001-07-10 16:44 VZ, revision 10950

added #if wxUSE_CMDLINE_PARSER around the header

2001-07-10 15:42 VZ, revision 10949

more combobox appearance fixes

2001-07-10 15:18 VZ, revision 10948

oops, missing semi colon added

2001-07-10 15:16 VZ, revision 10947

fix for crash when clicking below the items

2001-07-10 15:14 VZ, revision 10946

moved WX_USE_THEME macros inside IMPLEMENT_APP

2001-07-10 15:07 VZ, revision 10945

wxComboBox appearance fixes, looks fine now but doesn't really work under GTK yet

2001-07-10 14:03 VZ, revision 10944

respect wxBU_EXACTFIT

2001-07-10 14:00 VZ, revision 10943

don't set min width for the buttons

2001-07-10 13:44 VZ, revision 10942

added wxBU_EXACTFIT style

2001-07-10 12:59 VZ, revision 10941

made the button of correct size again (Robert, why did you comment this out??)

2001-07-10 12:58 VZ, revision 10940

use system colours under Windows (patch 439286)