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-11-10 16:44 vadz, revision 8713

applied patches from Mike Oliver <oliver@math.ucla.edu> to return click position for item (right) click events in treectrl

2000-11-10 15:04 vadz, revision 8712

mention wxTE_RICH flag

2000-11-09 13:23 vadz, revision 8711

added chinese translation

2000-11-09 13:00 vadz, revision 8710

changed lbox font to be more readable

2000-11-09 00:21 vadz, revision 8709

compilation fix for !WXWIN_COMPATIBILITY_2 and some code cleanup + smarter code in wxDocManager::SelectViewType()

2000-11-08 23:58 vadz, revision 8708

compilation fix for builds when WXWIN_COMPATIBILITY_2 is not defined

2000-11-08 22:38 vadz, revision 8707

check for \n handling

2000-11-08 20:32 vadz, revision 8706

more tests in texttest

2000-11-08 19:08 vadz, revision 8705

1. wxCommand compilation fixes for Unix 2. added wxTextCtrl sample textctrl 3. fixed handling of wxTE_READONLY and wxTE_PASSWORD flags in wxTextCtrl

2000-11-07 16:55 vadz, revision 8704

horz scrolling in etxt ctrl works better

2000-11-06 20:06 vadz, revision 8703

compilation/warning fixes for HP-UX

2000-11-06 20:03 vadz, revision 8702

ugly compilation fix for wxMotif

2000-11-06 11:43 vadz, revision 8701

and another note about wxStringList vs wxArrayString

2000-11-06 11:41 vadz, revision 8700

small note about untyped lists

2000-11-06 00:54 vadz, revision 8699

undo/redo seem to work in wxTextCtrl

2000-11-06 00:30 vadz, revision 8698

1. wxTextCtrl::Replace() does work now - added many tests for it in univ sample 2. extracted wxCommand and wxCommandProcessor to separate files 3. fixed bug in wxStringTokenizer with strings consisting of sole delimiter 4. implemented (but untested) undo/redo for text ctrl

2000-11-05 22:50 vaclavslavik, revision 8697

added font and flags properties to wxrcedit

2000-11-05 22:25 vadz, revision 8696

updated files to know about darwin (Mac OS X)

2000-11-05 18:35 vaclavslavik, revision 8695

fixed typo (IsOK instead of IsOk)

2000-11-05 14:59 vaclavslavik, revision 8694

wxHTML src code indentation now conforms (more) to wxWin coding style

2000-11-05 14:59 vaclavslavik, revision 8693

fixed <li><p> paragraph break problem

2000-11-05 14:04 vadz, revision 8692

typos fix from the main branch

2000-11-05 14:03 vadz, revision 8691

fixed 2 typos

2000-11-05 13:26 vadz, revision 8690

fix from the main branch which replaces delete with the (proper) delete []

2000-11-05 13:23 vadz, revision 8689

fatal bug fixed: replaced delete with delete []