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

2001-10-28 19:32 SC, revision 12190

added conversion routines to CIconHandle, removing pre 8.6 routines

2001-10-28 19:26 SC, revision 12189

added conversion routines to CIconHandle

2001-10-27 22:52 VS, revision 12188

added msw/gccpriv.h and others to headers list

2001-10-27 22:52 VS, revision 12187

added msw/gccpriv.h and others to headers list

2001-10-27 22:26 VS, revision 12186

fix for colspan or rowspan = 0 in HTML tables

2001-10-27 22:25 VS, revision 12185

fix for animated GIFs with frames of different dimensions

2001-10-27 22:24 VS, revision 12184

applied wxListCtrl label editing patch

2001-10-27 01:35 RD, revision 12183

new files for wxSTC on GTK

2001-10-27 01:23 RD, revision 12182

new files for wxSTC on Mac

2001-10-27 01:19 RD, revision 12181

Since there have to be platform ifdef's in wxSTC for wxMAC then we need to have septarate sets of the swig generated code.

2001-10-27 00:25 VZ, revision 12180

removed some straym ^Ms

2001-10-27 00:24 VZ, revision 12179

fixed wxNotebook bg colour

2001-10-27 00:15 RD, revision 12178

First pass at wxPython for Mac (darwin only so far). It builds but doesn't run yet.

2001-10-27 00:08 RD, revision 12177

First pass at wxPython for Mac (darwin only so far). It builds but doesn't run yet.

2001-10-27 00:07 VZ, revision 12176

don't make the dialogs appear in the taskbar

2001-10-27 00:07 VZ, revision 12175

position the controls correctly in the vertical toolbars

2001-10-26 23:56 VZ, revision 12174

wxToolBarTool::IsXXX() should return bool, not int

2001-10-26 20:45 DW, revision 12173

removed defs.h include

2001-10-26 18:35 RL, revision 12172

fix for regex dist target

2001-10-26 07:23 RD, revision 12171

fixes for the wxPre* helpers

2001-10-26 07:19 RD, revision 12170

Added wxURLDataObject

2001-10-26 05:46 RD, revision 12169

Use the right flags on wx-config

2001-10-26 02:14 RD, revision 12168

New PyCrust files

2001-10-26 02:13 RD, revision 12167

Added URL drag and drop sample to the wxPython demo

2001-10-26 02:11 RD, revision 12166

Added wxDragLink Added SetURL to wxURLDataObject Fixed the Mozilla problem by reversing the order of the component DOs in the wxURLDataObject. By checking the wxTextDataObject first then it avoids the problem of how Mozilla sends the UniformResourceLocator data.