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

2009-02-27 14:49 FM, revision 59189

add references to OnEventLoopEnter/Exit callbacks

2009-02-27 14:48 FM, revision 59188

fix doxygen warnings

2009-02-27 14:41 FM, revision 59187

mention that some event logic now requires a running event loop (see ticket #10320)

2009-02-27 13:12 VZ, revision 59186

VC6 compilation fix after last change: WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE is not needed for template classes used as base classes apparently; do suppress some DLL export-related warnings

2009-02-27 12:24 VZ, revision 59185

refactor wxDocChildFrame and wxDocMDIChildFrame to use wxDocChildFrameAny intead of duplicating its code (with subtle differences, as usual); also added wxDocChildFrameAnyBase and store a pointer to it in wxView to reset the frame view if the view is being deleted because its creation fails to avoid crashes in this case

2009-02-27 11:36 VZ, revision 59184

added wxDECLARE_NO_COPY_TEMPLATE_CLASS_2

2009-02-27 10:54 JS, revision 59183

Fixed wxRichTextCtrl base class

2009-02-27 10:21 VZ, revision 59182

move functions using deprecated methods out of line to avoid deprecation warnings from MSVC when building any code including wx/event.h

2009-02-27 09:00 JS, revision 59181

Corrected IMPLEMENT_CLASS/BEGIN_EVENT_TABLE base class

2009-02-27 08:56 JS, revision 59180

Corrected IMPLEMENT_CLASS/BEGIN_EVENT_TABLE base class

2009-02-27 05:27 SC, revision 59179

applying patch, fixes #10523

2009-02-27 05:23 SC, revision 59178

applying patch, fixes #10524

2009-02-26 19:35 JMS, revision 59169

No longer overestimate virtual height given to the vertical scroll bar

2009-02-26 19:04 KO, revision 59168

Fix ordering.

2009-02-26 19:00 JMS, revision 59167

wxPropertyGrid::IsEditorFocused() is now public

2009-02-26 18:59 VZ, revision 59166

fix Remove() argument in the example (closes #10521)

2009-02-26 17:55 KO, revision 59165

Adding new symbols needed for wxGraphicsBitmap support.

2009-02-26 16:16 VZ, revision 59164

deprecate the old TryValidator/Parent() and replace them with the new and documented TryBefore/After()

2009-02-26 16:10 VZ, revision 59163

added wxDEPRECATED_BUT_USED_INTERNALLY_INLINE

2009-02-26 15:24 VZ, revision 59162

override TryValidator() in wxMDIParentFrame to implement forwarding of menu/toolbar events to the active child at wx level instead of forwarding the WM_COMMAND itself: this is better as it prevents the same event from being passed twice to wxApp fall back if a handler exists in the child frame but skips the event and also because the code is portable now and can be moved down to the base class; also call the base class TryValidator() from wxDocMDI classes

2009-02-26 14:15 VZ, revision 59161

another missing WXDLLIMPEXP to fix DLL build

2009-02-26 11:46 CE, revision 59160

update for 2.8.10-rcX with bakefile 0.2.5

2009-02-26 10:59 VZ, revision 59159

added wxAboutDialog::GetCopyrightToDisplay()

2009-02-26 10:56 VZ, revision 59158

rebake after WX_AGE change in build/bakefiles/version.bkl

2009-02-26 10:51 VZ, revision 59157

correct WX_AGE after last change

2009-02-26 09:32 CE, revision 59156

update for 2.8.10-rcX with bakefile 0.2.5

2009-02-26 09:29 CE, revision 59155

update for 2.8.10-rcX with bakefile 0.2.5

2009-02-26 08:02 JS, revision 59154

Fixed symbol

2009-02-26 07:24 JJ, revision 59153

Updating OpenVMS compile configuration

2009-02-26 00:17 VS, revision 59150

added wxXmlResource::LoadFile() to avoid URL-vs-filename ambiguity in Load()

2009-02-26 00:13 VS, revision 59149

fixed wxXmlResource::Load's detection of filenames to be done as early as possible

2009-02-25 23:41 VZ, revision 59144

added wxGrid::{Set,Get}{Row,Col}Sizes() methods allowing to save/restore all grid rows/columns sizes at once

2009-02-25 23:40 KO, revision 59143

Make sure that a framework build always uses lipo to build, and make sure functions which return a command's result always use a return code even when the command isn't run.

2009-02-25 23:27 VZ, revision 59142

compilation fix after last commit

2009-02-25 23:02 VZ, revision 59141

don't use template assign() with VC6, even though it can compile it it doesn't handle it correctly when using DLL

2009-02-25 21:12 VZ, revision 59139

compilation fix after the previous commit

2009-02-25 21:04 VZ, revision 59138

fix for DLL build: wxEvtHandlerArray should be in wxBase as it's used by wxEventLoopBase, not in wxCore

2009-02-25 21:01 VZ, revision 59137

undo the change of r57522, it's not needed any more after r59136

2009-02-25 21:01 VZ, revision 59136

postpone the check for the validity of growable rows/columns indices until we know the total number of items in the sizer (closes #10294)

2009-02-25 17:55 KO, revision 59135

Remove duplicate code that was landed when forward porting.

2009-02-25 17:43 VZ, revision 59134

replace templae Connect() overloads with separate Bind() method to improve compatibility (see #10000, closes #10477)

2009-02-25 13:23 FM, revision 59132

add wxAppConsoleBase::OnEventLoopEnter/Exit callbacks; add wxEventLoopBase::IsMain() and wxAppConsoleBase::GetMainLoop() helpers

2009-02-25 13:12 FM, revision 59131

document wxPolygonFillMode

2009-02-25 13:10 FM, revision 59130

no real change: just group functions in a logic manner

2009-02-25 13:07 VZ, revision 59128

don't call Refresh(empty-rect) unnecessarily

2009-02-25 12:08 FM, revision 59127

try to clear the device/logical unit fog; remove unused and unsupported (an assertion fails if they are used) wxMM_ constants; better docs for the supported wxMM_ constants; use MM_ANISOTROPIC in old win16 metafile code instead of wxMM_ANISOTROPIC since it's not supported by wx code

2009-02-25 11:54 FM, revision 59126

revise all code; do not use many global objects; use wxLog to give errors/messages; put drawing code in a wxApp member; get rid of old code; fix indentation

2009-02-25 07:59 JJ, revision 59125

Update compile configuration for OpenVMS

2009-02-25 02:11 KO, revision 59122

Remove no longer necessary re-entrancy check, fix function prototype definition for insertText, and add support for handling almost all the missing keys. (Function keys and the numpad Enter are still not handled properly.)

2009-02-25 00:09 VZ, revision 59121

fix handling of long lines in wxGridCellAutoWrapStringRenderer

2009-02-24 22:19 KO, revision 59120

Fix for deprecated constructor issues, setting a function without a body as inline doesn't work for Mac whether debug is set or not. Since it's a workaround for old versions of gcc, limit its use to those cases to avoid future problems.

2009-02-24 19:34 BIW, revision 59117

focus fixes for wxAUINotebook (fixes #4361)

2009-02-24 18:37 BIW, revision 59116

focus fixes for wxAUINotebook (fixes #4361)

2009-02-24 18:10 VZ, revision 59115

render <TH> contents in bold, as all the browsers do

2009-02-24 05:51 KO, revision 59114

Turn off the annoying beep when a key down is passed all the way up the handler chain.

2009-02-23 21:24 VZ, revision 59110

remove non-existent wx/msw/datecontrols.h from files.bkl (it's a private file and shouldn't be installed)

2009-02-23 21:20 VZ, revision 59109

add wx/persist/*.h files

2009-02-23 21:15 VZ, revision 59108

fix (harmless) warnings in release mingw32 build

2009-02-23 18:28 BP, revision 59107

Blind fix for crash when undocking AUI toolbars (#10371 and #10516).

2009-02-23 11:51 VZ, revision 59105

fix some buffer overflows (closes #10500)

2009-02-22 23:54 VZ, revision 59101

correct the coordinates used for DIBs in StretchBlt() (closes #10501)

2009-02-22 23:49 VZ, revision 59100

avoid integer overflow when computing the radius in DoDrawArc() (see #10494)

2009-02-22 23:38 VZ, revision 59099

no changes, just update the copyright in the header

2009-02-22 23:38 VZ, revision 59098

add accessors for sockaddr to wxSockAddress (closes #10511)

2009-02-22 22:20 KO, revision 59097

Quick fix to prevent a crash when running on 10.4.

2009-02-22 21:52 VZ, revision 59096

add public wxXmlResource::GetResourceNode() which can be used directly instead of deriving from wxXmlResource and using FindResource()

2009-02-22 21:30 KO, revision 59095

Missed one symbol used in the compatibility path.

2009-02-22 21:22 KO, revision 59094

Fix for building under 10.4, where the BlendMode constants are not defined.

2009-02-22 19:09 SN, revision 59091

Various compilation fixes.

2009-02-22 18:25 KO, revision 59090

Landing basic EVT_CHAR support, along with the rest of EVT_TEXT support fix.

2009-02-22 18:13 KO, revision 59089

Add support for EVT_TEXT in OS X Cocoa.

2009-02-22 17:38 VZ, revision 59088

put something in the content field type in the tables to avoid ugly appearance of empty table cells in Doxygen-generated HTML

2009-02-22 17:10 SN, revision 59087

Cleanup of functions not taking any parameter. Compilation fix for wxMappingMode.

2009-02-22 16:07 CE, revision 59086

fix as per http://article.gmane.org/gmane.comp.lib.wxwindows.general/64255

2009-02-22 15:13 JMS, revision 59085

Added wxComboPopup::GetComboCtrl()