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

2005-05-12 17:12 RD, revision 34028

cleanup

2005-05-12 17:00 RD, revision 34027

docstrings for wx.Font

2005-05-12 14:21 JS, revision 34026
  • D /wxWidgets/trunk/utils/configtool/docs/manual/back.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/bullet.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/contents.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/copy.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/cshelp.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/cut.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/down.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/forward.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/help.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/new.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/open.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/paste.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/redo.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/save.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/saveas.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/undo.bmp
  • D /wxWidgets/trunk/utils/configtool/docs/manual/up.bmp

Removed unnecessary files.

2005-05-12 10:55 DS, revision 34025

corrected minor typos

2005-05-12 03:34 KH, revision 34024

Updated docs to accurately define wxHIDE_READONLY, and note that it is deprecated in 2.6.

2005-05-11 21:29 KO, revision 34023

ODBC library is part of base, so make sure the dependency is set accordingly.

2005-05-11 18:13 RD, revision 34022

Copied a few things from wxWidgets changes.txt

2005-05-11 18:07 RD, revision 34021

reSWIGged

2005-05-11 18:06 RD, revision 34020

Some cleanup and added FFont and FFontFromPixelSize

2005-05-11 18:00 RD, revision 34019

wx.GetXDisplay

2005-05-11 17:06 RD, revision 34018

Ensure that Python is initialized before doing any locking in wxPyBeginBlockThreads and wxPyEndBlockThreads as these can be triggered after Python has been finalized in embedding situations.

2005-05-11 17:04 RD, revision 34017

Don't use wx.TheFontList.FindOrCreateFont, it's way too slow.

2005-05-11 17:02 RD, revision 34016

compile fixes

2005-05-11 16:18 RD, revision 34015

Compile fixes

2005-05-11 12:16 JS, revision 34014

HandlePrintClient shouldn't go above a top-level window

2005-05-10 23:38 RD, revision 34013

Have wxLaunchDefaultBrowser fallback to the BROWSER environment variable on *nix if the mimetype info fails to lead to a usable command.

2005-05-10 20:11 ABX, revision 34012

Build fix for VC, fixed reading after end of wxChar*, source cleaning.

2005-05-10 20:05 ABX, revision 34011

Source cleaning.

2005-05-10 19:22 ABX, revision 34010

Compensate the usage of selecting already selected menu items by explicit 'New game' menu entry.

2005-05-10 19:10 ABX, revision 34009

Do not send event for already selected menu radio item selection.

2005-05-10 13:29 MW, revision 34008

Only automatically switch off --enable-std_string or --enable-std_iostreams if they are not on the command line, fail with an error otherwise.

2005-05-10 11:12 MW, revision 34007

Detect when --enable-std_string or --enable-std_iostreams won't work and switch them off.

2005-05-10 06:30 SC, revision 34006

cleanup

2005-05-10 05:44 SC, revision 34005

applying patch 1188918

2005-05-10 05:23 SC, revision 34004

refresh only for menus which have their menubar attached as well, otherwise an assert is triggered