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

2000-01-18 01:22 VZ, revision 5488

1. small fix in wxDirDialog: SHBrowseForFolder() doesn't like '/'s 2. streamlined DDE code (better error handling, range checking) 3. hack in wxExecute to allow launching DDE servers 4. changed wxTreeCtrl::m_filename scope from private to protected 5. corrected creating wxBitmaps from XBMs 6. wxListCtrl no longer sends bogus ACTIVATED events

2000-01-17 22:12 VS, revision 5487

removed show_progress argument in some private functions -- was never used

2000-01-17 22:11 VS, revision 5486

PageUp/PageDown scroll by 2/3 of client area height (was 1)

2000-01-17 22:11 VS, revision 5485

help search is much faster now (7 times! that's what I call optimization ;-)

2000-01-17 20:22 DW, revision 5484

Take hard coded path out of makefile

2000-01-17 19:56 RR, revision 5483

Add draft wxPlotWindow

2000-01-17 18:14 RR, revision 5482

fix for HP compiler

2000-01-17 17:19 VS, revision 5481

fixed BC compilation bug (line 145)

2000-01-17 17:19 VS, revision 5480

wxHtmlHelpController can now use default wxConfig instance

2000-01-17 17:19 VS, revision 5479

fixed bug: UseConfig didn't call wxHtmlHelpFrame::OnConfig

2000-01-17 17:19 VS, revision 5478

removed some forgotted wxLogDebug calls

2000-01-17 17:18 VS, revision 5477

documented support for <meta>

2000-01-17 17:18 VS, revision 5476

wxConfig is used together with wxConfig::Set now

2000-01-17 17:18 VS, revision 5475

(1) fixed bug: wxFontMapper no longer creates wxConfig instance by calling wxConfig::Get, now uses wxConfig::Get(FALSE) ;; (2) changed default config path to wxWindows/FontMapper

2000-01-17 17:18 VS, revision 5474

changed wxConfigBase::Get signature to wxConfigBase::Get(bool CreateOnDemand = TRUE)

2000-01-17 11:42 JS, revision 5473

Makeproj.cpp corrections; wxTextCtrl resource loading font bug cured

2000-01-17 01:37 VZ, revision 5472

cleaned a bit

2000-01-17 01:26 GRG, revision 5471

added missing headers

2000-01-17 01:26 GRG, revision 5470

new makefile

2000-01-17 00:21 GRG, revision 5469

Please turn off pchs when testing!

2000-01-16 22:55 VS, revision 5468

somebody added #ifdefed #pragma to disable warnings about // in c source, instead of fixing the comments, grrr. So I fixed it.

2000-01-16 22:55 VS, revision 5467

documented wxGA_SMOOTH

2000-01-16 22:55 VS, revision 5466

search progress bar has smooth gauge under win95 now

2000-01-16 22:55 VS, revision 5465

wxProgressDialog now accepts wxGA_SMOOTH style

2000-01-16 22:54 VS, revision 5464

added encoding conversion to wxHTML