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 22:47 VZ, revision 22503

minor changes to eliminate unused parameter warning + some cleanup

2003-08-02 22:42 VZ, revision 22502

removed extra commas which are erros for some compilers

2003-08-02 22:37 VS, revision 22501

compilation fix

2003-08-02 19:14 VS, revision 22500

moved DB classes into wxODBC library

2003-08-02 19:11 VS, revision 22499

Intel C++ needs time.h before sys/stat.h

2003-08-02 16:27 VS, revision 22498

compilation fix for gcc

2003-08-02 16:21 VS, revision 22497

compilation fix

2003-08-02 16:16 VS, revision 22496

wxUSE_NEW_GRID is no longer used

2003-08-02 15:54 VS, revision 22495

renamed to WX_DECLARE_LIST_WITH_DECL for consistency if wxUSE_STL=0, too

2003-08-02 15:47 VS, revision 22494

added libraries dependency graph

2003-08-02 15:46 VS, revision 22493

renamed to WX_DECLARE_LIST_WITH_DECL for consistency

2003-08-02 15:39 VS, revision 22492

return wxToolkitInfo by reference and not by pointer

2003-08-02 15:14 VS, revision 22491

replaced wxAppTraits::GetOSVersion with GetToolkitInfo with richer information that is needed by wxDynamicLibrary

2003-08-02 14:34 VS, revision 22490

moved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced

2003-08-02 14:08 VS, revision 22489

corrected examples

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

compilation fixes

2003-08-02 13:52 VS, revision 22487

moved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced

2003-08-02 13:51 VS, revision 22486

compilation fix

2003-08-02 13:50 VS, revision 22485

wxJoystick and wxWave are now available in all Unix ports, the code was not GTK specific

2003-08-02 13:42 VS, revision 22484

link against wxAdv

2003-08-02 13:20 VS, revision 22483

quick compilation fix for wxBase

2003-08-02 12:45 VS, revision 22482

moved wxJoystick, wxWave and wxTaskBarIcon to wxAdv

2003-08-02 12:43 VS, revision 22481

on Linux, not GTK

2003-08-02 12:19 VS, revision 22480
  • D /wxWidgets/trunk/samples/access/accesstest.dsp
  • D /wxWidgets/trunk/samples/dialogs/dialogsUniv.dsp
  • D /wxWidgets/trunk/samples/grid/griddemo.dsp
  • D /wxWidgets/trunk/samples/minimal/minimalUniv.dsp
  • D /wxWidgets/trunk/samples/multimon/multimon_test.dsp
  • D /wxWidgets/trunk/samples/multimon/multimon_test.dsw
  • D /wxWidgets/trunk/samples/sockets/client.dsp
  • D /wxWidgets/trunk/samples/sockets/server.dsp
  • D /wxWidgets/trunk/samples/treectrl/treetest.dsp
  • D /wxWidgets/trunk/samples/widgets/widgetsUniv.dsp

removed old DSPs

2003-08-02 10:53 VS, revision 22479

compilation fix for bcc

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