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

2009-01-15 12:17 VZ, revision 58114

added a (Windows-only) Flash sample

2009-01-15 11:31 SC, revision 58113

fixing controls with content areas, correcting radiobox layout

2009-01-15 09:20 JS, revision 58112

Added font family to wxTextAttr

2009-01-14 23:48 RR, revision 58111

Fixes #10382: Memory leak in wxDataViewMainWindow::IsExpanded

2009-01-14 23:45 RR, revision 58110

Don't make wxFrame grow when adding a native wxToolbar

2009-01-14 22:26 FM, revision 58109

add -k_T to the call to xgettext as otherwise a string of internat.cpp is not extracted

2009-01-14 22:25 FM, revision 58108

add Italian translation

2009-01-14 21:07 VZ, revision 58107

reduce IPC buffer size to be less than typical Ethernet MTU after accounting for TCP overhead

2009-01-14 19:26 FM, revision 58106

use wxStrnlen() and add NULL-checks in wxMsgCatalogFile::FillHash for safer handling of corrupted MO files (closes #3151)

2009-01-14 19:21 FM, revision 58105

do not assert when the validator style == wxFILTER_NONE

2009-01-14 18:24 FM, revision 58104

s/wxWindows/wxWidgets; update wx-dev mail address

2009-01-14 17:54 FM, revision 58103

add some wxIMAGE_OPTION_PNG_xxx options to wxImage and wxPNGHandler to allow the user to set the desired compression level (closes #10372)

2009-01-14 17:41 FM, revision 58102

no real change; just reorganize the sample splitting it in two source files

2009-01-14 17:26 FM, revision 58101

fix ANI loading; check for errors when calling Read()

2009-01-14 16:34 VZ, revision 58100

don't assert if the locale couldn't be set in AddCatalog(), we should still be able to use translations in this case

2009-01-14 16:10 FM, revision 58099

don't crash if an item has a NULL ID

2009-01-14 15:41 VZ, revision 58098

don't try to destroy the already destroyed OCX HWND

2009-01-14 15:25 FM, revision 58097

call event.Enable(true) in OnUpdateFileOpen and OnUpdateFileNew only if there are templates in the doc manager (closes #10163)

2009-01-14 15:03 FM, revision 58096

fix typo

2009-01-14 15:01 FM, revision 58095

part of commit r58093

2009-01-14 14:58 FM, revision 58094

Reenable TEST_ALL (and #define TEST_FTP in that case) Fix some warnings about unused functions Fix asserts coming from incorrect use of GetC(): new wxPutchar asserts when passing a NULL character Remove TestThreadExec() and MyExecThread: wxExecute can be used only from the main thread Remove TestFtpWuFtpd: we don't want to test for wu-ftp bugs and ftp.eudora.com doesn't respond anymore Do not leak the global FTP object

2009-01-14 14:38 FM, revision 58093

don't use hardcoded constant 200; use wxSTACKWALKER_MAX_DEPTH instead

2009-01-14 13:56 SC, revision 58092

cleaning up warnings, more common event code

2009-01-14 13:26 FM, revision 58091

patch from Utensil Candel which refactors and documents the AutoCaptureMechanism class

2009-01-14 08:58 SC, revision 58090

routing native events first to the wx class and only if skipped call native handler