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