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-09 20:49 JS, revision 35453

Applied patch [ 1232933 ] [WinCE] wxDateTime incorrect reading By bastekx - eba_k

2005-09-09 20:45 JS, revision 35452

Moved definition

2005-09-09 16:30 ABX, revision 35451

Fixed wxListbook and wxChoicebook internal layout.

2005-09-09 16:29 JS, revision 35450

WinCE fixes

2005-09-09 16:20 JS, revision 35449

Restored missing SS_SUNKEN for WinCE

2005-09-09 15:47 ROL, revision 35448

fix for toolbar highlighting (not done for main toolbar)

2005-09-09 14:50 JS, revision 35447

Applied patch [ 1281902 ] fix for wxJoystick under Linux From John Ratliff

2005-09-09 14:44 JS, revision 35446

Applied patch [ 1283943 ] Fix crash in GSocket::Select From Paul Rupe

2005-09-09 14:40 JS, revision 35445

Applied patch [ 1284913 ] [DOC] Removes msw.staticbitmap.htclient from sysopt.tex

2005-09-09 14:37 JS, revision 35444

Updated date

2005-09-09 14:33 JS, revision 35443

Minor doc corrections

2005-09-09 10:44 ROL, revision 35442

0.1.6-5 fixed testing for non-top-level objects

2005-09-09 09:35 ROL, revision 35441

testing for top-level objects only

2005-09-08 14:02 CE, revision 35440

use env var for daily build

2005-09-07 19:49 MW, revision 35439

Forgot to put the previous (v)snprintf commit inside '#ifdef __cplusplus' which is needed for the inline function.

2005-09-07 18:28 MW, revision 35438

Handle the case when (v)snprintf have the format declared as char* instead of const char*.

2005-09-07 05:08 KO, revision 35437

Wrapper script for pulling a CVS revision and making tarballs from it. This is afirst attempt; eventually it will re-bake automatically and handle docs completely (once I look at Chris Elliott's script.) The eventual idea is that you should be able to run this script on all three platforms and it will generate all the tarballs and post them to a deliver directory, which a script would then upload.

2005-09-07 01:05 KH, revision 35436

wxApp destructor is virtual [ patch 1283503 ]

2005-09-06 13:49 CE, revision 35435

daily build unix

2005-09-06 13:31 CE, revision 35434

daily build of windows-format docs

2005-09-06 00:18 KO, revision 35433

Adding --silent option so that you can batch build tarballs without being prompted to confirm values for each.

2005-09-05 18:10 ABX, revision 35432

Code clarification.

2005-09-05 18:07 ABX, revision 35431

Launch default browser.

2005-09-05 17:43 ABX, revision 35430

Fix for [1250089] 'wxHtmlHelpFrame uses constants instead of variables'.

2005-09-05 17:39 ABX, revision 35429

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

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().