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-11-26 18:41 RR, revision 43656

[ 1601396 ] Fix copy of empty wxXmlDocuments and minor doc update.

2006-11-26 18:38 BIW, revision 43655

selection bug fixed in wxAuiNotebook

2006-11-26 17:05 BIW, revision 43654

wxAuiNotebook minor tab art interface cleanups

2006-11-26 14:22 MBN, revision 43653

Use 1 as true and "" as false, not the opposite.

2006-11-26 12:47 JS, revision 43652

Styles now sorted alphabetically

2006-11-26 07:02 RD, revision 43651

reSWIGged

2006-11-26 07:00 RD, revision 43650

Compilation fixes

2006-11-26 06:59 RD, revision 43649

Add GetWindowBorderSize

2006-11-26 06:45 RD, revision 43648

More layout tweaks for wxComboCtrl on Mac

2006-11-26 06:45 RD, revision 43647

Added DrawComboBoxDropButton and DrawPushButton to wxRendererNative for Mac.

2006-11-25 22:48 RD, revision 43646

use sizes from the HIG for the best height of the ComboCtrl on wxMac

2006-11-25 21:12 JS, revision 43645

Fix tree size calculation by using logical item position

2006-11-25 18:34 CE, revision 43644

fix missing int return type

2006-11-25 17:37 VZ, revision 43643

update for 2.8.0; also switched to UTF-8 from ISO8859-2

2006-11-25 17:29 SN, revision 43642

Replaced "egrep" by "$EGREP" (predefined by configure anyway).

2006-11-25 16:20 VZ, revision 43641

force linux/joystick.h header compilation (and not just presence) check to fix the build under Linux 2.6.16 with its broken joystick.h

2006-11-25 14:54 VZ, revision 43640

corrected wxTreeCtrl::GetBestSize() for a control with borders

2006-11-25 14:52 VZ, revision 43639

added wxWindow::GetWindowBorderSize()

2006-11-25 14:24 VZ, revision 43638

IPC sample projects renamed from ipc_xxx to ipc_ipcxxx

2006-11-25 14:22 VZ, revision 43637

rename some projects to avoid project name clashes in samples.dsw

2006-11-25 14:08 VZ, revision 43636

move wxIsDragResultOk out of line to avoid problems with DLL-exported inline functions (mingw32 3.4.5 warns about it)

2006-11-25 13:52 MBN, revision 43635

Allow building when WXINTL_NO_GETTEXT_MACRO is defined.

2006-11-25 11:47 JS, revision 43634

Don't allow zero size for clipping region, or wxX11 will crash

2006-11-25 10:49 JS, revision 43633

Added missing include for FILE

2006-11-24 21:27 BIW, revision 43632

another notebook event fix