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-02-11 19:45 RD, revision 37503

Docstring update

2006-02-11 19:45 RD, revision 37502

No longer need the SWIG_VERSION to be output to the C++ file, so remove that change from the patch.

2006-02-11 18:41 KO, revision 37501

Documenting WX_MONOLITHIC build option.

2006-02-11 17:30 VZ, revision 37500

added assignment operators from int for disambiguation of expressions such as ll=0

2006-02-11 17:17 VZ, revision 37499

removed stray #endif added in previous commit

2006-02-11 16:56 VZ, revision 37498

use wxClockMillis_t to fix wxUSE_LONGLONG=0 compilation

2006-02-11 16:51 VZ, revision 37497

added support for 64 bit ints in wx stream classes (patch 1203970)

2006-02-11 16:40 VZ, revision 37496

wxUSE_DATETIME==0 compilation fix (part of patch 1203970)

2006-02-11 16:38 VZ, revision 37495

provide wxGetLocalTimeMillis() (returning double) even if wxUSE_LONGLONG==0

2006-02-11 16:21 VZ, revision 37494

use wxDiskspaceSize_t which is long and not wxLongLong if wxUSE_LONGLONG==0 (part of patch 1203970)

2006-02-11 16:20 VZ, revision 37493

compilation fixes for wxUSE_DATETIME==0 (another part of patch 1203970)

2006-02-11 15:44 VZ, revision 37492

wxODBC depends on wxDateTime (part of patch 1203970)

2006-02-11 15:42 VZ, revision 37491

wxArchive depends on wxDateTime (part of patch 1203970)

2006-02-11 15:41 JS, revision 37490

Applied patch [ 1412216 ] non-themed fallback support for other wxNotebook orientation

2006-02-11 15:16 JS, revision 37489

Applied [ 1394785 ] wxListCtrl::EndEditLabel implementation By troelsk

2006-02-11 14:57 JS, revision 37488

Applied patch [ 1417709 ] wxFSVolume produces error messagebox (following Vadim's suggestion to do this globally)

2006-02-11 14:51 JS, revision 37487

Applied part 2 of [ 1415183 ] a couple of wxAutomation object/ole fixes

2006-02-11 14:39 JS, revision 37486

Applied patch [ 1424247 ] Have wxGenericListCtrl not size a window with a negative val

2006-02-11 12:05 JS, revision 37485

Doc corrections

2006-02-11 11:47 MR, revision 37484

I like if things compile with --enable-unicode + --enable-mediactrl. Code shamelessly stolen from src/gtk/app.cpp. gst backend of wxMediaCtrl doesn't seem to be able to load files (at least in unicode) though...

2006-02-11 09:19 JS, revision 37483

Added WXDLLEXPORT keywords

2006-02-11 04:53 MR, revision 37482

Do not reintroduce #pragma interface/implementation for html/helpdlg and mediactrl. These pragmas are an abomination from hell.

2006-02-11 02:06 MR, revision 37481

Backport revision 1.27 (use Reparent on wxMac, and more)

2006-02-11 02:03 MR, revision 37480

* wxFrameLayout should compile in unicode builds for ports other than wxMSW or wxGTK too - fix missing _(). * wxMac has Reparent, so use it in wxFL instead of the, now unicode-compilable, warning messagebox. * Code cleanup. - Probably some more ports have Reparent too, so could add into the CPP check. And it might be a good idea to do for the non-supported ports what wxGTK1 does (just return, not spew a messagebox). If Reparent already does nothing for unsupported ports, then could get rid of the CPP logic completely.

2006-02-11 00:30 vell, revision 37479

fixed wx_media linkage/export problems - from RN patch