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-10 21:09 GD, revision 13490

changed PPC struct alignement setting

2002-01-10 20:46 GD, revision 13489

changed PPC struct alignement setting

2002-01-09 23:22 DW, revision 13488

Consildation and cleanup of global variables. Mostly all delclared and all defined in one header and module.

2002-01-09 23:18 DW, revision 13487

Support for WXPM's native font info.

2002-01-09 23:16 DW, revision 13486

Lots of cleanup, mostly consolidating globals

2002-01-09 21:18 VZ, revision 13485

a few things I'd like to do

2002-01-09 21:14 RD, revision 13484

Updated to use correct value for wxSTC_MASK_FOLDERS

2002-01-09 20:18 VZ, revision 13483

bug fix for wxBufferedInputStream::LastCount() after Read()

2002-01-09 18:00 RR, revision 13482

wxDirDialog no longer shows hidden files. I don't know yet how to implement the reparsing when the user checks/unchecks the "Show hidden directories" button. And my mail is down...

2002-01-09 17:03 VZ, revision 13481

mention that wxDialog doesn't derive from wxPanel any more

2002-01-09 13:09 VZ, revision 13480

winundef.h is needed for wxBase as well

2002-01-09 13:04 VZ, revision 13479

copy dummy*.cpp files as well

2002-01-09 12:49 VZ, revision 13478

fixes for the compilation warnings with Sun CC: 1. some fixes for "String literal to char * conversion" warnings (many more left in the *.xpm files) 2. fixes for "assignment of function to extern "C" function" 3. a few other miscellaneous ones

2002-01-09 01:35 VZ, revision 13477

no (real) changes

2002-01-09 01:34 VZ, revision 13476

use wxTE_RICH for the log window now that it should scroll correctly

2002-01-09 01:32 VZ, revision 13475

added, implemented, documented wxTE_RICH2 and wxTextCtrl::GetRange()

2002-01-09 01:31 VZ, revision 13474

make listbox taller

2002-01-09 01:30 VZ, revision 13473

exercise wxTextCtrl::GetRange

2002-01-09 00:14 VZ, revision 13472

wxNullFont shouldn't be passed to wxDC::SetFont()

2002-01-08 23:53 VS, revision 13471

use the new wxSystemSettings API everywhere

2002-01-08 23:38 VS, revision 13470

more MS-DOS stuff in generic wxFileDialog

2002-01-08 23:37 DW, revision 13469

OS/2 NativeFontInfo support

2002-01-08 23:37 VS, revision 13468

disable long filenames under DJGPP

2002-01-08 23:36 VS, revision 13467

expand . into cwd

2002-01-08 23:36 VS, revision 13466

MS-DOS fix to wxDir

2002-01-08 23:36 VS, revision 13465

wxDirDialog port to MS-DOS

2002-01-08 23:35 VS, revision 13464

compilation fix

2002-01-08 23:35 VS, revision 13463

use the new wxSystemSettings API everywhere

2002-01-08 23:33 DW, revision 13462

OS/2 NativeFontInfo support

2002-01-08 23:29 VZ, revision 13461

don't allow setting an invalid font

2002-01-08 23:27 VS, revision 13460

use the new wxSystemSettings API everywhere

2002-01-08 23:26 VS, revision 13459

wxSystemSettings docs correction

2002-01-08 23:25 VS, revision 13458

backward-compatiblity functions must go to wxSystemSettings, otherwise (non-virtual) wxSSNative version would be used :(

2002-01-08 23:25 VS, revision 13457

reverted my previous fix

2002-01-08 23:25 VS, revision 13456

wxRTTI for wxPopupWindow in wxMGL

2002-01-08 23:25 VS, revision 13455

DLL compilation fix

2002-01-08 22:28 DW, revision 13454

Getting rid of odd control characters at EOL in source.

2002-01-08 22:05 GD, revision 13453

wxGenericDirDialog related corrections for wxMac

2002-01-08 18:06 VS, revision 13452

moved InteractiveMove to wxUniv's wxTopLevelWindow

2002-01-08 18:03 VS, revision 13451

use UNIX wxDir if available

2002-01-08 18:02 VS, revision 13450

infinite recursion fix in wxTLW/Univ

2002-01-08 14:15 JS, revision 13449

Moved include for Windows compilation; minor doc tweaks

2002-01-08 10:13 JJ, revision 13448

Committing in . Added [.src.common]dircmn.cpp in makefile for OpenVMS Modified Files: wxWindows/src/common/descrip.mms ----------------------------------------------------------------------

2002-01-07 21:52 GD, revision 13447

implement out-of-line destructors where needed instead of using __DARWIN__ specific conditional compilation

2002-01-07 21:38 RD, revision 13446

Prevent crash when m_defGridAttr is NULL

2002-01-07 19:20 VZ, revision 13445

corrected the release year

2002-01-07 19:15 RD, revision 13444

Added sample of using client data to the wxComboBox demo

2002-01-07 18:35 RD, revision 13443

Clean up $(WXDIR)\$D too

2002-01-07 18:33 VZ, revision 13442

added the splitter event processing and also cleaned up the sample a bit

2002-01-07 18:08 DW, revision 13441

clipboard update and latest module definition file of .dll build