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

2004-03-20 12:24 RR, revision 26278

Fix conversion error in tooltips.

2004-03-20 07:43 SC, revision 26277

split classic and carbon

2004-03-19 22:45 VZ, revision 26276

fixed wxSnprintf() for Unicode build

2004-03-19 21:12 JS, revision 26275

Implemented borderless wxTextCtrl (wxNO_BORDER) If this inteferes with other patches we can revert and apply later

2004-03-19 16:33 SN, revision 26274

Fixed bogus line break.

2004-03-19 15:48 JJ, revision 26273

Committing in . wxX11 for OpenVMS (phase 3) -minimal.exe for OpenVMS now builds and displays a window but crashes when trying to use the menus. Modified Files: wxWidgets/descrip.mms wxWidgets/include/wx/vms_x_fix.h wxWidgets/lib/VMS_X11_UNIV.OPT wxWidgets/samples/minimal/descrip.mms wxWidgets/src/univ/descrip.mms wxWidgets/src/x11/app.cpp wxWidgets/src/x11/descrip.mms wxWidgets/src/x11/font.cpp wxWidgets/src/x11/gsockx11.cpp wxWidgets/src/x11/utilsx.cpp ----------------------------------------------------------------------

2004-03-19 12:22 JS, revision 26272

Wizard sets default button when displaying new page

2004-03-19 10:34 JS, revision 26271

When a directory can't accessed, don't assert, return false from wxDir and give a suppressable error message. This fixes problems reading e.g. .vol directories.

2004-03-19 08:53 JJ, revision 26270

Committing in . Enabling wxX11 for OpenVMS (Phase 2) -partly redo and fix for prevous commit Modified Files: wxWidgets/setup.h_vms wxWidgets/include/wx/display.h wxWidgets/src/common/dpycmn.cpp ----------------------------------------------------------------------

2004-03-19 08:28 JS, revision 26269

Reduced margin in Mac wxNotebook

2004-03-19 08:04 JJ, revision 26268

Committing in . Enabling wxX11 for OpenVMS (phase 1) Modified Files: wxWidgets/descrip.mms wxWidgets/setup.h_vms wxWidgets/include/wx/display.h wxWidgets/samples/minimal/descrip.mms wxWidgets/src/common/descrip.mms wxWidgets/src/common/dpycmn.cpp wxWidgets/src/generic/descrip.mms wxWidgets/src/html/descrip.mms wxWidgets/src/univ/descrip.mms wxWidgets/src/unix/descrip.mms wxWidgets/src/x11/descrip.mms Added Files: wxWidgets/lib/VMS_X11_UNIV.OPT Removed Files: wxWidgets/lib/vms_gtk_univ.opt ----------------------------------------------------------------------

2004-03-18 23:12 VS, revision 26267

WXUSINGDLL is defined when building samples on non-MSW platforms for simplicity, corrected check for it to affect Win32 only

2004-03-18 22:27 RD, revision 26266

Some dot-files need copied to the tarball

2004-03-18 22:26 RD, revision 26265

Correct file format errors

2004-03-18 22:05 RD, revision 26264

Got rid of the BIN dir

2004-03-18 22:04 RD, revision 26263

demo tweaks

2004-03-18 21:41 JS, revision 26262

Remove size hints for now that messes up nav panel size

2004-03-18 21:18 RD, revision 26261

added tinkalink2.wav, as a binary file this time

2004-03-18 21:10 RD, revision 26260
  • D /wxWidgets/trunk/samples/sound/tinkalink.wav

removed so it can get added back flagged as a binary file

2004-03-18 20:43 RD, revision 26259

removed some sample sounds, added another.

2004-03-18 19:02 RD, revision 26258

Restored part of the default positioning code for dialogs that I removed a few days ago.

2004-03-18 17:24 VS, revision 26257

compilation fix

2004-03-18 17:23 RD, revision 26256

Fix compile errors with VC 6. Untabified.

2004-03-18 13:57 SC, revision 26255

corrected delete operator for array

2004-03-18 11:16 VZ, revision 26254

fixes for warnings about implicit double -> int conversions