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)

2006-04-26 18:00 VZ, revision 38928

fixed unused param warning and code cleanup/simplification in DrawItemSelectionRect()

2006-04-26 16:27 PC, revision 38927

make pen/brush parameters const

2006-04-26 16:27 PC, revision 38926

build fix for latest C++ standard

2006-04-26 16:15 SC, revision 38925

fixing translation

2006-04-26 16:13 SC, revision 38924

default button on older systems was not shown with OK, but empty, resulting in wxID_CANCEL returns, patch 1473745

2006-04-26 16:08 SC, revision 38923

default button on older systems was not shown with OK, but empty, resulting in wxID_CANCEL returns, patch 1473745

2006-04-26 12:12 VZ, revision 38922

renamed RESCOMP to WINDRES due to bakefile changes (patch 1372332)

2006-04-26 10:48 RR, revision 38921

Added wxRenderer method for drawing selection rect if an item in a list has ben selected.

2006-04-26 08:21 ABX, revision 38920

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

2006-04-26 02:48 vell, revision 38919

minor cleanup 2 - reformatting

2006-04-26 02:24 PC, revision 38918

revert return type changes for gdi object pointers

2006-04-26 00:17 VZ, revision 38917

remove the vertical scrollbar completely if the control is empty

2006-04-26 00:16 VZ, revision 38916

don't paint an infinite number of items if the control is empty

2006-04-26 00:05 VZ, revision 38915

document that the workaround used to make popup menus behave correctly is the one officially sanctioned by Microsoft and provide the URL to the Knowledge Base article; also minor cleanup: use GetHwndOf() instead of HWND casts

2006-04-25 21:43 ABX, revision 38914

Back to previous #include order - wxGTK1 include loop needs rethinking.

2006-04-25 21:39 ABX, revision 38913

Build fix.

2006-04-25 17:31 ABX, revision 38912

Build fix.

2006-04-25 17:04 vell, revision 38911

minor cleanup - reformatting

2006-04-25 15:16 ABX, revision 38910

[ 1473731 ] 'wxColourBase and wxString <-> wxColour implementation'

2006-04-25 14:38 ABX, revision 38909

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

2006-04-25 12:40 ABX, revision 38908

[ 1473731 ] 'wxColourBase and wxString <-> wxColour implementation'

2006-04-25 12:06 ABX, revision 38907

wxTheColourDatabase->Find() can fail.

2006-04-25 10:51 RR, revision 38906

Lots of minor visual updates.

2006-04-25 10:50 RR, revision 38905

Added rc file for MINGW compilation.

2006-04-25 10:49 RR, revision 38904

Minor sample update.