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

2006-01-29 02:09 RD, revision 37203

Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as the upcoming 1.3.28, using #if statements on SWIG_VERSION. Adjustments to ownership of SWIG objects, add some destructors and explicitly disown non-window objects when their ownership is transfered to a C++ object. Since all window objects are owned by their parent, or by themselves, always set their thisown attribute to False. Explicitly set thisown to False after any Destroy() methods are called, so SWIG doesn't try to destroy them again. Etc.

2006-01-29 01:36 RD, revision 37202

no longer need to lowercase the input ourselves

2006-01-29 01:35 RD, revision 37201

Use reference types on SetDimension so the proper typemaps are used.

2006-01-28 18:25 vell, revision 37200

minor changes as per RN comments - add some comments and reorder a switch stmt.

2006-01-28 18:06 vell, revision 37199

improved LaunchDefaultBrowser on FreeBSD systems by using the BROWSER env var when no HTML file MIME mapping is found

2006-01-28 16:40 MW, revision 37198

Fix version typo

2006-01-28 16:37 MW, revision 37197

Update wxMGL instructions for MGL 6

2006-01-28 13:52 SN, revision 37196

Do test for get{host,serv}byname_r in C++ mode, so non visible declarations cannot break compilation of gsocket.cpp. Replaced AC_LANG_SAVE/RESTORE by AC_LANG_PUSH/POP for consistency.

2006-01-28 12:28 SC, revision 37195

converting menu ids and safeguarding against missing menu items

2006-01-28 10:56 JS, revision 37194

Further attempts at WinCE media control

2006-01-28 06:59 SC, revision 37193

attempt to fix endian problems when doing cross-compiles for universal binaries from a ppc

2006-01-28 02:11 KO, revision 37192

Adding Reswig and Universal binary options to both build_packages.sh and the wxPythonOSX/build script.

2006-01-28 00:44 VZ, revision 37191

SetSelection() must update m_selectionOld, otherwise it doesn't correspond to the real selection any more and selection change events are sent twice (backport from HEAD)

2006-01-28 00:43 VZ, revision 37190

SetSelection() must update m_selectionOld, otherwise it doesn't correspond to the real selection any more and selection change events are sent twice

2006-01-27 23:32 JS, revision 37189

Further steps towards media control support in WinCE (Ryan Norton) - not yet working

2006-01-27 23:30 JS, revision 37188

Small typo fix

2006-01-27 23:05 VZ, revision 37187

don't eat all events if m_maxLength is 0: this means no limit according to the docs and both wxMSW and wxGTK behave like this

2006-01-27 22:54 KO, revision 37186

Since Universal binaries compile the same file twice for different architectures, we need to allow WORDS_BIGENDIAN to be re-defined.

2006-01-27 22:51 VZ, revision 37185

compilation fix for MIPSpro 7.3

2006-01-27 22:50 VZ, revision 37184

fixed MIPSpro version in the comment

2006-01-27 22:07 MW, revision 37183

Link oleacc.lib conditionally since VC++ 5 w/o PSDK doesn't have it

2006-01-27 21:54 MW, revision 37182

Remove wxGetOsDescription from MGL's utils, and add it to msdos's

2006-01-27 17:32 ABX, revision 37181

Fix fro conflict between defs.h and glib headers.

2006-01-27 17:05 SC, revision 37180

removing unnecessary code

2006-01-27 17:04 SC, revision 37179

adapting keycode field usage for EVT_CHAR in unicode to MSW variant (full unicode char)