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-28 19:12 DE, revision 22353

wxCocoa: Added clipbrd.(mm|h) dataobj.(mm|h) dataform.h dataobj2.h

2003-07-28 19:09 DE, revision 22352

wxCocoa: Include new platform-specific headers

2003-07-28 19:07 DE, revision 22351

Added wxClipboard and wxDataObject (and friends) declarations and stubs

2003-07-28 18:53 DE, revision 22350

wxCocoa: added src/cocoa/fontenum.mm

2003-07-28 18:52 DE, revision 22349

Added wxFontEnumerator stubs

2003-07-28 17:56 DE, revision 22348

Don't use pragma interface/implemenation for __APPLE__

2003-07-28 17:51 DE, revision 22347

pragma interface/implementation should not be used for __APPLE__

2003-07-28 16:02 RD, revision 22346

Added new STC file

2003-07-28 16:02 RD, revision 22345

Updated comment

2003-07-28 16:01 RD, revision 22344

Release ownersihp of the image list in the Assign*ImageList methods

2003-07-28 11:38 SC, revision 22343

keeping classnames in synch for xti

2003-07-28 11:01 VZ, revision 22342

added new renderer files

2003-07-28 10:59 VZ, revision 22341

added wxAppTraits::CreateRenderer() which may be used to customize the renderer

2003-07-28 09:11 VS, revision 22340

added --enable-official-build and --enable-vendor

2003-07-28 08:46 VS, revision 22339

compilation fix

2003-07-28 08:39 SC, revision 22338

xti introduction

2003-07-28 08:39 SC, revision 22337

wxUSE_EXTENDED_RTTI as name

2003-07-28 08:33 VS, revision 22336

