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

2005-06-14 18:46 VS, revision 34653

fixed typo

2005-06-14 18:25 VS, revision 34652

removed debugging code checked in by mistake

2005-06-14 18:19 ABX, revision 34651

Due to wxStringBase::CopyBeforeWrite() we need to resend modified 'multiline' text.

2005-06-14 18:11 VS, revision 34650

call release builds 'Release'; don't define options if they are already defined by user's bkl code

2005-06-14 17:46 ABX, revision 34649

Allow multiline tooltip testing.

2005-06-14 17:43 ABX, revision 34648

Due to wxStringBase::CopyBeforeWrite() we need to resend modified 'multiline' text.

2005-06-14 13:00 MR, revision 34647

Add some missing runtime gtk+ version checks. There is more to spot.

2005-06-14 12:41 MR, revision 34646

Use the toplevel widget as the parent in gtk_file_chooser_dialog_new call. If hierarchy is bad, base classes would assert. Fixes bug #1206516

2005-06-13 20:48 RD, revision 34645

Pass the print data to the wx.PrintDialogData ctor.

2005-06-13 20:45 RD, revision 34644

Patch from Ole André, call RegisterActiveObject() so the objects can be retrieved from the PyWin32 modules.

2005-06-13 12:19 ABX, revision 34643

'[1219035] cleanup: miscellaneous' and minor source cleaning.

2005-06-12 12:18 SN, revision 34642

Added empty destructor that was removed from header.

2005-06-12 12:12 SN, revision 34641

Unicode compilation fixes.

2005-06-12 11:57 SN, revision 34640

Additional imageId values for specific drive types on OS/2.

2005-06-11 23:20 RD, revision 34639

reSWIGged

2005-06-11 23:18 RD, revision 34638

Docview and IDE patch from Morag Hua with fix for bug #1217890 "Closing view crashes Python" plus some new features: New feature added to the IDE is 'Extensions'. Under Tools|Options|Extensions, you can add calls to external programs. For example you can add a "Notepad" extension (under windows) that will exec Notepad on the currently open file. A new "Notepad" menu item will appear under the Tools menu.

2005-06-11 22:58 RD, revision 34637

Only freeze the splitter, the children will be automatically frozen too.

2005-06-11 19:44 RD, revision 34636

Forgot to get rid of the old test code

2005-06-11 19:43 RD, revision 34635

Only Freeze/Thaw on wxMSW. The other ports don't need it.

2005-06-11 19:35 RD, revision 34634

Added the wx.lib.splitter module, which contains the MultiSplitterWindow class. This class is much like the standard wx.SplitterWindow class, except it allows more than one split, so it can manage more than two child windows.

2005-06-11 19:31 RD, revision 34633

A little cleanup

2005-06-10 17:53 ABX, revision 34632

Allow MSW Base be usable in other ports than wxMSW (ie. wxTVision in windows console). Adjustements for limited setup.h (as in wxTV) and minor source cleaning.

2005-06-10 14:57 JS, revision 34631

Don't use native font always.

2005-06-10 14:45 MW, revision 34630

Compilation fix for Cygwin

2005-06-10 12:04 MW, revision 34629

Declare gtk_icon_size_lookup if it is missing from the GTK+ headers (Bug 1177079)

2005-06-10 11:08 MW, revision 34628

Typo

2005-06-10 09:30 SN, revision 34627

Include rawbmp.h only for __WXGTK20__ (unneeded for GTK12 anyway and problematic for old compilers).

2005-06-10 09:20 SN, revision 34626

Hopefully fixed library names generated by wx-config for OS/2's PM port.

2005-06-10 09:17 SN, revision 34625

Removed some code for detecting no longer needed pthread functionality, Added code to detect pthread_attr_setstacksize.

2005-06-10 08:39 JS, revision 34624

Need to set background colour for wxListBox, not just wxCheckListBox, to avoid scrolling problem when Windows effects are switched on.

2005-06-10 00:30 RD, revision 34623

