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

2006-04-30 00:04 ABX, revision 38953

Build fix for SmartPhoneCE.

2006-04-29 19:19 DS, revision 38952

changed calls to wxMac's private wxColour::Set to use the renamed function wxColour::FromRGBColor

2006-04-29 05:51 SC, revision 38951

obsolete ref to checklistbox

2006-04-29 05:37 SC, revision 38950

switching implementation to current base technologies

2006-04-29 05:30 SC, revision 38949

switching implementation new core system (ATS)

2006-04-29 00:46 MR, revision 38948

Add virtual keyword where applicable. Rearrange declarations to match the order in base classes.

2006-04-28 17:59 ABX, revision 38947

Final touch for wxColour <-> wxString and wxColourBase by Francesco Montorsi.

2006-04-28 17:07 ABX, revision 38946

Warning fixes.

2006-04-28 12:44 ABX, revision 38945

Include wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-04-28 10:19 ABX, revision 38944

Simplify wxWinCE #ifdefs.

2006-04-28 10:14 ABX, revision 38943

Be nice to eVC++ build process and don't include not existing files.

2006-04-27 17:18 ABX, revision 38942

wxTLW::IsAlwaysMaximized() introduction.

2006-04-27 16:39 ABX, revision 38941

Unicode build fix.

2006-04-27 13:50 VZ, revision 38940

use wxDelegateRendererNative as base class instead of wxRendererNative to not have to reimplement all pure virtuals

2006-04-27 12:47 ABX, revision 38939

Include wx/event.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-04-27 12:33 SC, revision 38938

fix for CARBON CFM when running in Classic, UserDrawProc was getting a clip region that was -32767 to 32767, then offsetting that region would result in an empty region

2006-04-27 11:33 ABX, revision 38937

Be nice to eVC++ build process and don't include not existing files.

2006-04-27 11:31 VZ, revision 38936

correction to exception handling in threads: call wxThread::OnExit() always

2006-04-27 11:25 ABX, revision 38935

Refresh(row) should be RefreshRow(row), otherwise it's whole window refreshing.

2006-04-27 10:21 VZ, revision 38934

undid last commit, it was accidental and the commit message was wrong

2006-04-27 10:17 VZ, revision 38933

handle fatal exceptions in the other threads (based on patch 1459813 by Carl-Friedrich Braun)

2006-04-27 07:41 SC, revision 38932

renamed RGBColor setter to avoid former overload being an override

2006-04-27 04:45 PC, revision 38931

use stock pens/colors

2006-04-27 00:30 RD, revision 38930

Reset the mouse event object and id in case FindWindowForMouseEvent selected a new window to send the event to.

2006-04-26 18:04 VZ, revision 38929

handle fatal exceptions in the other threads (based on patch 1459813 by Carl-Friedrich Braun)