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

2003-05-06 08:13 CE, revision 20498

update digitalmars makefile

2003-05-06 08:08 CE, revision 20497

update install docs for MSW (Borland & Digital Mars)

2003-05-06 07:53 JS, revision 20496

Doc clarifications

2003-05-06 07:23 RR, revision 20495

splitter mini fix upported from HEAD.

2003-05-06 07:22 RR, revision 20494

Penguin Unicode compilation fix.

2003-05-06 07:21 RR, revision 20493

OpenGL for GTK2 fixes.

2003-05-06 07:20 RR, revision 20492

Splitter clean up.

2003-05-06 07:02 RR, revision 20491

Compilation fixes for Penguin under Unicode.

2003-05-06 07:01 RR, revision 20490

Adapted GLCanvas to GTK2

2003-05-06 01:53 PKO, revision 20489

Generates wx package for epydoc.

2003-05-05 20:51 MBN, revision 20488

Fix for crash on exit.

2003-05-05 18:37 PKO, revision 20487

Namespace cleanup.

2003-05-05 08:42 RR, revision 20486

Upported fix to mouse capture event handling.

2003-05-05 08:36 RR, revision 20485

Cleaned the mess in wxSplitterWindow::OnMouse()

2003-05-05 08:35 RR, revision 20484

Removed surplus enter/leave events after mouse capture/release.

2003-05-05 07:32 RR, revision 20483

Added test for mouse capture and enter/leave events.

2003-05-04 21:09 JS, revision 20482

Initialised m_isBeingDeleted -- I don't know how anything worked without it...

2003-05-04 20:51 JS, revision 20481

Setting state to STATE_NEW in wxThread::Create

2003-05-04 20:23 PKO, revision 20480
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/docs/PyManual.html
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/docs/wxPackage.html
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/docs/wxPythonExamples.html
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/docs/wxPythonManual.html
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/docs/wxPythonTutorial.html

HTML files shouldn't be in CVS.

2003-05-04 20:21 PKO, revision 20479

New file, overview of other docs.

2003-05-04 19:44 PKO, revision 20478

New and updated files.

2003-05-04 19:35 PKO, revision 20477

Updated.

2003-05-04 18:05 PKO, revision 20476

Updates.

2003-05-04 18:03 PKO, revision 20475

Improved ``Can*`` checks in ``EditWindow``, since STC is too lenient, particularly when it is set to read-only but returns True for CanPaste() (seems like an STC bug to me).

2003-05-04 17:40 MBN, revision 20474

Changed the way ApplicationShells are used: now wxMotif creates one ApplicationShell per display, and makes top level windows popup childs of the ApplicationShell. Removed a couple of unused variables from wxApp. Replaced some calls to wxGetDisplay with XtDisplay(widget) or event.xany.display, and some others with wxGlobalDisplay (the latter changes are just eyecandy). Used wxFlushEvents where appropriate. Fixed (hopefully) wxFindAcceleratorText and wxFindAccelerator; for now the new version is still disabled, awaiting further testing.