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

1998-12-08 22:28 VZ, revision 1136

(very) preliminary DnD docs

1998-12-08 18:59 JS, revision 1135

Added wxAutomationObject documentation, changed some BC++ makefiles

1998-12-08 18:56 JS, revision 1134

Restored the old Dialog Editor files.

1998-12-08 18:55 JS, revision 1133

Added wxAutomationObject class.

1998-12-08 18:54 JS, revision 1132

Added wxOleAutomation class (wxMSW only, obviously...) and some wxTime member functions

1998-12-08 18:52 JS, revision 1131

Additions to wxTime; always inits OLE now in wxMSW

1998-12-08 18:49 JS, revision 1130

Added OLE automation sample, changed BC++ makefiles

1998-12-08 10:44 VZ, revision 1129

uncommented some code which works now

1998-12-08 10:02 KB, revision 1128

Added files.

1998-12-08 10:01 KB, revision 1127

Overwrote(!!) with source files that compile and link with latest wxGTK. Segfaults on startup though.

1998-12-08 09:30 RR, revision 1126

Corrected bold fonts

1998-12-08 08:40 RR, revision 1125

DnD updates Clipboard pasting (for wxDF_TEXT) print dialog looks better now font dialog ibid

1998-12-07 18:23 VZ, revision 1124

1. wxNotebook::GetPageCount() returns only the number of pages actually added to the notebook 2. wxTreeCtrl: more kbd interface ad SetItemBold (doesn't work :-( )

1998-12-07 13:28 RR, revision 1123

Listctrl updates

1998-12-07 10:38 RR, revision 1122

Keyboard navigatino in tree ctrl EnsureVisible()

1998-12-07 08:27 RR, revision 1121

Added serial code for wxList and wxHashTable to source tree Added a few accessors to wxList (for above) Fixed bug with GetClientSize() and sunken frames without scrollbars Made pixel corrections to wxListCtrl and wxFrame Added a few pixels before first tool in toolbar Added a few wxCHECKs here and there

1998-12-06 21:35 RR, revision 1120

wxIMage accessors printing bitmaps

1998-12-06 20:26 JS, revision 1119

Some more WXWIN_COMPATIBILITY fixes.

1998-12-06 20:24 JS, revision 1118

Added various licence files

1998-12-06 17:33 RR, revision 1117

Update for bitmap, image on scaling, transparancy, wxCHECKs and no more dependance of wxBitmap on wxImage in its API

1998-12-05 23:10 VZ, revision 1116

1. suppressed some messages from HasEntry()/HasKeys() 2. removed "wxWindows" from default wxRegConfig location

1998-12-05 23:08 VZ, revision 1115

corrected a crash in wxDialog::Show() which would happen if there was a window in "pending for delete" queue before the call to this function

1998-12-05 23:07 VZ, revision 1114

a warning suppressed (arg to MessageBeep is UINT)

1998-12-05 21:53 RR, revision 1113

Fixed make install bug Commented AutoLayout() in wxWindow::OnSize() out (why?) Removed double code Fixed print page dialog

1998-12-05 21:02 RR, revision 1112

New PostScript code

1998-12-04 19:32 VZ, revision 1111

id are generated as in wxMSW if the default value (-1) is given to wxWindow::Create()

1998-12-04 17:54 RR, revision 1110

The final compile fixes for wxMotif with configure

1998-12-04 13:57 JS, revision 1109

Fixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp

1998-12-04 13:12 RR, revision 1108

Run fix for Lesstif wxScreenDC works better now

1998-12-04 10:30 JS, revision 1107

More progress on wxMotif, incl. wxTreeCtrl/wxListCtrl beginning to work

1998-12-04 07:43 RR, revision 1106

Added wxMiniFrame

1998-12-03 16:41 RR, revision 1105

Build fixes

1998-12-03 15:14 RR, revision 1104

wxWindow::ReParent() wxDC::SetClippingRegio( region) lots if wxDC inline with wxPoint

1998-12-03 15:05 UG, revision 1103

no message

1998-12-03 10:13 JS, revision 1102

Changed wxRectangle to wxRect. Sorry for the bandwidth...

1998-12-03 09:51 JS, revision 1101

Small Motif bug fixes

1998-12-02 22:32 VZ, revision 1100

disabled DeleteAll()

1998-12-02 20:06 VZ, revision 1099

added wxListCtrl::DeleteAllColumns()

1998-12-02 20:02 JS, revision 1098

Added wxRegion version of wxWindowDC::SetClippingRegion

1998-12-02 17:21 MR, revision 1097

range with m_minimumPaneSize and m_maximumPaneSize

1998-12-02 10:32 VZ, revision 1096

added wxNode::IndexOf and wxList::IndexOf (patch by Frank McIngvale)

1998-12-02 10:24 RR, revision 1095

Removed the new flicker code.

1998-12-01 17:41 RR, revision 1094

Pixel corrections for wxListCtrl Speedup for wxTreeCtrl::Insert()

1998-12-01 15:51 KB, revision 1093

Another try to detect alpha systems and fix string.h for it.

1998-12-01 12:55 RR, revision 1092

New wxDC hierarchy wxTE_PASWORD

1998-12-01 10:07 RR, revision 1091

drawing optimization fix

1998-12-01 07:19 RD, revision 1090

Changed wxBell to only use MessageBeep()

1998-11-30 15:59 VZ, revision 1089

linux compile fix

1998-11-30 12:59 JS, revision 1088

Fixed toolbar gaffe.

1998-11-30 12:52 JS, revision 1087

Hierarchy fixes; bug fix for tabg that was introduced somehow...