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.

2003-05-04 17:35 MBN, revision 20473

Avoid crash during global destruction.

2003-05-04 17:12 JS, revision 20472

Applied updated patch [ 731719 ] Owner draw font leak/overuse

2003-05-04 16:51 PKO, revision 20471

Added pretty-print Display tab.

2003-05-04 15:50 JS, revision 20470

Added defined() to directive

2003-05-04 14:11 JS, revision 20469

Added some missing copyright lines

2003-05-04 12:27 MBN, revision 20468

Fix for the fact that unmapped but managed widgets intercept mouse events even if they are not visible. (backport) Set/reset MappedWhenManaged flag when showing/hiding a window, otherwise, since some common operations (moving, adding items to a listbox, ...) do a Unmanage-Manage pair, calling Hide and then (for example) SetSize would show the window again. (backport)

2003-05-04 12:25 MBN, revision 20467

Pass events to pushed event handlers. (backport)

2003-05-04 12:19 MBN, revision 20466

Fix for the fact that unmapped but managed widgets intercept mouse events even if they are not visible.

2003-05-04 12:17 MBN, revision 20465

Pass events to pushed event handlers.

2003-05-03 17:56 RD, revision 20464

Reversed the meaning of black and white in wxRegion::ConvertToBitmap so it matches the menaning of black and white in wxMask

2003-05-03 16:01 PKO, revision 20463

import wx Changed some strings to refer to "Py" rather than "PyCrust".

2003-05-03 15:41 JS, revision 20462

Applied [ 731578 ] wxThread state bugfix

2003-05-03 15:41 SC, revision 20461

corrected pageRect for non carbon targets, removed commented obsolete sections

2003-05-03 15:34 JS, revision 20460

Added items to todo list and publicity doc

2003-05-03 15:32 JS, revision 20459

Mentioned: Applied patch [ 701238 ] Added BLOB support to dbtable.

2003-05-03 15:28 JS, revision 20458

Applied patch [ 701238 ] Added BLOB support to dbtable.

2003-05-03 15:17 JS, revision 20457

Applied patch [ 726350 ] wxGrid - MovePageDown()

2003-05-03 15:15 PKO, revision 20456

Docstring changes.

2003-05-03 15:11 JS, revision 20455

Applied patch [ 731846 ] GTK Print Options Print options were omitted from print command

2003-05-03 15:07 JS, revision 20454

Mentioned wxImage::Scale improvement

2003-05-03 15:06 JS, revision 20453

Applied patch [ 730686 ] wxImage::Scale speed improvements

2003-05-03 14:31 PKO, revision 20452

This module doesn't use wxPython.

2003-05-03 13:50 JS, revision 20451

Applied patch [ 731195 ] More #if/#endif's to build a smaller library

2003-05-03 13:45 JS, revision 20450

Doc corrections

2003-05-03 13:39 JS, revision 20449

Mentioned docview changes