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-23 08:57 JS, revision 26303

Added new icons Made menus more Mac-friendly

2004-03-23 06:06 RD, revision 26302

Need to navigate to "about:blank" in order for the internal docuemnt to be created, which has to be done in order for LoadString to work, so do it at the start.

2004-03-23 05:29 RD, revision 26301

Lindsay Mathieson's newest wxActiveX class has been wrapped into a new extension module called wx.activex. Lots of demo and lib updates to go along with it.

2004-03-23 05:26 RD, revision 26300

use default window id

2004-03-22 22:14 VS, revision 26299

marked wxWindows.dsp as deprecated

2004-03-22 21:48 VS, revision 26298

fixed linking (EXTRALIBS_GUI comes after EXTRALIBS and I don't see an easy way to change it)

2004-03-22 18:35 RD, revision 26297

Ensure the buffer is NULL-terminated before converting it.

2004-03-22 18:22 RD, revision 26296

Expand the range of WXK_ values that are excluded from OnChar. Correct the position of the context menu. (SF# 921247)

2004-03-22 18:06 VZ, revision 26295

moved wxWinHandleHash below wxWindow declaration as otherwise the dtor of forward declared wxWindow is not called inside WX_DECLARE_HASH

2004-03-22 17:47 VZ, revision 26294

removed wxMotif::wxMenuItem::DeleteSubMenu()

2004-03-22 17:42 VZ, revision 26293

auto detect the icon if none given instead of asserting (MSW and Mac do allow this)

2004-03-22 12:53 VS, revision 26292

compilation fixes

2004-03-22 11:07 VZ, revision 26291

update from Ylia K

2004-03-21 23:13 VZ, revision 26290

distinguish between main keyboard and numeric enter keys (fixes 902095)

2004-03-21 10:37 VS, revision 26289

lists rendering fixes (second part of patch 911377)

2004-03-21 09:31 VS, revision 26288

a) navigation panel needs size hint, reverted previous revision; b) added wxADJUST_MINSIZE for tree and list controls

2004-03-20 23:23 VS, revision 26287

removed any possibility of confusion regarding Bakefiles.local.bkgen format

2004-03-20 16:21 RR, revision 26286

Applied SetItemData() patch.

2004-03-20 13:44 VZ, revision 26285

compilation fix for the last wxSprintf() change

2004-03-20 12:57 RR, revision 26284

Applied notebook font patch.

2004-03-20 12:51 VZ, revision 26283

why should wxMessageDialog dialog have another m_parent, in addition to wxWindow::m_parent? removed

2004-03-20 12:49 VZ, revision 26282

reuse existing wxGetTopLevelParent() function in wxMessageDialog ctor instead of reimplementing it (yes, it is just 4 lines, but this still was enough for a fatal bug to slip in them...)

2004-03-20 12:45 VZ, revision 26281

explicitly return NFR_UNICODE from WM_NOTIFYFORMAT when using MSLU

2004-03-20 12:39 VZ, revision 26280

added wxSetCCUnicodeFormat() and use it in wxTreeCtrl/wxToolBar; also replaced SendMessage(LVM_SETUNICODEFORMAT) with a call to it in wxListCtrl

2004-03-20 12:28 RR, revision 26279

i Allow NULL parent in message dialog.

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