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

2012-01-16 14:37 VZ, revision 70368

Only return the requested data from generic wxListCtrl::GetItem(). For compatibility with MSW, only return the data that was requested by the item mask from wxListCtrl::GetItem(). This harmonizes the behaviour between all ports. Closes #1621.

2012-01-16 14:37 VZ, revision 70367

Set all event fields correctly for drag events in generic wxListCtrl. Call SendNotify() instead of (ponly partially) duplicating it in the code generating wxEVT_COMMAND_LIST_BEGIN_[R]DRAG. Closes #1582.

2012-01-16 13:56 VZ, revision 70366

Remove more non-standard keywords from wxWebView MSW header. Complete the changes of r70365 by removing the rest of __out, __in and __nullterminated occurrences.

2012-01-16 09:21 SJL, revision 70365

Remove MSVC specific specifiers from wxWebView code.

2012-01-16 00:39 VZ, revision 70364

Fix another typo in section names in the XRC overview. Replace triple "t" with just a double one in "button". See #13868.

2012-01-16 00:28 VZ, revision 70363

Fix wxBitmapToggleButton section name in XRC format overview. It mistakenly had the same name as wxToggleButton section.

2012-01-15 20:19 SJL, revision 70362

Implement IDocHostUIHandler in wxWebViewIE to improve the default behaviour. Disable built-in keyboard handlers, remove the 3D border and enable themes.

2012-01-15 20:05 SJL, revision 70361

Add wxActiveXContainer::QueryClientSiteInterface to allow customisation of ActiveX controls. Closes #13784.

2012-01-15 19:54 VZ, revision 70360

Fix minor errors in XRC format overview. Correct the tag in an example and a section name.

2012-01-15 19:50 VZ, revision 70359

Remove __WXMGL__ tests from the samples too. __WXMGL__ is not used any longer, remove it from the samples too.

2012-01-15 19:26 JS, revision 70358

Added min and max size to box attributes; made property editing more customisable

2012-01-15 18:45 VS, revision 70357

Don't crash if XRC file contains '_' at the end of a string. Parsing code for translating between '_' and '&' didn't properly handle the case when the input was malformed and '_' wasn't followed by either another '_' or another character. Added a check to guard against this.

2012-01-15 16:55 SC, revision 70356

native maxlength support, fixes #10269 (for osx_cocoa)

2012-01-15 16:54 SC, revision 70355

removing duplicated method, wiring native maxlength support, see #10269

2012-01-15 16:53 SC, revision 70354

allow native max length support, see #10269

2012-01-15 15:46 VZ, revision 70353

Remove wxMGL port. The company behind MGL toolkit (SciTech) doesn't exist since several years and this port is not used by anybody, so remove it to ease maintenance burden.

2012-01-15 14:46 VZ, revision 70352
  • D /wxWidgets/trunk/build/palmos
  • D /wxWidgets/trunk/build/wince/missing/PalmOS.h
  • D /wxWidgets/trunk/docs/palmos
  • D /wxWidgets/trunk/include/wx/palmos
  • D /wxWidgets/trunk/src/palmos

Remove empty PalmOS-related directories. And one file (in build/wince/missing).

2012-01-15 14:43 VZ, revision 70351
  • D /wxWidgets/trunk/build/palmos/.cdtproject
  • D /wxWidgets/trunk/build/palmos/.project
  • D /wxWidgets/trunk/build/palmos/auto-generated.mk
  • D /wxWidgets/trunk/build/palmos/makefile
  • D /wxWidgets/trunk/build/palmos/makefile-engine.mk
  • M /wxWidgets/trunk/samples/widgets/widgets.cpp

Remove more Palm OS left overs. Remove the build files and the mentions of Palm OS in the widgets sample.

2012-01-15 14:41 VZ, revision 70350

Implement wxMenuBar::EnableTop() for wxMSW and wxGTK. This method was only available in wxUniv before and just always returned true in the other ports. Implement it for wxMSW and wxGTK too now and document it. Also add a unit test. Closes #795.

2012-01-15 13:28 VZ, revision 70349

Fix unit test build with wxUSE_ZIPSTREAM or wxUSE_TARSTREAM == 0. Disable the tests using wxZipEntry when it's unavailable. Also do the same for wxTarEntry.

2012-01-15 13:28 VZ, revision 70348

Fix variable name in wxFTP example in the documentation. The variable should be called "in", not "i".

2012-01-15 13:28 VZ, revision 70347

Document wxFileCtrl as being in the core library, not in the base one. Closes #13866.

2012-01-15 12:18 SC, revision 70346

patch applied with thanks, fixes #13865

2012-01-15 02:05 VZ, revision 70345

Remove Palm OS port. The platform targeted by this port doesn't exist any more and the port never achieved really working state so remove the code to avoid having to maintain it.

2012-01-15 02:05 VZ, revision 70344

Remove the documentation of non-existent wxNO_T macro. Don't document wxNO_T as it doesn't exist.