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

2007-02-11 02:33 VZ, revision 44456

fit the control when its real contents is attached and not simply (re-)layout it as it has no effect (patch 1644924)

2007-02-11 02:27 VZ, revision 44455

warn if wxVsnprintf() is not being used

2007-02-11 02:24 VZ, revision 44454

don't use strlen() to verify the length of the string as it can contain embedded NULs (patch 1643843; closes bug 1642284) (backport from HEAD)

2007-02-11 02:23 VZ, revision 44453

added test for %c and other minor changes (patch 1643843)

2007-02-11 02:22 VZ, revision 44452

don't use strlen() to verify the length of the string as it can contain embedded NULs (patch 1643843; closes bug 1642284)

2007-02-11 02:17 VZ, revision 44451

define DisableAutomaticSETranslator() correctly when wxUSE_ON_FATAL_EXCEPTION==0, this fixes linking in this case (replaces patch 1646340) (backport from HEAD)

2007-02-11 02:14 VZ, revision 44450

write the entire file at once in Flush() instead of doing it line by line (patch 1656509) (backport from HEAD)

2007-02-11 02:14 VZ, revision 44449

define DisableAutomaticSETranslator() correctly when wxUSE_ON_FATAL_EXCEPTION==0, this fixes linking in this case (replaces patch 1646340)

2007-02-11 02:09 VZ, revision 44448

write the entire file at once in Flush() instead of doing it line by line (patch 1656509)

2007-02-11 02:03 VZ, revision 44447

compilation fix for 64 bit platforms (where size_t is not unsigned int)

2007-02-11 00:59 VZ, revision 44446

update the popup menu item when it's [un]checked too, as it already happens for the items in the main menu bar (backport from HEAD)

2007-02-11 00:58 VZ, revision 44445

update the popup menu item when it's [un]checked too, as it already happens for the items in the main menu bar

2007-02-11 00:27 VZ, revision 44444

wxTopLevelWindow::GetClientSize() returns 0x0 when the window is minimized under wxGTK too now; documented this behaviour

2007-02-11 00:21 VZ, revision 44443

return the restored window size from GetSize() when window is minimized (for consistency with wxGTK and also for convenience)

2007-02-11 00:13 VZ, revision 44442

changed GetFromWindow() to take const pointer

2007-02-10 23:50 VZ, revision 44441

corrected version in the libraries names: it's only 2 digits even in development branch

2007-02-10 23:44 VZ, revision 44440

make GetSize() return the size of the window including the decorations and updated SetSize() to account for this as well

2007-02-10 13:48 VZ, revision 44439

fix compilation with WXWIN_COMPATIBILITY_2_6 off (and probably a bug)

2007-02-10 09:41 JS, revision 44438

Don't optimize if there are child windows since children won't be scrolled

2007-02-10 09:40 JS, revision 44437

Don't optimize if there are child windows

2007-02-10 02:06 RD, revision 44436

Turn off wxUSE_GRAPHICS_CONTEXT if compiling with MSVC 6

2007-02-10 00:15 RD, revision 44435

reSWIGged

2007-02-10 00:14 RD, revision 44434

Check for NotImplementedError

2007-02-09 23:43 RD, revision 44433

A bit of code cleanup

2007-02-09 23:42 RD, revision 44432

ensure that a bad locale is destroyed before it is attempted to be used