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)