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-03 22:53 VZ, revision 22553

initialize the image list size in default ctor

2003-08-03 22:44 VZ, revision 22552

WXWIN_COMPATIBILITY_2_2 should be 0 by default now

2003-08-03 22:37 VS, revision 22551
  • D /wxWidgets/trunk/src/wxBase.dsp
  • D /wxWidgets/trunk/src/wxBase.dsw
  • D /wxWidgets/trunk/src/wxMSW.dsp
  • D /wxWidgets/trunk/src/wxUniv.dsp
  • D /wxWidgets/trunk/src/wxUniv.dsw

removed old VC++ projects

2003-08-03 22:26 VZ, revision 22550

fixed release mode warnings

2003-08-03 22:25 VZ, revision 22549

fixed warning in non-DLL build

2003-08-03 22:23 VZ, revision 22548

restored custom drawing (was accidentally disabled by the last 2 commits)

2003-08-03 21:48 VS, revision 22547

added wrapcctl.h

2003-08-03 21:27 VS, revision 22546

use wxDbGrid

2003-08-03 21:27 VS, revision 22545

added wrapcctl.h

2003-08-03 21:19 VS, revision 22544

use wxDbGrid

2003-08-03 21:00 VS, revision 22543

linking fix

2003-08-03 21:00 VZ, revision 22542

moved wxUniv-specific GUI stuff from wxBase to wxCore; this fixes wxUniv DLL build

2003-08-03 20:58 VZ, revision 22541

warnings (and some errors) fixes for wxUniv DLL build

2003-08-03 20:56 VZ, revision 22540

moved some more stuff from .cpp files to here

2003-08-03 20:56 VZ, revision 22539

removed _WIN_IE from here, we normally shouldn't need it as it was moved to wrapcctl.h

2003-08-03 20:48 VS, revision 22538

added wxDbGrid

2003-08-03 20:45 VS, revision 22537

more bakefile-based contrib makefiles

2003-08-03 20:34 VS, revision 22536

more bakefile-based makefiles

2003-08-03 20:26 VS, revision 22535

added wxDbGrid

2003-08-03 20:24 VS, revision 22534

more bakefile-based makefiles

2003-08-03 20:21 VS, revision 22533

make it possible to override directory

2003-08-03 20:14 MBN, revision 22532

Warning fixes (still does not compile).

2003-08-03 20:12 MBN, revision 22531

Use Unix display for Motif.

2003-08-03 20:11 MBN, revision 22530

Fix "Statement with no effect" warning.

2003-08-03 20:10 MBN, revision 22529

Compilation fix.

2003-08-03 20:09 MBN, revision 22528

Fix some wrong code: add parentheses to correct precedence, fix comment and _WIN32_IE value (author was probably thinking about _WIN32_WINNT. Now CVS compiles again with MinGW.

2003-08-03 20:05 MBN, revision 22527

Improve wxHashMap documentation.

2003-08-03 20:03 VZ, revision 22526

missing or wrong DLLEXPORTs for DLL build

2003-08-03 19:30 VS, revision 22525

reverted two last changes; they both broke compilation

2003-08-03 18:53 VS, revision 22524

fixed mmedia contrib to work if libesd is not present

2003-08-03 18:47 VS, revision 22523

bakefilized demos

2003-08-03 18:45 VS, revision 22522

updates to reflect fixes to wx-config

2003-08-03 18:29 VS, revision 22521

moved FL

2003-08-03 18:19 VS, revision 22520
  • D /wxWidgets/trunk/contrib/samples/fl/fl_demo1
  • D /wxWidgets/trunk/contrib/samples/fl/fl_demo2

moved FL

2003-08-03 18:09 VS, revision 22519
  • D /wxWidgets/trunk/contrib/samples/fl/fl_demo1/fl_demo.dsp
  • D /wxWidgets/trunk/contrib/samples/fl/fl_demo1/fl_demo.dsw
  • D /wxWidgets/trunk/contrib/samples/fl/fl_demo1/Makefile.in
  • D /wxWidgets/trunk/contrib/samples/fl/fl_demo1/makefile.b32
  • D /wxWidgets/trunk/contrib/samples/fl/fl_demo1/makefile.g95
  • D /wxWidgets/trunk/contrib/samples/fl/fl_demo1/makefile.vc
  • D /wxWidgets/trunk/contrib/samples/fl/fl_demo2/fl_demo.dsp
  • D /wxWidgets/trunk/contrib/samples/fl/fl_demo2/fl_demo.dsw
  • D /wxWidgets/trunk/contrib/samples/fl/fl_demo2/Makefile.in
  • D /wxWidgets/trunk/contrib/samples/fl/fl_demo2/makefile.b32
  • D /wxWidgets/trunk/contrib/samples/fl/fl_demo2/makefile.g95
  • D /wxWidgets/trunk/contrib/samples/fl/fl_demo2/makefile.vc
  • D /wxWidgets/trunk/contrib/samples/fl/fl_sample1
  • D /wxWidgets/trunk/contrib/samples/fl/fl_sample2
  • D /wxWidgets/trunk/contrib/samples/fl/fl_sample3

moved FL samples into single directory

2003-08-03 17:14 VS, revision 22518

compilation fix

2003-08-03 17:11 VS, revision 22517

ported rest of contrib to bakefile

2003-08-03 16:35 VS, revision 22516

added ability to generate wx24-like wxWindows.dsp

2003-08-03 15:09 VS, revision 22515

fix the situation when one of sublibraries is not built

2003-08-03 14:51 VS, revision 22514

fix for broken --inplace, --prefix and --exec-prefix handling

2003-08-03 13:41 VS, revision 22513

fixed wrong target names

2003-08-03 13:04 VS, revision 22512

ODBC update

2003-08-03 10:57 VZ, revision 22511

added wrapper for <commctrl.h> as well

2003-08-03 10:42 VS, revision 22510

added WX_DECLARE_OBJARRAY_WITH_DECL

2003-08-03 04:29 DE, revision 22509

Added wxGUIAppTraits::GetToolkitInfo (ok?)

2003-08-03 04:06 DE, revision 22508

Removed wxGUIAppTraits::GetOSVersion

2003-08-03 04:05 DE, revision 22507

Removed wxTheApp = this from wxApp constructor

2003-08-02 23:26 VZ, revision 22506

avoid using _WIN32_IE

2003-08-02 23:23 VZ, revision 22505

s/ID_SEPARATOR/wx&/ (fixes 782133)

2003-08-02 22:58 VZ, revision 22504

fixed wrong border/sash widths (typo during last commit)

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