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-10-20 22:17 VS, revision 17590

more compilation fixes (tex2rtf now builds again)

2002-10-20 21:45 VZ, revision 17589

show something in the summary when --enable-debug was explicitly given too

2002-10-20 18:21 RR, revision 17588

Added header filename to pragma.

2002-10-20 14:45 VZ, revision 17587

fixed (?) file format

2002-10-20 13:47 VS, revision 17586

fixed syntax errors in documentation (once again...)

2002-10-20 13:46 VS, revision 17585

use iso-8859-1 as default encoding

2002-10-20 13:46 VS, revision 17584

compilation fixes

2002-10-20 13:46 VS, revision 17583

compilation fix

2002-10-20 13:45 VS, revision 17582

don't use <font face> if not requested

2002-10-20 12:45 RR, revision 17581

Use UTF8 for writing file configuation data in Unicode mode. I assume that the registry also will use Unicode in Unicode mode.

2002-10-20 11:20 RR, revision 17580

Corrected GetCharWidth() and GetCharHeight()

2002-10-20 10:15 RR, revision 17579

New code for char and key events under GTK 2.0. This uses the built-in input method which is required even for getting European characters. Key down events probably don't work anymore. It is still impossible to receive Unicode characters due to the limitations of wxKeyEvent.

2002-10-20 10:12 RR, revision 17578

Corrected GetTextExtent() although I dont reall know what was wrong.

2002-10-20 10:10 RR, revision 17577

Don't use libc for converting the command line params to Unicode as it will crash.

2002-10-19 21:23 VZ, revision 17576

implemented missing wxNativeFontInfo methods

2002-10-19 13:24 VZ, revision 17575

added wxRB_SINGLE style as temp workaround for MSW native radiobutton bug

2002-10-18 20:54 VS, revision 17574

added wxScrolledWindow to XRC

2002-10-18 19:47 SC, revision 17573

added toggle support (and some corrections ;-)

2002-10-18 17:22 SC, revision 17572

notebook images support

2002-10-18 16:26 GD, revision 17571

corrected Mac OS X related configuration check (removed spurious if)

2002-10-18 08:48 SC, revision 17570

added proper accessor for getting region boundaries

2002-10-18 07:16 SC, revision 17569

key handler does not interfere with menuevent keystrokes

2002-10-18 06:48 SC, revision 17568

bracketed fstream include

2002-10-18 06:24 RD, revision 17567

SWIGged updates for wxMac

2002-10-18 05:11 RD, revision 17566

Use true reference counting with wxMemoryBuffer