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

2012-12-22 09:00 RD, revision 73246

Various interface fixes for Phoenix

2012-12-22 08:59 RD, revision 73245

Interface fixes for wxGrid classes

2012-12-22 03:35 VZ, revision 73244

Add a temporary workaround to make the tests pass. Call SetCLocale() on tests startup to avoid problems with wxDateTime parsing that happen when the user locale is different from "C" one under Windows. See #14918.

2012-12-22 03:34 VZ, revision 73243

Invalidate wxGrid best size when its associated table changes. The number of grid cells changes too, so the old best size can't be used any more. Closes #14761.

2012-12-22 03:34 VZ, revision 73242

Fix libtiff compilation with VC6 after upgrade to 4.0.3. VC6 headers don't define INVALID_SET_FILE_POINTER constant so do it ourselves if necessary.

2012-12-22 03:34 VZ, revision 73241

No changes, just improve wxScrolled::EnableScrolling() documentation. Explain that, in spite of its name, this function doesn't disable scrolling when called with false argument but just changes the mechanism used to implement it.

2012-12-22 03:33 VZ, revision 73240

Remove unnecessary variable assignment from wxBoxSizer::RecalcSizes(). The "delta" variable was assigned a value that was never used afterwards. Closes #14908.

2012-12-22 03:33 VZ, revision 73239

Add wxListCtrl::EnableAlternateRowColours() and SetAlternateRowColour(). Add methods to simply enable alternative row background colours in wxListCtrl. Closes #14618.

2012-12-22 03:33 VZ, revision 73238

Don't use "Cancel" button in the about dialog of the listctrl sample. No real changes, just remove the unnecessary button. See #14618.

2012-12-21 06:45 PC, revision 73232

revert r73185, it should no longer be needed after r73231

2012-12-20 19:46 PC, revision 73231

Use client size determined by size-allocate when possible Our client size calculation can be wrong for reasons beyond our control, notably on Ubuntu 12.04 with overlay scrollbars where the GtkScrolledWindow "scrollbar-spacing" is wrong. By using the true size from size-allocate when it becomes available, we can recover from an earlier incorrect client size calculation. See #14871

2012-12-20 14:00 SC, revision 73230

benefit from 10.5+ call HIShapeUnionWithRect

2012-12-19 20:27 RD, revision 73217

Add accessors for some of the data members in wxXmlResourceHandler

2012-12-19 16:41 SC, revision 73210

activating DrawRectangle optimization

2012-12-19 16:31 SC, revision 73209

fixing typo

2012-12-19 16:30 SC, revision 73208

HIThemeBrushCreateCGColor seems to have become very CPU-expensive, cache the results for better performance

2012-12-19 10:58 SC, revision 73207

making Xcode builds work against against libtiff, copied over from a console build

2012-12-18 18:59 SC, revision 73199

setting offsets for window and client dcs when not in a paint event, see #14904

2012-12-16 08:14 PC, revision 73196

Fix for toolbars and menus not being disabled on Ubuntu Ubuntu overlay scrollbar changes the GtkWindowGroup for its toplevel, which is disastrous for modal windows. Put in a hack to detect and undo this. Fixes #14855

2012-12-14 21:04 SC, revision 73192

support SDK < 10.6, fixes #14902

2012-12-14 17:21 SC, revision 73191

supporting private types in DnD on osx_cocoa, fixes #14884

2012-12-14 13:29 VZ, revision 73190

Fix libtiff compilation with MinGW. At least some versions of MinGW don't define 64 bit integer types resulting in errors when they're used in libtiff code, so explicitly include basetyps.h to make sure these types are defined. Closes #14897.

2012-12-14 11:42 SC, revision 73189

avoid double up events for static text, fixes #14902

2012-12-14 07:29 PC, revision 73186

compute scrollbar spacing the same way GtkScrolledWindow does it

2012-12-14 07:25 PC, revision 73185

Get DC size from GDK window if possible, client size can unfortunately be wrong This should fix wxDC::Clear() not clearing the whole window on Ubuntu 12.04 with overlay scrollbars see #14871

2012-12-14 03:10 RD, revision 73184

Patch from niki@vintech.bg allowing builds for Python 2.5 (using MSVC 7.1) to work again.

2012-12-13 05:41 PC, revision 73178

decrease number of skipped frames in assert dialog backtrace, 7 is not the minimum, closes #14690

2012-12-12 14:52 VZ, revision 73167

