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-23 16:55 RD, revision 22253

return sensible (fake) values for DBCS query methods

2003-07-23 14:49 VS, revision 22252

fix warning on watcom

2003-07-23 14:43 VS, revision 22251

including header once is enough

2003-07-23 14:05 VS, revision 22250

(blind) fix for mingw

2003-07-23 12:48 VZ, revision 22249

fixed completely broken CheckForTransparency()

2003-07-22 23:50 VZ, revision 22248

fixed wxSTAY_ON_TOP for the dialogs

2003-07-22 23:35 VZ, revision 22247

failed attempts to implement native GTK look for the splitter

2003-07-22 22:37 VZ, revision 22246

define _NO_COPY macros here too for forward compatibility

2003-07-22 22:12 VZ, revision 22245

restore some of the styles; added support for splitters without border/sash to generic renderer

2003-07-22 21:50 VZ, revision 22244

more warning fixes

2003-07-22 19:39 VS, revision 22243

fixes to setup_h rule

2003-07-22 19:35 VZ, revision 22242

wxAutomationObject is not VC++-only

2003-07-22 17:40 DE, revision 22241

wxCocoa: Added preliminary Blit support

2003-07-22 16:47 JS, revision 22240

Applied patch [ 774886 ] wxnotebook bug

2003-07-22 16:41 JS, revision 22239

Sorted out misc/oglmisc mess

2003-07-22 16:39 JS, revision 22238

Applied patch [ 774837 ] OGL wxLineShape::HitTest: smaller region Sorted out misc/oglmisc mess

2003-07-22 16:15 JS, revision 22237

Applied patch [ 774837 ] OGL wxLineShape::HitTest: smaller region Also fixed .dsp file to reflect oglmisc.cpp name Fixed some warnings Added test for wxUSE_PROLOGIO

2003-07-22 13:03 VS, revision 22236

fixes to dependency problems in win32 makefiles

2003-07-22 13:02 DE, revision 22235

Added NSImage definition

2003-07-22 12:43 VS, revision 22234

msvc compilation fix

2003-07-22 12:11 VS, revision 22233

Watcom compilation fix

2003-07-22 11:50 VS, revision 22232

multilib mode compilation fix

2003-07-22 11:37 VS, revision 22231

expat compilation fix for win32

2003-07-22 11:13 VS, revision 22230

compilation fixes for Vadim's changes and Borland C++

2003-07-22 09:01 RR, revision 22229

Applied pop menu patch. Applied font util patch for better font matching under GTK 1.2

2003-07-22 09:01 CE, revision 22228

borland does not like ; at end of macros

2003-07-22 08:57 RR, revision 22227

Applied bitmap safer return patch. Applied gtk pop up menu patch. Applied fontutil patch for better font matching in GTK 1.2

2003-07-22 01:47 VZ, revision 22226

don't sort filenames returned from the dialog

2003-07-22 01:42 VZ, revision 22225

more warning fixes; removed references to wxToolBarBase from wxRTTI

2003-07-22 01:10 RD, revision 22224

Compile fixes

2003-07-22 01:00 RD, revision 22223

Patch #775355 Unicode fix for STC

2003-07-22 00:24 VZ, revision 22222

undisable many warnings for VC++ in defs.h and fixed several thousands of them in the sources

2003-07-21 23:16 VZ, revision 22221

suppress warning about not being able to generate copy ctor/operator=()

2003-07-21 23:13 VZ, revision 22220

must derive from wxDC, not wxDCBase

2003-07-21 23:13 VZ, revision 22219

added default parameters to wxBrush/wxPen ctors

2003-07-21 23:12 VZ, revision 22218

virtualized splitter drawing; removed/deprecated some styles and moved others from wx/defs.h; eliminated flicker

2003-07-21 23:00 VZ, revision 22217

make it possible to have flickerless splitter by not forcing repaint on resize

2003-07-21 22:23 VS, revision 22216

expand wildcards on windows (patch #773160)

2003-07-21 22:18 VS, revision 22215

detect broken expat.h

2003-07-21 21:53 VS, revision 22214

install resource files with wxMSW

2003-07-21 20:57 DE, revision 22213

dcmemory.cpp is now dcmemory.mm

2003-07-21 20:55 DE, revision 22212

wxCocoa: Preliminary wxMemoryDC implementation

2003-07-21 20:48 VZ, revision 22211

gave default parameters for wxBrush() ctor from wxColour (this is what is used in 99 of cases...)

2003-07-21 20:41 VZ, revision 22210

gave default parameters for wxBrush() ctor from wxColour (this is what is used in 99 of cases...)

2003-07-21 20:00 MBN, revision 22209

wxX11 and wxMotif STL-ification, part 1. it does not compile. yet, but keeps the diff between my local copy and HEAD < 4000 lines...

2003-07-21 19:55 MBN, revision 22208

Compilation fixes for wxUSE_STL=1 and for WXWIN_COMPATIBILITY_2_4=0.

2003-07-21 19:39 VZ, revision 22207

gave default parameters for wxPen() ctor from wxColour (this is what is used in 99 of cases...)

2003-07-21 19:15 VZ, revision 22206

added wxMirrorDC

2003-07-21 18:58 VS, revision 22205

fixed inclusion of expat include dir

2003-07-21 18:57 DE, revision 22204

Don't depend on wx/dcmemory.h to include wx/dcclient.h for wxPaintDC

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