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-08-05 17:52 MBN, revision 22603

Compilation fix.

2003-08-05 17:41 MBN, revision 22602

Unicode compilation fix.

2003-08-05 17:30 SC, revision 22601

xti extensions

2003-08-05 17:25 SC, revision 22600

xti streaming extensions

2003-08-05 17:24 SC, revision 22599

xti streaming

2003-08-05 17:11 VS, revision 22598

VC++ .NET can load DSW files just fine

2003-08-05 16:50 SC, revision 22597

xti streaming cleanup, type extensions

2003-08-05 16:34 VS, revision 22596

added expat to wxWindows.dsp

2003-08-05 16:16 VS, revision 22595

compilation fixes for win32 dll+multilib

2003-08-05 15:58 DE, revision 22594

In destructor: DestroyChildren() and make sure m_cocoaNSView is NULL so that the ~wxWindow destructor will not try to remove it from its superview (BAD!)

2003-08-05 12:54 DE, revision 22593

Removed wxTheBitmapList code

2003-08-05 12:50 DE, revision 22592

Initialize m_cocoaDash to NULL in copy constructor

2003-08-04 19:55 MBN, revision 22591

Compilation fix.

2003-08-04 18:56 GT, revision 22590

Incorrect placement of the '*' in the line "const wxChar* WXDLLIMPEXP_ODBC". It should be "const wxChar WXDLLIMPEXP_ODBC *"

2003-08-04 18:55 GT, revision 22589

Added a check for a '.' in the column name before prepending a table name to the column name to avoid incorrect TABLE.COLUMN names when using a FROM clause SF PATCH#766404 - SetColNull() was not correctly setting CbValue = SQL_NULL_DATA so that NULL columns still appeared to have data in some cases Cleaned up some internal variable naming conventions

2003-08-04 17:48 VZ, revision 22588

copy wxImage options when copying the images (replaces patch 780705)

2003-08-04 17:42 VZ, revision 22587

fixes for Borland make (patch 769317)

2003-08-04 17:04 VZ, revision 22586

update styles docs

2003-08-04 16:44 VZ, revision 22585

don't include MDI headers if !wxUSE_MDI

2003-08-04 16:43 VZ, revision 22584

don't include unnecessary headers if we don't compile MDI at all

2003-08-04 16:32 VZ, revision 22583

fixed main source file name

2003-08-04 16:21 VZ, revision 22582

fixed main source file name

2003-08-04 16:09 VZ, revision 22581

no changes, just resolved a conflict

2003-08-04 15:46 DE, revision 22580

Implement new static Unload(handle) instead of old Unload()

2003-08-04 15:33 DE, revision 22579
  • D /wxWidgets/trunk/src/cocoa/pen.cpp

Remove src/cocoa/pen.cpp

2003-08-04 14:05 VZ, revision 22578

added Unload(handle); updated the docs

2003-08-04 13:19 VS, revision 22577

added build options sanity checks into all main libraries

2003-08-04 13:17 VS, revision 22576

reworked wxBuildOptions code to work even w/o function inlining

2003-08-04 13:13 VS, revision 22575

fixed version number expansion

2003-08-04 12:57 VS, revision 22574

static libs depend on 3rd party ones now, too (for convenience)

2003-08-04 12:30 VZ, revision 22573

minor additional notes

2003-08-04 11:59 VS, revision 22572

static libs depend on 3rd party ones now, too (for convenience)

2003-08-04 11:18 VZ, revision 22571

(Open Watcom but not only) compilation warning fixes

2003-08-04 11:15 VZ, revision 22570

check that wxUSE_DISPLAY==1

2003-08-04 10:14 VZ, revision 22569

document that DrawLine() doesn't draw the last point

2003-08-04 08:39 VS, revision 22568

no tabs please\!

2003-08-04 06:24 DE, revision 22567

wxCocoa: Added pen.mm, removed pen.cpp

2003-08-04 06:19 DE, revision 22566

Use wxPen

2003-08-04 06:16 DE, revision 22565

Added dash support

2003-08-04 03:10 DE, revision 22564

wxPen implementation (no dash support yet)

2003-08-04 02:00 VZ, revision 22563

fixed non GUI cmd line options

2003-08-04 01:17 VZ, revision 22562

compilation fix after warning fix

2003-08-04 01:05 VZ, revision 22561

compilation fixes

2003-08-03 23:58 VZ, revision 22560

generate a text event even if SetValue() didn't really chaneg anything

2003-08-03 23:30 VZ, revision 22559

PRINTING is not dependent on DOCVIEW

2003-08-03 23:30 VZ, revision 22558

use wrapwin.h instead of windows.h + winundef.h

2003-08-03 23:26 VZ, revision 22557

set event object correctly for the menu events

2003-08-03 23:12 VZ, revision 22556

just tidied up the comment

2003-08-03 23:04 VZ, revision 22555

don't draw buttons unless we have wxTR_HAS_BUTTONS style

2003-08-03 22:57 VZ, revision 22554

check that we use bitmaps of correct size in the image list