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-10-16 21:32 RR, revision 56378

Dont't finish any editing if there is no control

2008-10-16 20:20 VS, revision 56377

forgot to commit toplevel.h as part of r56374

2008-10-16 19:20 RR, revision 56376

Remove accidentally commited debug code

2008-10-16 19:19 RR, revision 56375

Make wxMac wxSpinCtrl emit killfocus events

2008-10-16 19:13 VS, revision 56374

assert in wxTopLevelWindowMSW::SetIcon[s]() if none of the provided icons has required size

2008-10-16 19:10 VS, revision 56373

wxArtProvider cleanup: added artmsw.cpp accidentally missing from r56372

2008-10-16 19:07 VS, revision 56372

Cleaned up wxArtProvider: 1. Move platform-specific code for both GetSizeHint() and GetBitmap() into platform-specific files. 2. Introduced GetNativeSizeHint() to make native sizes better accessible, without having to understand weird GetSizeHint() semantics. 3. Fixed GetNativeSizeHint() to return sensible values in non-GTK ports; it returns wxDefaultSize if it can't make a good guess instead of returning arbitrary value. 4. Use 16x16 icons on MSW instead of 16x15: it works and is more 'natural' size.

2008-10-16 18:53 VS, revision 56371

fixed wxArtProvider::GetSizeHint() to return 16x16 for wxART_FRAME_ICON in non-wxGTK ports

2008-10-16 18:27 RR, revision 56370

Write directly to log target wxTextCtrl to avoid crash

2008-10-16 18:17 RR, revision 56369

wxMac actually crashes in any logging

2008-10-16 18:06 RR, revision 56368

wxMac crashes in wxLog() statements with string.GetData()

2008-10-16 18:05 RR, revision 56367

Fudge offset no longer required

2008-10-16 17:36 JMS, revision 56366

Fixed broken wxMultiChoiceProperty::ValueToString()

2008-10-16 17:31 JMS, revision 56365

Add maximum width for sample's frame

2008-10-16 17:24 JMS, revision 56364

Update 'intro' comment in propgrid sample

2008-10-16 17:19 JMS, revision 56363

Added virtual wxPGProperty::ValueToString(). In derived property classes, now it must be implemented instead of GetValueAsString (assertion failure is raised at run-time if you fail to do so). This change is needed to properly support wxEVT_PG_CHANGING for nested composite string properties. wxPGProperty::GenerateComposedValue() partially updated to support this.

2008-10-16 16:20 VZ, revision 56362

fix PCH in VC8 projects (until the next rebake...)

2008-10-16 12:35 VZ, revision 56360

add very simple (but already exposing many problems) wxIPC benchmark

2008-10-16 12:34 VZ, revision 56359

allow specifying initialization and cleanup functions for benchmarks

2008-10-16 12:33 VZ, revision 56358

made Dispatch() return bool indicating whether we processed any events inside it or if the timeout expired

2008-10-16 12:32 VZ, revision 56357

Dispatch() must dispatch the real events and not only the pending ones accumulated in wxApp

2008-10-16 12:32 VZ, revision 56356

added wxConnection::IsTextFormat()

2008-10-16 12:31 VZ, revision 56355

made Dispatch() return bool indicating whether we processed any events inside it or if the timeout expired

2008-10-16 12:07 VZ, revision 56354

no changes, just removed _T()s and unnecessary wxUnusedVar()s

2008-10-16 10:02 VZ, revision 56353
  • D /wxWidgets/trunk/samples/dialogs/makefile.va
  • D /wxWidgets/trunk/samples/dragimag/makefile.va
  • D /wxWidgets/trunk/samples/erase/makefile.va
  • D /wxWidgets/trunk/samples/image/makefile.va
  • D /wxWidgets/trunk/samples/ipc/client.b32
  • D /wxWidgets/trunk/samples/ipc/client.g95
  • D /wxWidgets/trunk/samples/ipc/client.vc
  • D /wxWidgets/trunk/samples/ipc/client.wat
  • D /wxWidgets/trunk/samples/ipc/server.b32
  • D /wxWidgets/trunk/samples/ipc/server.g95
  • D /wxWidgets/trunk/samples/ipc/server.vc
  • D /wxWidgets/trunk/samples/ipc/server.wat
  • D /wxWidgets/trunk/samples/menu/makefile.va
  • D /wxWidgets/trunk/samples/minimal/makefile.va
  • D /wxWidgets/trunk/samples/notebook/makefile.va
  • D /wxWidgets/trunk/samples/scroll/makefile.va
  • D /wxWidgets/trunk/samples/sockets/client.b32
  • D /wxWidgets/trunk/samples/sockets/client.g95
  • D /wxWidgets/trunk/samples/sockets/client.vc
  • D /wxWidgets/trunk/samples/sockets/client.wat
  • D /wxWidgets/trunk/samples/sockets/server.b32
  • D /wxWidgets/trunk/samples/sockets/server.g95
  • D /wxWidgets/trunk/samples/sockets/server.vc
  • D /wxWidgets/trunk/samples/sockets/server.wat
  • D /wxWidgets/trunk/samples/toolbar/makefile.va

remove obsolete makefiles