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

2005-09-14 12:08 DS, revision 35503

reverted last changes which were false alarm

2005-09-14 12:05 SC, revision 35502

adding Robert Lang's native CG-Bezier patch

2005-09-14 11:49 SC, revision 35501

adding Robert Lang's native CG-Bezier patch

2005-09-14 00:09 MR, revision 35500

"See also wxListView" link for wxListCtrl

2005-09-13 16:50 VZ, revision 35499

made XPM data const

2005-09-13 16:49 VZ, revision 35498

added wxMOTIF_STR() macro casting away string literal constness for use with Motif functions taking char *; use it when needed to suppress warnings about string literals being treated as non-const

2005-09-13 16:37 VZ, revision 35497

unihde base class virtual functions

2005-09-13 16:36 VZ, revision 35496

clipboard handler must be extern C (Sun CC warning)

2005-09-13 16:23 VZ, revision 35495

X error handler should be extern C (SunCC warning fix)

2005-09-13 16:22 VZ, revision 35494

warning fixes for Sun CC: extern C, non-const string literals

2005-09-13 16:06 ABX, revision 35493

Better fix for 'int i' used twice in the same block.

2005-09-13 16:04 ABX, revision 35492

Warning fix.

2005-09-13 16:04 VZ, revision 35491

fixed virtual function hiding for LoadBitmap()

2005-09-13 16:02 ABX, revision 35490

Missing includes.

2005-09-13 15:58 VZ, revision 35489

use WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes Sun CC warning)

2005-09-13 15:57 VZ, revision 35488

use extern C around signal handler declaration (fixes Sun CC warning)

2005-09-13 14:35 VZ, revision 35487

qsort() should be passedonly extern C functions

2005-09-13 14:34 VZ, revision 35486

fixed Sun CC warning about local variable read hiding wxStreamBuffer::read

2005-09-13 14:30 VZ, revision 35485

fixed Sun CC warning about arg[cv] parameters hiding wxApp members

2005-09-13 13:47 VZ, revision 35484

and now it even compiles

2005-09-13 13:45 VZ, revision 35483

fix for last commit

2005-09-13 13:30 VZ, revision 35482

removed strcpy to fixed buffer (do it the right way: cf rev 1.54)

2005-09-13 12:54 DS, revision 35481

fixed uninitialized variable (depending on wxChoice ctor used it resulted in an out of bounds wxChoice::GetSelection() return value)

2005-09-12 21:22 MBN, revision 35480

Add one more encoding name for EUC-JP for Solaris 8.

2005-09-12 20:06 MBN, revision 35479

Honous initial position for wxSpinCtrl.