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-19 23:22 VS, revision 13665

don't crash if we can't detect g_wcCharset

2002-01-19 21:49 VZ, revision 13664

added the possibility to hide the tip window automatically when the mouse leave the specified rectangle; fixed a few bugs with the window not disappearing automatically

2002-01-19 21:48 VZ, revision 13663

dismiss the popup when an unprocessed key is pressed

2002-01-19 21:45 VZ, revision 13662

documented new CaptureMouse() behaviour

2002-01-19 19:39 VZ, revision 13661

compilation/linking fixes for DoCaptureMouse() change

2002-01-19 19:38 VZ, revision 13660

Capture/ReleaseMouse() prefixed with Do for the other ports (OS/2, MGL, Motif, Mac)

2002-01-19 19:31 VZ, revision 13659

maintaint the mouse capture stack in all ports, not just wxUniv

2002-01-19 17:44 JS, revision 13658

Corrected wxTextCtrl doc

2002-01-19 15:42 VZ, revision 13657

fixed crash in iconv_close() as well

2002-01-19 15:30 GD, revision 13656

renamed wxLogXXX functions with va_list argument to wxVLogXXX

2002-01-19 15:10 GD, revision 13655

changed 'extern inline' to extern only

2002-01-19 14:50 GD, revision 13654

use "..." instead of <...> for wx includes

2002-01-19 14:43 GD, revision 13653

corrections to XFontName accessors

2002-01-19 13:15 VZ, revision 13652

fixed crash in iconv_open() and cleaned up the code a bit further

2002-01-19 12:20 VZ, revision 13651

fixed compilation with wxUSE_WCHAR_T=0

2002-01-19 12:19 VZ, revision 13650

fixed GetDiskFreeSpaceEx calling convention (Markus Greither)

2002-01-19 08:33 GD, revision 13649

removed __DARWIN__ conditional tests (the help menu doesn't work otherwise)

2002-01-19 07:48 GD, revision 13648

added IFF image file

2002-01-19 07:36 GD, revision 13647

corrected includes when wxUSE_SOCKETS is not defined

2002-01-18 23:16 VS, revision 13646

slight corrections, moved bwd compat macros to the end of the file

2002-01-18 23:16 DW, revision 13645

Dialog support

2002-01-18 22:34 JS, revision 13644

Started to improve header comments for FL

2002-01-18 20:31 VZ, revision 13643

fix for Sun CC bug with not calling temporary objects dtor

2002-01-18 20:01 VZ, revision 13642

better native font support for wxGTK

2002-01-18 19:04 VS, revision 13641

safer destruction of wxXmlResource::ms_instance