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

2000-08-25 16:52 JS, revision 8188

Added some casts in hopes of fixing HP compilation problem

2000-08-25 16:51 JS, revision 8187

Added a flag to avoid Capture/Release asserts

2000-08-25 15:51 JS, revision 8186

Fixed dialogs sample

2000-08-25 15:51 JS, revision 8185

Fixed sample; enhanced wxLayoutAlgorithm to give remaining space to last window

2000-08-25 15:00 RR, revision 8184

Let's see where this commit will end up :-) Corrected reported wxSizer bug (wrong minimal size when option flag > 1) Updated changes.txt and wxGTK spec.

2000-08-25 10:39 JJ, revision 8183

Committing in . Modified Files: wxWindows/lib/vms_gtk.opt wxWindows/src/motif/mdi.cpp For VMS only ----------------------------------------------------------------------

2000-08-25 09:37 JS, revision 8182

Typo in doc, wxCHECK2_MSG replaced with wxCHECK_MSG

2000-08-25 09:22 JJ, revision 8181

Committing in . Modified Files: wxWindows/samples/mdi/mdi.cpp VMS patch ----------------------------------------------------------------------

2000-08-25 08:00 JJ, revision 8180

Committing in . Modified Files: wxWindows/src/generic/scrolwin.cpp wxWindows/src/motif/app.cpp wxWindows/src/motif/bitmap.cpp wxWindows/src/motif/bmpbuttn.cpp wxWindows/src/motif/button.cpp wxWindows/src/motif/checkbox.cpp wxWindows/src/motif/choice.cpp wxWindows/src/motif/dialog.cpp wxWindows/src/motif/filedlg.cpp wxWindows/src/motif/msgdlg.cpp wxWindows/src/motif/radiobox.cpp wxWindows/src/motif/radiobut.cpp wxWindows/src/motif/statbox.cpp wxWindows/src/motif/stattext.cpp wxWindows/src/motif/textctrl.cpp wxWindows/src/motif/utils.cpp wxWindows/src/motif/window.cpp More patches for VMS only ----------------------------------------------------------------------

2000-08-25 01:35 RD, revision 8179

new SWIG generated sources for compiling with Python 1.6

2000-08-25 01:34 RD, revision 8178

new SWIG generated sources for compiling with Python 1.6

2000-08-25 01:21 RD, revision 8177

Some minor tweaks to SWIG templates to enable compiling with Python 1.6 headers.

2000-08-24 20:56 VS, revision 8176

fixed typo

2000-08-24 20:28 VZ, revision 8175

wxScrollBar for wxGTK done

2000-08-24 12:12 VZ, revision 8174

more scrollbar input handling: extracted common bits to wxStdScrollBarHandler

2000-08-24 11:32 JS, revision 8173

Added gizmos

2000-08-24 11:31 JS, revision 8172

Fixed for wxGTK compilation

2000-08-24 11:31 JS, revision 8171

Fixed #pragma

2000-08-24 10:58 JJ, revision 8170

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/demos/bombs/descrip.mms wxWindows/lib/vms.opt wxWindows/samples/caret/descrip.mms wxWindows/samples/checklst/descrip.mms wxWindows/samples/config/descrip.mms wxWindows/samples/controls/descrip.mms wxWindows/samples/dialogs/descrip.mms wxWindows/samples/drawing/descrip.mms wxWindows/samples/image/descrip.mms wxWindows/samples/mdi/descrip.mms wxWindows/samples/menu/descrip.mms wxWindows/samples/minimal/descrip.mms wxWindows/samples/resource/descrip.mms wxWindows/src/common/descrip.mms wxWindows/src/common/gdicmn.cpp wxWindows/src/generic/descrip.mms wxWindows/src/motif/choice.cpp wxWindows/src/motif/descrip.mms wxWindows/src/motif/font.cpp wxWindows/src/motif/frame.cpp wxWindows/src/motif/gauge.cpp wxWindows/src/motif/listbox.cpp wxWindows/src/motif/menu.cpp wxWindows/src/motif/msgdlg.cpp wxWindows/src/motif/toolbar.cpp wxWindows/src/motif/window.cpp wxWindows/src/motif/xmcombo/xmcombo.c wxWindows/src/unix/descrip.mms wxWindows/utils/dialoged/src/descrip.mms Added Files: wxWindows/include/wx/vms_x_fix.h VMS patches ----------------------------------------------------------------------

2000-08-24 08:55 JS, revision 8169

Replaced true/false with TRUE/FALSE

2000-08-24 05:50 JJ, revision 8168

Committing in . Modified Files: wxWindows/include/wx/gtk/app.h Added wxEntry like in other ports (i.e. Motif) ----------------------------------------------------------------------

2000-08-23 22:47 VZ, revision 8167

added test of wxFileSelector() def ext handling

2000-08-23 22:45 VZ, revision 8166

bug #105 (wxFileSelector misinterprets the def extension) fixed

2000-08-23 22:41 VZ, revision 8165

1. added wxRenderer::StandardHitTestScrollbar 2. started implementing wxMSW scrollbar input handling

2000-08-23 10:39 VS, revision 8164

fixed my previous fix in wxListCtrl::SetItem