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 23:03 VZ, revision 58733

fix (harmless for now) g++ warning about non-virtual dtor

2009-02-07 22:51 VZ, revision 58732

use DECLARE_LOCAL_EVENT_TYPE for our custom event, we don't need to export it

2009-02-07 22:30 FM, revision 58730

fix repaint problems when resizing the frame

2009-02-07 22:09 VZ, revision 58729

fix Insert(iterator, T) in STL build [backport of r57290 from trunk]

2009-02-07 22:03 VZ, revision 58728

don't access 0th element of an empty string, this throws an exception in wxUSE_STL build

2009-02-07 21:46 VZ, revision 58727

yet another wxUSE_DRAG_AND_DROP==0 compilation fix

2009-02-07 21:44 VZ, revision 58726

another attempt to run tests with verbose logging in STL trunk build

2009-02-07 21:04 VZ, revision 58725

add semicolons after wxDEFINE_EVENT()

2009-02-07 19:36 VS, revision 58722

wxrc: fix incorrectly generated code with --extra-cpp-code (fixes #9631)

2009-02-07 19:32 VS, revision 58721

wxrc: fix incorrectly generated code with --extra-cpp-code (fixes #9631)

2009-02-07 18:59 VZ, revision 58718

require semicolon after wxDECLARE/DEFINE_EVENT() (closes #10456)

2009-02-07 17:40 FM, revision 58716

allow the user to set the contents of the status fields

2009-02-07 16:07 VZ, revision 58715

update custom event definition documentation; document wxDEFINE/DECLARE_EVENT()

2009-02-07 15:29 VZ, revision 58714

fix typo in last commit

2009-02-07 15:29 VZ, revision 58713

rename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT

2009-02-07 15:22 VZ, revision 58712

update/reorganize events overview and changed links to it to reflect the fact that it speaks about events in general and not just about handling them

2009-02-07 15:09 FM, revision 58711

do not use preprocessor macros in interface headers; doxygen doesn't know about preprocessor symbols used in the real headers

2009-02-07 14:51 VZ, revision 58710

extract the important overviews in their own section and order them by importance

2009-02-07 14:47 SC, revision 58709

OSX currently doesn't expose an OnPaint anymore

2009-02-07 14:42 FM, revision 58708

document the wxWindow::Get/SetLayoutDirection functions

2009-02-07 14:11 FM, revision 58707

no real change: put event handlers together at the end of the file

2009-02-07 13:38 JMS, revision 58706

Eliminated two unneeded arguments from wxPropertyGrid::DoDrawItems()

2009-02-07 13:35 JMS, revision 58705

Fixed and refactored wxPropertyGridManager decsription text box painting

2009-02-07 13:25 SC, revision 58704

reworking event handling to redirect to c++ virtual functions

2009-02-07 13:16 JMS, revision 58703

Added workaround for a bug that causes splitters not be drawn correctly if GetUpdateRegion().GetBox() in paint event does not cover the entire grid width

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