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-25 22:48 VZ, revision 40831

override OnAssertFailure(), not OnAssert() which is not called by wxOnAssert() any longer

2006-08-25 22:30 RD, revision 40830

Use the width of the widest line (not the first line) for the max width of the tooltip. Also, don't set a narrower width if the tooltip control already has a wider one. It will automatically adjust smaller if needed based on the \n's in the text.

2006-08-25 22:12 RD, revision 40829

Use the width of the widest line (not the first line) for the max width of the tooltip. Also, don't set a narrower width if the tooltip control already has a wider one. It will automatically adjust smaller if needed based on the \n's in the text.

2006-08-25 21:53 RD, revision 40828

Add wx.App.DisplayAvailable() which can be used to determine if a GUI can be created in the current environment. (Still need an implementation for wxMSW...)

2006-08-25 19:49 RD, revision 40827

workaround sizing bug on Mac

2006-08-25 19:45 RD, revision 40826

workaround sizing bug on Mac

2006-08-25 17:26 VZ, revision 40825

quote an underscore

2006-08-25 17:23 VZ, revision 40824

removed extra '}'

2006-08-25 16:52 VZ, revision 40823

don't hardcode HTML font sizes, this makes wxHtmlWindow look really ugly when default font size is not 12, base the default font sizes on wxNORMAL_FONT instead

2006-08-25 16:05 VZ, revision 40822

shouldn't update cursor for hidden windows

2006-08-25 15:49 VZ, revision 40821

remove the object from wxPendingDelete list before deleting it to avoid infinite loop if DeletePendingObject() is reentered from object dtor

2006-08-25 14:09 ABX, revision 40820

Warning fix.

2006-08-25 13:23 VZ, revision 40819

reset busy cursor checkbox when switching to another control

2006-08-25 13:22 VZ, revision 40818

changed GTKCallbackCommonPrologue() to return -1 in addition to true and false to allow returning immediately with true return code

2006-08-25 13:07 VZ, revision 40817

forgot GTKSetDelayedFocusIfNeeded() call in the last commit

2006-08-25 13:06 VZ, revision 40816

Many changes: - Introduced GTKGetWindow() which returns all GdkWindows associated with the given wxWindow - Renamed IsOwnGtkWindow() to GTKIsOwnWindow() to avoid confusion with the old virtual function (the new one is non-virtual and is implemented in terms of GTKGetWindow()) - Refactored/simplified event handlers code in gtk/window.cpp - Fixed some header guards names (__GTKFOO__ -> _WX_GTK_FOO_H_) - Added GTKUpdateCursor() which sets the current cursor for all windows returned by GTKGetWindow() - Factored out code from many different classes in wxControl::OnInternalIdle() which now updates the cursor, checks for internal focus and sends update UI events

2006-08-25 12:59 VZ, revision 40815

Many changes: - Introduced GTKGetWindow() which returns all GdkWindows associated with the given wxWindow - Renamed IsOwnGtkWindow() to GTKIsOwnWindow() to avoid confusion with the old virtual function (the new one is non-virtual and is implemented in terms of GTKGetWindow()) - Refactored/simplified event handlers code in gtk/window.cpp - Fixed some header guards names (__GTKFOO__ -> _WX_GTK_FOO_H_) - Added GTKUpdateCursor() which sets the current cursor for all windows returned by GTKGetWindow() - Factored out code from many different classes in wxControl::OnInternalIdle() which now updates the cursor, checks for internal focus and sends update UI events

2006-08-25 11:21 ABX, revision 40814

Missing API.

2006-08-25 06:56 JJ, revision 40813

Patches for OpenVMS port Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/gtk/descrip.mms wxWidgets/src/gtk1/descrip.mms wxWidgets/src/motif/descrip.mms wxWidgets/src/x11/descrip.mms

2006-08-25 06:27 PC, revision 40812

set depth to 32 when creating pixbuf from wxImage with alpha; correct a few comments

2006-08-25 03:30 RD, revision 40811

Add wrappers for wxNativePixelData and wxAlphaPixelData

2006-08-25 03:21 RD, revision 40810

Still check for a Python error in %threadWrapperOff

2006-08-25 03:19 RD, revision 40809

Default construcctor for Iterator

2006-08-24 21:21 DMS, revision 40808

improved RTL implementation for wxGTK::wxMenuBar, now it has a SetLayoutDirection like any normal wxWindow

2006-08-24 21:18 MW, revision 40807

Add apptrait.h for msdos