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

2007-10-07 19:49 VZ, revision 49081

updated copyright year to 2007

2007-10-07 19:46 VZ, revision 49080

removed base.rc which is unused since many years

2007-10-07 19:15 RR, revision 49079

Update from Hartwig for OS X implementation

2007-10-07 17:15 VS, revision 49078

globally disable VC++'s warning 4251 (non-exported member in dll-exported class and remove broken workaround trying to silence it

2007-10-07 17:02 VZ, revision 49077

made Blur() methods const (bug 180914)

2007-10-07 14:12 JS, revision 49076

Corrected typo affecting outline level reading

2007-10-07 14:12 JS, revision 49075

Corrected typo affecting outline level reading

2007-10-07 14:11 JS, revision 49074

Added missing URL attribute testing

2007-10-07 14:09 JS, revision 49073

Added missing URL attribute testing

2007-10-07 11:19 VZ, revision 49072

fixed several problems due to use of GetEditHWND() when the edit control is not available

2007-10-07 10:45 VZ, revision 49071

fixed totally wrong change in r49070

2007-10-06 22:10 VZ, revision 49070

don't use using directive, Watcom seems to have problems with it

2007-10-06 21:06 VZ, revision 49069

added richtext sources

2007-10-06 21:02 VZ, revision 49068

fixed bug with inversed IsEditable() return value

2007-10-06 12:38 VZ, revision 49064

always return wxString from wxGetUserHome() instead of char */wxWCharBuffer depending on the build

2007-10-06 09:02 JS, revision 49063

Fixed dangling pointer bug

2007-10-06 09:02 JS, revision 49062

Fixed dangling pointer bug

2007-10-06 08:44 CE, revision 49061

Borland has only lfind

2007-10-06 00:14 VZ, revision 49059

fix GetPaths() and GetFilenames() too

2007-10-05 23:54 VZ, revision 49058

fix wxGenericFileDialog::Get{Path,Directory,Filename}() functions which were completely broken by wxFileCtrl patch

2007-10-05 22:56 VS, revision 49057

use typed containers in wxHtmlParser instead of type-unsafe wxList/wxHashTable

2007-10-05 22:42 VS, revision 49056

fixed WX_CLEAR_HASH_SET to compile

2007-10-05 22:41 VS, revision 49055

fixed WX_CLEAR_HASH_SET to compile

2007-10-05 20:48 RD, revision 49053

bump subrelease number

2007-10-05 20:12 DE, revision 49052

Duplicate wxTextCtrl code to wxComboBox because we can no longer derive wxComboBox from wxTextCtrl.

2007-10-05 19:33 MW, revision 49051

Add <name> to <compile-subdir>. It is what appears on the top of the column when the step fails.

2007-10-05 19:05 RR, revision 49050

forgot to commit

2007-10-05 17:03 CE, revision 49044

add DMC to misbehaving compilers

2007-10-04 15:59 MW, revision 49043

Cache user and group name as these can be expensive to get on some systems.

2007-10-04 15:55 MW, revision 49042

Add buildbot tools and config include files.

2007-10-04 15:52 CE, revision 49041

add missing inc files docsrc.rsp

2007-10-04 15:51 CE, revision 49040

add missing inc files docsrc.rsp

2007-10-04 12:50 MW, revision 49039

Fix wxString::replace when nLen is wxString::npos.

2007-10-04 12:03 VZ, revision 49038

check for m_filectrl != NULL in OnUpdateButtonsUI() (fixes crash under GTK1)

2007-10-04 12:01 SC, revision 49037

supporting failed data conversions

2007-10-04 10:10 SC, revision 49036

make conversion fail safe on OS X (japanese to mac roman ascii conversions lead to a crash)

2007-10-04 07:40 SC, revision 49035

compile error in non-quartz builds

2007-10-04 07:32 SC, revision 49034

icns support from resources

2007-10-04 07:30 SC, revision 49033

adding PICT support in Quartz - whose native metafile format is PDF

2007-10-04 07:29 SC, revision 49032

adding PICT support in Quartz - whose native metafile format is PDF

2007-10-04 07:27 SC, revision 49031

moving tooltip implementation into private header, allowing for easier reuse

2007-10-04 07:26 SC, revision 49030

moving tooltip implementation into private header, allowing for easier reuse

2007-10-04 07:25 SC, revision 49029

Hide toplevel window in order to avoid erratic redraws of zombie windows on mac

2007-10-04 04:58 SC, revision 49028

fixing utf16 recognition, as this always conforms to public-plain-text the sequence needs to be inverted

2007-10-03 22:36 VZ, revision 49027

fix range used for native volume in Set/GetVolume()

2007-10-03 22:35 VZ, revision 49026

fix range used for native volume in Set/GetVolume() and simplify the code a bit

2007-10-03 21:45 VZ, revision 49025

look for message catalogs also directly under prefix in GetMsgCatalogSubdirs() as we used to do in 2.6

2007-10-03 00:36 VZ, revision 49022

some (blind) compilation fixes after wxString/Unicode changes

2007-10-03 00:13 VZ, revision 49021

semaphore with count of 1 is not exactly the same as mutex

2007-10-02 17:34 VZ, revision 49020

initialize all fields of WINDOWPOS struct to avoid mingw32 warnings