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

1999-11-06 19:43 JS, revision 4412

Small changes

1999-11-06 19:39 RR, revision 4411

Applied a few OS/2 patches for wxGTK.

1999-11-06 19:35 VZ, revision 4410

1. more corrections to file dnd (works with testdnd GTK sample now as well) 2. restored STRING for g_textAtom, not text/plain

1999-11-06 18:23 KB, revision 4409

some fixes and speedups

1999-11-06 17:58 VZ, revision 4408

wxFileDataObject supports GNOME file dnd now

1999-11-06 17:50 GT, revision 4407

Added wxODBC_FWD_ONLY_CURSORS to allow for drivers/data sources that only support forward scrolling cursors

1999-11-06 17:44 GL, revision 4406

Fixed wxMemoryOutputStream (it wasn't working at all) Fixed wxStreamBuffer to support features of wxMemoryOutputStream wxMMedia2 updates (various fixes)

1999-11-06 17:28 VS, revision 4405

fixed URL parsing problem

1999-11-06 17:12 JS, revision 4404

Added some makefiles, fixed a BC++ problem in controls.cpp; changed some class ordering for VC++ 1.5

1999-11-06 17:09 GT, revision 4403

Renamed FWD_ONLY_CURSORS to wxODBC_FWD_ONLY_CURSORS to avoid conflicts with other libraries. The setting for this define will be included in the setup.h files so that people using the Remstar ODBC classes will now be able to use data sources/ODBC drivers that only support foward scrolling cursors (like dBase).

1999-11-06 16:59 KB, revision 4402

mouse selection handling fixed wxGTK private clipboard data format and private selection are broken!

1999-11-06 16:56 KB, revision 4401

fixed

1999-11-06 16:47 RR, revision 4400

wxListBox now sends events using AddPendingEvent(), I wonder if that really is good.

1999-11-06 16:12 VZ, revision 4399

test for wxFrame::GetPosition/GetSize added

1999-11-06 15:41 VS, revision 4398

cosmetic changes : indentation etc.

1999-11-06 15:40 VS, revision 4397

html help : added '?' icon to root node of contents panel

1999-11-06 15:39 VS, revision 4396

wxHTML overview reorganized

1999-11-06 15:39 VS, revision 4395

added list of tags supported by wxHTML

1999-11-06 15:38 VS, revision 4394

added wxFontEnumerator::GetFacenames and GetEncodings that return array of facenames/encodings found by EnumerateXXXX

1999-11-06 15:28 VS, revision 4393

fixed stupid typo I did a minute ago

1999-11-06 15:25 VS, revision 4392

modified samples/html/test so that it loads inet fs handler

1999-11-06 13:38 VS, revision 4391

better-looking icons

1999-11-06 11:21 RR, revision 4390

Fixed typos in frame and dialog, Some improvemnts to DnD, It's no longer possible to close any frame if there is a dialog open.

1999-11-06 10:39 JS, revision 4389

Fixed image sample, dsp files etc.

1999-11-06 10:22 JS, revision 4388

Minor doc fixes