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-21 16:11 VZ, revision 51962

VC8 doesn't have xlocale support under CE

2008-02-21 14:07 VS, revision 51961

removed now-unused wxSizer::GetMax/MinWindowSize helpers

2008-02-20 22:28 MW, revision 51944

Compile fixes.

2008-02-20 22:20 MW, revision 51943

Compile fix.

2008-02-20 20:33 JS, revision 51942

Fixed two out by one errors

2008-02-20 20:32 JS, revision 51941

Fixed two out by one errors

2008-02-20 16:33 VZ, revision 51940

revert not encoding the colons in FileNameToURL() under MSW (r51904, patch 1890922) as this completely broke wxFS URLs parsing; explain this in a comment in the trunk version

2008-02-19 23:05 FM, revision 51930

added Id keyword

2008-02-19 23:04 FM, revision 51929

added wxWidgets samples

2008-02-19 22:46 FM, revision 51928

new aliases

2008-02-19 22:31 FM, revision 51927

use lowercase for anchor names of wxlibs

2008-02-19 22:30 FM, revision 51926

use @subpage where possible instead of @ref

2008-02-19 22:28 FM, revision 51925

fix wxConfig link and layout the initial list in two columns

2008-02-19 22:27 FM, revision 51924

adding some stub for wx-specific styles

2008-02-19 17:28 FM, revision 51921

added Id keyword

2008-02-19 16:51 FM, revision 51920

fix part of the doxygen warnings introducing aliases for preprocessor commands; replacing some \_ with _ and fixing links to the libraries_page

2008-02-19 16:50 VZ, revision 51919

add check for minimal BCC version as well as message advising to turn _USE_OLD_RW_STL on for BCC 5.6 [backport from trunk]

2008-02-19 16:35 FM, revision 51918

fix doxygen.log and put the .css file in the HTML output folder

2008-02-19 16:35 FM, revision 51917
  • D /wxWidgets/trunk/docs/doxygen/tabs.css

we simply use doxygen default

2008-02-19 16:21 FM, revision 51916

forgot to commit these -- were part of devtips.h

2008-02-19 15:23 FM, revision 51915
  • D /wxWidgets/trunk/docs/doxygen/doxylog

removed erraneously-added file

2008-02-19 15:23 FM, revision 51914

renamed some topic overviews to a more readable filename

2008-02-19 15:15 FM, revision 51913

removed almost all TeX code from main manual pages

2008-02-19 15:01 CE, revision 51912

add meta to manifests

2008-02-19 13:28 FM, revision 51911

removed useless spaces

2008-02-19 13:18 FM, revision 51910

moved the images under images folder

2008-02-19 13:02 FM, revision 51909

adjusted topic links

2008-02-19 02:43 VZ, revision 51905

implement wxRadioBox::Reparent(): it didn't reparent the radio buttons (patch 1891030)

2008-02-19 02:37 VZ, revision 51904

don't encode collons in file:// URLs under Windows as IE is incapable of opening them (and other browsers can open both forms) (patch 1890922)

2008-02-19 01:13 DE, revision 51903

Backport 51898 from trunk

2008-02-19 00:25 DE, revision 51902

Backport 51895 & 51896 which define HAVE_DLOPEN/HAVE_DLERROR when configure is run on an OS X system supporting them (everything >= 10.3).

2008-02-19 00:04 FM, revision 51901

added initial version of the Doxygen manual

2008-02-18 23:58 VZ, revision 51900

make IsOk() virtual to allow it to be overridden in e.g. wxEnhMetaFile (replaces patch 1896222)

2008-02-18 23:47 VZ, revision 51899

reverted r51340: don't use wxWeakRef in the library code as long as not all supported compilers (notably all versions of Borland C++) can compile it; reapply r51340 once wxWeakRef is supported everywhere

2008-02-18 23:44 DE, revision 51898

Rework the dl* Darwin compatibility code so it uses the real functions when available. If compiled to allow for pre-10.3 systems it will do the check at runtime and the compatibility functions will be compiled but likely not used. If compiled with 10.3 or higher as the minimum version, the compatibility functions will not be compiled and the library will work identically as it does on all other UNIX. Even if the compatibility code is compiled in, the function names are now prefixed with wx_darwin_ and are marked static so they don't make it into the exported symbols, even in their C++-mangled form.

2008-02-18 23:43 VZ, revision 51897

honour locale modifiers such a @valencia in system locale (patch 1896444)

2008-02-18 22:53 DE, revision 51896

Don't include dlfcn.h from wx/dynlib.h on Darwin. We might be using our own internal replacement functions.

2008-02-18 22:50 DE, revision 51895

Test for dlopen/dlerror on Mac OS X as with any other UNIX. Indent dlerror test appropriately.

2008-02-18 21:51 DE, revision 51894

Limit wxListBox best size to 100x100. Particularly important on trunk where the best size is not cached and will thus keep telling the sizers that the best size is the full size of the content (i.e. such that you wouldn't need to scroll it).

2008-02-18 21:26 DE, revision 51893

Revert the 2.8 hacks from r51892 on the trunk.

2008-02-18 21:13 DE, revision 51892

Ensure that the NSTableColumn width is that of its largest item to enable horizontal scrolling in wxListBox. Copyright 2008 Software 2000 Ltd.

2008-02-18 20:36 DE, revision 51891

Add a new macro to the Objective-C uniquifying support that allows a uniquified class to be a subclasses of another uniquified class.

2008-02-18 13:44 VZ, revision 51888

tell user to define _USE_OLD_RW_STL for BC5.6 instead of refusing to compile with it entirely

2008-02-18 04:58 DE, revision 51869

Fix bug where native views with the NSScrollView wrapper would have their document size reset to the wx virtual size upon any size event.

2008-02-17 20:11 VZ, revision 51864

add ka_GE, ku_TR and ne_NP; some cleanup and better handling of sr_XX (patch 1858926)

2008-02-17 09:16 SC, revision 51858

going private again

2008-02-17 08:58 SC, revision 51857

going private again

2008-02-17 01:37 VZ, revision 51853

fix wxNotebook::GetPage{Text,Image}() when they were called from the page change event handler for the first added page (patch 1895161)

2008-02-16 21:37 SC, revision 51852

wxstat fn_str() aftermath ..

2008-02-16 21:33 SC, revision 51851

wxstat fn_str() aftermath ..

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)