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-06-19 19:06 RR, revision 21248

Font crash and timer fix as per 2_4.

2003-06-19 19:03 RR, revision 21247

Reorderd timer code as per bug 757060. The code there is required to set the id to -1.

2003-06-19 19:00 RR, revision 21246

Probable fix for Font crash.

2003-06-19 18:22 DE, revision 21245

On wxMac, set the common menubar to the MDI parent and don't show it

2003-06-19 18:20 DE, revision 21244

In wxApp::OnIdle() check to see if there is not a current menubar and if there is a common menubar, install it.

2003-06-19 18:17 DE, revision 21243

Add ability to have a wxMenuBar as a common menu - static wxMenuBar::MacSetCommonMenuBar() - static wxMenuBar::MacGetCommonMenuBar() - static wxMenuBar::s_macCommonMenuBar;

2003-06-19 17:05 VZ, revision 21242

fixed infinite recursion bug in some rare cases

2003-06-19 16:55 VZ, revision 21241

fixed infinite recursion bug in some rare cases

2003-06-19 15:18 VS, revision 21240

added 'samples' target

2003-06-19 09:43 VZ, revision 21239

wxUniv compilation fix

2003-06-19 09:21 CE, revision 21238

fix making base for Borland

2003-06-19 08:13 CE, revision 21237

fix making base for watcom (lib\base and console sample now compile)

2003-06-19 08:05 CE, revision 21236

fix making base for watcom (lib\base and console sample now compile)

2003-06-19 00:21 VS, revision 21235

preparing wxUniv build

2003-06-18 22:09 VZ, revision 21234

detect EOF better when reading HTTP reply

2003-06-18 21:49 VZ, revision 21233

removed unnecessary #if wxUSE_GUIs

2003-06-18 21:38 VZ, revision 21232

removed deprecated ConvertToBitmap() and wxImage(wxBitmap) ctor

2003-06-18 21:36 VZ, revision 21231

wxComboBox doesn't (officially) derive from wxChoice

2003-06-18 20:00 VS, revision 21230

added tips.txt

2003-06-18 19:58 VS, revision 21229

wxMotif builds

2003-06-18 16:25 VS, revision 21228

make it possible to not attach toolbars to frames (John Anderson)

2003-06-18 16:19 JS, revision 21227

Removed very obsolete Set/GetColourMap accessors.

2003-06-18 16:17 VS, revision 21226

make it possible to not attach toolbars to frames (John Anderson)

2003-06-18 16:08 VS, revision 21225

added --basename and --release flags to wx-config (patch #750815)

2003-06-18 12:59 CE, revision 21224

fix perl commands for makefile.sc