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

2004-08-22 17:09 VS, revision 28853

wxHtmlHelpFrame's tree control uses 16x16 pixels, explicitly request this size

2004-08-22 17:08 VS, revision 28852

wxART_MISSING_IMAGE should be always available, for apps

2004-08-21 22:48 VS, revision 28851

added alpha channel support to wxGTK2's wxBitmap

2004-08-21 22:42 VS, revision 28850

added alpha channel support to wxGTK2's wxBitmap

2004-08-21 22:41 VS, revision 28849

1. added support for bitmaps with alpha channel 2. use GtkImage instead of deprecated GtkPixmap with GTK2 3. create bogus pixmap instead of GtkLabel in wxStaticBitmap with invalid bitmap

2004-08-21 18:16 DS, revision 28848

converted end of line characters (MSVC8 gives error C4335 on Mac EOLs)

2004-08-21 17:27 VS, revision 28847

autoconf >= 2.58 is needed

2004-08-21 17:15 SN, revision 28846

Check for socklen_t type using C++ mode (since gsocket.cpp is now C++ code).

2004-08-21 15:42 VS, revision 28845

removed warning-hiding cast, previous revision removed the warning

2004-08-21 13:35 DS, revision 28844

updated to reflect socket and stock button changes; disabled Traceback Tables in Release modes

2004-08-21 11:54 VS, revision 28843

threshold is pixel value, it should use unsigned char

2004-08-21 11:49 VS, revision 28842

updated license info: Remstar gace permission to change it to wxWindows License with no strings attached

2004-08-20 20:31 VS, revision 28841

fix for hot keys in menu items (patch 1013082)

2004-08-20 13:24 ABX, revision 28840

Removed obsolete (Open) Watcom conditions.

2004-08-20 12:03 ABX, revision 28839

Source cleaning: whitespaces, -1/wxDefaultCoord, TRUE/true, FALSE/false.

2004-08-20 11:53 ABX, revision 28838

Warning fix.

2004-08-20 10:05 DS, revision 28837

removed stray comma at end of enum

2004-08-19 17:39 ABX, revision 28836

Source cleaning: whitespaces,-1/wxID_ANY,TRUE/true,FALSE/false.

2004-08-19 13:33 VS, revision 28835

removed code already present in AC_BAKEFILE

2004-08-19 13:31 VS, revision 28834

HP-UX needs mkdir -p, not mkdir for INSTALL_DIR

2004-08-19 13:22 VS, revision 28833

gcc-3.4 compilation fix

2004-08-18 22:27 VS, revision 28832

wxUniv compilation fixes

2004-08-18 19:00 SC, revision 28831

SetValue is not adding a line if values does not exist

2004-08-18 18:59 SC, revision 28830

wxOVERWRITE_PROMPT support

2004-08-18 15:37 DS, revision 28829

fixes for CW8 Mac Classic compilation

2004-08-18 11:34 ABX, revision 28828

wxApp::GetComCtl32Version seems possible and works now with DMC.

2004-08-18 09:22 ABX, revision 28827

Source cleaning.

2004-08-18 09:15 ABX, revision 28826

Fix for the undocumented holes in spiner sizes.

2004-08-18 02:34 RD, revision 28825

Don't call wx.ThePenList

2004-08-17 20:53 RR, revision 28824

Applied Andreas patch for applying the widget style to a wxRadioBox's GtkFrame.

2004-08-17 04:42 SC, revision 28823

setting the wx title as well

2004-08-16 15:33 RD, revision 28822

more comments and a typo fix

2004-08-16 15:32 DS, revision 28821

MSVC6 return warning fix

2004-08-16 15:11 RD, revision 28820

Add BundleBuilder script

2004-08-16 14:38 DS, revision 28819

doc typo

2004-08-16 13:55 VS, revision 28818

more warnings fixes

2004-08-16 13:29 VS, revision 28817

corrected SetPath tests

2004-08-16 13:13 VS, revision 28816

fixed handlers registration in DoPopupMenu (patch 1009949)

2004-08-16 12:51 ABX, revision 28815

break after return makes 'Unreachable code' warnings.

2004-08-16 12:49 ABX, revision 28814

Unused parameter warning fix.

2004-08-16 12:47 ABX, revision 28813

No mondrian.ico file.

2004-08-16 12:45 ABX, revision 28812

TRUE/true, FALSE/false, whitespace cleaning.

2004-08-16 12:31 VS, revision 28811

fixed wxImage->wxBitmap conversion for images with alpha channel

2004-08-16 12:31 VS, revision 28810

added wxImage::ConvertAlphaToMask

2004-08-16 11:32 VS, revision 28809

minor polishing of user-visible messages

2004-08-16 11:18 CE, revision 28808

fixes bug when closing mdi frame with >5 children

2004-08-16 10:32 CE, revision 28807

fixed SF bug 1007859 (avoiding changing headers)

2004-08-16 02:43 DE, revision 28806

Provide implementation for GSocket_new

2004-08-16 02:41 DE, revision 28805

Change from IsOK to IsOk to match everything else

2004-08-16 02:35 DE, revision 28804

Use variable name winid instead of id. id is a typedef in Objective-C headers.