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-07-05 03:15 RD, revision 10839

odds and ends

2001-07-05 02:16 RD, revision 10838

odds and ends...

2001-07-05 01:27 VZ, revision 10837

added virtual listctrl support

2001-07-05 01:27 VZ, revision 10836

fixed ifdef

2001-07-05 01:26 VZ, revision 10835

added wxUSE_COLOURDLG to the header too

2001-07-04 23:34 RD, revision 10834

updated version number fixed a sample

2001-07-04 23:34 VZ, revision 10833

added wxUSE_COLOURDLG setting

2001-07-04 20:11 SC, revision 10832

wxMac: wxUniversal integration steps

2001-07-04 18:28 VZ, revision 10831

removed obsolete comment

2001-07-04 18:28 VZ, revision 10830

added wxUSE_LOG_DIALOG

2001-07-04 18:27 VZ, revision 10829

fixed another pragma

2001-07-04 18:27 VZ, revision 10828

use fontdlgg.cpp under wxUniv/GTK

2001-07-04 18:21 VZ, revision 10827

make it possible to use wxToolBarSimple as wxToolBar with wxUniv

2001-07-04 18:07 VZ, revision 10826

reverted Julians changes to the pragmas

2001-07-04 18:02 VZ, revision 10825

reverted Julians changes to the pragmas

2001-07-04 17:25 VZ, revision 10824

fix to include correct files.lst for wxUniv

2001-07-04 17:12 JS, revision 10823

Changed the pragmas to allow debugging under Linux

2001-07-04 16:45 VZ, revision 10822

corrected progress dialog appearance

2001-07-04 16:17 VZ, revision 10821

testing tree ctrl with wxUniv

2001-07-04 16:07 VZ, revision 10820

made filelist.txt more readable

2001-07-04 13:37 JS, revision 10819

Corrected imaglist addition

2001-07-04 13:18 JS, revision 10818

Added UnivDebug, UnivRelease configurations to project file

2001-07-04 12:59 JS, revision 10817

Added correct imaglist.cpp

2001-07-04 12:51 VZ, revision 10816

marked MSW imaglist.cpp as low level so that it is used for wxUniv

2001-07-04 12:40 JS, revision 10815

Don't complain under MicroWindows if a wxDC's HDC is NULL - it happens during dragging. Small mod to makefile.

2001-07-04 12:23 JJ, revision 10814

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/caret.h wxWindows/include/wx/dynlib.h wxWindows/include/wx/hash.h wxWindows/include/wx/gtk/window.h wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/unix/dialup.cpp -Removed some redundant ;'s from the .h files -Updated wxGTK for OpenVMS ----------------------------------------------------------------------

2001-07-04 11:59 JS, revision 10813

Getting wxMicroWindows compiled again

2001-07-04 11:01 GT, revision 10812

Added some #includes that were needed in not using precompiled headers

2001-07-04 10:08 JS, revision 10811

Added some missing tests; replaced scrolwin.cpp with scrlwng.cpp

2001-07-04 06:37 JS, revision 10810

Fixed HRGN leak in DoSetClippingRegion

2001-07-03 22:22 RD, revision 10809

fix for bug #438363

2001-07-03 21:54 RD, revision 10808

fixed IMP_PYCALLBACK__BOOL2DBL2INT

2001-07-03 20:06 GD, revision 10807

corrected according to file name change for generic scrolled window

2001-07-03 19:44 VS, revision 10806

more intelligent behaviour of wxHtmlWindow history: does not remember same page several times anymore

2001-07-03 19:38 VZ, revision 10805

tons of fixes for wxGTK/Univ - seems to work, more or less, now

2001-07-03 19:18 JS, revision 10804

Updated project files

2001-07-03 18:59 GD, revision 10803

replaced obsolete Number() calls with GetCount() calls

2001-07-03 18:14 VZ, revision 10802

renamed scrolwin file - no other way to make wxGTK/Univ compile

2001-07-03 18:10 SC, revision 10801

added nbkbase

2001-07-03 14:02 JS, revision 10800

Added nbkbase.cpp

2001-07-03 10:03 JS, revision 10799

MSW fixes; added wxUSE_XPM to wxUniv's setup.h so now widgets sample works

2001-07-02 20:52 SC, revision 10798

changed Refresh to take Rect as client coordinates not window coordinates

2001-07-02 19:58 GD, revision 10797

removed useless PM_USE_SESSION_APIS define (it must be defined in MacHeaders to be of any use)

2001-07-02 19:55 GD, revision 10796

added common notebookbase source file

2001-07-02 19:42 VZ, revision 10795

changed copyright to SciTech one

2001-07-02 19:37 VZ, revision 10794

fixed deleting pages from the notebook

2001-07-02 18:34 VZ, revision 10793

1. fixed wxGTK notebook which was completely broken by the merge 2. added a new file for commno notebook code (nbkbase.cpp) 3. removed 'include "wx/wx.h"' from html files as I got tired of recompiling them

2001-07-02 18:01 VZ, revision 10792

define WXGTK12 for GTK+ 1.2.7+ as well

2001-07-02 16:07 VZ, revision 10791

backported crash fix for wxFrame::Iconize() from 2.2

2001-07-02 15:42 VZ, revision 10790

incremented version to 2.3.2 in configure as well