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

2002-10-17 22:07 VS, revision 17565

wxCheckBox and wxCheckList docs

2002-10-17 20:40 SC, revision 17564

turned off several branches for cursor setting idle code, I'll have to turn on some of them

2002-10-17 20:38 SC, revision 17563

picture support on tabs

2002-10-17 20:34 SC, revision 17562

changed code for better debugging

2002-10-17 20:32 SC, revision 17561

pict generation code takes into account mask, getting rid of a memory leak

2002-10-17 20:30 SC, revision 17560

attempt to keep the number of control updates lower during idle times

2002-10-17 19:58 VZ, revision 17559

added Indonesian translation

2002-10-17 19:20 GD, revision 17558

Under Mac OS X, when building non bundle applications, resources are bundled both with shared library and applications since the carb resource *must* be included in the application in order for it to be recognized as a Carbon application

2002-10-17 18:49 ROL, revision 17557

Notes about 0.0.8-1.

2002-10-17 18:41 ROL, revision 17556

Using MyDocument objects for writing XML (myxml module). Added new controls. Panel.OnCut code is merged with Panel.OnDelete to Panel.OnCutDelete. Encoding support (beta). Moved "del conf" line from App class to main function - for some weird reason it doesn't work in App.

2002-10-17 18:37 ROL, revision 17555

Updated control parameters for wxDialog, wxGauge, wxSpinButton. Implemented wxSpinCtrl, wxGenericDirCtrl, wxUnknown. Added encoding support and new classes xxxEncoding, xxxMainNode (represents Document object). etc.

2002-10-17 18:37 RD, revision 17554

wxFAIL used wxFalse in its message like '"wxFalse" failed' which doesn't make much sense... So I changed the token passed to wxASSERT to "wxAssertFailure" to try and make it a little better.

2002-10-17 18:33 ROL, revision 17553

Customised XML writing - include encoding header attribute

2002-10-17 18:23 RD, revision 17552

Fix a couple asserts so they won't deref NULL pointers if that's what was passed in.

2002-10-17 18:02 VZ, revision 17551

added include wx/defs.h

2002-10-17 16:43 VZ, revision 17550

fixes for gcc 3.x -Wshadow warnings

2002-10-17 16:38 VZ, revision 17549

gcc 3.x -Wshadow warning fix

2002-10-17 16:32 VZ, revision 17548

compilation fix (missing header)

2002-10-17 16:30 VZ, revision 17547

added wxLongLongSuffix and wxLongLongFmtSpec for CW

2002-10-16 23:24 RD, revision 17546

SWIGged updates for wxGTK

2002-10-16 22:51 RD, revision 17545

Various changes to reflect current CVS. Added a separate wxRadioButton demo. Various tweaks.

2002-10-16 22:48 RD, revision 17544

Reverted last change. The page size must be set when it is added in case the notebook has already been sized by the time the new page is added.

2002-10-16 22:46 RD, revision 17543

FileExists --> wxFileExists

2002-10-16 22:43 VZ, revision 17542

Mac compilation warning fixes

2002-10-15 22:46 VS, revision 17541

fix binary incompatiblities in wxHtmlHelpController's cached data bytestream