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

2003-04-07 22:14 VS, revision 20066

backported wxFileConfig fix for Unicode mode: always use utf-8

2003-04-07 22:11 VS, revision 20065

backported correct CDATA and <script> handling

2003-04-07 22:10 VS, revision 20064

more backported chnages

2003-04-07 22:09 VS, revision 20063

backported toolbar handler improvements

2003-04-07 20:37 SC, revision 20062

explicit app modality in SetModal

2003-04-07 18:08 DE, revision 20061

Fix from HEAD 1.87 -> 1.88 After delete wxPendingEventsLocker; wxPendingEventsLocker = NULL; so that the wxEvent code doesn't try to use it while cleaning up.

2003-04-07 18:06 DE, revision 20060

After delete wxPendingEventsLocker; wxPendingEventsLocker = NULL; so that the wxEvent code doesn't try to use it while cleaning up.

2003-04-07 17:39 MBN, revision 20059

Add GetDrawable convenience function that returns m_bitmap if the wxBitmap is monochrome or m_pixmap if the wxBitmap is polichrome.

2003-04-07 17:35 MBN, revision 20058

No sashtest.xbm to be found.

2003-04-07 17:32 MBN, revision 20057

Fix some GCC 3.2 -O2 warnings.

2003-04-07 17:15 MBN, revision 20056

Moved m_visual* wxApp[X11] members used by wxBitmap and wxColour into a new wxXVisualInfo structure, and moved code to initialize it to a new src/x11/utilsx.cpp file (utility functions shared by wxMotif and wxX11). Added (currently unused) code in wxMotif to retrieve wxXVisualInfo; it will be used when wxMotif is switched to bitmap.cpp from wxX11.

2003-04-07 04:04 DE, revision 20055

Do some sanity checks in DoDrawText to make sure we actually have some glyphs

2003-04-07 03:38 DE, revision 20054

Added stub for wxIcon(const char **xpm)

2003-04-07 03:31 DE, revision 20053

Relocate DeviceToLogical[XY], add stub for LogicalToDevice[XY]

2003-04-07 03:14 DE, revision 20052

Added preliminary resource fork support for wxCocoa

2003-04-07 03:05 DE, revision 20051

Allow wxUSE_DIRDLG and wxUSE_TREECTRL for wxCocoa (both are generic)

2003-04-07 02:57 DE, revision 20050

X11-specific code doesn't work so well on wxCocoa

2003-04-07 02:49 DE, revision 20049

Use the generic tree control for wxCocoa

2003-04-07 02:21 DE, revision 20048

There is no task bar icon for Cocoa (yet).

2003-04-07 01:44 DE, revision 20047

Whoops! Might want the headers too.

2003-04-07 00:38 VZ, revision 20046

option for using DirectX in wxDisplay

2003-04-07 00:30 VZ, revision 20045

support for optionnally using DirectX for display manipulations

2003-04-06 20:47 JS, revision 20044

Removed redundant fixme comment

2003-04-06 20:39 MBN, revision 20043

Remove (now) pointless checks for __WXX11__/__WXMOTIF__ in src/x11/utils.cpp and src/motif/utils.cpp.

2003-04-06 19:57 JS, revision 20042

Applied [ 716064 ] Second part of wxFileCtrl & wxDirCtrl patch by John Labenski