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-04-07 12:35 VZ, revision 2061

::GetWindowText() -> wxGetWindowText

1999-04-07 11:23 KB, revision 2060

I seem to have fixed the DeleteSubGroups() bug - PLEASE CHECK!

1999-04-06 21:13 VZ, revision 2059

wxRegConfig::GetEntryType() added and some bugs fixed

1999-04-06 20:50 RR, revision 2058

Chnaged text id for clipboard to "text/plain" Now DnD actually links as well

1999-04-06 20:26 JS, revision 2057

Fixed some bugs in new code (CanPaste, GetSelection)

1999-04-06 18:33 VZ, revision 2056

trying to work around gcc internal compiler error

1999-04-06 17:24 RR, revision 2055

Changed clipboard text format id from "STRING" to "TEXT" DnD might now actually compile (but nothing else)

1999-04-06 16:32 JS, revision 2054

Added some missing wxTextCtrl functions: Undo, Redo, CanUndo, CanRedo, CanCopy, CanCut, CanPaste, GetSelection, IsEditable. Also added wxNotebook::SetTabSize (only implemented on wxMSW but necessary when using just an icon).

1999-04-06 16:28 VZ, revision 2053

wxTempFile now respects the access rights under Unix

1999-04-06 14:38 VZ, revision 2052

fixed compilation for gcc

1999-04-06 13:44 JS, revision 2051

JPEG and PNG code taken out of image.cpp

1999-04-06 12:55 JS, revision 2050

Fixed OnMenuHighlight, wxPrintData problems

1999-04-06 10:23 VZ, revision 2049

wxConfig::GetEntryType() added

1999-04-06 08:50 VZ, revision 2048

bug in FindItemForId() fixed (?)

1999-04-06 08:29 JS, revision 2047

ShowPosition fix to allow negative numbers

1999-04-05 23:55 RS, revision 2046

Removed Persistance Framework code/files from FrameLayout Corrected makefiles to match

1999-04-05 16:13 JS, revision 2045

MSWOnCommand bug fixed

1999-04-05 16:10 JS, revision 2044

Fixed normal commands (e.g. listbox double clicks) for frames.

1999-04-05 03:22 RS, revision 2043

removed settingsdlg from makefile.g95 - not part of the library

1999-04-04 13:02 VS, revision 2042

fixed input stream

1999-04-04 11:24 JS, revision 2041

Win16 corrections

1999-04-04 05:24 HH, revision 2040

removed a few objects whose sources have been moved

1999-04-03 22:25 VZ, revision 2039

wxMenu and wxMenuBar modifications: now works much better with owner-drawn items, better encapsulation (the wxMenu data members are no longer public), simplified wxFrame and derived classes by moving the common parts into member functions of wxMenuBar

1999-04-03 21:15 VZ, revision 2038

code demonstrating wxMSW bug added

1999-04-03 20:36 JS, revision 2037

Corrected someone's double-initialisation bug