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

2009-07-04 00:07 VZ, revision 61318

add more tests for wxFileName::Normalize(DOTS) (see #10960)

2009-07-03 19:52 VZ, revision 61317

compilation fix after last change

2009-07-03 19:51 VZ, revision 61316

another attempt to fix signed/unsigned comparison warning in OS X build

2009-07-03 19:32 PJC, revision 61315

Beginning to implement wxRibbonButtonBar and associated art methods.

2009-07-03 16:49 JMS, revision 61314

A better fix for one unused variable warning (one that actually compiles in debug mode)

2009-07-03 16:39 JMS, revision 61313

Colour property with attribute wxPG_COLOUR_ALLOW_CUSTOM = false did not render correctly

2009-07-03 16:29 VZ, revision 61312

we need to reset m_connected flag as well as setting m_closed when the connection is lost

2009-07-03 16:28 VZ, revision 61311

don't call wxSocketImpl::ReenableEvents() if the socket was closed while reading/writing to avoid an assert in it

2009-07-03 14:48 VZ, revision 61310

fix harmless warnings (mostly about unused parameters/variables)

2009-07-03 14:46 VZ, revision 61309

fix overriding OnPoke() too

2009-07-03 14:43 VZ, revision 61308

blind fix to make IPC work again by overriding OnExec() correctly in IPC connection class

2009-07-03 14:39 VZ, revision 61307

make the sample work again by correcting DrawHeaderButton() signature

2009-07-03 14:22 VZ, revision 61306

compilation fix for wxOSX/Cocoa: don't use Carbon functions in common to all OS X ports OpenGL code

2009-07-03 14:16 VZ, revision 61305

suppress harmless warning about unused variable

2009-07-03 14:14 VZ, revision 61304

suppress harmless warning about possibly uninitialized variable in ParseRfc822Date() in OSX build

2009-07-03 14:13 VZ, revision 61303

suppress harmless warning about possibly uninitialized variable in OpenLogFile() in OSX build

2009-07-03 14:03 VZ, revision 61302

document SetStandardFonts() and SetFonts() methods of various wxHTML classes (closes #10913)

2009-07-03 13:53 SC, revision 61301

backport brackting 10.5 only code

2009-07-03 13:51 SC, revision 61300

bracket 10.5 only code

2009-07-03 09:16 SC, revision 61299

backport r61297 and r61298

2009-07-03 09:13 SC, revision 61298

better font round-trip fidelity (native->wx->native), fixing fontdialog for osx_cocoa, closes #10856

2009-07-03 08:49 SC, revision 61297

fixing warnings

2009-07-03 00:43 VZ, revision 61296

use WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) (closes #10701)

2009-07-03 00:38 VZ, revision 61295

reset m_establishing flag and last error when asynchronous connection is established (closes #10838)

2009-07-03 00:29 VZ, revision 61294

fix typo in wxClient::MakeConnection() docs (closes #10841)