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-08-02 10:47 VS, revision 22478

compilation fix for bcc

2003-08-02 09:21 VS, revision 22477

don't define NDEBUG

2003-08-02 09:21 VS, revision 22476

forgot to update

2003-08-02 01:18 VS, revision 22475

fixed some VC++ projects bugs

2003-08-02 01:14 VS, revision 22474

added wxAdvanced

2003-08-02 01:07 VS, revision 22473

1. added wxAdvanced 2. fixed setup.h creation in VC++ projects 3. temporarily disable GUI sockets code in non-msw ports so that they link

2003-08-02 01:04 VS, revision 22472

created wxAdvanced library

2003-08-02 00:38 VZ, revision 22471

msw/uxtheme.cpp is low level as well

2003-08-02 00:32 VZ, revision 22470

native renderers are low level; renamed univ/renderer.cpp to ctrlrend.cpp

2003-08-02 00:31 VZ, revision 22469

renamed renderer.cpp to ctrlrend.cpp to avoid conflicts with the native renderers

2003-08-02 00:16 VZ, revision 22468

wxUniv compilation fixes

2003-08-02 00:15 VZ, revision 22467

replaced an #ifdef __WXDEBUG__ with a wxCHECK (this is what we have it for...)

2003-08-02 00:13 VZ, revision 22466

disable printing; doesn't compile

2003-08-02 00:12 VZ, revision 22465

use wxWindowBase, not wxWindow, in wxUpdateUIEvent::CanUpdate() (wxUniv compilation fix)

2003-08-01 23:40 VZ, revision 22464

wxTheApp can't be assigned to any longer

2003-08-01 23:39 VS, revision 22463

added information about libs.tex

2003-08-01 23:37 VZ, revision 22462

wxTheApp can't be assigned to, anyhow, so make ms_appInstance private and provide Get/SetInstance() methods

2003-08-01 23:37 VS, revision 22461

adding wxAdvanced library

2003-08-01 23:36 VZ, revision 22460

added and documented wxDYNLIB_FUNCTION

2003-08-01 23:13 VZ, revision 22459

do *not* redefine DLLVERSIONINFO struct here; do define _WIN32_IE to as high number as possible instead of as low as possible; use wxDynamicLibrary instead of raw FindLibrary/FreeLibrary calls

2003-08-01 23:02 VZ, revision 22458

removed IsAppThemedEx()

2003-08-01 23:00 VZ, revision 22457

replaced the old wxApp with wxAppConsole::ms_appInstance of type wxAppConsole; wxTheApp is now a macro for backwards compatibility (this fixes problems with contradictorary wxTheApp definitions in separate build)

2003-08-01 22:04 VZ, revision 22456

check for comctl32.dll version in wxUxThemeEngine::Initialize()

2003-08-01 21:22 VS, revision 22455

compilation fix

2003-08-01 21:21 VS, revision 22454

multilib mode