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-26 11:53 VS, revision 9888

better PNG loading

2001-04-26 10:48 JS, revision 9887

Minor mods to stable branch

2001-04-26 10:39 GT, revision 9886

$(EXTRAINC) moved to the beginning of INC= line so that if a user wants to override the location of include directories with their own, it is possible

2001-04-26 10:17 JS, revision 9885

Minor mods

2001-04-26 10:17 SC, revision 9884

adjusted for vaseks addition of USE_IMAGE and USE_XMP

2001-04-26 06:34 RD, revision 9883

test for replacing menus

2001-04-26 01:12 GT, revision 9882

Fixed BCC compilation warning if wxUSE_HELP was 1

2001-04-26 01:08 GT, revision 9881

Changed ::Fit() to only fit the sizer if the window is the top level window

2001-04-25 21:58 VS, revision 9880

standardized indentation

2001-04-25 21:55 VS, revision 9879

load bitmaps directly into tmp DC

2001-04-25 18:37 VS, revision 9878

added wxBitmapHandler that derives from wxBitmapHandlerBase

2001-04-25 18:36 VS, revision 9877

added fool-proof test for sizeof(wchar_t) that works on SGI/Irix. This a workaround for autoconf's limitation.

2001-04-25 16:08 GT, revision 9876

Fixes ::Fit() and ::SetSizeHints() to keep the dialog sized so that it will not grow outside the display area of the screen. NEcessary to fix the problems seen in wxAnyChoiceDialog() derived classes where the dialog grows too big to see the top or bottom of the dialog

2001-04-25 15:45 JS, revision 9875

Added MS Word template file to be applied to manual before generation of PDF

2001-04-25 15:38 JS, revision 9874

Some doc corrections

2001-04-25 11:08 JS, revision 9873

Doc bugs fixed

2001-04-25 11:06 JS, revision 9872

Added .emacs tip to coding standards; fixed doc bugs

2001-04-24 22:16 VS, revision 9871

added check for iconv() version; fixed strconv.cpp to compile with both prototypes

2001-04-24 22:05 VS, revision 9870

implemented (more) correct <pre> handling

2001-04-24 16:38 JS, revision 9869

Corrected include/wx/palette.h; added wxGenericTreeCtrl::SetFont

2001-04-24 13:37 VZ, revision 9868

regenerated

2001-04-24 13:35 VZ, revision 9867

openbsd support added

2001-04-24 00:07 VZ, revision 9866

Unix compilation fixes for new MIME code

2001-04-23 23:46 VZ, revision 9865

applied MIME patch(es) from Chris Elliott

2001-04-23 23:34 VZ, revision 9864

fir for Sun CC 6.0 compilation of wxGTK

2001-04-23 23:33 VZ, revision 9863

no changes

2001-04-23 23:31 VZ, revision 9862

some ifdef's - now it might compile without wxUSE_IMAGE although not tested

2001-04-23 18:33 DW, revision 9861

add wxUSE_IMAGE to setup.h and GetHFONT to wxFont.

2001-04-23 18:32 DW, revision 9860

new y position transforms in dc. Def updates and add imagexpm.cpp to make.

2001-04-23 18:31 DW, revision 9859

Moving y pos transofrmation code to wxOS2::wxDC elimiantes need for some #ifdef __WXPM__ code here.

2001-04-23 14:55 JS, revision 9858

Added support for more special characters

2001-04-23 14:45 JS, revision 9857

Added imagxpm.cpp

2001-04-22 23:10 SN, revision 9856

Added include file for non-precompiled headers.

2001-04-22 22:34 VS, revision 9855

added wxXPMHandler

2001-04-22 22:31 VS, revision 9854

added wxUSE_IMAGE; added write-only wxXPMHandler

2001-04-22 22:25 VS, revision 9853

added test for XPM writing; ConvertToBitmap, ConvertToImage changes

2001-04-22 22:25 VS, revision 9852

moved gtk/palette.cpp to generic/paletteg.cpp

2001-04-22 22:24 VS, revision 9851

moved gtk/palette.h to generic/paletteg.h

2001-04-22 22:23 VS, revision 9850

added wxUSE_IMAGE, wxUSE_XPM

2001-04-22 22:21 VS, revision 9849

added wxXPMHandler and paletteg.cpp/h

2001-04-22 22:21 VS, revision 9848

added wxUSE_IMAGE; added write-only wxXPMHandler

2001-04-22 20:40 SN, revision 9847

Added define missing in EMX headers.

2001-04-22 20:38 SN, revision 9846

Added missing include for non-precompiled headers.

2001-04-22 20:36 SN, revision 9845

Adapted SetData function to common API (taking a reference instead of a pointer)

2001-04-22 20:32 SN, revision 9844

Added missing includes for non-precompiled headers.

2001-04-22 16:12 VZ, revision 9843

don't include unnecessary headers in the distribution

2001-04-22 14:46 RR, revision 9842

Toplevel windows now send both activate and focus events under wxGTK - and probably under wxMSW as well?

2001-04-22 14:44 RR, revision 9841

wxGTK needs focus events from top level windows so they now send activate and focus events.

2001-04-22 14:06 RR, revision 9840

My iconv (GLIBC 2.2) uses char** as the second parameter. altough it is the in-buffer for the character conversion. I added some very ugly conversion to strconv to make it compile. While being at it, I also reformated the whole file, it looks less like Assembler or Perl now.

2001-04-22 12:24 VZ, revision 9839

detabified