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

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

<pre> environment uses charset conversion as well

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

added <meta http-equiv> handler

2000-01-16 22:53 VS, revision 5461

wxHtmlFilterHTML adds fake <meta> tag so that the parser knows charset

2000-01-16 22:53 VS, revision 5460

wxNativeEncoding::To/FromString now stores wxFontEncoding info as well (don't worry, wxFontMapper stores data under different name now)

2000-01-16 22:52 VS, revision 5459

changed format of wxFontMapper entries: facename_encoding instead of encoding as key

2000-01-16 22:52 VS, revision 5458

added wxHTML i18n demonstration

2000-01-16 19:24 RR, revision 5457

sample docu

2000-01-16 18:49 GL, revision 5456

Tested wxMMedia2 on Cygwin B20. It works but it needs mmsystem.h.

2000-01-16 15:53 VS, revision 5455

added case sensitive and whole words only search

2000-01-16 13:27 VS, revision 5454

minor change in passing arguments to CreateAntialiasedBitmap

2000-01-16 13:26 VS, revision 5453

fixed default button size, finally

2000-01-16 13:25 VS, revision 5452

added some utils (tex2rtf, helpgen, makegen) to make system

2000-01-16 13:25 VS, revision 5451

fixed makefile - now compiles ALL samples

2000-01-16 13:25 VS, revision 5450

compilation fixes (gcc)

2000-01-16 10:39 RR, revision 5449

file dialogs now remembers the width of the first column.

2000-01-16 02:36 GRG, revision 5448

new makefile

2000-01-16 02:35 GRG, revision 5447

New makefiles

2000-01-16 00:57 GRG, revision 5446

Replaced \ with /

2000-01-16 00:55 GRG, revision 5445

Replaced \\ with /

2000-01-16 00:32 VS, revision 5444

index search is case insensitive now; index panel indicates number of displayed items

2000-01-16 00:31 VS, revision 5443

rewrote to use wxBoxSizer instead of hardcoded sizes

2000-01-16 00:31 VS, revision 5442

compilation fix for DLL build

2000-01-16 00:31 VS, revision 5441

file dialog now remebers list/report and hidden files settings, displays icons for all known file types

2000-01-16 00:31 VS, revision 5440

file dialog now remebers list/report and hidden files settings, displays icons for all known file types ; adds file extension if user did not specify one

2000-01-16 00:31 VS, revision 5439

KDE support for icons and mime types finished (icons searched in more directories, parsed .kdelnk files ever for mime types - mime.types or mailcap is no sufficient)