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

2005-03-13 21:01 MW, revision 32803

Temporary fix for Watcom link error 'fileno'

2005-03-13 18:57 RR, revision 32802

Query for "default_border" not "default_outside_border" since that is what is done in the gtk code. Correct wrong pos in scrolled window.

2005-03-13 18:23 MW, revision 32801

Add wxTempFileOutputStream, patch 1152042 by Stas Sergeev

2005-03-13 17:46 JS, revision 32800

Added wxNB_FLAT for WinCE property sheet tabs Titlebar OK button on PocketPC now looks for OK, Cancel, Close buttons. Dialog size now takes into account SIP or menubar. Panels more naturally white on PocketPC. wxDIALOG_EX_CONTEXTHELP ignored on WinCE since it interferes with correct titlebar style.

2005-03-13 17:32 JS, revision 32799

PocketPC adaptations

2005-03-13 17:31 JS, revision 32798

Added wxNB_FLAT for WinCE property sheet tabs Titlebar OK button on PocketPC now looks for OK, Cancel, Close buttons. Dialog size now takes into account SIP or menubar. Panels more naturally white on PocketPC. wxDIALOG_EX_CONTEXTHELP ignored on WinCE since it interferes with correct titlebar style.

2005-03-13 17:08 MBN, revision 32797

Fixed compilation for GCC 3.4 when wxUSE_STL == 1. Should be compatible with VC6.

2005-03-13 16:20 MW, revision 32796

Add wxTempFileOutputStream

2005-03-13 15:35 ABX, revision 32795

Better margin on Smartphone.

2005-03-13 15:32 ABX, revision 32794

Correct sending of wxW event from wxChoice on MS Smartphone.

2005-03-13 15:26 ABX, revision 32793

Make Smartphone buildable with current flags.

2005-03-12 22:04 RD, revision 32792

regenerated ReST docs

2005-03-12 21:03 RD, revision 32791

Don't use the PyGILState_* APIs with Python 2.3, it causes a problem with Boa's debugger. :-(

2005-03-12 21:01 RD, revision 32790

reSWIGged

2005-03-12 21:01 RD, revision 32789

Add a note about a few other wxGTK changes that were made

2005-03-12 21:00 RD, revision 32788

disable debugreport option

2005-03-12 20:59 RD, revision 32787

some demo tweaks

2005-03-12 20:58 RD, revision 32786

Bumped up rc number

2005-03-12 20:57 RD, revision 32785

"As is" means the current size (or position) not the best size. Factored out AsIs size calculations to an inline so it can be experimented with further if desired.

2005-03-12 20:43 VZ, revision 32784

ensure that either RTLD_LAZY or RTLD_NOW is always used as calling dlopen() with flags == 0 fails withrecent glibc versions

2005-03-12 20:37 VZ, revision 32783

changed wxDL_DEFAULT to be same as wxDL_NOW as this makes more sense for portable programs because wxDL_NOW is the only flag supported by Win32

2005-03-12 20:33 RD, revision 32782

reSWIGged

2005-03-12 20:26 RD, revision 32781

reSWIGged

2005-03-12 20:25 RD, revision 32780

Allow wxStaticText to have a custom fg without a custom bg

2005-03-12 19:35 DE, revision 32779

Fix compilation of generic message dialog.