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

2005-03-18 19:45 RN, revision 32903

* Quicktime lib no longer needed....

2005-03-18 19:44 RN, revision 32902

* Dynamically load all quicktime stuff using a version of Robert Roeblings wxDL_ macros

2005-03-18 19:32 ABX, revision 32901

Fixed bug #1022383: 'several ComboBoxes appear selected'

2005-03-18 19:20 JS, revision 32900

Expanded wxSystemOptions docs, documented wxTE_CAPITALIZE

2005-03-18 17:34 RN, revision 32899

* Fix refreshing bug with control not showing up intially and asserting on resize

2005-03-18 16:51 VZ, revision 32898

include extern variables declarations in the tags file too

2005-03-18 15:27 VZ, revision 32897

restored const operator[]s for the compilers which need them

2005-03-18 15:16 VZ, revision 32896

continue with generating EVT_CONTEXT_MENU if EVT_TREE_ITEM_MENU not handled

2005-03-18 15:13 VZ, revision 32895

added EVT_TREE_ITEM_MENU test

2005-03-18 15:03 VZ, revision 32894

avoid asserts from calling isprint(c) with non ASCII c

2005-03-18 14:26 JS, revision 32893

Added WXK_SPECIAL... keycodes for special hardware buttons Made (Un)RegisterHotKey WinCE-aware. Added wxEVT_HIBERNATE event. Now fakes wxEVT_ACTIVATE_APP to be symmetrical with wxEVT_HIBERNATE. Added wxTE_CAPITALIZE for CAPEDIT controls.

2005-03-18 14:07 VZ, revision 32892

compilation fix after last commit (missing semicolon added)

2005-03-18 11:50 RN, revision 32891

* Update for new event handler stuff * Update notebook page text on file change * Some other misc. cleanups (remove strmiids.lib dependancy, cleanup enums, etc.)

2005-03-18 11:46 RN, revision 32890

Update for new event handler stuff

2005-03-18 11:04 RN, revision 32889

Reworked directshow implementation. * Removes the strmiids.lib dependancy * Uses the direct quartz automation interface, thus removing the dshow.h header dependancy * Let COM handle loading quartz.dll

2005-03-18 10:11 JS, revision 32888

Script updates

2005-03-18 10:05 JS, revision 32887

Add sample icon

2005-03-18 09:46 JS, revision 32886

Use sample icon, and title correction

2005-03-18 09:44 JS, revision 32885

Use sample icon

2005-03-18 09:33 JS, revision 32884

Doc tweaks

2005-03-18 09:31 JS, revision 32883

SetSashSize doc'ed

2005-03-18 08:50 CE, revision 32882

wxbase bug

2005-03-18 00:16 DS, revision 32881

fixed signed/unsigned mismatch warning

2005-03-17 23:45 VZ, revision 32880

implemented wxMenuBar ctor taking array of menus/titles for all ports; added optional flags argument to it (patch 1162726)

2005-03-17 23:24 VZ, revision 32879

return if abort dialog couldn't be created (part of patch 1160117)