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-07-06 12:40 VS, revision 47194

added missing wxUniChar::operator=(wxUniCharRef)

2007-07-06 12:13 VZ, revision 47193

remove the unneeded +1 from wxGauge::SetValue() call in Update() [backport of rev 47192 from trunk]

2007-07-06 12:11 VZ, revision 47192

remove the unneeded +1 from wxGauge::SetValue() call in Update()

2007-07-06 12:09 VZ, revision 47191

document that SetValue() accepts values in 0..GetRange interval, inclusive

2007-07-06 11:17 VZ, revision 47190

use 'neither ... nor ...' instead of 'neither ... or ...' in wxFinite documentation

2007-07-06 07:44 MW, revision 47188

Fix missing exports.

2007-07-06 06:45 BY, revision 47187

Test SVN commit

2007-07-06 00:18 DE, revision 47182

Make wxCocoa compile in 64-bit mode.

2007-07-06 00:14 DE, revision 47181

Fix wxCocoa compilation.

2007-07-05 22:52 VZ, revision 47177

prevent a single selection control from having multiple selected items [backport of 47175 and 47176 from trunk]

2007-07-05 22:50 VZ, revision 47176

reset selection when sorting the items as they don't make sense after items change order any more and not doing this could also result in having more than one selected item in a single selection control

2007-07-05 22:44 VZ, revision 47175

don't allow selecting multiple items in single selection control by changing the focused item with Ctrl-arrows and then pressing Space

2007-07-05 22:20 DE, revision 47174

Implement wxColour constructors to match other ports by adding char const * and wchar_t const * constructors.

2007-07-05 21:42 BP, revision 47171

Added deprecation warnings to old wxVScrolledWindow functions (in wxVarVScrollLegacyAdaptor), and fixed a minor documentation format error in the wxVScrolledWindow docs.

2007-07-05 21:37 VZ, revision 47170

fix the memory corruption in multiline controls due to wrong WrapLines() implementation [backport of rev 45343]

2007-07-05 19:55 RR, revision 47154

wxDataViewCtrl can show tree/list music sample.

2007-07-05 19:15 RR, revision 47153

Getting closer to working tree/list wxDataViewCtrl.

2007-07-05 17:59 VS, revision 47152

added missing WXDLLIMPEXP_CORE

2007-07-05 17:27 CE, revision 47151

added missing unixfiles

2007-07-05 17:02 CE, revision 47150

replace cvsentries

2007-07-05 14:59 RR, revision 47149

The dataview sample compiles now, but doesn't work yet...

2007-07-05 09:07 CE, revision 47147

cvs to svn

2007-07-05 08:07 CE, revision 47134

move to svn

2007-07-05 08:06 BP, revision 47133

Fixed case on LaTeX member function labels.

2007-07-05 08:03 CE, revision 47132

move to svn

2007-07-05 00:13 RR, revision 47131

