wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 690 1377 2064Next Page

Changes per page:

25 50 100 250

Summarize files:

On | Off

Search:

Filter by Developer:

Sort Alphabetically Sort by Commits Show/Hide Inactive Developers

This changelog reflects changes in the wxWidgets SVN repository, and is updated every 10 minutes. All reported times are in UTC.

  • Legend:
  • Added (A) Added (A)
  • Deleted (D) Deleted (D)
  • Modified (M) Modified (M)
  • Copied (R) Copied (R)
  • [Branch]
  • [Tag]

Changelog for wxWidgets (51,600 revisions):

r53589: 2008-05-14 00:53:16 [VZ] Vadim Zeitlin

M  /src/msw/dialog.cpp  [diff, log, file]

 delay gripper positioning until the dialog is shown to ensure that it doesn't overwrite other dialog children

r53588: 2008-05-13 20:52:56 [SC] Stefan Csomor

M  /src/mac/carbon/window.cpp  [diff, log, file]

 adapting to new m_font handling in base (it's not always valid, so use GetFont())

r53587: 2008-05-13 19:40:42 [VZ] Vadim Zeitlin

M  /src/common/textfile.cpp  [diff, log, file]

 fix bug introduced by the last change: we could overwrite the buffer if the file size changed while we were reading it

r53586: 2008-05-13 02:51:17 [PC] Paul Cornett

M  /src/unix/taskbarx11.cpp  [diff, log, file]

 fix overload ambiguity when compiler doesn't know NULL is a pointer

r53585: 2008-05-13 00:20:35 [RD] Robin Dunn

M  [WX_2_8_BRANCH] /src/mac/carbon/renderer.cpp  [diff, log, file]

 fixed last commit

r53583: 2008-05-12 23:55:45 [RD] Robin Dunn

M  [WX_2_8_BRANCH] /src/mac/carbon/renderer.cpp  [diff, log, file]

 Need to allow wxMemoryDC's at any time. (It derives from wxPaint event so the 2nd half of the test catches that.)

r53582: 2008-05-12 23:54:34 [RD] Robin Dunn

M  [WX_2_8_BRANCH] /src/unix/taskbarx11.cpp  [diff, log, file]

 Resolve overload ambiguities

r53581: 2008-05-12 22:42:51 [BP] Bryan Petty

M  [WX_2_8_BRANCH] /docs/latex/wx/frame.tex  [diff, log, file]

 Fixed bug #1340071 (outdated documentation of wxFrame::CreateStatusBar() function default values).

r53573: 2008-05-12 12:47:59 [SN] Stefan Neis

M  /interface/stattext.h  [diff, log, file]

 Clarified difference between wrap width and width of control in wxStaticText.

r53572: 2008-05-12 12:21:56 [SN] Stefan Neis

M  [WX_2_8_BRANCH] /docs/latex/wx/txrc.tex  [diff, log, file]

 Fixed link to page with third party tools.

r53571: 2008-05-12 11:22:39 [VZ] Vadim Zeitlin

M  /src/common/cmdline.cpp  [diff, log, file]

 don't dereference end iterator

r53570: 2008-05-12 06:27:38 [PC] Paul Cornett

M  /src/common/cmndata.cpp  [diff, log, file]

 fix wxColourData::FromString() not restoring 16th color, bug 1844355

r53568: 2008-05-12 00:05:18 [VZ] Vadim Zeitlin

M  /src/msw/calctrl.cpp  [diff, log, file]

 add wxCAL_SHOW_WEEK_NUMBERS support (patch 1960860)

r53567: 2008-05-12 00:03:06 [VZ] Vadim Zeitlin

M  /docs/changes.txt  [diff, log, file]
M  /include/wx/cmdline.h  [diff, log, file]
M  /interface/cmdline.h  [diff, log, file]
M  /src/common/cmdline.cpp  [diff, log, file]
M  /tests/cmdline/cmdlinetest.cpp  [diff, log, file]

 add wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAGE_TEXT (modified patch 1957542)

r53566: 2008-05-11 23:46:24 [VZ] Vadim Zeitlin

M  /include/wx/cmdline.h  [diff, log, file]
M  /interface/cmdline.h  [diff, log, file]

 make GetUsageString() public, this is useful at least for the tests

r53565: 2008-05-11 23:19:58 [VZ] Vadim Zeitlin

M  /docs/changes.txt  [diff, log, file]

 don't blit more than necessary in wxBufferedDC::UnMask() (patch 1943622)

r53564: 2008-05-11 23:04:14 [PC] Paul Cornett

M  [WX_2_8_BRANCH] /src/unix/taskbarx11.cpp  [diff, log, file]
M  /src/unix/taskbarx11.cpp  [diff, log, file]

 disconnect handler in wxTaskBarIcon dtor, should have been part of previous commit

r53563: 2008-05-11 22:45:36 [PC] Paul Cornett

M  [WX_2_8_BRANCH] /include/wx/unix/taskbarx11.h  [diff, log, file]
M  [WX_2_8_BRANCH] /src/unix/taskbarx11.cpp  [diff, log, file]
M  /include/wx/unix/taskbarx11.h  [diff, log, file]
M  /src/unix/taskbarx11.cpp  [diff, log, file]

 prevent crash if panel/kicker is killed, bug 1872724

r53562: 2008-05-11 20:32:35 [VZ] Vadim Zeitlin

M  /docs/changes.txt  [diff, log, file]
M  /docs/doxygen/overviews/changes_since28.h  [diff, log, file]
M  /include/wx/docview.h  [diff, log, file]
M  /src/common/docview.cpp  [diff, log, file]

 take const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory::Load() (patch 1942316)

r53561: 2008-05-11 20:17:30 [PC] Paul Cornett

M  [WX_2_8_BRANCH] /src/gtk/dcclient.cpp  [diff, log, file]
M  /src/gtk/dcclient.cpp  [diff, log, file]

 don't change brush settings in SetBackgroundMode(), it is only supposed to affect text background, bug 1480986

r53560: 2008-05-11 19:59:17 [VZ] Vadim Zeitlin

M  /docs/changes.txt  [diff, log, file]
M  /src/generic/odcombo.cpp  [diff, log, file]

 fix appending items to sorted control (patch 1940384)

r53559: 2008-05-11 19:50:42 [VZ] Vadim Zeitlin

M  [WX_2_8_BRANCH] /src/generic/listctrl.cpp  [diff, log, file]

 revert r52151, apparently it doesn't work in 2.8 (see patch 1939287)

r53558: 2008-05-11 17:45:52 [VZ] Vadim Zeitlin

M  /include/wx/wx.h  [diff, log, file]

 include wx/timer.h for wxUSE_GUI==0 now that timers can be used in console apps too (patch 1939223)

r53557: 2008-05-11 17:44:32 [VZ] Vadim Zeitlin

M  /src/common/textfile.cpp  [diff, log, file]

 avoid extra reallocations and memcpy for seekable files in OnRead() (slightly modified patch 1935975)

r53556: 2008-05-11 17:43:56 [VZ] Vadim Zeitlin

M  /tests/textfile/textfiletest.cpp  [diff, log, file]

 add a test for reading files >4KB