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

2004-12-23 20:44 RD, revision 31128

Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back some things that were changed/removed from my patch I submitted to them.) Since it is now possible easily and simply share the SWIG type tables across modules I reverted to always using the stock SWIG runtime instead of my slightly hacked up version of it exported via the wxPython C API. The %name directive is now deprecated so replaced most uses of it with a custom %Rename macro that uses %rename internally. These will evetually need to be replaced with a DocDecl macro when docstrings are added.

2004-12-23 20:33 ABX, revision 31127

Deprecated methosd markup (documented).

2004-12-23 20:19 RD, revision 31126

Changed GetSystemColour to GetColour

2004-12-23 13:42 SC, revision 31125

corrected setting the locale of the c-lib for mac

2004-12-22 23:54 VZ, revision 31124

simplified sizers, removed OnSize() which is not needed any more

2004-12-22 23:29 VZ, revision 31123

call SetBkColor() when using non default background

2004-12-22 23:27 VZ, revision 31122

last fix resulted in wrongly inheriting bg colour from the parent with m_inheritBgCol == false, fixed the fix

2004-12-22 22:02 RD, revision 31121

Need to reset count when all items are deleted

2004-12-22 21:09 VZ, revision 31120

fixes fo inheriting colours set with SetOwnBackround()

2004-12-22 21:07 VZ, revision 31119

fixed background drawing for opaque controls

2004-12-22 19:47 SN, revision 31118

Applied patch [ 1088717 ] (_LARGEFILE_SOURCE fix for HP-UX).

2004-12-22 11:12 DS, revision 31117

added FileConfig test case exposing a problem with deleting the last group

2004-12-22 09:21 VS, revision 31116

compilation fix

2004-12-22 07:35 ABX, revision 31115
  • D /wxWidgets/trunk/src/palmos/dialup.cpp
  • D /wxWidgets/trunk/src/palmos/mimetype.cpp
  • D /wxWidgets/trunk/src/palmos/mslu.cpp
  • D /wxWidgets/trunk/src/palmos/registry.cpp
  • D /wxWidgets/trunk/src/palmos/renderer.cpp

Final MSW/PalmOS split. Remove dump copies of MSW specific code.

2004-12-22 07:22 ABX, revision 31114

Final MSW/PalmOS split. Remove dump copies of MSW specific code.

2004-12-22 07:19 RL, revision 31113

Fix for wxGTK compilation.

2004-12-22 07:18 RL, revision 31112

Fix for wxGTK compilation.

2004-12-22 07:07 RL, revision 31111

Fix wxGTK compilation.

2004-12-22 06:27 RL, revision 31110

Not quite as flexible, but lighter and sufficient.

2004-12-22 05:51 SC, revision 31109

making sure we don't say we are visible while in destruction

2004-12-22 05:38 RL, revision 31108

Only filter out duplicate -libraries. Let other constructs fend for themselves. This will avoid hiding problems in configure.in and let the mac users have -framework et al. pass through as they should.

2004-12-22 01:05 VZ, revision 31107

reverted use of DeferWindowPos() instead of MoveWindow()

2004-12-21 18:57 ABX, revision 31106

wxString and wxChar* access for file functions. Source cleaning.

2004-12-21 17:44 ABX, revision 31105

wxString and wxChar* access for file functions. Source cleaning.

2004-12-21 17:35 ABX, revision 31104

wxString and wxChar* access for file functions. Source cleaning.