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.

2005-03-12 19:24 DE, revision 32778

Added trailing newline.

2005-03-12 19:20 DE, revision 32777

Added back trailing newline. Please be more careful when using dumb editors like Xcode's.

2005-03-12 19:11 VZ, revision 32776

readded back wxUSE_OLE and wxUSE_WXDIB

2005-03-12 18:09 RD, revision 32775

Oops

2005-03-12 18:07 RD, revision 32774

GetSize --> GetSizeHint

2005-03-12 14:16 GD, revision 32773

corrected typo in comment

2005-03-12 12:26 RR, revision 32772

gtk updates

2005-03-12 12:24 RR, revision 32771

Correct orientation of splitter sash again. Query splitter sash size at runtime.

2005-03-12 10:44 RR, revision 32770

Make tree control more GTK-is in the HTML help system.

2005-03-12 10:33 RR, revision 32769

Applied patch for ArtProvider.

2005-03-12 10:30 RR, revision 32768

There shouldn't be any need to draw the backgound under a sash.

2005-03-11 22:49 DS, revision 32767

ignore vc_dll directory

2005-03-11 22:13 MW, revision 32766

Add samples mobile and ownerdrw. Make sample richedit available on all platforms for fixing.

2005-03-11 21:48 DE, revision 32765

Add BASE_MACOSX_HDR and use it from BASE_PLATFORM_HDR like BASE_MACOSX_SRC is used from BASE_PLATFORM_SRC.

2005-03-11 21:42 DE, revision 32764

Rename BASE_MAC_OSX_(SRC|HDR) to BASE_MACOSX_WXMAC_(SRC|HDR). Put $BASE_MAC_(SRC|HDR) inside of these definitions since they're always needed for these cases anyway.

2005-03-11 21:34 DE, revision 32763

Renamed BASE_DARWIN_(SRC|HDR) to BASE_MACOSX_NOTWXMAC_(SRC|HDR)

2005-03-11 21:03 RR, revision 32762

GTK compilation.

2005-03-11 20:47 RR, revision 32761

GTK+ 2.0 compilation.

2005-03-11 18:59 VZ, revision 32760

compilation fix for non PCH build

2005-03-11 18:56 RR, revision 32759

Compilo.

2005-03-11 15:44 VZ, revision 32758

don't use private URL in the sample

2005-03-11 15:34 ABX, revision 32757

Base for wxMessageDialog with common checks for style.

2005-03-11 15:12 ABX, revision 32756

Warning and build fixes focused with Borland and Watcom.

2005-03-11 11:49 VZ, revision 32755

call wxOle[Un]Initialize() in wxClipboard ctor/dtor to ensure that when wxTheClipboard is destroyed at program shutdown and its Clear() method is called OLE is still initialized

2005-03-11 11:47 VZ, revision 32754

extracted code calling {Ole|Co}[Un]Initialize() to wxOle[Un]Initialize() functions in oleutils.h