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

2008-08-25 14:39 VZ, revision 55257

add parentheses for && inside || to fix g++ 4.3 warning

2008-08-25 14:39 VZ, revision 55256

fix a couple of harmless warnings reported by g++ 4.3

2008-08-25 14:34 VZ, revision 55255

fix a couple of harmless warnings reported by g++ 4.3

2008-08-25 11:38 BIW, revision 55253

updated for wxAUI changes

2008-08-25 09:12 RR, revision 55252

Docs corrections from Tim Stahlhut

2008-08-25 05:32 KO, revision 55251

Compilation fix, didn't realize initialization order of events is different on trunk.

2008-08-25 04:28 KO, revision 55250

Respect the wxNO_BORDER flag for tool windows without a titlebar.

2008-08-25 04:27 KO, revision 55249

Respect the wxNO_BORDER flag for tool windows without a titlebar.

2008-08-25 03:03 KO, revision 55246

Fix memory leak.

2008-08-25 03:01 KO, revision 55245

Fix memory leak.

2008-08-25 00:36 VZ, revision 55243

sometimes unused parameter warnings are really worth paying attention to

2008-08-25 00:31 VZ, revision 55241

don't use deprecated wxMenuItem ctor and don't use an unnecessary #ifdef

2008-08-25 00:30 VZ, revision 55240

changed wxAuiBlendColour() to work with unsigned chars instead of doubles as it's always used with them [forward port of rr55210 from 2.8]

2008-08-24 12:00 BIW, revision 55236

fix undefined variable color to colour

2008-08-24 10:56 BIW, revision 55235

don't use MacSetTheme()

2008-08-24 10:21 BIW, revision 55234

fixed include problem

2008-08-24 09:29 BIW, revision 55233

rebake because of new auibar.*

2008-08-24 09:28 BIW, revision 55232

updated aui sample

2008-08-24 09:28 BIW, revision 55231

added wxAuiToolBar

2008-08-24 04:14 RD, revision 55224

64-bit compile fixes. NOTE: These changes are done by hand and will need to be redone after rebaking the files, until the next version of bakefile is ready.

2008-08-24 04:11 RD, revision 55223

64-bit compile fixes, turn off optimizations in GetCustomDrawnItemRect to avoid an ICE.

2008-08-24 04:08 RD, revision 55222

64-bit compile fixes, cleanup and use GetTimeZoneInformation for Windows compilers

2008-08-24 04:06 RD, revision 55221

64-bit compile fixes

2008-08-23 18:54 VZ, revision 55215

use tr1::unordered_{map,set} if available for wxHash{Map,Set} in STL build (#9532) [backport from trunk]

2008-08-23 18:47 VZ, revision 55214

optimize wxGrid::BlockToDeviceRect() to avoid iterating over all cells, it's enough to only iterate over the visible ones (#9527) [backport from trunk]