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

2003-06-18 12:09 CE, revision 21223

fix DMars compilation to use precompiled headers

2003-06-18 09:20 JS, revision 21222

Added extra wxGLCanvas documentation from Davide Pasquini <davide.pasquini@fastwebnet.it>

2003-06-18 07:41 JS, revision 21221

Workaround a crash bug; real solution as yet unknown

2003-06-18 00:42 VZ, revision 21220

removed a now unnecessary line

2003-06-18 00:41 VZ, revision 21219

better mask handling in wxBitmap to wxImage conversion (patch 754881)

2003-06-17 23:08 VZ, revision 21218

#undef LoadIcon/Bitmap() too

2003-06-17 23:07 VS, revision 21217

linking against builtin libs works onw

2003-06-17 23:05 VS, revision 21216

linking against builtin libs works now

2003-06-17 22:45 VS, revision 21215

preparing for building against builtin 3rd party libs and some more tweaking

2003-06-17 22:40 VS, revision 21214

windows build fixes

2003-06-17 21:28 RD, revision 21213

Comment out the post and postun sections since they are not used (and are currently mandrake specific...)

2003-06-17 20:54 DE, revision 21212

DEFAULT_wxUSE_TABDIALOG=yes for wxCocoa (Generic notebook)

2003-06-17 18:46 JS, revision 21211

Addition of uxtheme.cpp.

2003-06-17 18:09 VZ, revision 21210

fixed compilation warnings

2003-06-17 17:44 RD, revision 21209

Hmmm... The menu stuff only works on Mandrake. Need to find a cross-distro way to do it.

2003-06-17 17:07 RD, revision 21208

Fixed misplaced parentethis. (#755963)

2003-06-17 16:23 JS, revision 21207

Added 'Go' button for quickly saving setup or configure file

2003-06-17 14:27 VS, revision 21206

added htlbox to samples

2003-06-17 14:05 VS, revision 21205

added htlbox to samples

2003-06-17 13:22 CE, revision 21204

modify Borland makefile to include bc in library names

2003-06-17 11:06 VZ, revision 21203

wxComboBox doesn't derive from wxChoice (officially)

2003-06-17 09:56 VZ, revision 21202

undid the last change: it results in crashes with some GTK+ versions

2003-06-17 09:55 JS, revision 21201

Renamed Platform -> Target Bumped version

2003-06-17 09:52 JS, revision 21200

Eliminated some code.

2003-06-17 09:36 CE, revision 21199

add ipc client / server samples for digital mars