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-02-07 13:07 SC, revision 58702

correct shortcuts on mac, fixes #10464

2009-02-06 21:55 VZ, revision 58695

remove incorrect cast of wxString to char* (unnecessary and breaks wxUSE_STL build)

2009-02-06 21:54 VZ, revision 58694

compilation fix for wxEVENTS_COMPATIBILITY_2_8 case

2009-02-06 21:43 FM, revision 58693

fix some typos (return types)

2009-02-06 18:43 FM, revision 58692

remove typo

2009-02-06 18:42 FM, revision 58691

fix title of the previously-modified section

2009-02-06 18:33 VZ, revision 58690

allow handling events in a function taking the base class of the event class corresponding to the event type and not exactly the event class itself: this is more flexible (while still being safe) and incidentally fixes compatibility issues with existing code using explicit casts to wxObjectEventFunction (see #10477)

2009-02-06 17:03 FM, revision 58689

more user-friendly error message

2009-02-06 17:00 FM, revision 58688

mention wxwindow::SetExtraStyle( wxWS_EX_VALIDATE_RECURSIVELY ) in the validator overview; cosmetic changes in the rest of the validator

2009-02-05 18:54 FM, revision 58685

fix LoadPanel() docs (closes #10467)

2009-02-05 18:50 FM, revision 58684

document the protected functions of wxTextValidator; it helps user to eventually derive classes from wxTextValidator (closes #10474)

2009-02-05 18:24 FM, revision 58683

remove mention of wxMutexGuiEnter/leave from the multithreading topic overview; document that wxMutexGuiEnter only works for wxMSW as the code seems to confirm this (see #10366)

2009-02-05 18:02 FM, revision 58681

fix the size of the generated controls using wxDefaultSize instead of manually-specified sizes; use wxDefaultPosition instead of manually-specified sizes: they were disregarded anyhow since we use sizers; fix a tooltip message

2009-02-05 17:54 FM, revision 58680

add code for debugging sizers/window sizes; it may be very useful for other purposes as well

2009-02-05 17:46 FM, revision 58679

always use wxSTAY_ON_TOP (closes #10447)

2009-02-05 17:43 FM, revision 58678

fix warning about function hiding by using the 'On' prefix for event handlers

2009-02-05 17:42 FM, revision 58677

fix warning

2009-02-05 17:40 FM, revision 58676

add many references to the overview_windowsizing topic in wxWindow's size functions; add maximum size and virtual size to the topic overview

2009-02-05 05:45 PC, revision 58675

use the right GdkWindow and origin for non-pizza widget with wxClientDC

2009-02-05 01:03 BP, revision 58672

Documented wxAuiManagerEvent and it's related event macros.

2009-02-04 23:06 VZ, revision 58671

fix MSVC warning about implicit int to bool conversion

2009-02-04 22:50 BP, revision 58670

Properly distribute docs on string comparison operators, and remove from named groups.

2009-02-04 21:52 VZ, revision 58669

PCH-less compilation fix

2009-02-04 21:28 RR, revision 58667

Use gtk_range_set_value() to set scrollbar and do that after SetVirtualSize() since the latter can shrink the legal range and gtk_range_set_value() checks for that. It also sends out a value_changed signal which will scroll the window

2009-02-04 21:27 VZ, revision 58666

use WXDLLIMPEXP_FWD_BASE instead of WXDLLIMPEXP_BASE in friend declaration