ported wxSVG contrib to bakefile (patch #778614)

2003-07-28 08:32 SC, revision 22335

wxUSE_EXTENDED_RTTI as name

2003-07-28 08:23 VS, revision 22334

added animate

2003-07-28 08:10 SC, revision 22333

xti introduction

2003-07-28 08:05 SC, revision 22332

even more defines for rerouting the xti information to the correct members

2003-07-28 07:57 VS, revision 22331

reverted removal of \arg, \true and \false

2003-07-28 07:52 VS, revision 22330

added \true and \false defs

2003-07-28 07:49 VS, revision 22329

added \arg

2003-07-28 07:14 JS, revision 22328

Corrections

2003-07-28 00:18 VZ, revision 22327

load ws2_32.dll dynamically in wxGetFullHostName()

2003-07-27 23:15 VS, revision 22326

separated wxBase and wxNet

2003-07-27 23:00 VS, revision 22325

separated wxBase and wxNet

2003-07-27 22:53 VZ, revision 22324

GetPath() now has wxPATH_GET_COLUME by default

2003-07-27 22:41 VS, revision 22323

split wxBase into wxBase and wxNet libraries

2003-07-27 22:35 VS, revision 22322

added *_WITH_DECL macros so that it is possible to export hashes from DLLs other than wxCore

2003-07-27 22:11 RR, revision 22321

Use glib functions instead of C functions for wxDir. This works on the iPaq as well.

2003-07-27 19:56 VS, revision 22320

added precomp-headers-exclude (DSP files only so far) and fixed dependencies for building wxBase part of multilib

2003-07-27 19:13 MBN, revision 22319

STL compilation fix.

2003-07-27 13:17 VS, revision 22318

configure changed after 3rd party libs condition changes

2003-07-27 11:16 VS, revision 22317

compilation fix for BC++

2003-07-27 10:53 VS, revision 22316

compilation fix for BC++

2003-07-27 10:33 VS, revision 22315

added helpext.cpp plus changes to bakefile towards more readable and more cvs diff friendly makefiles

2003-07-27 09:52 VS, revision 22314

build libjpeg, libpng and libtiff only in GUI mode

2003-07-27 09:50 VS, revision 22313

include headers in MSVC++ project files

2003-07-27 09:42 VS, revision 22312

added hints to bakefile so that it knows that it must put only one file on line

2003-07-27 02:01 VZ, revision 22311

implemented native GTK drawing for the splitter

2003-07-27 02:00 VZ, revision 22310

added orient parameter to DrawSplitterSash instead of using wxMirrorDC in the splitter (it is now used in generic renderer only)

2003-07-26 23:29 VZ, revision 22309

Unicode compilation fixes (patch 747793)

2003-07-26 22:25 JS, revision 22308

COpy emulator.xpm

2003-07-26 20:45 VS, revision 22307

sync with bakefile change

2003-07-26 17:34 VZ, revision 22306

VC++ warning fixes

2003-07-26 12:26 MBN, revision 22305

Blind compilation fix for old Motif wxComboBox.

2003-07-26 08:54 VS, revision 22304

added helpext.cpp

2003-07-26 00:21 RD, revision 22303

More build fixes

2003-07-26 00:20 RD, revision 22302

Use the separate contrib libs on MSW too.

2003-07-26 00:18 RD, revision 22301

MOre fixes for DLL builds

2003-07-25 22:04 VS, revision 22300

added descriptions

2003-07-25 21:24 RD, revision 22299

Fixes to allow STC to be built as a DLL

2003-07-25 21:20 RD, revision 22298

Fixes to allow OGL building as a DLL Also removed the hack I put in last week to allow building without the deprecated headers and fixed it the right way.

2003-07-25 21:10 MBN, revision 22297

STL compilation fixes.

2003-07-25 18:55 RR, revision 22296

Compile fix for wxchar.cpp, PDA screen size code for all ports.

2003-07-25 18:53 RR, revision 22295

Minor adatation for PDA size.

2003-07-25 18:52 RR, revision 22294

#if brackets for compiling out MDI.

2003-07-25 13:56 DE, revision 22293

Fixed operator[] recursion

2003-07-25 12:38 VS, revision 22292

1. use three numbers version in win32 DLLs on unstable branch 2. automatically increase major soname version with every unstable release

2003-07-25 12:14 VZ, revision 22291

warning fixes (closes 767152)

2003-07-25 12:02 VZ, revision 22290

columns are in report mode, not list (bug 776081)

2003-07-25 10:09 VS, revision 22289

symlink fixes

2003-07-25 09:40 VS, revision 22288

better attempts to try .utf-8 suffix

2003-07-25 09:06 VS, revision 22287

fixed wxSTC compilation with MSVC

2003-07-25 09:06 VS, revision 22286

fixed pch warnings

2003-07-25 09:04 VS, revision 22285

don't use precompiled headers with wxSTC

2003-07-25 02:32 RD, revision 22284

build fixes and reSWIGs for wxMSW

2003-07-25 00:34 RD, revision 22283

Build fixes and reSWIGs for wxMac

2003-07-24 21:21 VZ, revision 22282

if IsAlwaysOnline() returns true, IsOnline() should also return true

2003-07-24 20:06 MBN, revision 22281

Compilation fix.

2003-07-24 19:44 MBN, revision 22280

Create a new wxStringBase class, providing a STL-like API, using the current wxString implementation. Derive wxString from one of wxStringBase, std::string, std::wstring depending on wxUSE_STL/wxUSE_UNICODE settings. wxString provides full compatibility with the old wxString in both wxUSE_STL=0 and wxUSE_STL=1 modes (except for [Un]getWriteBuffer). Add some configure checks for std::string features. Add tests for STL API in console sample.

2003-07-24 19:35 MBN, revision 22279

Removed workaround for a (now fixed) wxMotif problem.

2003-07-24 19:33 MBN, revision 22278

Fixed wrong wxList<T>::compatibility_iterator::GetPrevious. Added operator== and != for compatibility_iterator. Removed deprecation warning of wxStringList: until wxPathList is changed not to use wxStringList, having the warning is just annoying.

2003-07-24 19:29 MBN, revision 22277

Removed (wrong) wxHashTable::compatibility_iterator::GetPrevious implementation: hash table iterators are forward-only.

2003-07-24 18:29 DE, revision 22276

Better stub for wxDisplaySize

2003-07-24 13:20 DE, revision 22275

Added build instructions, readme, and TODO

2003-07-24 11:32 JS, revision 22274

Deal with a zero to-page

2003-07-24 11:10 SC, revision 22273

new xml in main tree adaptions

2003-07-24 10:44 SC, revision 22272

expat define MACOS_CLASSIC added

2003-07-24 10:43 SC, revision 22271

renderer added, expat and xml

2003-07-24 10:07 JS, revision 22270

Fixed preview navigation as per ancient bug report

2003-07-24 09:55 SC, revision 22269

mac config file for expat

2003-07-24 01:04 VZ, revision 22268

more compilation fixes

2003-07-24 00:57 RD, revision 22267

Lots of changes for wxPython to start using many of the new featues in wxWindows 2.5

2003-07-24 00:42 VZ, revision 22266

fix some warnings

2003-07-24 00:28 RD, revision 22265

Lots of changes for wxPython to start using many of the new featues in wxWindows 2.5

2003-07-23 23:21 RD, revision 22264

Added missing header files

2003-07-23 20:30 JS, revision 22263

Printing improvements: GetPageInfo() gets called after the DC has been set and after OnPreparePrinting() has been called so it can report the number of pages accurately; doesn't try to set number of pages in print dialog, in common with other Windows apps; wxHTML easy printing's preview shows number of pages correctly; preview scrollbars are set correctly; keyboard navigation improved

2003-07-23 19:26 MBN, revision 22262

Remove single-argument constructor of wxHashMap::value_type.

2003-07-23 19:19 VZ, revision 22261

compilation fix...

2003-07-23 19:06 VZ, revision 22260

attempt to fix waiting for a thread in another non-main thread

2003-07-23 19:06 MBN, revision 22259

Fixed memory leaks when wxUSE_STL=1.

2003-07-23 19:04 MBN, revision 22258

various compilation/warning fixes.

2003-07-23 18:04 VS, revision 22257

module.h is not included by wxprec.h

2003-07-23 18:03 VZ, revision 22256

another compilation fix

2003-07-23 17:19 VZ, revision 22255

compilation fixes

2003-07-23 17:13 VS, revision 22254

wxUSE_XML