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

2008-02-16 15:56 VZ, revision 51847

turn wxUSE_STD_IOSTREAM on by default (except for the compilers which are too broken) (should have been part of r51844)

2008-02-16 15:54 VZ, revision 51846

fix redundant storage of current date both in wxCalendarCtrl and popup m_currentDate variable which resulted in multiple bugs, e.g. calendar didn't open at the current date value [ABI preserving version of r51843 from trunk]

2008-02-16 15:49 MW, revision 51845

Add <fetch> class to allow building tarballs from the York site.

2008-02-16 15:40 VZ, revision 51844

turn wxUSE_STD_IOSTREAM on by default (except for the compilers which are too broken)

2008-02-16 15:39 VZ, revision 51843

fix redundant storage of current date both in wxCalendarCtrl (which was itself redundantly stored as both wxDatePickerCtrl::m_cal and m_popup) and popup m_currentDate variable which resulted in multiple bugs, e.g. calendar didn't open at the current date value

2008-02-16 14:25 VZ, revision 51842

remove duplicated create/destroyevt.tex inclusion, put dcsvg.tex in the right place in alphabetic order

2008-02-16 13:36 JS, revision 51840

Avoid paragraphs with no children

2008-02-16 13:35 JS, revision 51839

Avoid paragraphs with no children

2008-02-16 12:09 JS, revision 51836

Fixed an XML parsing error for complex URLs

2008-02-16 12:09 JS, revision 51835

Fixed an XML parsing error for complex URLs

2008-02-16 11:15 JS, revision 51834

Removed unnecessary include

2008-02-16 11:15 JS, revision 51833

Removed unnecessary include

2008-02-16 01:59 SN, revision 51824

Backported bitmap drawing under Win9x and 2000 (not supporting alpha transparency) from r51031 (modified patch 1761598).

2008-02-16 00:09 VZ, revision 51823

mention wxLogBuffer

2008-02-16 00:07 VZ, revision 51822

correct wxUSE_MSGDLG description (it's for wxMessageDialog, not wxMessageOutput)

2008-02-16 00:05 VZ, revision 51821

document wxLogBuffer

2008-02-15 21:06 SC, revision 51817

better implementation from VZ

2008-02-15 20:46 SC, revision 51816

better implementation from VZ

2008-02-15 16:24 SC, revision 51815

supporting case insensitive iteration

2008-02-15 16:21 SC, revision 51814

applying patch 1894478, 10.5 AudioServices support

2008-02-15 15:41 JS, revision 51813

Set default attributes after a SetSelection

2008-02-15 15:41 JS, revision 51812

Set default attributes after a SetSelection

2008-02-15 15:33 SC, revision 51811

applying patch 1894478

2008-02-15 14:35 VZ, revision 51810

don't clutter the code with (apparently) unnecessary SM_SWAPBUTTON checks (patch 1892656)

2008-02-15 14:16 VZ, revision 51809

compilation fix for bcc 5.82: don't use enum for value definition, Borland doesn't use the value correctly when the template is used later then

2008-02-15 13:14 VZ, revision 51807

compilation fix for TRACE_MASK after last change (replaces patch 1894434)

2008-02-14 23:34 DE, revision 51800

Better listbox scrollbar behavior.

2008-02-14 22:54 DE, revision 51799

Hack: force a vertical scroller on wxListBox.

2008-02-14 21:31 DE, revision 51798

Ensure that the (separate on 2.8 branch) message dialog style gets set when constructing wxCocoa's message dialog.

2008-02-14 21:08 DE, revision 51797

Move wxWindowCocoaScrollView class into its own header. (Equivalent of r51796 on the 2.8 branch)

2008-02-14 20:40 DE, revision 51796

Move wxWindowCocoaScrollView class into its own header.

2008-02-14 19:46 DE, revision 51795

More GC fixes.

2008-02-14 17:14 SC, revision 51794

making the wxContainer select the text field for first child focus instead of choice, so that we have always the same behaviour, since text fields are always focusable, choices only with full keyboard access...

2008-02-14 15:57 VZ, revision 51793

more unused parameter warnings

2008-02-14 15:24 VZ, revision 51791

I got too tired of seeing these unused parameters warnings finally

2008-02-14 13:43 VS, revision 51790

greatly simplified wxGenericCollapsiblePane::OnStateChange() after wxSizer fixes from r51789

2008-02-14 13:41 VS, revision 51789

fixed wxSizer::SetSizeHints() to allow setting smaller size than before (e.g. when wxCollapsiblePane collapses)

2008-02-14 13:40 VS, revision 51788

added wxWindow::Set/GetMin/MaxClientSize convenience functions

2008-02-14 11:16 FM, revision 51786

put URLs into \urlref commands

2008-02-14 11:11 JS, revision 51785

Cut down on unnecessary update events

2008-02-14 11:08 JS, revision 51784

Cut down on unnecessary update events

2008-02-14 11:01 JS, revision 51783

Performance optimization

2008-02-14 11:01 JS, revision 51782

Performance optimization

2008-02-14 05:31 PC, revision 51778

remove gratuitous junk which had nothing to do with the commit log message

2008-02-14 05:31 PC, revision 51777

backport r49252, use a GtkAlignment to set size of toolbar controls, instead of trying to "correct" size_allocate

2008-02-13 23:16 VZ, revision 51776

use listctrl coordinates for the wxEVT_COMMAND_LIST_COL_RIGHT_CLICK events (this was broken during wxMSWGetColumnClicked() refactoring)

2008-02-13 23:09 VZ, revision 51775

mention fix for the column index in the column right-click event

2008-02-13 23:07 VZ, revision 51774

use header window coordinates when searching for the right-clicked column (bug 1879009)

2008-02-13 22:46 VZ, revision 51773

set listview extended styles after switching to report view and not only when creating it (bug 1874996) [backport of 51390 from trunk]

2008-02-13 22:43 VZ, revision 51772

don't define TRACE_MASK if it's not used (fixes gcc warning)