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-10-18 23:20 VZ, revision 24228

use wxColourDatabase::Find() instead of deprecated FindColour(); some minor code cleanup

2003-10-18 19:23 RR, revision 24227

Further corrections to bitmap and blit code.

2003-10-18 19:21 RR, revision 24226

Further corrections to wxBitmap and Blit code.

2003-10-18 11:34 VS, revision 24225

DMC make.exe can handle include directive, even though it is not documented

2003-10-18 05:47 RD, revision 24224

reSWIGged

2003-10-18 04:56 RD, revision 24223

reSWIGged

2003-10-18 04:36 RD, revision 24222

reSWIGged

2003-10-18 04:33 RD, revision 24221

New version from Timothy Hochberg

2003-10-18 04:33 RD, revision 24220

Added TODO

2003-10-18 04:32 RD, revision 24219

Added IsEditCancelled/SetEditCanceled

2003-10-18 04:31 RD, revision 24218

Demo tweaks

2003-10-18 04:30 RD, revision 24217

Added note about migration guide

2003-10-18 04:29 RD, revision 24216

typo fixed

2003-10-17 19:53 SC, revision 24215

adjusting to changes in xti.h

2003-10-17 19:50 SC, revision 24214

adjusting to changes in object.h

2003-10-17 19:48 SC, revision 24213

removing RTTI classinfo #define redirections, not needed anymore

2003-10-17 17:39 VZ, revision 24212

added CreateByName(), use it in wxColourDatabase

2003-10-17 14:28 RR, revision 24211

\ Updated bitmap blitting code as per 2_4

2003-10-17 14:27 RR, revision 24210

Small update.

2003-10-17 14:26 RR, revision 24209

Fixed FIXME in blitting code. Small speed-up in wxBitmap::Rescale(). The rescaling code still makes X11 crash with a memory problem. This can be seen in the image sample when you scroll up and down with the mouse often so that the smiley that gets blit appears and disappears often.

2003-10-17 11:20 VS, revision 24208

samples.inc is not data file

2003-10-17 10:01 JJ, revision 24207

Committing in . OpenVMS updates Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/defs.h ----------------------------------------------------------------------

2003-10-16 17:42 VZ, revision 24206

fixed bug with wxcolourDatabase::FindColour(); added (and documented) new Find() and AddColour(const wxColour&) methods to avoid such problems in the future

2003-10-16 17:38 VZ, revision 24205

added \NULL

2003-10-16 17:11 VZ, revision 24204

always return a new pointer from FindColour()