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-11-19 19:09 DE, revision 50087

Fix wxCocoa build by including the relevant headers for the __WXOSX__ case.

2007-11-19 19:06 DE, revision 50086

Remove wxDialogNameStr definition which should have been removed in r49873.

2007-11-19 14:34 RR, revision 50085

typo

2007-11-19 14:21 RR, revision 50084

Add short-cut for wxDataViewListIndexModel for generic code

2007-11-19 13:42 RR, revision 50082

Free memory of m_root

2007-11-19 13:41 RR, revision 50081

Typo

2007-11-19 13:19 VZ, revision 50080

another PCH-less build fix after last change

2007-11-19 13:14 VZ, revision 50079

don't capture the mouse when just moving it in the grid (replaces patch 1779923) [backport of r50010 from trunk]

2007-11-19 12:49 CE, revision 50078

2.8.7 release

2007-11-19 09:43 CE, revision 50076

2.8.7

2007-11-19 09:12 JS, revision 50075

Removed redundant mnemonic

2007-11-19 09:12 JS, revision 50074

Removed redundant mnemonic

2007-11-19 08:52 CE, revision 50073

document os2 bug as in http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/94104/focus=94133

2007-11-19 02:15 VZ, revision 50072

Hildonized wxColourDialog

2007-11-19 01:59 VZ, revision 50071

only call hildon_program_remove_window() when destroying a real HildonWindow (we may also have an object of a derived dialog class using a different GTK widget)

2007-11-18 23:54 RR, revision 50070

Implement wxGTK internal short-cut for wxDataViewIndexListModel

2007-11-18 23:32 VZ, revision 50069

always return true from IsMaximized() under Hildon

2007-11-18 23:31 VZ, revision 50068

don't show size grip if the window the status bar is attached to is maximized or not resizeable at all

2007-11-18 22:55 SN, revision 50067

Use new wxTextEntry implementation on OS/2.

2007-11-18 22:12 VS, revision 50066

removed remains of build system support for contrib

2007-11-18 21:54 VS, revision 50065

Added support for Visual C++ 2003 project files (still disabled until Bakefile 0.2.3 release

2007-11-18 21:48 SN, revision 50064

Added wxTextEntry implementation for OS/2.

2007-11-18 21:03 VZ, revision 50063

fix unused parameter warning after last change

2007-11-18 21:03 CE, revision 50062

2.8.7 release

2007-11-18 20:53 VZ, revision 50061

experimental IPv6 implementation (patch 1771429)