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-12-28 00:00 roebling, revision 9013

Added wxFileName. Small fix for log error messages on startup. Added missing accessor to wxSizer.

2000-12-27 02:22 vadz, revision 9012

1. popup windows created as children of desktop 2. mouse handling ok in popup listbox

2000-12-26 15:19 vadz, revision 9011

1. wxCopyFile() uses buffer (huge copy speed up) 2. OS_FILENAME macro instead of #ifdef MAC everywhere 3. test for wxCopyFile in the console sample

2000-12-26 02:13 vadz, revision 9010

listboxes changed slightly to accomodate for combobox needs, the interface for "generic" combobox is in place, combolistbox starts to work

2000-12-24 15:42 vadz, revision 9009

1. allow having buttons more narrow than default in win32 theme 2. more combo stuff - starts to work

2000-12-24 15:32 vadz, revision 9008

bug in hit test range checkign fixed

2000-12-24 14:03 vaclavslavik, revision 9007

fixed generic wxListCtrl headers rendering

2000-12-24 14:01 vaclavslavik, revision 9006

fixed PS bounding box computation

2000-12-24 07:31 robind, revision 9005

More cleanup. Regenerated wxGTK code.

2000-12-24 01:23 vadz, revision 9004

start of wxComboBox code

2000-12-23 23:04 roebling, revision 9003

Fixed log error messages upon startup. Added accessor to min size to sizer. Something in changes.txt.

2000-12-23 19:40 vadz, revision 9002

added some error checking to wxCopyFile

2000-12-22 22:32 robind, revision 9001

Added the wxClassInfo stuff back in to the modules that are standalone. This is needed so any classes defined in the module will get hooked up with their parents and assertions like "is wxWindow" will work.

2000-12-22 22:06 robind, revision 9000

wxDefaultPosition and wxDefaultSize are marked read-only.

2000-12-22 21:17 roebling, revision 8999

Log error messages work.

2000-12-22 21:17 roebling, revision 8998

Log error messages work now. It took me only 3 years.

2000-12-22 15:56 roebling, revision 8997

Some wxBook docs.

2000-12-22 15:04 vadz, revision 8996

motif warning fixes

2000-12-22 15:01 vadz, revision 8995

motif compilation fixes

2000-12-22 14:57 georgetasker, revision 8994

Overview of the wxDb and wxDbTable classes added. Added commentary and DEPRECATED tags to all the old wxDatabase classes directing the reader to read and use the wxDb/wxDbtable classes instead

2000-12-22 14:48 georgetasker, revision 8993

Removed the BOLDFACE on items that are in INDEXIT blocks, so that the items will not appear in BOLD in the index.

2000-12-22 13:34 georgetasker, revision 8992

Removed the BOLDFACE on items that are in INDEXIT blocks, so that the items will not appear in BOLD in the index. Removed some \$ inside of a couple of prelnote blocks that cause tex2rtf to fail. They do not seem to be needed anyway.

2000-12-22 13:33 georgetasker, revision 8991

Removed the BOLDFACE on items that are in INDEXIT blocks, so that the items will not appear in BOLD in the index.

2000-12-22 13:30 georgetasker, revision 8990

Program now keeps track of how many errors occured during the pass, and if any occurred, the user is notified (interactive mode) of how many occured. All error messages are now constructed with wxStrings rather than char arrays.

2000-12-22 13:28 georgetasker, revision 8989

Now uses MAX_LINE_BUFFER_SIZE constant for the array sizing of the buffer that hold lines read in Now checks that the line being read in does not exceed MAX_LINE_BUFFER_SIZE length, avoiding a crash whenever a long line is read in from a .tex file. An error is now generated if the line is too long, and line line is truncated at MAX_LINE_BUFFER_SIZE characters. All error messages are now constructed with wxStrings rather than char arrays.