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)

2006-01-27 15:43 ABX, revision 37178

Fix fro conflict between defs.h and glib headers.

2006-01-27 09:50 SC, revision 37177

app.h must be included for the non RAEL implementation, as universal binaries command line builds don't support precomps yet ...

2006-01-27 03:08 MW, revision 37176

Fix tex2rtf crashes showing on the tinderbox

2006-01-27 00:50 KH, revision 37175

Fix InterruptWait on wxBase; use polling on wxBase (wxStopWatch is unavailable) and also correctly restore timeout to original value after _Wait [ Slightly modified patch 1410868 ]

2006-01-27 00:49 KH, revision 37174

Fixed wxSocketBase::InterruptWait on wxBase.

2006-01-27 00:23 VZ, revision 37173

tentative compilation fix for MIPSpro 7.2

2006-01-26 23:54 KO, revision 37172

Fixes for wxMac Universal binary support. With these changes, I now get a working Universal build simply by passing --enable-universal_build to configure.

2006-01-26 22:35 JS, revision 37171

Fixed duplicate guard

2006-01-26 21:08 ABX, revision 37170

More headers for wxBase/MSW needed.

2006-01-26 19:53 ABX, revision 37169

Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.

2006-01-26 19:35 ABX, revision 37168

Blind fixes for warnings in wxTinderbox.

2006-01-26 19:22 ABX, revision 37167

Blind fixes for warnings in wxTinderbox.

2006-01-26 19:06 ABX, revision 37166

Better #include

2006-01-26 18:59 ABX, revision 37165

#include moved to module.

2006-01-26 17:20 ABX, revision 37164

Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.

2006-01-26 17:00 ABX, revision 37163

Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.

2006-01-26 16:50 ABX, revision 37162

Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.

2006-01-26 16:41 SC, revision 37161

implementing pure carbon event behaviour, getting rid of doubly executed events

2006-01-26 16:03 ABX, revision 37160

Filename correction.

2006-01-26 16:02 ABX, revision 37159

Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.

2006-01-26 15:40 ABX, revision 37158

wxBusyInfo interface moved to generic to make space for possible native implementations. wxInfoFrame moved from header to module.

2006-01-26 15:33 ABX, revision 37157

Improved preprocessor guards for numeric dialogs.

2006-01-26 15:31 ABX, revision 37156

Typo fix.

2006-01-26 15:29 ABX, revision 37155

Warning fixes after recent commits.

2006-01-26 13:15 JS, revision 37154

Suppress VC++ 2005 deprecation warnings (for now)