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

2005-09-05 17:37 ABX, revision 35428

'mark' is already used in this scope so make it clearer.

2005-09-05 12:43 JJ, revision 35427

Committing in . OpenVMS configuration updated Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-09-05 00:15 VZ, revision 35426

fixed bug in generation of the To: header: trailing comma prevented the messages from being ever sent out

2005-09-04 19:40 DE, revision 35425
  • D /wxWidgets/trunk/src/mac/carbon/gsockosx.cpp

Removed gsockosx.cpp which had been copied to src/mac/corefoundation long ago.

2005-09-04 15:46 MR, revision 35424

Fix wxGLCanvas ctor prototypes in docs. Closes bug #1237072. TODO: document the meaning of sharedCanvas arg.

2005-09-04 12:52 SC, revision 35423

support for fractional characters widths under Mac

2005-09-04 10:52 MR, revision 35422

[wxTLW-GTK] Don't connect to the configure_event twice. This caused double wxMoveEvents being emitted, and some other stuff done on the same data twice.

2005-09-04 10:33 MR, revision 35421

-Wundef fixes

2005-09-03 23:30 VZ, revision 35420

undef wxUSE_DIALUP_MANAGER before redefining it as 0

2005-09-03 23:27 VZ, revision 35419

use libSgm with wxMotif if available, this seems to be useful under IRIX

2005-09-03 23:16 VZ, revision 35418

include wx/defs.h (and hence wx/platform.h and so really fix the bug 1105676)

2005-09-03 23:00 VZ, revision 35417

fix showing keyboard cues under Win2k/XP

2005-09-03 22:58 VZ, revision 35416

made wxRegKey bugfix note more detailed

2005-09-03 06:28 RL, revision 35415

Add --selected_config option for reporting to secondary build configration.

2005-09-03 01:01 KH, revision 35414

Multi-thread fix from Angel [ patch 1281057 ]

2005-09-02 23:36 VZ, revision 35413

/usr/sbin is a better default location for sendmail than /usr/lib nowadays

2005-09-02 17:30 SC, revision 35412

corrected error code for http responses with no content-length indicated (from READ_ERROR to EOF) so that clients of streams can rely on getting EOF or NO_ERROR when everything is ok

2005-09-02 15:54 VS, revision 35411

added GetFirstSibling and GetLastSibling

2005-09-02 08:20 VZ, revision 35410

ignore hidden buttons when emulating clicks on them

2005-09-02 05:14 MR, revision 35409

[wxGTK2] Plug memory leak in wxMemoryDC (approx. 525 bytes per object)

2005-09-01 23:28 VZ, revision 35408

ignore hidden windows when deciding if the MDI parent frame should be visible

2005-09-01 23:18 VZ, revision 35407

hide MDI parent frame if it's empty and a new child has been created

2005-09-01 21:47 VZ, revision 35406

fix for -Wundef warning

2005-09-01 21:29 VZ, revision 35405

corrected typo and changed wording of an assert

2005-09-01 17:04 ABX, revision 35404

Missing wxGetOsDescription().