Brazilian Portuguese translations update from Felipe.

2012-12-11 07:43 PC, revision 73165

use correct signature for callback

2012-12-11 07:37 PC, revision 73164

make local functions static

2012-12-11 07:31 PC, revision 73163

add wrappers to avoid compiling code which will never be used

2012-12-11 02:32 VZ, revision 73162

Handle IN_MOVE inotify events better. Set the new path correctly for moved or renamed files. Closes #14889.

2012-12-11 02:32 VZ, revision 73161

Initialize wxRibbonBar::m_help_button_hovered. This variable was never initialized, do it now. See #14868.

2012-12-10 15:41 VZ, revision 73160

Use wxSetWorkingDirectory() instead of chdir(). This fixes compilation of wxGTK under Windows after the changes of r72779 and r72780, where _wchdir() would need to be used but we don't currently have a wxChdir() CRT function wrapper so use wxSetWorkingDirectory() instead. Closes #14886.

2012-12-10 15:30 VZ, revision 73159

Readded tiffconf.h removed by libtiff 4.0.3 merge. This file is needed by Windows builds. Should have been part of r73157, see #12301.

2012-12-10 15:27 VZ, revision 73158

Bakefile updates for libtiff 4.0.3 merge. This should have been part of r73157,

2012-12-10 15:01 VZ, revision 73157

Merged libtiff 4.0.3 changes into the trunk. This should help with making libtiff work better in 64 bit builds as libtiff 4 is supposed to support them much better. Closes #12301.

2012-12-08 22:04 RD, revision 73155

typo fix

2012-12-08 14:47 VZ, revision 73151

Document wxXmlResourceHandler::GetFloat(). Closes #14879.

2012-12-08 14:27 VZ, revision 73150

Also account for EOL chars correctly in wxStyledTextCtrl::GetLineLength(). Make GetLineLength() consistent with GetLineText() after the changes of r73140. Closes #13646.

2012-12-08 14:22 VZ, revision 73149

Document wxWindow::Get{Min,Max}{Width,Height}(). These methods were not documented and somehow inherited the description of the first method of the group they were in, which didn't make any sense for them.

2012-12-08 01:37 VZ, revision 73148

Don't test for key code being valid unnecessarily. The key code was already found to be valid just above, so suppress Coverity warning about an always true test by not checking it again. This also makes the code more clear.

2012-12-08 01:37 VZ, revision 73147

Remove unnecessary default from a switch statement. Don't check for impossible enum element value, it's better to not have the default clause at all to get a warning from g++ if this enum ever changes later. And for now the presence of default results in a warning from Coverity about unreachable code.

2012-12-08 01:37 VZ, revision 73146

Fix copy/paste error in UnsetConstraints(). "top" was mistakenly used in the code dealing with "left" constraint. Thanks to Coverity for finding this one.

2012-12-08 01:37 VZ, revision 73145

Check gtk_tree_model_iter_nth_child() return value in wxChoice code. This is probably harmless but check the return value just to suppress Coverity warning about not doing it.

2012-12-08 01:37 VZ, revision 73144

Don't use values returned by lstat() if it failed in wxFileCtrl code. The buffer may be uninitialized or at least not contain the correct data if lstat() failed, don't use it in this case.

2012-12-08 01:37 VZ, revision 73143

Check wxDir::GetNext() return value in wxFindNextFile(). This doesn't really change anything as the returned value would be empty anyhow in case of an error, but suppresses Coverity warning about not checking the return value of a function whose return value is checked in other places.

2012-12-08 01:37 VZ, revision 73142

Add a wxHtmlTag helper parsing both absolute values and percents. This allows to avoid some code duplication in different handlers. Closes #14868.

2012-12-08 01:37 VZ, revision 73141

Don't unnecessarily NUL-terminate wxCharBuffer contents. wxCharBuffer already initializes the last byte of the buffer it allocates to 0 so there is no need to do it explicitly. Also don't allocate an extra byte, wxCharBuffer already adds one to the length passed to it for the trailing NUL. See #13885.

2012-12-08 01:37 VZ, revision 73140

Strip EOL characters from wxStyledTextCtrl::GetLineText() return value. For consistency with all the other wxTextCtrl-like classes, the value returned by this method must not include line terminator characters (like '\n'). Notice that Scintilla-specific GetLine() does still include them, for consistency with the Scintilla API itself. Closes #13646.