Fix for bug #1217874, Error in parameter name in DocManager.CreateView

2005-06-10 00:27 RD, revision 34622

Fixes for bug #1217872 pydocview.DocService not correctly initialized

2005-06-09 21:52 VZ, revision 34621

another compilation fix for wxUSE_MIMETYPE==0

2005-06-09 21:51 RD, revision 34620

reSWIGged

2005-06-09 21:51 RD, revision 34619

Virtualize OnInternalIdle.

2005-06-09 20:18 VZ, revision 34618

always set flat toolbar style, even under XP with themes: this is necessary or separators aren't shown at all

2005-06-09 20:13 VZ, revision 34617

don't statically link to SetMenuInfo(): it is not present in Win95/NT4

2005-06-09 20:11 RD, revision 34616

Added wx.RendererNative class

2005-06-09 19:39 VZ, revision 34615

added explicit casts for (varagr) TIFFSetField() parameters

2005-06-09 19:36 VZ, revision 34614

(blind) compilation fix for wxUSE_UXTHEME==0

2005-06-09 19:00 RD, revision 34613

Subrelease version bump

2005-06-09 18:49 RD, revision 34612

reSWIGged

2005-06-09 18:48 RD, revision 34611

Added wx.LogBuffer

2005-06-09 18:37 ABX, revision 34610

VC warning fixes.

2005-06-09 14:49 JS, revision 34609

Worked around problem with kill focus event being sent as soon as the combobox is focused, on Windows

2005-06-09 12:31 JS, revision 34608

Temporary fix for checklistbox refresh problem; setting the background to a solid colour avoids incorrect paint code related to notebook parent

2005-06-09 09:37 JS, revision 34607

Allow native font specification

2005-06-08 23:34 SC, revision 34606

UniChar being platform endian

2005-06-08 23:23 SC, revision 34605

fixing build for debug

2005-06-08 23:07 RD, revision 34604

Don't deselect all others when SelectItem is called on a treectrl with wxTR_MULTIPLE style

2005-06-08 23:05 RD, revision 34603

For consistency with the other ports don't send an event when a radio button is deselected in response to another in the same group being selected.

2005-06-08 21:47 VZ, revision 34602

include wx/msw/wrapcctl.h instead of <commctrl.h> as otherwise value of _WIN32_IE is inconsistent when we do include wx/msw/wrapcctl.h

2005-06-08 21:42 VZ, revision 34601

added tech note for MSW programmers

2005-06-08 21:28 VZ, revision 34600

test for TB_SETBUTTONINFO instead of _WIN32_IE in wxToolBar::FindToolForPosition(), this fixes crash with older compilers/DSK headers

2005-06-08 20:13 VZ, revision 34599

don't define WINVER as 0x0600 for VC6, its standard headers warn against this if we do

2005-06-08 17:49 SC, revision 34598

guard against erases during tlw window destruction

2005-06-08 15:17 ABX, revision 34597

[ 1216436 ] cleanup 'shadow variable' warnings from gcc in headers.

2005-06-08 14:49 ABX, revision 34596

Second part of '[ 1216148 ] cleanup: unused variables and declarations'.

2005-06-08 14:37 ABX, revision 34595

Second part of '[ 1216148 ] cleanup: unused variables and declarations'.

2005-06-08 14:32 ABX, revision 34594

Second part of '[ 1216148 ] cleanup: unused variables and declarations'.

2005-06-08 13:56 VZ, revision 34593

define MIM_STYLE and MNS_CHECKORBMP for mingw32 which doesn't have them

2005-06-08 00:30 SC, revision 34592

adding dynamic build fixes

2005-06-07 23:59 SC, revision 34591

xcode 2.1 support

2005-06-07 23:54 SC, revision 34590

xcode 2.1 support

2005-06-07 23:40 SC, revision 34589

xcode 2.1 support

2005-06-07 20:20 VZ, revision 34588

don't use WINVER for tests, work around bug in VC6 headers in another way

