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-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.