New API for wxdataViewCtrl (doesn't run yet).

2007-07-04 22:33 VZ, revision 47128

simplify test for 64 bit architectures: just check if the string '64' occurs in the arch string, this also covers more cases [backport of rev 47127 from trunk]

2007-07-04 22:31 VZ, revision 47127

simplify test for 64 bit architectures: just check if the string '64' occurs in the arch string, this also covers more cases

2007-07-04 21:33 VZ, revision 47126

added support for broadcasting to UDP sockets (patch 1740266)

2007-07-04 21:24 VZ, revision 47125

fixed bug which resulted in generation of spurious EVT_RADIOBOX events when a radiobox button was focused but not selected (patch 1739140) [backport of rev 47124 from trunk]

2007-07-04 21:20 VZ, revision 47124

fixed bug which resulted in generation of spurious EVT_RADIOBOX events when a radiobox button was focused but not selected (patch 1739140)

2007-07-04 20:56 VZ, revision 47123

rebaked after adding threads/atomic.cpp

2007-07-04 20:54 PC, revision 47122

indentation cleanup, unused variables, constant expressions, etc

2007-07-04 20:54 VZ, revision 47121

added wxAtomicInc/Dec() functions (patch 1739486)

2007-07-04 20:50 VZ, revision 47120

ignore bakefile temp files

2007-07-04 20:49 VZ, revision 47119

ignore VC++ build files

2007-07-04 20:35 VZ, revision 47118

compilation fix for ANSI build (added #if wxUSE_UNICODE)

2007-07-04 16:42 BIW, revision 47117

fix for bug #1686328

2007-07-04 16:38 BIW, revision 47116

fix for bug #1686328

2007-07-04 11:49 VZ, revision 47114

test whether HAVE_VSWPRINTF is defined, not whether it's 0 or 1

2007-07-04 08:18 VS, revision 47113

compilation fixes: \_, not _

2007-07-04 08:04 VS, revision 47112

always assert if char<->wxUniChar conversion fails, not only if wxUSE_UTF8_LOCALE_ONLY

2007-07-03 21:26 VS, revision 47109

wxStrcoll_String compilation fixes for Dmars and Borland compilers

2007-07-03 21:11 VS, revision 47108

compilation fix for windows compilers: _wrename is declared in io.h

2007-07-03 18:00 BP, revision 47106

Added BuildSVN.txt instructions (copied from BuildCVS.txt, with appropriate replacements).

2007-07-03 17:17 PC, revision 47105

get color count from ComputeHistogram, use sprintf for hex conversion

2007-07-03 13:20 JJ, revision 47102

Update OpenVMS setup

2007-07-03 13:07 RR, revision 47101

Upport GNOME print GetTextExtent fix,

2007-07-03 12:58 RR, revision 47100

[ 1746670 ] wxGnomePrintDC::GetTextExtent() returns wrong size of text

2007-07-03 12:10 RR, revision 47099

upport wxListCtrl label edit changes

2007-07-03 12:00 RR, revision 47097

Use the same 250ms when waiting for slow-clicks for starting the edit label process in wxTreeCtrl and wxListCtrl. Take icon size in the first column into account when shwoing text control. Only activate label editing when clicked on the first label, not somewhere else

2007-07-03 11:17 RR, revision 47096

Let GtkScrolledWindow handle scroll wheel events. Reset visible range in wxListCtrl after scrolling.

2007-07-03 11:13 RR, revision 47095

Let GtkScrolledWindow handle scroll wheel events.

2007-07-03 11:10 RR, revision 47094

Move visible scroll range after scrolling.

2007-07-03 07:58 CE, revision 47093

svn cleanup added

2007-07-03 07:51 CE, revision 47092

change svn repository

2007-07-03 03:08 PC, revision 47088

fix XPM SaveFile for more than 92 colors

2007-07-02 10:44 VZ, revision 47069

removed instructions for adding contrib libraries -- we don't have them any more

2007-07-02 08:00 JS, revision 47066

Added SetBitmap, GetBitmap to wxWizard

2007-07-02 08:00 JS, revision 47065

Added SetBitmap, GetBitmap to wxWizard

2007-07-02 07:50 JS, revision 47064

Replaced tabs with spaces.

2007-07-02 07:49 JS, revision 47063

Replaced tabs with spaces

2007-07-01 15:39 BIW, revision 47057

in wxAuiNotebook, prevent unwanted page selection changes during tab drags

2007-07-01 15:11 BIW, revision 47055

in wxAuiNotebook, prevent unwanted page selection changes during tab drags

2007-07-01 12:42 VS, revision 47054

silenced Watcom warning when deleting const pointer

2007-07-01 12:32 VS, revision 47053

explicitly cast m_value to the resulting type in wxUniChar's integer conversion operators to silence compiler warnings

2007-06-30 19:23 VZ, revision 47050

add wxUSE_EDITABLELISTBOX

2007-06-30 12:13 VZ, revision 47046

changed ds[pw] files to use CRLF eol style and not native one (this helps if you have them on a partition exported via Samba from Unix to Windows)

2007-06-30 11:17 VS, revision 47045

STL compilation fix

2007-06-30 09:06 VS, revision 47044

XRC: Handle wxFLP_USE_TEXTCTRL in wxFilePickerCtrl handler (patch #1745662)

2007-06-30 09:06 VS, revision 47043

XRC: Handle wxFLP_USE_TEXTCTRL in wxFilePickerCtrl handler (patch #1745662)

2007-06-30 00:09 RD, revision 47041

copy wxAutohacks into main tree

2007-06-30 00:09 RD, revision 47040

copy wxAutohacks into main tree

2007-06-30 00:06 RD, revision 47039

copy wxAutohacks into main tree

2007-06-30 00:06 RD, revision 47038

copy wxAutohacks into main tree

2007-06-30 00:06 RD, revision 47037
  • D /wxWidgets/branches/SOC2007_UNITTEST
  • D /wxWidgets/branches/SOC2007_XRCED

moving wxPython SOC branches

2007-06-30 00:06 RD, revision 47036

moving wxPython SOC branches

2007-06-30 00:06 RD, revision 47035

moving wxPython SOC branches

2007-06-30 00:06 RD, revision 47034

Move wxPython portion of wx 2.8 branch to new location

2007-06-30 00:05 RD, revision 47033

Move wxPython portion of wx 2.6 branch to new location

2007-06-30 00:05 RD, revision 47031

move wxPython to new trunk

2007-06-29 19:28 VS, revision 47029

fixed wxVsnprintf() to write as much as it can if the output buffer is too short

2007-06-29 19:11 VS, revision 47028

wxUniChar wchar_t handling fixes for Borland, DMC and Watcom compilers

2007-06-29 18:23 VZ, revision 47027

strip the leading dot from extension if present in GetFileTypeFromExtension() [backport from HEAD]

2007-06-29 17:33 VZ, revision 47026

strip the leading dot from extension if present in GetFileTypeFromExtension()

2007-06-29 17:30 VS, revision 47025

test wxVsnprintf() printing to both wchar_t* and char* buffers

2007-06-29 16:59 JS, revision 47024

Prevent seg fault for older GTK+

2007-06-29 16:58 JS, revision 47023

Prevent seg fault for older GTK+

2007-06-29 12:36 CE, revision 47022
  • D /wxWidgets/trunk/samples/combo/makefile.dmc

remove sole makefile.dmc in tree

2007-06-29 11:53 BIW, revision 47021

applied patch 1737156 to wxAuiManager

2007-06-29 11:53 BIW, revision 47020

applied patch 1737156 to wxAuiManager

2007-06-29 11:37 BIW, revision 47019

in wxAUI, set the hint transparency before showing the hint window, as this prevents a flicker of the solid hint window

2007-06-29 11:34 BIW, revision 47018

in wxAUI, set the hint transparency before showing the hint window, as this prevents a flicker of the solid hint window

2007-06-29 09:35 BIW, revision 47017

updated change log with information about wxAuiNotebook updates

2007-06-29 01:51 VZ, revision 47016

restored key events generation (backports 45371 from the trunk, closes bug 1724916)

2007-06-29 00:23 RD, revision 47015

be able to change tabs with arrow keys

2007-06-29 00:22 RD, revision 47014

be able to change tabs with arrow keys

2007-06-28 22:47 FT, revision 47013

Eleven new tests for wx.Window and updated documentation. Note many of the size tests fail and will need to be retooled later on for more meaningful results.

2007-06-28 20:01 VS, revision 47012

fixed FromAscii to work with NULL argument (broken after recent changes)

2007-06-28 19:07 VS, revision 47011

fixed FromAscii() changes to correctly handle embedded NULs