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

2006-07-15 15:34 VS, revision 40103

don't require <value> node in wxColourPickerCtrl's XRC handler, use black as default (i.e. do the same that C++ code does)

2006-07-15 15:32 VS, revision 40102

added default value argument to wxXmlResourceHandler::GetColour()

2006-07-15 15:21 VS, revision 40101

use <value> instead of <default-*> for initial value of picker controls in XRC, for consistency with other controls' handlers

2006-07-15 15:13 VS, revision 40100

fixed crashes in wxFile/DirPickerCtrl::GetPath() due to incorrect casting in multiple inheritance hierarchy and incorrect casting to wxFilePickerWidget in wxFileDirPickerCtrlBase

2006-07-15 12:25 VS, revision 40099

reformatted to fit on standard terminal

2006-07-15 09:56 VS, revision 40098

fixed typos in *picker.cpp files' headers

2006-07-14 22:48 VZ, revision 40097

test for the bug in HasEntry() which could create non-existing group as a side effect

2006-07-14 22:46 VZ, revision 40096

don't create non-existing groups in HasEntry()

2006-07-14 22:08 VZ, revision 40095

fix the bug with the current path being restored if it was under the group being deleted with DeleteGroup(); clarify what happens in this case in the docs

2006-07-14 19:57 RD, revision 40094

Don't let SWIG see the wxTreeCtrl name anywhere so it will use the type_info for our wxPyTreeCtrl instead.

2006-07-14 19:03 ABX, revision 40093

PCH and wxUSE_* fix.

2006-07-14 17:47 AVV, revision 40092

Fixed memory corruption by static buffer

2006-07-14 13:56 BIW, revision 40091

hint window pane should always be shown so that hints will be drawn for even currently hidden panes being dragged around

2006-07-14 04:22 MR, revision 40090

Return false from PositionToXY if passed in position is larger than the buffer. This should restore the functionality of the boolean return value, while not returning false for valid input from end of buffer.

2006-07-14 03:46 MR, revision 40089

gtk_text_iter_get_line and get_line_offset work fine on the end iter. Don't bail if we are at the end of buffer. Fixes one part of bug #1516281, the other part is controversial and probably not reasonable to change. Also deal with NULL being passed as the x or y pointer, as is done also on wxMSW (this was done on 2.6 branch as well, but not noted).

2006-07-14 03:38 MR, revision 40088

gtk_text_iter_get_line and get_line_offset work fine on the end iter. Don't bail if we are at the end of buffer. Fixes one part of bug #1516281, the other part is controversial and probably not reasonable to change.

2006-07-14 01:26 RD, revision 40087

Get/SetManagedWindow

2006-07-14 01:20 RD, revision 40086

Updated Scintilla to version 1.70

2006-07-13 22:06 AMB, revision 40085

Apply patch 1520776, partial completion on wxOwnerDrawnComboBox

2006-07-13 22:03 AMB, revision 40084

Virtualize ProcessDockResult so people can override it to prevent docking

2006-07-13 02:49 RD, revision 40083

reSWIGged

2006-07-13 02:40 RD, revision 40082

enable building just the unicode version, or both unicode and ansi

2006-07-13 02:37 RD, revision 40081

Add items for the _aui and _richtext .pyd's

2006-07-13 00:41 JG, revision 40080

Don't set background of wxMemoryDC before selecting bitmap into it.

2006-07-13 00:18 RD, revision 40079

Reverted part of rev 1.92. It causes probelms on Windows when scrolling with the scrollbars since the mouse can be captured nativly momentarily.