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