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-08-23 21:36 RR, revision 40781

Use the same colour for miniframe title bar and wxAUI title bars.

2006-08-23 21:08 RR, revision 40780

Use close button used in wxMiniFrame.

2006-08-23 21:07 RR, revision 40779

Readded close button to wxMiniFrame and use the close XBM similar to the one used in Anjuta's docking library.

2006-08-23 20:01 RR, revision 40778

Comment out suspicious 1-bit bitmap conversion which happens to break wxAUI (its close button).

2006-08-23 19:07 VS, revision 40777

fixed HTML colours parsing after patch #1473731 ('wxColourBase and wxString <-> wxColour implementation') broke it

2006-08-23 18:22 RR, revision 40776

Comment out direction aware code for now.

2006-08-23 15:11 VZ, revision 40775

clarified LeftIsDown() behaviour for left click events

2006-08-23 14:02 RR, revision 40774

Add opaque move support to wxGTK's wxMiniFrame. Use it in wxAUI (much less flicker and frame activation problems). wxMiniFrame and the Docked panes in wxAUI should use the same code to draw titlebar etc.

2006-08-23 13:47 VZ, revision 40773

documented wxURLDataObject

2006-08-23 13:38 VZ, revision 40772

allow passing URL to wxURLDataObject ctor

2006-08-23 13:33 VZ, revision 40771

respect the encoding of the text style and not only the global control font encoding when inserting the text in the control

2006-08-23 13:04 VZ, revision 40770

no real changes, just use IsSingle/MultiLine() insteadof testing m_windowStyle directly

2006-08-23 11:17 RR, revision 40769

Added direction sensitive docking.

2006-08-23 10:45 VS, revision 40768

compilation fix for !wxUSE_BUTTON

2006-08-23 10:15 VS, revision 40767

set wxUSE_TOOLBAR_NATIVE to 0 when --enable-universal is used

2006-08-23 09:54 VS, revision 40766

removed wxUSE_TOOLBAR_SIMPLE leftovers from the main sources, it's not used anywhere anymore

2006-08-23 02:35 RD, revision 40765

pass useMask=true for the toucan images

2006-08-23 01:52 RD, revision 40764

Premultiply the alpha on wxMSW in the BitmapFromBuffer* functions so the programmers don't have to worry about it.

2006-08-23 01:49 RD, revision 40763

Add BitmapFromBuffer demo

2006-08-23 01:18 RD, revision 40762

Always create the pixmap with an alpha channel

2006-08-23 01:17 RD, revision 40761

Show use use of both wxNativePixelData and wxAlphaPixelData

2006-08-22 22:47 RR, revision 40760

Skip double size events. Skip movements of floating pane when moving fast.

2006-08-22 22:37 RR, revision 40759

Set size of hint window before showing it.

2006-08-22 22:14 RR, revision 40758

Forgot this one.

2006-08-22 21:55 MW, revision 40757

Switch to AC_CHECK_DECLS instead of WX_CHECK_DECLS.