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

2002-01-25 00:35 VZ, revision 13790

removed inexisting Index() version

2002-01-25 00:08 VS, revision 13789

reverted from wxStrdup back to strdup -- sorry SC, you have to find a better fix

2002-01-24 23:24 DW, revision 13788

Fixing font utilities

2002-01-24 23:22 DW, revision 13787

Removed a conflict indicator...

2002-01-24 23:21 DW, revision 13786

Final OS/2 Native Font implementation changes

2002-01-24 22:47 RD, revision 13785

Ensure that endPos > startPos in a couple methods

2002-01-24 21:14 VS, revision 13784

updates to XRC resources compiler

2002-01-24 21:14 VS, revision 13783

1. added encodings handling to XRC, so that it is possible to load resources that don't use English+wxLocale for i18n 2. expat interface can now read non-utf-8 encodings as well

2002-01-24 21:14 VS, revision 13782

added encodings handling to XRC, so that it is possible to load resources that don't use English+wxLocale for i18n

2002-01-24 21:14 VS, revision 13781

iconv-based conversion works again, after being broken for a while (the code always felt back to wxEncodingConverter)

2002-01-24 21:13 VS, revision 13780

added dummy <style> handler in order to hide CSS code

2002-01-24 21:11 VS, revision 13779

fixes to

2002-01-24 21:00 VZ, revision 13778

fixed typo in EVT_WIZARD_HELP definition (patch from Kevin Burge)

2002-01-24 05:45 DW, revision 13777

Change up font selection process

2002-01-24 05:43 DW, revision 13776

Revert back to standard point size for fonts in OS/2

2002-01-24 01:24 RD, revision 13775

Demo cleanup and path issues. other tweaks.

2002-01-23 23:12 DW, revision 13774

Lots of fixes for OS/2

2002-01-23 22:10 JS, revision 13773

Commented out deprecated classes: wxProp and wxTab classes; moved some chapters into topics; removed double-quotes around Hello World section title; some XRC doc additions

2002-01-23 21:58 JS, revision 13772

Added missing 'break' which caused spurious </FONT></TD> markup before list items

2002-01-23 17:47 VZ, revision 13771

don't test for VPATH support for GNU make - this is waste of time

2002-01-23 17:35 VZ, revision 13770

cache the results of checks for make VPATH support and its GNUishness

2002-01-23 17:25 VZ, revision 13769

allow building wxWin with non-GNU make (which doesn't support -include)

2002-01-23 15:58 VZ, revision 13768

replaced non existing wxTE_HSCROLL style with wxHSCROLL

2002-01-23 15:49 VZ, revision 13767

added 2nd wxEvent ctor argument

2002-01-23 15:17 JS, revision 13766

Added first cut at XRC docs; added font spec for wxWindows manual (new Tex2RTF feature!); removed section on porting from 1.x.