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-04-30 13:52 DW, revision 9938

Support for proper sizeing for scrolling

2001-04-30 13:51 DW, revision 9937

no message

2001-04-30 12:35 JS, revision 9936

Changed generic wxScrolledWindow -> wxGenericScrolledWindow

2001-04-29 22:24 VS, revision 9935

minor comments tweaking

2001-04-29 22:14 VS, revision 9934

changed wxAddBasePath to wxHtmlCotentsItem's method

2001-04-29 18:35 RR, revision 9933

Native wxScrolledWindow finishing touches.

2001-04-29 17:58 VS, revision 9932

cleanup

2001-04-29 17:57 VS, revision 9931

cleanup and reformatting to match indentation style of the rest of wx

2001-04-29 17:57 VS, revision 9930

indentation fixes; virtual dtor for all platforms, not only MacOS X

2001-04-29 17:57 VS, revision 9929

makefile.unx's now default to OpenGL, not Mesa

2001-04-29 15:27 RR, revision 9928

wxScrolledWindow is now a native widget under GTK.

2001-04-29 13:43 JS, revision 9927

Updated version numbers

2001-04-29 13:42 JS, revision 9926

Updated distribution scripts

2001-04-28 23:39 VS, revision 9925

added xpmdecod.cpp

2001-04-28 23:36 VS, revision 9924

better test for MGL libs

2001-04-28 23:35 VS, revision 9923

backported XPM handler to wxUniversal

2001-04-28 23:35 VS, revision 9922

added XPM test

2001-04-28 23:34 VS, revision 9921

added creation from XPM data

2001-04-28 23:31 VS, revision 9920

fixed gcc pragmas in fs_*.h,cpp

2001-04-28 23:30 VS, revision 9919

added imagxpm.h and xpmdecod

2001-04-28 23:30 VS, revision 9918

documented XPM support and updated status of TIFF handler

2001-04-28 23:30 , revision 9917

This commit was manufactured by cvs2svn to create branch 'wxUNIVERSAL'.

2001-04-28 23:30 VS, revision 9916

added wxXPMDecoder

2001-04-28 23:30 VS, revision 9915

added XPM demo to samples/image

2001-04-28 14:45 RR, revision 9914

add #define wxUSE_SPINCTRL

2001-04-28 14:45 RR, revision 9913

Implement wxRB_GROUP

2001-04-28 13:35 GD, revision 9912

added common imagxpm files

2001-04-28 13:32 GD, revision 9911

corrections for Mac OS X

2001-04-28 13:31 GD, revision 9910

corrections for modifications made to common mimetype code

2001-04-28 07:21 RR, revision 9909

Updated changes.txt

2001-04-28 07:14 RR, revision 9908

wxBitmapButton patch part II Added test for wxSpinCtrl->SetValue() Corrcected wxTextCtrl focus events

2001-04-27 18:22 VS, revision 9907

oops, forgot to check in change that adds WX_ICONV_TAKES_CHAR

2001-04-27 17:03 RD, revision 9906

Made wxSplitterWindow conform to the docs with respect to using a negative sash position in the Split* methods.

2001-04-27 16:57 RD, revision 9905

Made wxSplitterWindow conform to the docs with respect to using a negative sash position in the Split* methods.

2001-04-27 16:30 RR, revision 9904

Maybe compilation works now.

2001-04-27 15:04 JS, revision 9903

Added showing the default URL in DisplayContents and DisplayIndex

2001-04-27 03:41 GT, revision 9902

There was no icon file in this example, causing compilation with VC to fail. I just stole a DialogEditor icon to use here

2001-04-27 03:36 GT, revision 9901

Fixes problem where child window does not appear immediately (until second child is added) in the WINDOWS menu. OGL Studio sample did not even show the child frame when a new one was created [bug reported by Julian]. This patch supplied by Markus Greither

2001-04-27 00:34 VZ, revision 9900

compilation fix (sorry)

2001-04-27 00:16 RD, revision 9899

generated source updates

2001-04-27 00:16 RD, revision 9898

Now that XPMs can be written in wxGTK, updated my conversion tools to actually do it.

2001-04-27 00:10 VZ, revision 9897

translate MDI menu items

2001-04-26 22:46 VS, revision 9896

fixed SIZEOF_WCHAR_T detection

2001-04-26 22:37 VS, revision 9895

removed duplicities in HTML entities tables

2001-04-26 22:30 KLB, revision 9894

Updates to OS/2 makefiles.

2001-04-26 20:34 JS, revision 9893

Fixed Simple Toolbar bug; removed 2 pixel kludge in splash screen

2001-04-26 18:58 RR, revision 9892

Added Greg's wxBitmapButton patch, take 2.

2001-04-26 16:38 VZ, revision 9891

applied patch 417699 (remove WXDLLEXPORT from inline functions)

2001-04-26 16:17 VZ, revision 9890

applied patch 419155 (OLE x-compilation with mingw)

2001-04-26 14:13 VZ, revision 9889

fixed wxUSE_MAC not being defined under Unix => -D_REENTRANT was missing resulting in Solaris compilation failure