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-05-02 13:06 VZ, revision 60468

added missing headers for PCH-less compilation

2009-05-02 12:06 FM, revision 60467

backport of r60458 from trunk: don't put NULL pointers in the GdkWindowArray

2009-05-02 09:41 JMS, revision 60466

Fixed bug: wxPropertyGridInterface::SetPropertyReadOnly() with wxPG_DONT_RECURSE flag didn't do anything

2009-05-02 00:59 VZ, revision 60464

rename wxGrid::SendSizeEvent() to SendGridSizeEvent() to avoid warnings about conflicts with base wxWindow class method with the same name

2009-05-02 00:52 VZ, revision 60463

added wxMouseEventsManager

2009-05-02 00:37 VZ, revision 60462

put wx{Keyboard,Mouse}State in events category instead of misc one

2009-05-01 23:49 VZ, revision 60461

implement changing wxChoice and wxComboBox height

2009-05-01 23:48 VZ, revision 60460

added MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZING to wxUSE_DEFERRED_SIZING and moved it to the header

2009-05-01 17:28 FM, revision 60459

fix for placement of wxStaticBox childrens (which doesn't affect the placement of the siblings) when using wxStaticBoxSizer

2009-05-01 16:15 FM, revision 60458

don't place NULL pointers in the GDK window array in GTKGetWindow()

2009-05-01 14:50 VZ, revision 60457

no changes, just remove #if'd out code

2009-05-01 12:14 VZ, revision 60456

don't generate CE projects for tests/benchmarks

2009-04-30 14:23 VZ, revision 60437

compilation fix after wxMouseState changes (closes #10756)

2009-04-30 00:00 VZ, revision 60436

show the new size of the grid row/col which was resized (test for r60435 changes)

2009-04-29 23:59 VZ, revision 60435

generate wxEVT_GRID_{COL,ROW}_SIZE events when the user double clicks the separating line too; do not generate these events if the size didn't really change (further improvements to grid events are possible and remain needed, see #10754)

2009-04-29 23:43 VZ, revision 60434

no changes, just use an accessor method instead of using wxMouseEvent member variables directly

2009-04-29 23:42 VZ, revision 60433

don't duplicate wxMouseState in wxMouseEvent but reuse its methods and variables (somehow this was never done when wxMouseState was introduced)

2009-04-28 14:23 VZ, revision 60427

fix conversion of wxString to data in AddFileWithMimeType(wxString, wxString) overload in Unicode build

2009-04-28 13:13 JJ, revision 60426

Do not use Tooltips if they are disabled

2009-04-28 11:39 RR, revision 60424

Compilo

2009-04-28 09:37 CE, revision 60423

require BCC 5.82 for templates

2009-04-28 09:36 CE, revision 60422

fix Borland as per trac 10736

2009-04-28 09:35 CE, revision 60421

require BCC 5.82 for templates

2009-04-27 23:44 VZ, revision 60414

added missing @ref after last change

2009-04-27 22:05 MW, revision 60413

Fix typo.