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

2006-02-11 00:19 VZ, revision 37478

note that SetAutoLayout() doesn't work for all windows

2006-02-11 00:12 VZ, revision 37477

clarified wxUSE_STD_IOSTREAM and wxUSE_STREAMS

2006-02-10 23:57 vell, revision 37476

fixed compilation problem in pror commit

2006-02-10 21:44 JG, revision 37475

Toplevel windows don't have sibling static boxes. Fixes crash in AdjustStaticBoxZOrder.

2006-02-10 21:38 vell, revision 37474

cleanup - reformatting (reapplied after RN-VZ mega-update)

2006-02-10 21:18 RD, revision 37473

reSWIGged

2006-02-10 21:13 VZ, revision 37472

support monolithic build using wxpresets (patch 1360289)

2006-02-10 21:08 RD, revision 37471

reSWIGged

2006-02-10 21:03 VZ, revision 37470

added generation of wxEVT_SCROLL_XXX (patch 1424698)

2006-02-10 20:36 VZ, revision 37469

document GetInsertionPoint() bug under MSW (see patch 1262125)

2006-02-10 20:24 VZ, revision 37468

added test for GetInsertyionPoint() (patch 1262125)

2006-02-10 20:22 VZ, revision 37467

regenerated with bakefile 0.2.0 m4 files

2006-02-10 20:15 VZ, revision 37466

updated to 0.2.0

2006-02-10 20:14 VZ, revision 37465

fixed deprecation warnings; removed #if 0'd code

2006-02-10 20:02 VZ, revision 37464

regenerated make/project files after applying mediactrl patch (1427775)

2006-02-10 19:51 VZ, revision 37463

regenerated all makefiles with bakefile 0.2.0; removed REZ option from config.bkl as it's now defined by bakefile

2006-02-10 19:43 VZ, revision 37462

compilation fix for gcc4 (patch 1428840)

2006-02-10 19:37 VZ, revision 37461

Ryan's cumulative wxActiveX and media control patch (1427775)

2006-02-10 19:37 vell, revision 37460

cleanup - reformatting; simplified OnPaint

2006-02-10 19:27 VZ, revision 37459

regenerated all makefiles with bakefile 0.2.0; removed REZ option from config.bkl as it's now defined by bakefile

2006-02-10 19:16 vell, revision 37458

cleanup - reformatting

2006-02-10 19:07 RD, revision 37457

Oops, CenteronScreen wasn't really removed, just moved to wxTopLevelWindow

2006-02-10 18:38 RD, revision 37456

use wxRTTI to construct the right class of wxHtmlCell

2006-02-10 18:36 RD, revision 37455

Add missing constants

2006-02-10 18:36 RD, revision 37454

Add wx.Dialog.Get/SetAffirmativeId and Get/SetEscapeId