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-10-06 14:08 FM, revision 56121

other cleanup; adjusted english in the UI

2008-10-06 13:55 VZ, revision 56120

implemented wxMemoryFSHandler::FindFirst/Next()

2008-10-06 13:37 VZ, revision 56119

made m_Hash object, not a pointer and moved hash declaration into the header as it's needed by the upcoming FindFirst/Next() implementation

2008-10-06 13:26 VZ, revision 56118

removed the strange __WXMSW__ test in AddFile(bitmap) -- why should this function silently do nothing in this case?

2008-10-06 13:25 VZ, revision 56117

rewrite using type safe wxHashMap instead of wxObject-based wxHashTable

2008-10-06 13:24 VZ, revision 56116

remove erase(const_iterator) overload, it should have never existed as const_iterators can't be used to modify the container

2008-10-06 13:09 VZ, revision 56115

no changes, just some minor cleanup

2008-10-06 12:13 RR, revision 56113

Make keyboard input to controls in a wxPopupWindow work in at least some cases, embedded wxListCtrl still doesn't work, wxVListBox does

2008-10-06 11:53 FM, revision 56112

many fixes; now the application correctly starts up

2008-10-06 11:01 RR, revision 56111

Wrong order of calls

2008-10-06 11:00 FM, revision 56110

better error messages, when possible

2008-10-06 10:41 SC, revision 56109

switching away from angle brackets includes, deactivating OSX workaround

2008-10-06 10:35 SC, revision 56108

moving more things to common API between carbon and cocoa, adapting WidthDefault etc, removing dependencies from wxClientDC from text measuring ops on wxWindow

2008-10-06 10:00 FM, revision 56107

add to utils.bkl the hhp2cached (why wasn't already there?) and screenshotgen utilities

2008-10-06 09:37 FM, revision 56106

added the automatic screenshot generator utility by Utensil Candel (with some revisions and reorganizations)

2008-10-06 09:32 FM, revision 56105

list also headers in the bakefile

2008-10-06 09:31 FM, revision 56104

rename README to README.txt to be compat with win systems

2008-10-06 09:29 VZ, revision 56103

set svn properties correctly

2008-10-05 22:56 VZ, revision 56100

correct the example/documentation of GetDocumentsDir() return value

2008-10-05 22:12 VZ, revision 56099

don't build mfc and memcheck samples by default as they don't always compile (#10031)

2008-10-05 18:03 JMS, revision 56096

Fix RCS-IDs

2008-10-05 17:57 JMS, revision 56095

Fix RCS-ID

2008-10-05 17:40 JMS, revision 56094

Better use of Connect()

2008-10-05 17:29 JMS, revision 56093

RCS-IDs

2008-10-05 14:23 JMS, revision 56091

Use wxPGEditor_X instead of wxPGEditor(X), as in new docs