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.

2006-07-12 21:48 RD, revision 40078

Don't use a saved label size incase the size changes. Patch from Hong Yuan.

2006-07-12 21:44 VZ, revision 40077

call SetHorizontalExtent() from SetString(); also simplified/cleaned up the former function and call InvalidateBestSize() from it automatically now

2006-07-12 21:19 RD, revision 40076

wxPyDataObjectSimple::SetData should not be const

2006-07-12 12:27 AVV, revision 40075

Not used anymore

2006-07-12 08:59 SN, revision 40074

Added support for MirOS, an OpenBSD variant (patch #1520208).

2006-07-12 07:18 BIW, revision 40073

renamed wxFrameManager::GetFrame() and SetFrame() to GetManagedWindow() and SetManagedWindow()

2006-07-12 00:19 RD, revision 40072

reSWIGged

2006-07-11 21:17 RD, revision 40071

reSWIGged

2006-07-11 15:24 BIW, revision 40070

wxFrameManager::Render() now fires a new event, called wxEVT_AUI_RENDER, which allows all main window drawing operations to be overridden to provide custom drawing behavior

2006-07-11 15:21 RD, revision 40069

docstring fixes

2006-07-11 13:50 AVV, revision 40068

Mac compilation fixed

2006-07-11 13:50 BIW, revision 40067

wxAUI's wxFrameManager::SetFrame() now takes a wxWindow ptr instead of a wxFrame ptr, in preparation for future work

2006-07-11 12:40 ABX, revision 40066

Fixed crash in book pages.

2006-07-11 07:53 ABX, revision 40065

Fixed conflict between wxFilePicker and wxButton.

2006-07-10 22:28 VS, revision 40064

refresh tree item after changing its icon so that the change is visible

2006-07-10 22:27 VS, revision 40063

test changing of selected item's icon in DoToggleIcon as well

2006-07-10 17:02 RD, revision 40062

Adjust control size after Play

2006-07-10 17:00 RD, revision 40061

Overview string tweaks

2006-07-10 17:00 RD, revision 40060

allow transparency flags on mac too

2006-07-10 16:58 RD, revision 40059

remove WXDLLEXPORT modifiers since this isn't in the wx DLL

2006-07-10 16:45 RD, revision 40058

reSWIGged

2006-07-10 16:04 RD, revision 40057

pywrap should be treated as a gui script

2006-07-10 16:03 RD, revision 40056

Added the PseudoDC class from Paul Lanier. It provides a way to record operations on a DC and then play them back later.

2006-07-10 16:02 RD, revision 40055

Doh! I changed the AddPane parameter names but didn't change their usage.

2006-07-10 15:06 RD, revision 40054

Added the PseudoDC class from Paul Lanier. It provides a way to record operations on a DC and then play them back later.