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)