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

1999-11-25 13:41 JJ, revision 4687

Committing in . Changes needed to get dialoged utility compile on VMS Modified Files: wxWindows/descrip.mms wxWindows/include/wx/setup.h wxWindows/lib/vms.opt wxWindows/utils/dialoged/src/reseditr.cpp ----------------------------------------------------------------------

1999-11-25 12:35 GT, revision 4686

Commented out the defines of strnicmp and stricmp to fix OS/2 compilation. These should not be necessary any longer since db uses wxStrxxxx functions now.

1999-11-25 12:10 JJ, revision 4685

Committing in . Support for caret sample on VMS repaired Modified Files: wxWindows/samples/caret/descrip.mms ----------------------------------------------------------------------

1999-11-25 07:57 RD, revision 4684

generated sources update

1999-11-25 07:12 RD, revision 4683

Split build instructions into a separate file.

1999-11-25 07:08 RD, revision 4682

Bug fixes, new tests and demos, new generated source... Added FileBrowseButton class to the library

1999-11-25 07:03 RD, revision 4681

Added some test code...

1999-11-24 18:45 GT, revision 4680

Added optional param to Count() function to allow for counting DISTINCT columns rather than all columns

1999-11-24 18:44 GT, revision 4679

Added preliminary support for Informix

1999-11-24 18:42 GT, revision 4678

Replaced all the strxxx() function calls with wxStrxxx() function calls. Added preliminary support for Informix

1999-11-24 18:40 GT, revision 4677

Replaced all the strxxx() function calls with wxStrxxx() function calls. wxTable:Count() function now has an optional parameter to allow the count to be done on DISTINCT columns rather than all columns.

1999-11-24 16:57 RR, revision 4676

Partial fix for big_endian image conversion probs.

1999-11-24 15:11 KB, revision 4675

fixed setfocus() flicker in listctrl

1999-11-24 12:55 VZ, revision 4674

1. wxIcon/wxCursor change, wxGDIImage class added 2. wxCriticalSection doesn't alloc memory any more 3. many minor fixes in bitmap/icon code

1999-11-24 12:30 VZ, revision 4673

1. wxIcon/wxCursor change, wxGDIImage class added 2. wxCriticalSection doesn't alloc memory any more 3. many minor fixes in bitmap/icon code

1999-11-24 12:14 JS, revision 4672

Removed strange wxFAIL; added dialup.cpp to filelist.txt

1999-11-24 11:47 JJ, revision 4671

Committing in . New VMS sample compile support files Modified Files: wxWindows/samples/bombs/descrip.mms wxWindows/samples/checklst/descrip.mms wxWindows/samples/config/descrip.mms wxWindows/samples/controls/descrip.mms wxWindows/samples/dialogs/descrip.mms wxWindows/samples/image/descrip.mms wxWindows/samples/menu/descrip.mms wxWindows/samples/minimal/descrip.mms Added Files: wxWindows/lib/vms.opt ----------------------------------------------------------------------

1999-11-24 10:17 JJ, revision 4670
  • D /wxWidgets/trunk/samples/bombs/bombs.opt
  • D /wxWidgets/trunk/samples/caret/caret.opt
  • D /wxWidgets/trunk/samples/checklst/checklst.opt
  • D /wxWidgets/trunk/samples/config/conftest.opt
  • D /wxWidgets/trunk/samples/controls/controls.opt
  • D /wxWidgets/trunk/samples/dialogs/dialogs.opt
  • D /wxWidgets/trunk/samples/image/image.opt
  • D /wxWidgets/trunk/samples/menu/menu.opt
  • D /wxWidgets/trunk/samples/minimal/minimal.opt

VMS option files clash with VC++. temporarily removed. Removed Files: wxWindows/samples/bombs/bombs.opt wxWindows/samples/caret/caret.opt wxWindows/samples/checklst/checklst.opt wxWindows/samples/config/conftest.opt wxWindows/samples/controls/controls.opt wxWindows/samples/dialogs/dialogs.opt wxWindows/samples/image/image.opt wxWindows/samples/menu/menu.opt wxWindows/samples/minimal/minimal.opt ----------------------------------------------------------------------

1999-11-24 09:20 VS, revision 4669

added © -> (c) conversion in html docs

1999-11-23 21:45 RD, revision 4668

Removed some debug code

1999-11-23 20:36 RD, revision 4667

a bug fix in helpers for ref-counting callbacks some generated code updates

1999-11-23 20:09 VS, revision 4666

fixed bug that caused wxHtmlWindow to segfault on html tables with cell(s) with rowspan>=3

1999-11-23 19:30 RD, revision 4665

Splashscreen works better on GTK

1999-11-23 17:33 RD, revision 4664

Fixed so the tree looks proper on GTK and also reduced flicker.

1999-11-23 17:25 RD, revision 4663

fixing binary again...