2005-06-07 20:19 VZ, revision 34587

don't define WINVER in platform.h, do it in wrapwin.h and always define it as 0x0600 (current max)

2005-06-07 20:18 SC, revision 34586

correcting condition

2005-06-07 20:15 VZ, revision 34585

don't draw edge around the bitmap for pseudo owner-drawn items, this doesn't look well

2005-06-07 20:13 VZ, revision 34584

InsertMenuItem() works with bitmaps under Win98 too (not only ME)

2005-06-07 20:09 VZ, revision 34583

don't test for WINVER inside the library, we do all the tests at run-time, not compile-time

2005-06-07 19:16 ABX, revision 34582

First part of '[ 1216148 ] cleanup: unused variables and declarations'.

2005-06-07 19:01 ABX, revision 34581

First part of '[ 1216148 ] cleanup: unused variables and declarations'.

2005-06-07 18:55 VZ, revision 34580

VC6 (harmless) warning fix

2005-06-07 18:46 ABX, revision 34579

Reuse wxTempFile and wxFile in wxConcatFiles.

2005-06-07 18:30 VZ, revision 34578

use InsertMenuItem() for more native support of bitmaps in menu items when available (fixes bug 1211907)

2005-06-07 18:29 VZ, revision 34577

define wxUSE_UNICODE before including wx/chkconf.h which uses it

2005-06-07 18:28 VZ, revision 34576

support not-quite-owner-drawn mode when we draw only the bitmap and the system takes care of the rest

2005-06-07 18:24 VZ, revision 34575

don't create (and leak) wxLogStderr in wxEntryReal(), we now create wxLogBuffer in DoCommonPreInit()

2005-06-07 16:55 VZ, revision 34574

wxGetWinVersion() must be exported from base DLL, not core

2005-06-07 16:45 VZ, revision 34573

forgot to export wxGetWinVersion() from DLL

2005-06-07 16:21 ABX, revision 34572

wxPalmOS build fix.

2005-06-07 13:29 VZ, revision 34571

added wxGetWinVersion()

2005-06-07 12:52 ABX, revision 34570

Missing include.

2005-06-07 12:28 VZ, revision 34569

silently ignore wxUSE_UNICODE_MSLU in non-Unicode builds (see also rev 1.106 of wx/chkconf.h)

2005-06-07 12:19 VZ, revision 34568

added tests of more URLs in URITestCase::URLCompat()

2005-06-07 12:17 VZ, revision 34567

fix for fixing of escape sequences (patch 1213416)

2005-06-07 12:11 ABX, revision 34566

Missing include.

2005-06-07 12:10 VZ, revision 34565

use pragma warning push/pop under MSVC instead of enabling temporarily disabled warnings unconditionally (patch 1207689)

2005-06-07 12:06 VZ, revision 34564

use stderr in wxMessageOutputBest::Printf() even under Windows if it's available (patch 1216159)

2005-06-07 12:05 VZ, revision 34563

don't do anything in wxLogBuffer::Flush() if there are no messages (patch 1216159)

2005-06-07 10:08 ABX, revision 34562

Missing include.

2005-06-07 03:56 SC, revision 34561

support mac on little endian systems

2005-06-07 03:32 SC, revision 34560

support mac on little endian systems

2005-06-07 03:25 SC, revision 34559

support mac on little endian systems

2005-06-06 23:38 VZ, revision 34558

generate an error message when a module initialization fails, otherwise it's impossible to know why the program failed to start up

2005-06-06 23:36 VZ, revision 34557

use wxLogBuffer to ensure that we don't lose error messages during initialization; only switch to wxLogGui when it's really safe to use it

2005-06-06 23:35 VZ, revision 34556

added wxLogBuffer which collects all log messages in a string buffer

2005-06-06 23:34 VZ, revision 34555

added wxMessageOutputBest which tries to show the message to the user in the best possible way

2005-06-06 22:05 VZ, revision 34554

don't crash if FormatMessage() fails in wxSysErrorMsg()