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-12-03 19:47 RD, revision 30853

export the event types

2004-12-03 19:22 VZ, revision 30852

update from herbert breunung

2004-12-03 17:31 ABX, revision 30851

wxGDIObject is used earlier now so additional #include is required for those without PCH.

2004-12-03 15:38 ABX, revision 30850

Fix to FIXME: better nothing than broken comparison.

2004-12-03 15:31 ABX, revision 30849

wxBrushBase between wxBrush and wxGDIObject (class follows wxFontBase model).

2004-12-02 23:17 RN, revision 30848

fix shared msw builds

2004-12-02 21:35 KH, revision 30847

Honor value of SetMaxLength, at least when typing (pasting still circumvents it). This is done by eating non-navigation/delete characters in OnChar.

2004-12-02 18:53 RN, revision 30846

hack around 10.2/10.3 bug with duplicate symbol

2004-12-02 16:16 JS, revision 30845

Spelling corrections

2004-12-02 16:14 JS, revision 30844

Crash fix under VC++

2004-12-02 12:04 JS, revision 30843

Fixed memory checking on Unix by removing inlines and apply patch by Mart Raudsepp

2004-12-02 12:03 JS, revision 30842

Use the right symbol

2004-12-02 09:42 JS, revision 30841

Fix compilo on Unix using src/iodbc which has no SQL_C_WCHAR

2004-12-02 00:02 RN, revision 30840

better name - add newline to end of file for dumber compilers

2004-12-01 23:58 RN, revision 30839

add wxStripExtension test

2004-12-01 23:55 RN, revision 30838

Correct mistakes in wxStripExtension - correct wxString::npos. Spurred by 1073642 filefn.cpp StripExtension(wxString &)

2004-12-01 22:00 RD, revision 30837

ensure that yesr is an integer

2004-12-01 21:35 RR, revision 30836

Added support for GNOME print in static builds also by adding the FORCE_LINK() statements.

2004-12-01 21:33 RR, revision 30835

Added support for static (inlined) wxImages with alpha channel.

2004-12-01 20:52 RR, revision 30834

Applied Freeze()/Thaw() patch for wxTextCtrtl.

2004-12-01 19:15 RR, revision 30833

Compilo

2004-12-01 18:44 RR, revision 30832

Applied font scaling patch (GetTextExtent()) to new printing code as well.

2004-12-01 18:33 RR, revision 30831

Applied patch to "correct" hashmap's freeing of memory.

2004-12-01 18:29 RR, revision 30830

Applied patch to correct EVT-CHAR

2004-12-01 14:46 JS, revision 30829

Include "wx/msw/msvcrt.h" for better leak reporting