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-02-12 22:46 VZ, revision 51742

add forgotten file needed by the last change to the sample

2008-02-12 20:13 VS, revision 51741

added wxWindow::HandleAsNavigationKey() helper for handling (not only) TAB key in custom controls

2008-02-12 17:05 JS, revision 51740

Fixed several style, paste and undo bugs Added a reload function to the sample for quickly restoring original text

2008-02-12 17:05 JS, revision 51739

Fixed several style, paste and undo bugs Added a reload function to the sample for quickly restoring original text

2008-02-12 15:53 VS, revision 51738

use ClientToWindowSize/WindowToClientSize

2008-02-12 15:49 VS, revision 51737

added wxWindow::ClientToWindowSize and WindowToClientSize helpers

2008-02-12 13:16 SC, revision 51735

adding filename conversion for wxStat

2008-02-12 11:29 VS, revision 51734

silence warnings about <headers>

2008-02-12 10:49 SC, revision 51733

fixing SetShape's bridging between RgnHandle and HiShapeRef

2008-02-12 07:25 JJ, revision 51674

Update setup for OpenVMS

2008-02-12 04:03 PC, revision 51673

build fix for non-MSW

2008-02-12 00:06 VZ, revision 51672

use wxLanguageInfo::GetLocaleName() instead of Desscription which can't be passed to _create_locale() (except that it works for a few standard languages by random coincidence)

2008-02-11 23:57 VZ, revision 51671

simplify SETLOCALE_FAILS_ON_UNICODE_LANGS-related code

2008-02-11 23:48 VZ, revision 51670

remove half a dozen #ifndef __WXWINCE__ as they dont seem to be necessary now (wxSetlocale() is defined in wxcrt.h for all platforms); if the compilation for CE is broken it must be fixed by providing wxSetlocale() stub for it instead of writings tons of #ifdefs!

2008-02-11 23:40 VZ, revision 51669

add wxLanguageInfo::GetLocaleName(), this simplifies the current code and will be used with wxXLocale

2008-02-11 23:23 VZ, revision 51668

avoid duplication in the code by refactoring LCID creation from wxLanguageInfo::WinLang and WinSublang in a member function

2008-02-11 22:34 VZ, revision 51667

initialize m_backgroundBrush to an invalid brush instead of wxTRANSPARENT_BRUSH, this shouldn't change anything but avoids unneeded initialization

2008-02-11 22:30 VZ, revision 51666

use #ifdef __WXMAC__, not #if

2008-02-11 21:12 VZ, revision 51665

document that wxTLW::SetSize() is affected by SetSizeHints()

2008-02-11 21:01 FM, revision 51664

use WXLIBPOSTFIX inside the define-*-name tags so to make the generated makefiles much shorter.

2008-02-11 20:51 VZ, revision 51663

use correct WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP_FWD_BASE for wxWindow forward declaration

2008-02-11 20:23 VZ, revision 51662

update m_lastcount correctly in wxBufferedInputStream::Read() when using the buffer associated with another stream and not created by this one

2008-02-11 20:16 VZ, revision 51661

set selection anchor to the focused item in SetItemState()

2008-02-11 17:39 PC, revision 51660

fix for glib critical errors when closing an mdi child

2008-02-11 16:03 VZ, revision 51659

implement wxListBox::EnsureVisible() in wxGTK; add a test for it to the widgets sample