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

2007-10-12 20:04 JS, revision 49139

Warning fix

2007-10-12 19:36 RR, revision 49138

Implemented HasContainerColumns() for GTK+

2007-10-12 19:17 DE, revision 49137

Implement wxWindow::GetTextExtent to use wxDC to at least return something reasonable rather than leaving uninitialized garbage values unchanged. Fix wxWindow::DoSetVirtualSize so that the underlying Cocoa view always takes up at least as much area as its enclosing clip view. In particular, wxDefaultCoord was not being handled, resulting in -1 size components. Together, these make the generic wxListCtrl mostly usable.

2007-10-12 18:31 RR, revision 49136

added wxDataViewModel::HasContainerColumns

2007-10-11 19:56 JS, revision 49129

Make SaveFile and LoadFile virtual so they can be overridden

2007-10-11 15:58 CE, revision 49128

update makefiles

2007-10-11 12:18 CE, revision 49127

Borland still hates ?

2007-10-11 09:46 VZ, revision 49126

wxUniv compilation fixes in themed border drawing code

2007-10-10 21:54 MW, revision 49124

Add quick builds for Windows.

2007-10-10 19:44 VS, revision 49123

compilation fixed for wxDataViewCtrl: almost no class was properly exported in wxGTK version

2007-10-10 17:01 CE, revision 49122

update setup.h for univ

2007-10-10 15:45 VZ, revision 49121

compilation fix for wxUniv: don't use the native wxTextEntry class in this case

2007-10-10 10:52 CE, revision 49120

update souce of wxart2d

2007-10-10 10:51 CE, revision 49119

update souce of wxart2d

2007-10-10 10:29 VS, revision 49118

compilation fixes

2007-10-10 10:27 BIW, revision 49117

added DockFixed() pane option; doc updates

2007-10-10 10:23 BIW, revision 49116

added DockFixed() pane option; doc updates

2007-10-10 09:48 VS, revision 49115

compilation fix for Mingw: it doesn't have std::wostream

2007-10-10 07:44 CE, revision 49114

fixes as per http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/92325

2007-10-10 07:20 CE, revision 49113

patch as at http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/92350 thanks chris

2007-10-09 16:04 RD, revision 49111

Give wxMac's wxStaticBox an AcceptsFocus method

2007-10-09 16:03 RD, revision 49110

Give wxMac's wxStaticBox an AcceptsFocus method

2007-10-09 15:29 SC, revision 49109

removing interference between two layering fixes

2007-10-09 11:20 JS, revision 49108

Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table to wxRichTextBuffer to reduce wxFont consumption and increase performance.

2007-10-09 09:20 JJ, revision 49107

src/X11/font.cpp needs smae change as other wxXXX versions

2007-10-09 09:18 JJ, revision 49106

Give NULL explicit type to make interface recognizeable

2007-10-09 09:17 JJ, revision 49105

Update OpenVMS Build

2007-10-09 07:25 BIW, revision 49104

in LoadPerspective, if pane wasn't found, just skip it instead of bailing out

2007-10-09 07:22 BIW, revision 49103

in LoadPerspective, if pane wasn't found, just skip it instead of bailing out

2007-10-09 00:10 VZ, revision 49102

added a trivial test for wxString stream insertion operators

2007-10-09 00:09 VZ, revision 49101

renamed a strangely named variable

2007-10-09 00:09 VZ, revision 49100

define insertion operator in std::wostream in Unicode build

2007-10-09 00:01 VZ, revision 49099

fixed operator<<(ostream&, wxString) to output string contents and not wchar_t pointer value in Unicode build

2007-10-09 00:01 VZ, revision 49098

don't define operator<<(ostream&, wxString) at all if it's already defined in the library

2007-10-09 00:00 VZ, revision 49097

no need to use ToAscii() explicitly in wxBase64Decode() call after r49095

2007-10-08 23:50 VZ, revision 49096

compilation fix for wxUSE_STL==1 build

2007-10-08 23:41 VZ, revision 49095

added wxBase64Decode() overload taking wxString, otherwise it's inconvenient to use in wxUSE_STL==1 build

2007-10-08 22:29 RD, revision 49094

On Mac the first visible line needs to be recalculated after the Scroll because it can be set to the wrong value in Scroll because of the paint event generated by the Update() there.

2007-10-08 22:28 RD, revision 49093

On Mac the first visible line needs to be recalculated after the Scroll because it can be set to the wrong value in Scroll because of the paint event generated by the Update() there.

2007-10-08 22:16 RD, revision 49092

Added missing wxPython event binders for the notebook tab events

2007-10-08 13:00 VZ, revision 49091

removed extra const in DoGetFilenames() declaration

2007-10-08 11:35 VZ, revision 49090

use wxFD_XXX constants instead of wxXXX in the docs

2007-10-08 08:10 CE, revision 49089

remove reference to old sample

2007-10-08 08:00 CE, revision 49088

set minimum bcc32 version to turbo explorer

2007-10-07 23:24 VZ, revision 49087

blind fix for Borland problems with operator?: after latest changes

2007-10-07 22:11 VZ, revision 49086

simplify the code for extended flags handling fixing a rare bug with wxSTAY_ON_TOP being ignored in some situations

2007-10-07 21:58 VZ, revision 49085

made wxTreeCtrl::GetNextVisible() behave in the same way in Win32 as in the generic version and implemented GetPrevVisible() in the generic version

2007-10-07 21:48 VZ, revision 49084

don't create m_dottedPen with an invalid 0 style which results in an assert under MSW

2007-10-07 21:20 VS, revision 49083

compilation fixes for x86_64; use wxLogDebug instead of wxPrintf

2007-10-07 19:54 VZ, revision 49082

no changes, just fixed a typo in an error message