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

2009-03-01 16:53 FM, revision 59247

use wxRenderer::GetCheckBoxSize() instead of doing wrong calculations in wxGridCellBoolRenderer::GetBestSize; this fixes checkbox rendering under wxMSW (tested on wxMSW,wxGTK)

2009-03-01 16:46 FM, revision 59246

deprecated GetCheckBoxSize(wxWindow *) in favour of GetCheckBoxSize() const (the window parameter was unused and not documented)

2009-03-01 16:09 FM, revision 59245

move wxGridCellRenderer::Draw before other derived classes implementations (no real change)

2009-03-01 15:53 FM, revision 59244

force use of generic about dialog as to test unfocused-repainting of wxGrid

2009-03-01 15:47 FM, revision 59243

name the enum with wxDir flags to make it easier to find it from the docs.

2009-03-01 15:23 FM, revision 59242

give better usage description (needs a more readable way to output options); tell the user he needs to use an absolute destination path; few more comments; add svn:executable property

2009-03-01 15:03 CE, revision 59241

avoid error of menu with zero ID

2009-03-01 15:02 FM, revision 59240
  • M /wxWidgets/trunk/docs/tech/index.txt
  • D /wxWidgets/trunk/docs/tech/tn0004.htm
  • D /wxWidgets/trunk/docs/tech/tn0007.txt
  • D /wxWidgets/trunk/docs/tech/tn0008.htm
  • D /wxWidgets/trunk/docs/tech/tn0010.htm

remove old and outdated tech notes

2009-03-01 14:31 FM, revision 59239

better document the possible arguments accepted by wxLaunchDefaultBrowser; in particular mention the 'mailto:' scheme

2009-03-01 13:15 CE, revision 59238

fix as per thread from http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/111645

2009-03-01 12:27 VZ, revision 59237

recognize schemes other than http and ftp in wxLaunchDefaultBrowser()

2009-03-01 12:23 VZ, revision 59236

document wxTextEntry

2009-03-01 11:59 VZ, revision 59235

added const_cast<> to silence gcc warnings (see #10520)

2009-02-28 19:34 VZ, revision 59208

don't use mbstowcs(NULL) with Cygwin (closes #10526)

2009-02-28 17:30 RR, revision 59203

Never show tree lines when there are tree buttons under OS X and GTK+

2009-02-28 17:22 RR, revision 59202

Use gdk_window_invalidate instead of gtk_widget_queue_draw as the latter doesn't e.g. invalidate a wxTreeCtrl correctly when place somewhere different from 0,0

2009-02-28 17:08 BP, revision 59201

wxPosition doesn't need renamed, it's supposed to be generic like wxSize or wxPoint.

2009-02-28 15:54 VZ, revision 59199

compilation fixes for ANSI mode build (closes #10518)

2009-02-28 15:49 VZ, revision 59198

reset the tooltip text before changing it, this apparently prevents a spurious redraw of the control below it (see #10520)

2009-02-28 15:44 VZ, revision 59197

mark alpha as being static if data is static too (closes #10525) [backport of r57528 from trunk]

2009-02-28 00:19 KO, revision 59195

Cast needed to fix compilation on 10.4 --This line, and those below, will be ignored-- M src/osx/cocoa/printdlg.mm

2009-02-27 20:25 VZ, revision 59193

add missing WXDLLIMPEXP_CORE (which surprisingly is only needed in debug build for some reason)

2009-02-27 18:11 VZ, revision 59192

Turkish translation updated [backport of r59191 from trunk]

2009-02-27 18:09 VZ, revision 59191

Turkish translation update from Hakkı Doğusan

2009-02-27 17:15 JS, revision 59190

Compile fix under wxGTK