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-01 12:46 JS, revision 20798

Applied patch [ 746355 ] Adds some checks for chkconf.h

2003-06-01 12:42 JS, revision 20797

Applied patch [ 746547 ] fixes 'wrong header file included' in fontmap.h

2003-06-01 12:41 JS, revision 20796

Applie dpatch [ 741366 ] wxMac d'n'd fixes

2003-06-01 12:34 JS, revision 20795

Added BCC include dir in XRC makefile Typo correction in app.tex

2003-06-01 12:26 JS, revision 20794

Added BCC include dir in XRC makefile Typo correction in app.tex

2003-06-01 12:04 JS, revision 20793

Typo in comment

2003-06-01 11:19 VS, revision 20792

fixed UpdateRenderingState to do what it was meant to

2003-06-01 10:28 VZ, revision 20791

regenerated to have version 2.4.1

2003-06-01 10:25 VZ, revision 20790

added consts needed by VC++/BC++

2003-06-01 00:10 VS, revision 20789

react on mouse up, not mouse down

2003-05-31 21:51 VS, revision 20788

oops, commited debugging code by mistake

2003-05-31 21:48 VS, revision 20787

preparing wxHtmlWindow for text selection (highlighting works, mouse input and clipboard does not)

2003-05-31 21:42 VS, revision 20786

preparing wxHtmlWindow for text selection (highlighting works, mouse input and clipboard does not)

2003-05-31 18:07 VS, revision 20785

backport gtk2 fix

2003-05-31 17:55 JS, revision 20784

Backported wxConfig fix

2003-05-31 17:30 VS, revision 20783

support SetBackgroundMode and SetTextBackground with GTK+2

2003-05-31 17:26 VZ, revision 20782

back port wxPanel focus fix

2003-05-31 17:25 VZ, revision 20781

clicking on a panel without children should give it the focus (closes 215436)

2003-05-31 15:10 VZ, revision 20780

corrected MakeLower/Upper() return value

2003-05-31 12:04 VZ, revision 20779

missing WXDLLEXPORT added

2003-05-30 22:31 RD, revision 20778

Added test case for inserting menu items

2003-05-30 21:40 VZ, revision 20777

typo

2003-05-30 21:28 VZ, revision 20776

changed vscroll.cpp file location

2003-05-30 21:20 VZ, revision 20775

added {Line/Page}{Up/Down}

2003-05-30 21:17 VZ, revision 20774

bad link fixed

2003-05-30 21:16 VZ, revision 20773

LaTeX error fixed

2003-05-30 21:08 VZ, revision 20772

added wxVScrolledWindow

2003-05-30 20:36 VZ, revision 20771

minor fixes to workspace/project files

2003-05-30 20:06 RD, revision 20770

Fixes parsing when using mxDateTime, patch from Will Sadkin

2003-05-30 15:01 GD, revision 20769

backported deallocation fix for Visual C++ Multithreaded non DLL runtime this fix only has a performance impact on wxString in this configuration

2003-05-30 13:29 JS, revision 20768

Wrap missing.h in #ifdef __GNUG__

2003-05-30 13:23 VZ, revision 20767

compilation fix for yet another broken version of mingw (ENSESSION_LOGOFF not defined)

2003-05-30 00:30 RD, revision 20766

SWIGged updates for wxGTK

2003-05-30 00:24 RD, revision 20765

Use Python Longs when off_t can be 64-bit

2003-05-30 00:22 RD, revision 20764

Added various tests

2003-05-30 00:13 VZ, revision 20763

#define WINVER as 0x400 if it is not defined at all

2003-05-29 23:50 RD, revision 20762

Added LoadFile and SaveFile methods

2003-05-29 23:29 RD, revision 20761

Backported the wxGTK key event fixes for gtk2

2003-05-29 20:30 RD, revision 20760

fix a precedence order problem

2003-05-29 19:02 SC, revision 20759

GetEventHandler()-> was missing

2003-05-29 15:59 GD, revision 20758

fixed error in inlined (standard) version of wxStringData deallocation

2003-05-29 15:34 RD, revision 20757

Unicode compilation fix

2003-05-29 14:03 GD, revision 20756

improved deallocation fix for Visual C++ Multithreaded non DLL runtime so that it only has a performance impact on wxString in this configuration

2003-05-28 21:11 GD, revision 20755

VC++ free must take place in same DLL as allocation when using non dll run-time library (e.g. Multithreaded instead of Multithreaded DLL) we must not inline wxStringData deallocation since allocation is not inlined

2003-05-28 20:48 rgammans, revision 20754

Reinsert missing ctor removed in date/time tidy

2003-05-28 20:08 GD, revision 20753

allow wxDisplaySize to be called with NULL parameters implement GetMetric for wxSYS_SCREEN_X & wxSYS_SCREEN_X using wxDisplaySize

2003-05-28 18:46 GD, revision 20752

allow wxDisplaySize to be called with NULL parameters implement GetMetric for wxSYS_SCREEN_X & wxSYS_SCREEN_X using wxDisplaySize

2003-05-27 22:04 VZ, revision 20751

force wxUSE_IOSTREAMH to 0 with VC 7.1

2003-05-27 20:36 MBN, revision 20750

Derive wxScrollBar from wxScrollBarBase, plus miscellaneous refactoring. Adjusted default scrollbar size to match the size of wxScrolledWindow (and other scrolled controls) scrollbars.

2003-05-27 20:34 MBN, revision 20749

Allow initialising wxStaticBitamp with wxNullBitmap/wxNullIcon, automatically resize the control to match the bitmap (as wxMSW does).