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

2002-05-02 20:09 MBN, revision 15340

Missing bracket in array.tex Documentation for wxStatusBar::Push/PopStatusText Documentation for wxFrame::Push/PopStatusText and Get/SetStatusBarPane.

2002-05-02 20:07 MBN, revision 15339

Implemented wxStatusBar::Push/PopStatusText. Implemented wxFrame::Push/PopSTatusText ( just forward to the status bar ). Implemented wxFrame::DoGiveHelp, to show menu/toolbar help in the status bar. Added Get/SetStatusBarPane to get/set the status bar pane the menu/toolbar help will be show in

2002-05-02 20:03 MBN, revision 15338

Generate EVT_TOOL_ENTER when the user moves the mouse out of the toolbar

2002-05-02 19:56 MBN, revision 15337

wxExecute takes a char**, not a wxChar**

2002-05-02 16:03 SC, revision 15336

corrected DoDrawPoint

2002-05-02 13:56 VZ, revision 15335

you don't have to set BCCDIR for compilation with Borland any longer (patch 550105)

2002-05-02 13:52 VZ, revision 15334

dumb fix for wxDC::Clear() crash

2002-05-02 13:52 VZ, revision 15333

small code cleanup while looking for an inexistent problem

2002-05-02 13:36 VZ, revision 15332

splitted wxFileStream docs in 2 files to make the classes appear in the alphabetic order (patch 549657)

2002-05-02 13:30 VZ, revision 15331

fixed type: wxUint16 -> wxUint32 (patch 549556)

2002-05-02 06:18 RD, revision 15330

Changes for the embedded sample to build on Linux Swigged updates for wxGTK

2002-05-02 04:45 RD, revision 15329

Fixed the bugs preventing wxPython from being embedded in a wxWindows app, and added a sample showing how to do it.

2002-05-02 02:49 RD, revision 15328

Removed wxVTKRenderWindow since VTK now includes a much better python module that allows you to use VTK in a wxPython window.

2002-05-02 02:46 RD, revision 15327

Changed the name of export.h to wxPython.h so it wouldn't be so generic. This is the header that should be included by 3rd party stuff that is embedding wxPython or making a new wxPython extension module.

2002-05-01 16:44 VZ, revision 15326

changed wxUSE_MS_HTML_HELP to 1 by default

2002-05-01 16:25 VZ, revision 15325

fixed definition of TRUE broken by the last commit

2002-05-01 16:20 VZ, revision 15324

added WX_TRUE_DEFINED to allow preventing the redefinition of TRUE/FALSE

2002-05-01 16:15 VZ, revision 15323

added a few more consistency tests which used to be in wx\msw\setup.h

2002-05-01 16:14 VZ, revision 15322

disabled wxWin memory debugging by default

2002-05-01 16:13 VZ, revision 15321

fixed the wrong custom build messages

2002-05-01 08:57 MBN, revision 15320

Fixed Unicode breakage I caused

2002-04-30 22:31 DW, revision 15319

More image processing updates

2002-04-30 22:29 DW, revision 15318

Some new members to assist in bitmap rendering

2002-04-30 07:34 JS, revision 15317

Renamed wxBuffer to deBuffer

2002-04-30 04:27 RD, revision 15316

wxTimer was in the wrong place in the demo