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-19 23:06 VS, revision 5538

documented existence of wxTheMimeTypesManager

2000-01-19 23:06 VS, revision 5537

documented macros *_EXPORTED_ARRAY

2000-01-19 23:06 VS, revision 5536

fixed SetLink (if link.Href is empty, nulls the link

2000-01-19 23:06 VS, revision 5535

split mimetype.h/.cpp into platform specific code

2000-01-19 23:05 VS, revision 5534

dialog for choosing charset was too wide

2000-01-19 23:05 VS, revision 5533

uses wxInitAllImageHandlers

2000-01-19 23:05 VS, revision 5532

added encoding support to help contents

2000-01-19 23:05 VS, revision 5531

mimetype.cpp/.h split into unix,max,msw

2000-01-19 23:04 VS, revision 5530

added utils/hhp2cached

2000-01-19 23:03 VS, revision 5529

mimetype.cpp/.h split into unix,mac,msw

2000-01-19 23:02 VS, revision 5528

fixed compilation problem with BC (at least I hope so)

2000-01-19 23:01 VS, revision 5527

fixed ReadString for wxUSE_UNICODE

2000-01-19 22:09 RD, revision 5526

After bashing my head on the desk for being so stupid I fixed the wxFloatBar for wxGTK the extremly EASY way...

2000-01-19 19:32 GRG, revision 5525

Updated docs

2000-01-19 18:41 SB, revision 5524

In order to make shared wxGLContext work,\nadd new wxGLCanvas ctor passing a wxGLCanvas\n instead of a wxGLContext, to share context with.

2000-01-19 16:43 GRG, revision 5523

makefile updates

2000-01-19 10:34 JS, revision 5522

Added missing windows.h includes

2000-01-19 09:55 BJ, revision 5521

adding intl.h and wxString -> char* conversion in DDEAtomFromString

2000-01-19 06:58 RD, revision 5520

Various odds and ends, minor fixes, and cleanups...

2000-01-19 01:01 VS, revision 5519

it is now possible to add custom buttons into wxHtmlHelpFrame's toolbar

2000-01-19 01:00 VS, revision 5518

added wxFSFile::GetModificationTime

2000-01-19 01:00 VS, revision 5517

added wxFileModificationTime

2000-01-19 00:59 VS, revision 5516

uses SetTempDir

2000-01-19 00:59 VS, revision 5515

iso8859-1,15 and cp1252 added to Cyrillic charsets

2000-01-19 00:59 VS, revision 5514

Added Open HTML page to menu

2000-01-19 00:59 VS, revision 5513

removed protected methods from docs

2000-01-19 00:59 VS, revision 5512

.cached format of help books is now endian-independent; also changed lookup logic for .cached files

2000-01-19 00:59 VS, revision 5511

generic wxFileDialog now stores customizations to registry/dotfile if possible

2000-01-18 22:54 GT, revision 5510

Fixed so this file will compile if wxUSE_IPC is 0 (previous fix broke something else). Changed _T() calls to wxT() calls

2000-01-18 21:45 RD, revision 5509

more fixes to match some updates in wxHTML

2000-01-18 21:39 RD, revision 5508

fixes to match some updates in wxHTML

2000-01-18 21:21 VZ, revision 5507

1. fixed compilation of wxExecute() for !wxUSE_IPC 2. wxLogStatus() will not assert if there is no statusbar to set text for

2000-01-18 20:26 GRG, revision 5506

Added IsScrollng() support for scroll and scrollwin events

2000-01-18 20:23 GRG, revision 5505

Test for IsScrolling() added

2000-01-18 20:13 GRG, revision 5504

isScrolling() in wxScroll[Win]Event

2000-01-18 19:48 GT, revision 5503

Removed a couple of debug lines

2000-01-18 17:06 JS, revision 5502

Avoided rounding errors in font point size calculations

2000-01-18 15:39 VS, revision 5501

added default icons for binary and unknown filetype

2000-01-18 15:39 VS, revision 5500

icons for generic file dialog

2000-01-18 15:38 JS, revision 5499

Put Stefan's speedup fix into DoBlit

2000-01-18 14:22 JS, revision 5498

Change to wxWindow::HandleCommand to allow accelerators to work even if there is no corresponding child window.

2000-01-18 12:29 GT, revision 5497

Changed code to allow for removal of the #include <windows.h> from wxprec.h for windows

2000-01-18 10:18 JS, revision 5496

Some more bug reports

2000-01-18 09:36 VS, revision 5495

m_LastPage changed to wxChar*, forgot to commit

2000-01-18 09:18 VS, revision 5494

added justification demo

2000-01-18 09:18 VS, revision 5493

HTML_* -> wxHTML_* (bugs in docs)

2000-01-18 09:18 VS, revision 5492

added support for align=justify

2000-01-18 09:17 VS, revision 5491

added wxHTML_ALIGN_JUSTIFY

2000-01-18 09:17 VS, revision 5490

added align=justify support ; also removed relic: GetMaxLineWidth

2000-01-18 09:17 VS, revision 5489

removed relic: GetMaxLineWidth