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-07-26 08:50 JS, revision 7838

Not sure why these files are being committed (CVS glitch?)

2000-07-26 08:50 JS, revision 7837

Not sure why this file is being committed (CVS glitch?)

2000-07-25 18:58 VZ, revision 7836

one crash in GetAltForEncoding fixed (how many left to go?)

2000-07-25 18:48 VS, revision 7835

added xml resources readme

2000-07-25 18:47 VS, revision 7834

wxGTK compilation fixes

2000-07-25 18:47 VS, revision 7833

wxGTK compilation fix (undefined wxDirDialogDefaultFolderStr)

2000-07-25 18:47 VS, revision 7832

gtk 1.2.8 compilation fix

2000-07-25 18:47 VS, revision 7831

added XML resources library

2000-07-25 16:41 VZ, revision 7830

added (inline) wxLocale::IsOk()

2000-07-25 15:38 VZ, revision 7829

parse cmd line a bit more correctly (in size setting testing code)

2000-07-25 12:15 MJ, revision 7828

dbbrowse.cpp dbgrid.cpp dbtree.cpp doc.cpp pgmctrl.cpp dbbrowse.dsp dbbrowse.dsw dummy.cpp

2000-07-25 12:03 MJ, revision 7827

dbtree.cpp

2000-07-25 08:50 MJ, revision 7826

dbbrowse.cpp dbgrid.cpp dbtree.cpp doc.cpp pgmctrl.cpp dbbrowse.dsp dbbrowse.dsw dummy.cpp

2000-07-25 06:27 GRG, revision 7825

Modified mouse ENTER/LEAVE events so that they also carry information about the state of the mouse buttons (they only had info about SHIFT and CTRL keys so far)

2000-07-24 23:44 OK, revision 7824

Fix gtk+ 1.2 compilation...

2000-07-24 19:55 JS, revision 7823

Fixed wxMotif breakage, sorry!

2000-07-24 15:26 JS, revision 7822

Added insertion point code to wxComboBox

2000-07-24 13:47 OK, revision 7821

Try to include windows.h.

2000-07-24 13:28 GRG, revision 7820

Fixed broken compilation due to Ove's last nice changes :-(

2000-07-24 12:50 VZ, revision 7819

added a note about wxTE_PROCESS_ENTER

2000-07-24 11:55 GRG, revision 7818

Corrected comment about Norlander headers (no changes to the code itself)

2000-07-24 09:44 JS, revision 7817

Updated version number.

2000-07-24 09:03 VZ, revision 7816

init m_text and m_vScrollbar to NULL in the default ctor

2000-07-24 09:01 JS, revision 7815

Corrected test for _vsnprintf

2000-07-24 06:27 MB, revision 7814

Changes as per patch from Paul Gammans to fix bug in edit control handling.

2000-07-24 06:16 MB, revision 7813

Changes as per patch from Paul Gammans to fix bug with edit control handling.

2000-07-24 04:58 MB, revision 7812

Had accidentally added gridwork.tex to the docs

2000-07-23 19:10 JS, revision 7811

Added wxGenericDirCtrl, wxGenericDirDialog and associated icons. Altered dialog sample to show generic dir dialog.

2000-07-23 15:24 JS, revision 7810

Added scripts to update .dsp files when version changes

2000-07-23 14:26 JS, revision 7809

Updated project and makefiles (VC++) to be more consistent.

2000-07-22 14:03 JS, revision 7808

Cygwin 1.1 mods (main branch)

2000-07-22 14:01 JS, revision 7807

Mods for Cygwin 1.1

2000-07-21 20:45 DW, revision 7806

fixes for trailing commas for OS/2 from WX_2_2_BRANCH

2000-07-21 20:44 DW, revision 7805

fixes for S_IFMT for OS/2 from WX_2_2_BRANCH

2000-07-21 15:43 JS, revision 7804

Corrected some combobox-related code, changed ordering and added wxSpinCtrl support as per bug report

2000-07-21 13:06 DW, revision 7803

ftime enabled OS/2 code added by Guill....

2000-07-21 10:37 NI, revision 7802

moved check for x include/library paths from motif configuration section to main scope of confiure.in; added opengl libs to freebsd target if configured with opengl support

2000-07-21 10:16 NI, revision 7801

uses now the platform independant attributes

2000-07-21 08:30 MB, revision 7800

Trying again to add these files to the main trunk.

2000-07-21 08:24 MB, revision 7799

First batch of work for new wxGrid docs. Very incomplete - still lots to do but will commit more next week. Please don't edit yet without letting me know via the list. - Michael

2000-07-21 06:51 MB, revision 7798

Added ForceRefresh() to request immediate repainting of a grid. Calling Refresh() doesn't do this because of our minimal OnPaint handler (to reduce screen flicker). Setting of position coords for wxGridEvents now takes account of row and col label sizes.

2000-07-21 05:32 GRG, revision 7797

Changes for VISAGECPP (use _ftime to avoid clock skew bug)

2000-07-20 19:18 NI, revision 7796

another small error

2000-07-20 18:18 NI, revision 7795

no comment :)

2000-07-20 18:14 NI, revision 7794

umph, had made a dangerous mistake

2000-07-20 17:31 NI, revision 7793

applied the patch by Garrick Meeker

2000-07-20 17:27 NI, revision 7792

Applied the patch by Garrick Meeker

2000-07-20 04:09 DW, revision 7791

hopefully the final module definition file for VA 3.0 for release 2.2

2000-07-20 04:07 DW, revision 7790

removed a constant not defined for VA in filefn and once again removed #warning not supported by VisualAge

2000-07-20 04:06 DW, revision 7789

removed a comma at the end of an enumeration