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-10-06 00:53 RD, revision 41656

reSWIGged

2006-10-06 00:52 RD, revision 41655

don't inject constructors

2006-10-06 00:52 RD, revision 41654

always use wxPyPanel

2006-10-06 00:51 RD, revision 41653

reduce the number of objects for a quicker startup time

2006-10-06 00:51 RD, revision 41652

Set overview to docstring

2006-10-06 00:50 RD, revision 41651

Fixes for using the staticmethods

2006-10-06 00:31 RD, revision 41650

Applied second part of patch #1570448, use the device origin for where to clear

2006-10-05 23:56 RD, revision 41649

some fixes

2006-10-05 23:53 RD, revision 41648

Updates from Paul

2006-10-05 23:51 RD, revision 41647

Part of patch# 1570448, use dwRop for StretchBIBits too

2006-10-05 22:53 RD, revision 41646

ensure that wxMAC_USE_CORE_GRAPHICS is turned on if wxUSE_GRAPHICS_CONTEXT is

2006-10-05 22:45 RD, revision 41645

Add USE_GDIPLUS option that will control (for the makefile builds) if the gdiplus.lib library is added to the link, and whether wxUSE_GRAPHICS_CONTEXT should be defined.

2006-10-05 22:42 RD, revision 41644

Make the message about wxUSE_GRAPHICS_CONTEXT a bit more informative

2006-10-05 22:24 RD, revision 41643

Add FlatNotebook

2006-10-05 21:34 JG, revision 41642

Need to update the bg brush when the first page is added.

2006-10-05 19:35 RR, revision 41641

Added sort order and alignement for column headers.

2006-10-05 19:34 MBN, revision 41640

Fix buffer overrun in Linux/x86_64 (Pixel is a 64 bit long, passing a 32 bit int pointer to XtVaGetValues will cause trouble). Using a long should suffice. A configure test would be better.

2006-10-05 19:06 RR, revision 41639

Add support for bitmaps in headers.

2006-10-05 17:28 RR, revision 41638

[ 1560785 ] wxFileName::IsReadable/Writable/Executable

2006-10-05 15:25 VZ, revision 41637

fix problems with using incorrect vswprintf() for mingw32/VC6 when wxUSE_PRINTF_POS_PARAMS==1, try to simplify/better organize all wxVsnprintf_()-related code

2006-10-05 12:11 ABX, revision 41636

PCH build fix.

2006-10-05 11:54 VZ, revision 41635

restored Ove Kåven name in the header comment which was broken a couple revisions ago; switched copyright to wxWidgets dev team as the whole as there are simply too many people who have modified this file to list them all; no changes in the code

2006-10-05 10:20 ABX, revision 41634

wxGenericDirCtrl page for widgets sample.

2006-10-05 07:18 ABX, revision 41633

Warning fixes and TODO markup for easier finding by brave volounteers.

2006-10-04 23:02 VZ, revision 41632

honour wxBU_EXACTFIT in wxToggleButton (patch 1567892)

2006-10-04 22:58 VZ, revision 41631

fixed off by 2 error in HasPage() (patch 1562871)

2006-10-04 19:43 VZ, revision 41630

fix the length passed to wxMB2WC (replaces patch 1554431); don't use (and especially don't overflow) fixed size buffer in the same function (just how many bugs can there be in 5 lines of code?)

2006-10-04 18:13 VZ, revision 41629

corrected date in header; removed extra wx/wxprec.h inclusion

2006-10-04 18:05 VZ, revision 41628

updated copyright year, s/wxWindows/wxWidgets/

2006-10-04 17:45 VZ, revision 41627

fixed unused var warning

2006-10-04 13:23 RR, revision 41626

Add row activated event.

2006-10-04 13:21 RR, revision 41625

Fix warning for unknown menu stock id.

2006-10-04 10:51 ABX, revision 41624

New icon for combobox with bitmaps. Improved readability of icons on dark backgrounds. Rgenerated makefiles.

2006-10-04 09:38 ABX, revision 41623

Connect changed page event after subpages are created so book->SetSelection does not cause any lazy creation and non-treebook-based build does not crash.

2006-10-04 09:33 ABX, revision 41622

BookCtrl event handler added to default book layer.

2006-10-04 03:28 RD, revision 41621

Save a reference to the DC

2006-10-04 03:19 RD, revision 41620

Avoid warnings when wxMAC_USE_CORE_GRAPHICS_BLEND_MODES is not defined

2006-10-04 03:13 RD, revision 41619

Bakefile changes for building the graphics context modules, and setup/configure changes for setting wxUSE_GRAPHICS_CONTEXT.

2006-10-03 21:56 RD, revision 41618

Wrap module in #if wxUSE_GRAPHICS_CONTEXT

2006-10-03 21:54 RD, revision 41617

fix parameter type

2006-10-03 21:53 RD, revision 41616

Avoid ambigous overload errors

2006-10-03 21:52 RD, revision 41615

Give the grid events a Clone method

2006-10-03 21:51 RD, revision 41614

DLL build fix

2006-10-03 21:36 RD, revision 41613

Add wrappers for wxGraphicsPath and wxGraphicsContext. This is still a work in progress.

2006-10-03 21:35 RD, revision 41612

fix HitTest

2006-10-03 21:32 RD, revision 41611

KeyCode --> GetKeyCode

2006-10-03 21:31 RD, revision 41610

Don't use the old wxPython namespace

2006-10-03 21:30 RD, revision 41609

Change wx.DC inheritance hierarchy to match reality

2006-10-03 21:30 RD, revision 41608

Don't deprecate Inside() yet

2006-10-03 21:29 RD, revision 41607

Use Set(name) instead of InitFromName(name)