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

2003-07-10 09:56 VZ, revision 21848

linking fixes and code cleanup after hotkey patch

2003-07-10 09:55 VZ, revision 21847

allow wxPopupWindow get the key events (patch 713269)

2003-07-10 09:34 VZ, revision 21846

mention opengl32lib/glu32.lib automatic inclusion

2003-07-10 09:32 VZ, revision 21845

applied an extended version of patch 685795: clean up view [de]activation

2003-07-10 09:28 VZ, revision 21844

deTABified

2003-07-10 09:23 VZ, revision 21843

(blind) fix for valgrind error

2003-07-10 09:16 JS, revision 21842

Applied patch [ 758687 ] RegisterHotkey implemented

2003-07-10 08:57 JS, revision 21841

Applied patch [ 760463 ] wxMenu::FindItemByPosition for 2.4 branch

2003-07-10 08:36 JS, revision 21840

Applied patch [ 761138 ] Replaces references to wxT("") and _T("") with wxEmptyString

2003-07-10 08:21 JS, revision 21839

Applied patch [ 762033 ] wxTextValidator crashes when given a NULL wxString

2003-07-10 08:16 JS, revision 21838

Partially applied patch [ 763900 ] fix for vertical toolbar

2003-07-10 07:50 JS, revision 21837

Applied patch [ 767505 ] BCB6 link error

2003-07-10 07:47 JS, revision 21836

Applied patch [ 767518 ] BCB6 resource compiler chokes on dialog1.rc

2003-07-10 01:20 VZ, revision 21835

preliminary implementation of wxEVT_MENU_OPEN/CLOSE for Mac

2003-07-10 01:00 VZ, revision 21834

wxMac doesn't need UseNativeStatusBar hack

2003-07-10 00:50 VZ, revision 21833

no real changes

2003-07-10 00:27 VZ, revision 21832

fixed build

2003-07-09 23:25 VZ, revision 21831

2 step creation for wxDocMDIChildFrame (patch 661657)

2003-07-09 23:22 VZ, revision 21830

fix compilation with --disable-compat-22 (patch 759563)

2003-07-09 23:18 VZ, revision 21829

automatically link with opengl32.lib and glu32.lib when using VC++ (patch 753485)

2003-07-09 23:15 VZ, revision 21828

added wxSocket::IPAddress() (patch 694119)

2003-07-09 23:09 VZ, revision 21827

wxScrolledWindow scrollbar update fix (patch 680427)

2003-07-09 23:08 VZ, revision 21826

wxScrolledWindow scrollbar update fix (patch 680427) and MacUpdateImmediately renamed to Update

2003-07-09 22:55 VZ, revision 21825

made wxTextInputStream Unicode safe and general cleanup (patch 653775)

2003-07-09 22:47 VZ, revision 21824

oops, compilation fix after applying the patch

2003-07-09 22:46 VZ, revision 21823

we probably don't need crit section in GetTimeZone()

2003-07-09 22:35 VZ, revision 21822

added some checks for .mo integrity (part of patch 649438)

2003-07-09 22:24 VZ, revision 21821

select all text initially in the control (part of patch 649438)

2003-07-09 22:23 VZ, revision 21820

handle as well as in URLs (part of patch 649438)

2003-07-09 22:22 VZ, revision 21819

added support for POST method and alternate ports (part of patch 649438)

2003-07-09 22:12 VZ, revision 21818

implement support for returning several elements at once from IEnumFORMATETC (part of patch 649438)

2003-07-09 22:03 VZ, revision 21817

ensure that we don't get stuck in modal loop forever (part of patch 649438)

2003-07-09 21:58 VZ, revision 21816

check index in GetString()

2003-07-09 21:56 VZ, revision 21815

use mask for GIFs (part of patch 649438)

2003-07-09 21:55 VZ, revision 21814

GetClientData(int n) should be const (part of patch 649438)

2003-07-09 21:48 VZ, revision 21813

added missing #include <wx/defs.h> (parts of patch 649438)

2003-07-09 21:38 VZ, revision 21812

fixed crash in wxSpinButton (patch 646214)

2003-07-09 21:20 VZ, revision 21811

VC 7.1 warning fix

2003-07-09 20:40 VZ, revision 21810

attempts to fix separate compilation (didn't work)

2003-07-09 20:34 VZ, revision 21809

test for Mac before Unix as __UNIX__ is defined as well when building wxBase under Mac

2003-07-09 20:34 VZ, revision 21808

typo in comment

2003-07-09 20:18 VZ, revision 21807

removed some stray MSW code

2003-07-09 19:58 VZ, revision 21806

initialize wxStrings in initialization list, not ctor body; this is more efficient and incidentally also fixes crash under Mac with gcc 3.3

2003-07-09 19:40 VZ, revision 21805

fixed gcc 3.3 compilation warnings

2003-07-09 19:11 RD, revision 21804

Added note about fixing a bug in Apple's fp.h

2003-07-09 18:44 DE, revision 21803

Don't save and restore the graphics context for color changes

2003-07-09 18:38 DE, revision 21802

Implement wxWindowDC::Clear()

2003-07-09 18:37 DE, revision 21801

Implement SetBackground()

2003-07-09 18:34 DE, revision 21800

wxNullBrush should not be Ok(), and GetNSColor() should return clearColor.

2003-07-09 18:31 DE, revision 21799

wxBrushRefData constructor: m_style = style instead of wxSOLID