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):

2000-01-08 23:45 VS, revision 5312

add wxFontEncoding member into wxNativeEncodingInfo

2000-01-08 23:44 VS, revision 5311

Borland #include hack

2000-01-08 22:20 VZ, revision 5310

tried to correct the colour problems

2000-01-08 18:27 GRG, revision 5309

Split the sample in three source files + three header files, for improved clarity. Now there is a 'life' module (main app), a 'game' module (game logic) and a 'dialogs' module (guess what). Also, speeded up drawing a lot.

2000-01-08 16:53 RR, revision 5308

Applied listbox isselected fix.

2000-01-08 16:26 RR, revision 5307

Themes and threads testing code.

2000-01-08 16:12 GRG, revision 5306

??

2000-01-08 16:10 GRG, revision 5305

ops. SetFocus should be public

2000-01-08 16:07 VZ, revision 5304

updated configure and the makefiles after the samples move

2000-01-08 16:07 GRG, revision 5303

??

2000-01-08 15:46 VZ, revision 5302

regenerate several files at once, not only one

2000-01-08 15:38 VZ, revision 5301

regenerated from template

2000-01-08 15:28 VZ, revision 5300

renaming and moving samples around

2000-01-08 14:26 VZ, revision 5299

wxLongLongWx::Assign(double) works - thanks Guillermo

2000-01-08 13:59 VZ, revision 5298

keyword search should work now

2000-01-07 20:35 VZ, revision 5297

added test mode to wxLongLongWx which allowed to find the bug in operator*=() which was breaking wxDateTime - now seems to work

2000-01-07 19:46 RD, revision 5296

bug fix for OnLinkClicked callback

2000-01-07 18:23 GRG, revision 5295

Added limits to wxSpinCtrls, fixed one bug

2000-01-07 18:22 GRG, revision 5294

Fixed problem with tab traversal in wxSpinCtrl (added SetFocus())

2000-01-07 16:26 GRG, revision 5293

mingw32 specific compile fix

2000-01-07 16:23 GRG, revision 5292

Added libxpm

2000-01-07 14:59 BJ, revision 5291

wxControl child of wxControlBase

2000-01-07 14:14 BJ, revision 5290

*** empty log message ***

2000-01-07 11:06 BJ, revision 5289

wxFONTENUMPROC definition changed for mingwin 2.95

2000-01-07 10:50 BJ, revision 5288

deleting the 'validator' param in call to wxControl::Create. To be further fixed