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-24 21:05 VZ, revision 40806

prevent selecting the treebook items without corresponding pages to ensure that CurrentPage() always returns something non NULL and removed the checks for it

2006-08-24 21:00 VZ, revision 40805

don't reset the selection after event was vetoed if there is no old selection

2006-08-24 20:26 VZ, revision 40804

added tests for setting the cursor

2006-08-24 20:24 MW, revision 40803

Implement wxIsPlatform64Bit().

2006-08-24 19:35 MW, revision 40802

Missing exports.

2006-08-24 18:07 VZ, revision 40801

fix compilation both for Robert's cross-compiler and for all normal compilers by just removing the offending m_item initialization line which is unnecessary anyhow

2006-08-24 17:50 VZ, revision 40800

try to deal more gracefully (than simply not showing anything at all) with invalid UTF-8 strings (e.g. ISO-8859-1 strings inserted in controls with default (UTF-8) font

2006-08-24 17:43 ABX, revision 40799

WinCE build fixes.

2006-08-24 16:33 ABX, revision 40798

Follow OnOK changes in wxDialog.

2006-08-24 16:08 ABX, revision 40797

After adding check to wx/mgl/chkconf.h for UNIV flag, our regex needs this flag delivered by makefiles (with rebaking).

2006-08-24 15:40 ABX, revision 40796

Warning fix.

2006-08-24 15:37 ABX, revision 40795

Avoid conflict between new transparency API and old background support.

2006-08-24 14:52 ABX, revision 40794

Blind wxTinderbox fix.

2006-08-24 14:47 ABX, revision 40793

wx\settings.h is part of PCH support.

2006-08-24 14:43 ABX, revision 40792

Keep wxPalmOS buildable - wxIcon and wxCursor moved to generic implementations.

2006-08-24 14:35 ABX, revision 40791

Keep wxPalmOS buildable - event table moved to base class.

2006-08-24 14:33 ABX, revision 40790

Warning fix.

2006-08-24 14:27 ABX, revision 40789

Keep wxPalmOS buildable - missing functions.

2006-08-24 11:08 RR, revision 40788

Added resize support to wxMiniFrame.

2006-08-24 10:01 RR, revision 40787

Suppress warning from wxMiniFrame.

2006-08-24 09:54 RR, revision 40786

revert bits for XBM bitmaps under MSW adapt XBM usage in wxAUI to this logic

2006-08-24 09:35 RR, revision 40785

Reenable inversion code again.

2006-08-24 07:36 SN, revision 40784

Removed no longer needed "DECLARE_EVENT_TABLE()" completing the previous change.

2006-08-24 04:41 PC, revision 40783

allow white as mask color when creating mask from mono bitmap

2006-08-24 04:41 PC, revision 40782

correct access for virtual

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.