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

2008-03-03 02:01 VZ, revision 52272

position help windows shown when Shift-F1 is pressed near the window and not at the mouse position unless the mouse is over the window [backport of r52271 from trunk]

2008-03-03 01:58 VZ, revision 52271

position help windows shown when Shift-F1 is pressed near the window and not at the mouse position unless the mouse is over the window (this avoids showing the tooltip in the opposite corner of the screen)

2008-03-02 23:50 BP, revision 52270

Fixed WX_2_8_7 tag from revision 50130.

2008-03-02 23:49 BP, revision 52269
  • D /wxWidgets/tags/WX_2_8_7

Removed faulty tag with two copies of wxWidgets to make room for fixed tag in next commit.

2008-03-02 23:28 VZ, revision 52268

always draw toolbar background ourselves under XP as it isn't drawn correctly with some themes (e.g. Zune one) otherwise (replaces patch 1783181)

2008-03-02 23:27 VZ, revision 52267

add test for setting toolbar background colour

2008-03-02 23:21 VZ, revision 52266

reverted the last 2 changes to this file, the border stuff has nothing to do with toolbar sample and is really confusing

2008-03-02 23:19 VS, revision 52265

there's no such thing as LANG_VALENCIAN

2008-03-02 23:05 VZ, revision 52264

use custom selection colours in wxHtmlListBox again (restores functionality broken by patch 1650804 in r44640)

2008-03-02 20:40 VS, revision 52263

fixed rendering of wxTextCtrl's border with wxTE_RICH(2) styles and XP's Classic theme

2008-03-02 20:24 FM, revision 52262

keep the list of event classes in a single place

2008-03-02 17:29 FM, revision 52261

fix include file syntax

2008-03-02 17:22 FM, revision 52260

added category pages for macros and functions

2008-03-02 17:21 FM, revision 52259

fix topic overview name

2008-03-02 15:35 FM, revision 52258

typofix

2008-03-02 15:33 FM, revision 52257

ensure all topic overviews have an horizontal rule with the list of the sections above

2008-03-02 15:18 FM, revision 52256

fixed @code sections

2008-03-02 15:03 FM, revision 52255

fix the @section tag

2008-03-02 14:55 VZ, revision 52254

decouple item index from string value (patch 1905702)

2008-03-02 14:45 VZ, revision 52253

don't post WM_NULL if there is already a WM_NULL in the queue to avoid overflowing it (patch 1904771)

2008-03-02 14:33 VZ, revision 52252

add support for custom controls in file dialog in wxGTK and generic versions; also allow using generic dialogs in the sample with wxGTK2 (patch 1846837)

2008-03-02 14:29 VZ, revision 52251

don't clear value index in SetStringValue() if the value is invalid (patch 1905695)

2008-03-02 14:03 VZ, revision 52250

fix WPARAM typo

2008-03-02 11:00 VS, revision 52248

header files are not executable

2008-03-02 10:59 VS, revision 52247

wxMac: Fixed wxListCtrl to respect items' non-default fonts.