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-07-21 18:45 VS, revision 22203

fixed inclusion of expat include dir

2003-07-21 18:33 VS, revision 22202

applied Mandrake patch to expat, fixes compilation

2003-07-21 17:06 DE, revision 22201

Implemented wxDC stack with focus locking and unlocking Implemented wxClientDC

2003-07-21 15:52 DE, revision 22200

Remove CR at end of each line (had been checked in as DOS on UNIX)

2003-07-21 13:04 VZ, revision 22199

compilation fix for VC6

2003-07-21 13:03 VZ, revision 22198

only define operator bool() if operator long() is not defined

2003-07-21 12:30 VZ, revision 22197

no real changes; just reformatting

2003-07-21 12:30 VZ, revision 22196

initialize ICONINFO to avoid Purify warnings

2003-07-21 12:28 VZ, revision 22195

bitmaps of size 0 shouldn't be valid

2003-07-21 12:21 VZ, revision 22194

load any files, not only XPMs, in wxIcon(wxIconLocation)

2003-07-21 11:58 VZ, revision 22193

compilation fix

2003-07-21 10:01 MBN, revision 22192

Compilaton fixes.

2003-07-21 09:41 MBN, revision 22191

Use wxStringBuffer[Length] instead of explicit calls to wxString::get/UngetWriteBuffer.

2003-07-21 01:13 VZ, revision 22190

icon location may contain , so added GetIcon() overload taking MessageParameters

2003-07-21 00:29 DE, revision 22189

Added bitmap drawing support

2003-07-21 00:27 DE, revision 22188

wxCocoa: Added preliminary wxBitmap support

2003-07-21 00:08 DE, revision 22187

Remove wxBitmapHandler code

2003-07-21 00:07 DE, revision 22186

wxCursorRefData inherits from wxObjectRefData instead of wxBitmapRefData

2003-07-21 00:05 DE, revision 22185

Added NSBitmapImageRep

2003-07-20 22:59 JS, revision 22184

Added a resource for Smartphone menubar

2003-07-20 22:58 JS, revision 22183

Quit item = wxID_EXIT in case we use standard ids in resources Minimal sample frame style suits Smartphone and Pocket PC now

2003-07-20 22:56 JS, revision 22182

No significant change

2003-07-20 22:54 JS, revision 22181

Load Smartphone-specific dummy menu Unfortunately you can't change it, yet

2003-07-20 22:43 VS, revision 22180

fixes for win32

2003-07-20 22:15 VS, revision 22179

XML library moved to the core

2003-07-20 22:12 VS, revision 22178

moved XML classes to the core

2003-07-20 22:06 VS, revision 22177
  • D /wxWidgets/trunk/contrib/src/xrc/expat
  • D /wxWidgets/trunk/src/xrc/expat

removed old expat

2003-07-20 22:04 VS, revision 22176

moved XML classes to the core

2003-07-20 22:00 VS, revision 22175

added expat and XML libraries

2003-07-20 21:55 VS, revision 22174

added contrib makefiles

2003-07-20 21:50 VS, revision 22173

moved XML classes to the core

2003-07-20 21:37 VS, revision 22172

moved XML classes to the core

2003-07-20 20:52 VZ, revision 22171

fix for bug introduced in GetNextChild() yesterday

2003-07-20 20:48 VZ, revision 22170

added sizers support; allow resizeable wizards (Robert Vazan)

2003-07-20 20:39 VS, revision 22169

compilation fix

2003-07-20 20:22 VZ, revision 22168

compilation fix

2003-07-20 20:04 VZ, revision 22167

added wxSize::IncTo/DecTo

2003-07-20 20:03 VS, revision 22166

(incomplete) compilation fix

2003-07-20 20:02 VZ, revision 22165

added \arg macro

2003-07-20 19:37 VS, revision 22164
  • D /wxWidgets/trunk/samples/html/about/Makefile.vc
  • D /wxWidgets/trunk/samples/html/help/Makefile.vc
  • D /wxWidgets/trunk/samples/html/helpview/Makefile.vc
  • D /wxWidgets/trunk/samples/html/Makefile.vc
  • D /wxWidgets/trunk/samples/html/printing/Makefile.vc
  • D /wxWidgets/trunk/samples/html/test/Makefile.vc
  • D /wxWidgets/trunk/samples/html/virtual/Makefile.vc
  • D /wxWidgets/trunk/samples/html/widget/Makefile.vc
  • D /wxWidgets/trunk/samples/html/zip/Makefile.vc

removed old makefile

2003-07-20 19:33 MBN, revision 22163

Always initialize variable.

2003-07-20 19:32 MBN, revision 22162

Compilation fix for !WXWIN_COMPATIBILITY_2_4.

2003-07-20 19:29 MBN, revision 22161

wxUSE_STL=1 compilation fix.

2003-07-20 19:28 MBN, revision 22160

Bakefile fix.

2003-07-20 19:27 MBN, revision 22159

Compilation fixes for !WXWIN_COMPATIBILITY_2_4.

2003-07-20 18:59 VZ, revision 22158

'-' and '+' icons were reversed

2003-07-20 18:54 VZ, revision 22157

more compilation fixes

2003-07-20 18:47 VS, revision 22156

added library target to regen only lib makefiles

2003-07-20 18:40 VZ, revision 22155

fixed suppressing of wxFontMapper questions which was broken by GUI/base separation changes

2003-07-20 18:29 VZ, revision 22154

compilation fixes