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

2006-06-15 21:32 MW, revision 39753

Missing header

2006-06-15 21:30 MW, revision 39752

Take account of the numlock when mapping mgl virtual keycodes to wx ones.

2006-06-15 21:10 ABX, revision 39751

[ 1506733 ] wxOwnerDrawnComboBox::SetPopupControl argument type check.

2006-06-15 20:33 MW, revision 39750

Make wxMouseState's alt and meta match those in events

2006-06-15 19:35 PC, revision 39749

more accurate conversion from 8-bit wx color to 16-bit GDK color

2006-06-15 19:29 PC, revision 39748

1. more accurate conversion from 8-bit wx color to 16-bit GDK color 2. eliminate possiblity of wxColour RGB values changing depending on colormap 3. don't allow non-const pointer access to internal GdkColor

2006-06-15 18:51 MW, revision 39747

Implement wxGetMouseState

2006-06-15 18:14 ABX, revision 39746

Build fix.

2006-06-15 17:58 ABX, revision 39745

Include wx/math.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-15 16:01 VZ, revision 39744

bitmap button size was too small when uxtheme functions were used to get the margins

2006-06-15 14:16 MW, revision 39743

Use bitfields to make wxMouseState smaller

2006-06-15 14:06 DS, revision 39742

forwardported a 2.6 branch fix for misplaced define

2006-06-15 13:57 MW, revision 39741

Implement wxGetMouseState

2006-06-15 12:40 DS, revision 39740

added alternative definitions for wxASSERT_MSG and wxCHECK2_MSG to fix CodeWarrior warnings

2006-06-15 11:10 MW, revision 39739

Missing header

2006-06-15 10:41 MW, revision 39738

Fix lib link order in combo sample

2006-06-15 10:20 MW, revision 39737

Compile fix after wxFileDialog::SetStyle removal

2006-06-15 09:13 MW, revision 39736

Missing exports

2006-06-15 08:39 MW, revision 39735

Cygwin compile fix

2006-06-14 19:51 ABX, revision 39734

Include wx/font.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-14 19:32 ABX, revision 39733

[ 1495131 ] wxODComboBox const methods to work prior to SetPopupControl.

2006-06-14 19:16 RD, revision 39732

Prevent exception if there is an attribute named just '_'

2006-06-14 19:15 ABX, revision 39731

[ 1495657 ] Documentation for wxComboCtrl and wxOwnerDrawnComboBox.

2006-06-14 18:38 ABX, revision 39730

[ 1492053 ] Add wxVListBox style callbacks to wxOwnerDrawnComboBox.

2006-06-14 18:37 VZ, revision 39729

more fixes to OnHelp() to avoid infinite recursion when handling help events

2006-06-14 18:36 RD, revision 39728

Revert last change, it causes problems with not being able to use AutoCompletion in situations like "test=foo."

2006-06-14 18:32 VZ, revision 39727

context help for notebook pages tests added

2006-06-14 18:27 VZ, revision 39726

let wxFRAME_EX_CONTEXTHELP override wxM{IN|AX}IMIZE_BOX as the latter are included in the default style and getting rid of them manually requires writing ugly wxDEFAULT_FRAME_STYLE & ~(wxMINIMIZE_BOX | wxMAXIMIZE_BOX) while this is almost always what we need

2006-06-14 17:46 VZ, revision 39725

show native-looking (with 3D shadow) help tooltips for context help, if possible, using wxCHMHelpController

2006-06-14 17:09 ABX, revision 39724

Include wx/colour.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-14 16:42 ABX, revision 39723

Code symetry for both directions of trimming towards fixing bug #1472688.

2006-06-14 16:32 ABX, revision 39722

wxString::Trim() test.

2006-06-14 16:31 JS, revision 39721

Compile fix

2006-06-14 15:55 VZ, revision 39720

fixed wrong return value and child creation login in GetWindowChild() (includes patch 1506083)

2006-06-14 15:54 VZ, revision 39719

fill in flags parameter of HitTest() for all book controls; added new wxNB_HITTEST_ONPAGE bit

2006-06-14 15:03 ABX, revision 39718

Unneeded semicolon.

2006-06-14 13:11 JS, revision 39717

Fix for wrong combobox/height being reported if set size is pending

2006-06-14 12:00 VZ, revision 39716

made wxTree/ListCtrl::HitTest() const

2006-06-14 11:42 JS, revision 39715

wxCalendarCtrl workaround for occasional wrong combobox height reporting on wxMSW

2006-06-14 10:33 VZ, revision 39714

fix for the last printf format warning fix

2006-06-14 10:19 ABX, revision 39713

Source cleaning.

2006-06-14 10:14 ABX, revision 39712

Whitespaces lined up.

2006-06-14 10:10 ABX, revision 39711

Don't create uneeded variables.

2006-06-14 10:02 ABX, revision 39710

Include wx/bitmap.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-14 06:38 RD, revision 39709

fixed line endings

2006-06-14 04:08 RD, revision 39708

Revert last change, it was unintended

2006-06-14 04:05 RD, revision 39707

fixed line endings

2006-06-13 23:37 KO, revision 39706

Updating MSW file list.

2006-06-13 22:33 RD, revision 39705

reSWIGged

2006-06-13 22:27 RD, revision 39704

GetItemFromPoint is protected on wxMSW