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):

2001-10-17 11:30 GD, revision 12040

added wxStatusBarBase

2001-10-17 11:26 GD, revision 12039

Use -h instead of -L to test for link -h is documented as obsolete under Mac OS X but works -L is obsolete under Solaris8 Will need to fix this when -h no longer works under Mac OS X

2001-10-17 05:29 RD, revision 12038

tweaked some tests a bit

2001-10-17 05:29 RD, revision 12037

Another attempt to handle key events correctly for wxSTC

2001-10-16 19:14 RD, revision 12036

Autodetect image type, some other cleanup

2001-10-16 19:06 RD, revision 12035

Added some optimization methods to wxPython's wxDC

2001-10-16 19:05 MBN, revision 12034

Changed char* to wxChar* in wxColour constructor.

2001-10-16 19:05 RD, revision 12033

regenerated from glcanvas.i

2001-10-16 19:03 RD, revision 12032

added AppendToPage

2001-10-16 19:02 RD, revision 12031

update for interface changes

2001-10-16 18:59 MBN, revision 12030

Some MinGW-related updates

2001-10-16 18:49 RD, revision 12029

fixed typo in comment

2001-10-16 13:32 SC, revision 12028

no message

2001-10-16 12:33 VZ, revision 12027

reverted my accidental changes

2001-10-16 06:31 SC, revision 12026

added statusbr from common, removed 68k targets

2001-10-16 06:14 JJ, revision 12025

Committing in . Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms wxWindows/distrib/msw/makefile.rsp wxWindows/src/common/descrip.mms Added Files: wxWindows/samples/richedit/descrip.mms Updated OpenVMS compile support ----------------------------------------------------------------------

2001-10-16 00:35 VZ, revision 12024

fixed status bar drawing broken by previous compilation fix

2001-10-16 00:03 VZ, revision 12023

show some text in the status bar panes

2001-10-15 23:00 VZ, revision 12022

refresh wxStaticText after changing its label if we change its size

2001-10-15 22:55 VZ, revision 12021

fixed wxListCtrl::DeleteAllColumns() in the generic listctrl (patch 470251)

2001-10-15 22:55 VS, revision 12020

fixes to mask creation by colour

2001-10-15 22:54 VS, revision 12019

fixed off-by-one error

2001-10-15 22:53 VS, revision 12018

oops, segfault

2001-10-15 22:53 VS, revision 12017

added GetStdIcon support to wxRenderer

2001-10-15 22:52 VS, revision 12016
  • D /wxWidgets/trunk/src/mgl/error.xpm
  • D /wxWidgets/trunk/src/mgl/info.xpm
  • D /wxWidgets/trunk/src/mgl/question.xpm
  • D /wxWidgets/trunk/src/mgl/warning.xpm

removed junk

2001-10-15 22:50 VS, revision 12015

1. added GetStdIcon support to wxRenderer 2. wxMGL fix (stipples must be 8x8 pixels)

2001-10-15 22:49 VZ, revision 12014

made wxStaticBox transparent (patch 427936)

2001-10-15 22:47 VS, revision 12013

compilation fix for wxMGL (NotUniv directive doesn't work and I'm too much of perl illiterate to fix it)

2001-10-15 22:45 VS, revision 12012

compilation fix for wxMGL

2001-10-15 22:17 VZ, revision 12011

fix for the dialog controls font

2001-10-15 21:28 VZ, revision 12010

reveretd change commenting out IMPLEMENT_DYNAMIC_CLASS

2001-10-15 21:20 VZ, revision 12009

oops, forgot to commit yesterday changes related to wxStatusBarBase

2001-10-15 20:49 GD, revision 12008

added joystick file to wxMotif

2001-10-15 19:08 VZ, revision 12007

added section about incompatibilities between 2.2 and 2.3

2001-10-15 15:40 RR, revision 12006

Further fixes for wx-config and MacOS X.

2001-10-15 10:07 RR, revision 12005

wxStatusBar doesn't link with double IMPLEMENT... macros.

2001-10-15 10:06 RR, revision 12004

Added Rez support to wx-config for MacOS X

2001-10-14 22:54 VS, revision 12003

decouple wxTLW,Frame::ShowFullScreen in wxMSW

2001-10-14 22:53 VS, revision 12002

fixes to MSW LowLevel files

2001-10-14 22:20 VS, revision 12001

wxWindow::Enable now correctly has recursive effect (and maybe other fixes)

2001-10-14 22:20 VS, revision 12000

added wxHtmlWindow::AppendToPage

2001-10-14 22:18 VS, revision 11999

wxBusycursorSuspender used in wxMGL as well (we need it for other platforms as well, I'm afraid)

2001-10-14 22:18 VS, revision 11998

fixed restoration of global cursor

2001-10-14 22:17 VS, revision 11997

DC output fix

2001-10-14 22:17 VS, revision 11996

antialiasing now disabled for small fonts

2001-10-14 22:17 VS, revision 11995
  • D /wxWidgets/trunk/src/mgl/dialog.cpp
  • D /wxWidgets/trunk/src/mgl/frame.cpp

removed obsolete files from wxMGL

2001-10-14 22:16 VS, revision 11994

decouple wxTLW,Frame::ShowFullScreen in wxMSW

2001-10-14 22:12 VS, revision 11993

wxUSE_CHOICE ifdefs, so that the sample compiles with wxUniv

2001-10-14 21:50 VZ, revision 11992

regenerated from the templates

2001-10-14 21:38 VZ, revision 11991

1. added wxStatusBarUniv 2. several bug fixes to wxSpinButton/wxSpinCtrl