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-13 08:03 vell, revision 37553

cleanup - reformatting

2006-02-13 03:31 KH, revision 37552

Made absence of wxCHANGE_DIR flag work even under NT (slightly modified patch 1299298). Backport from HEAD, original commit by VZ

2006-02-13 03:25 KH, revision 37551

Made absence of wxCHANGE_DIR flag work even under NT (slightly modified patch 1299298). Backport from HEAD, original commit by VZ

2006-02-13 03:04 VZ, revision 37550

fixed several crashes in XPM parsing code

2006-02-13 02:49 VZ, revision 37549

moved DoClientToScreen/DoScreenToClient() into protected part

2006-02-13 02:39 JG, revision 37548

Rearrange build order so it successfully builds dll versions.

2006-02-13 00:50 VZ, revision 37547

fix client to screen (and vice versa) conversion (backport from HEAD)

2006-02-13 00:49 VZ, revision 37546

fix client to screen (and vice versa) conversion

2006-02-13 00:26 VZ, revision 37545

blind compilation fix for 64 bit systems after last commit

2006-02-13 00:24 VZ, revision 37544

fixed wxFontMapper behaviour under wxGTK2: it now just maps all encodings to UTF-8 (backport from HEAD)

2006-02-13 00:19 KO, revision 37543

Easy fix for automated uploads (I thought I tried this and it failed, but fortunately I was wrong there) and leave a note about rebaking until it's implemented.

2006-02-12 23:39 VZ, revision 37542

fixed wxFontMapper behaviour under wxGTK2: it now just maps all encodings to UTF-8

2006-02-12 23:37 vell, revision 37541

cleanup - reformatting

2006-02-12 23:21 VZ, revision 37540

get (temporarily) rid of GTK+ debugging messages about negative width and size as this makes programs built with wxGTK2 unusable

2006-02-12 23:17 vell, revision 37539

clean - reformatting

2006-02-12 18:47 ABX, revision 37538

wxPalmOS build fix.

2006-02-12 17:51 ABX, revision 37537

!WX_PRECOMP (wxPalm) build fix.

2006-02-12 16:32 VZ, revision 37536

it is not possible to show/hide the window from the UpdateUI event handler; refactored the code by moving control-specific parts into the derived classes (patch 1338350)

2006-02-12 13:55 VZ, revision 37535

don't use #error as some compilers ignore it; provoke a real compile error instead

2006-02-12 13:48 VZ, revision 37534

trick the sizer code into thinking that the wizard pages are shown so that it takes them into account for the layout, even if they're not really shown

2006-02-12 13:37 VZ, revision 37533

no changes; just added some comments

2006-02-12 13:16 ABX, revision 37532

wxWinCE warning fix.

2006-02-12 13:08 VZ, revision 37531

compilation fix for VC8 (see patch 1429985)

2006-02-12 13:06 ABX, revision 37530

wxUSE_UXTHEME=0 (WinCE) build fix.

2006-02-12 13:01 VZ, revision 37529

removed extra semicolons added by previous patch (patch 1429906)

2006-02-12 12:54 VZ, revision 37528

fixed memory leak in the sample and simplified wxCheckListBox creation code

2006-02-12 12:40 VZ, revision 37527

typo in comment

2006-02-12 12:16 MW, revision 37526

Warning fixes for VC5 (Igor Korot)

2006-02-12 11:00 MW, revision 37525

Some compilers don't define SIZE_T (e.g. dmc) so use size_t instead.

2006-02-12 10:56 JS, revision 37524

Script tweak

2006-02-12 10:28 JS, revision 37523

Script tweak

2006-02-12 09:21 SC, revision 37522

intel fixes

2006-02-12 09:17 JS, revision 37521

Regenerated configure for upgrade to bakefile 0.2.0

2006-02-12 09:00 SC, revision 37520

intel fixes

2006-02-12 09:00 JS, revision 37519

Updated to bakefile 0.2.0

2006-02-12 08:43 JG, revision 37518

Replace deprecated wxNB_* flags with wxBK_* used in last commit.

2006-02-12 08:17 RD, revision 37517

Forward decalre wxPyFindSwigType

2006-02-12 08:16 RD, revision 37516

Added the wx.DC.GradientFillConcentric and wx.DC.GradientFillLinear methods.

2006-02-12 03:43 KH, revision 37515

Add missing include for non-PCH builds

2006-02-12 03:11 KH, revision 37514

Add missing include for non-PCH builds

2006-02-12 02:21 VZ, revision 37513

typo

2006-02-12 01:57 VZ, revision 37512

added linear and concentric gradient fill functions (modified/fixed patch from Ryan Norton)

2006-02-12 01:55 MW, revision 37511

Add -fno-strict-aliasing to the optimisation flags for gcc as discussed on wx-dev

2006-02-12 00:46 KH, revision 37510

Note wxSOCKET_REUSEADDR and SetLocal/Connection changes [ Result of extended patch 1415505 ]

2006-02-12 00:44 KH, revision 37509

Document new SetLocal method, new capabilities for wxSOCKET_REUSEADDR, and new overloaded Connect method [ Documentation changes for extended patch 1415505 ]

2006-02-11 23:44 KH, revision 37508

Respect the REUSEADDR flag to allow rebinding; bind to local port prior to connecting if a local port is specified [ Extension of patch 1415505 ]

2006-02-11 23:43 KH, revision 37507

Respect the REUSEADDR flag to allow rebinding; bind to local port prior to connecting if a local port is specified; add SO_REUSEPORT wherever SO_REUSEADDR is used if SO_REUSEPORT is defined, otherwise reuse fails on BSD systems (e.g. Mac OS X) [ Extension of patch 1415505 ]

2006-02-11 23:39 KH, revision 37506

Add SetLocal method; overload Connect to accept a local address and move common Connect code into DoConnect; DoConnect handles wxSOCKET_REUSEADDR flag and setting local address [ Heavily modified and expanded patch 1415505 ]

2006-02-11 20:11 RD, revision 37505

reSWIGged

2006-02-11 19:46 RD, revision 37504

Rearrainge things so the SWIG_VERSION values doesn't need to be written to the C++ wrapper file.

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