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

2008-08-26 16:34 PC, revision 55289

put wxIconArray back in header, it's used by wxFSVolume

2008-08-26 16:19 PC, revision 55288

Hold a reference on m_widget for the life of the associated wxWindow object. This allows removing some ugly hacks, and leaking of GtkWidgets by wxNotebook.

2008-08-26 14:06 RR, revision 55287

Also make make dist for wxMac work

2008-08-26 13:29 VS, revision 55286

pch-less compilation fix for r55285

2008-08-26 13:02 VS, revision 55285

fixed writing to wxUniCharRef after its 'parent' iterator was destroyed

2008-08-26 12:35 VZ, revision 55284

update version script for wxAUI additions; use wxABI_VERSION check around the new wxAuiToolBar class

2008-08-26 11:13 RR, revision 55283

Update <make dist> for wxGTK (and probably other ports, too)

2008-08-26 11:03 RR, revision 55282

Update <make dist> for wxGTK

2008-08-26 10:02 CE, revision 55281

2.8.9 ready for rc-1

2008-08-26 09:56 CE, revision 55280

2.8.9 ready for rc-1

2008-08-26 09:53 CE, revision 55279

2.8.9 ready for rc-1

2008-08-26 09:53 CE, revision 55278

2.8.9 ready for rc-1

2008-08-26 06:34 PC, revision 55277

move wxIconArray declaration out of header, remove unneccessary copy ctor and assignment operator

2008-08-26 06:34 PC, revision 55276

don't use deprecated toolbar API

2008-08-26 05:28 PC, revision 55275

uncomment line accidentally left commented out in last commit

2008-08-26 05:10 PC, revision 55274

fix for GTK assertion `info->icon_pixmap == NULL' failed, #9905

2008-08-26 03:56 KO, revision 55273

Move no border tool window fix over to wxWebKit branch.

2008-08-26 03:11 KO, revision 55272

Create an API for showing a window but not setting focus to it on Mac.

2008-08-26 00:03 VZ, revision 55271

allow periods in wxFileSystem URL anchors (patch #2265) [backport from trunk]

2008-08-25 23:25 VZ, revision 55270

escape '@' symbols in the docs

2008-08-25 23:20 VZ, revision 55269

use UnsetToolTip() instead of SetToolTip(NULL) to fix wxX11 build broken on Buildbot since this file addition; fix some weird "else" indentation; use empty() instead of Length() > 0 tests

2008-08-25 23:19 VZ, revision 55268

added UnsetToolTip() which is also provided (as empty function) in wxUSE_TOOLTIPS==0 case unlike SetToolTip(NULL)

2008-08-25 22:06 KO, revision 55267

svn merge -r 54031:55250 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-08-25 19:28 VZ, revision 55264

compilation fixes for minimal build

2008-08-25 19:23 VZ, revision 55263

compilation fixes for wxUSE_CONSOLE_EVENTLOOP==0