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-14 21:40 FM, revision 52511

mention wxMenuItem::* deprecations

2008-03-14 21:28 FM, revision 52510

remove wine path from doxygen_chm: instead add some comments with urls about where to get hhc.exe.

2008-03-14 21:26 FM, revision 52509

make the script a bit more intelligent using MS broken batch scripting (it took me 40 min to sort out the right syntax!)

2008-03-14 21:26 FM, revision 52508

remove wine path from doxygen_chm: instead add some comments with urls about where to get hhc.exe.

2008-03-14 21:16 BP, revision 52507

Updated doxygen launcher scripts to reflect new Doxyfile locations.

2008-03-14 20:54 VZ, revision 52506

rename Doxyfile.* to Doxyfile_* to avoid inappropriate extensions

2008-03-14 17:14 VZ, revision 52505

make wxCmdLineParser:Usage() const

2008-03-14 17:11 VZ, revision 52504

no changes, just fix a few typos and wrap long lines

2008-03-14 16:51 PC, revision 52503

minimize searching for tlw parent, remove useless code

2008-03-14 16:12 FM, revision 52502

revised wxAUI headers; added @todo in various places where docs are missing

2008-03-14 15:55 PC, revision 52501

fix for infinite sizing loop (partial patch 1907189)

2008-03-14 15:51 FM, revision 52500

extracted from wxArrayString docs the docs for wxSortedArrayString, which is declared as deriving from wxArrayString (not sure about the STL case); marked with @todo the two classes for STL clarifications

2008-03-14 15:35 FM, revision 52499

revised a* interface headers; categorized many functions; moved some functions to their correct header

2008-03-14 14:42 FM, revision 52498

remove @ingroup; use @category instead

2008-03-14 14:24 JS, revision 52497

Corrected typecasts (Sebastian Gottschalk)

2008-03-14 14:24 JS, revision 52496

Added typecasts (Sebastian Gottschalk)

2008-03-14 14:18 JS, revision 52495

Fixed bug in wxDialUpManagerMSW::GetISPNames - uses realloc() without checking for NULL, leading to a memory leak (Sebastian Gottschalk)

2008-03-14 14:18 JS, revision 52494

Fixed bug in wxDialUpManagerMSW::GetISPNames - uses realloc() without checking for NULL, leading to a memory leak (Sebastian Gottschalk)

2008-03-14 14:17 JS, revision 52493

Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)

2008-03-14 14:17 JS, revision 52492

Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)

2008-03-14 14:16 JS, revision 52491

Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)

2008-03-14 14:16 JS, revision 52490

Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)

2008-03-14 14:14 JS, revision 52489

Fixed buffer overflow (Sebastian Gottschalk)

2008-03-14 14:13 JS, revision 52488

Fixed bug in XTI constructor macro (Sebastian Gottschalk)

2008-03-14 10:34 SC, revision 52484

use the same font matching fallbacks for all layout operations

2008-03-14 10:33 SC, revision 52483

use the same font matching fallbacks for all layout operations

2008-03-14 08:05 BP, revision 52482

Fixed some function/define paramter names to match old docs.

2008-03-14 07:44 BP, revision 52479

Catagorized all functions and macros belonging to the RTTI and Versioning groups.

2008-03-14 06:06 PC, revision 52478

fix for size 1x1 wxChoice when SetSelection() is called before realization, bug 1913657

2008-03-14 05:47 BP, revision 52477

Added the function and macro group pages for Doxygen.

2008-03-14 01:14 VS, revision 52476

make sure FindFocus returns newly focused window immediately after SetFocus on 2.8 branch too

2008-03-14 01:10 VS, revision 52473

simplified and cleaned up wxGTK's focus handling

2008-03-13 23:58 VS, revision 52472

reverted Julian's r44600, it broke help window behavior so that it prevented apps from closing

2008-03-13 23:42 VS, revision 52471

fixed crash in wxHtmlHelpController if the help window is still open

2008-03-13 23:29 VS, revision 52470

fixed crash in wxHtmlHelpController if the help window is still open

2008-03-13 16:30 FM, revision 52468

revised archive header; changed overview_arc to overview_archive which reads better; modified the @category alias to point to the group pages and to spit out the @ingroup command

2008-03-13 14:21 VS, revision 52467

fixed unreadable formatting

2008-03-13 04:37 PC, revision 52465

fix for idle processing stopping without processing all pending events, replaces patch 1912157

2008-03-13 02:56 BP, revision 52464

Added the class group pages for Doxygen.

2008-03-12 22:18 FM, revision 52463

revised other headers

2008-03-12 21:28 VS, revision 52458

include 'Version' in version string, it's what Apple apps do

2008-03-12 21:28 VS, revision 52457

include 'Version' in version string, it's what Apple apps do

2008-03-12 20:47 VS, revision 52456

indent app name + version from the rest in about dialog; use i18n-friendly way of creating strings

2008-03-12 19:24 VZ, revision 52455

removed non-existent SockAddrLen()

2008-03-12 19:08 BP, revision 52454

Added class groups example to Doxygen and added parent "Functions and Macros", and "Classes by Category" groups. Also added CSS to add "Categories / " to the "Modules" tab label, and turned on DETAILS_AT_TOP setting.

2008-03-12 13:45 JS, revision 52453

Better fix

2008-03-12 13:45 JS, revision 52452

Better fix

2008-03-12 13:36 JS, revision 52451

Sizing/scrollbar corrections for Mac

2008-03-12 13:36 JS, revision 52450

Sizing/scrollbar corrections for Mac

2008-03-12 08:50 BP, revision 52448

Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c].