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-27 18:20 AVV, revision 40881

Changed X11 implementation to be generic for every port that has no native events. This will soon include wxBase.

2006-08-27 18:16 SN, revision 40880

Removed more references to removed source file.

2006-08-27 16:40 SN, revision 40879

Fixed OS/2 specific defines (there's no such thing as WXOS2). Added the more commonly used wxPORT_PM as alias for wxPORT_OS2.

2006-08-27 16:36 SN, revision 40878

Removed no longer needed/existing file os2/gdiobj.cpp from filelist.

2006-08-27 16:27 SN, revision 40877

Changed font generation to follow new pattern of other ports more closely.

2006-08-27 15:45 RR, revision 40876

Correct calculation of sticky toolbar.

2006-08-27 15:42 RR, revision 40875

Change drag threshhold (why was it multiplied by 2 before?).

2006-08-27 15:19 VZ, revision 40874

started making the list of widgets not implemented natively in wxGTK

2006-08-27 15:19 RR, revision 40873

Made toolbars sticky, i.e. you need to drag them several (and not just one) pixels away from the docking area to make them undock/float. This removes some more toolbar jumping.

2006-08-27 15:13 VZ, revision 40872

call Update() from SetStatusText() to ensure that the message is shown to the user immediately

2006-08-27 13:45 VZ, revision 40871

relax DFB version requirements to work with 0.9.22 and not only the latest 0.9.25

2006-08-27 13:15 VZ, revision 40870

DFEC_UNIVERSAL is not available in DirectFB < 0.9.23, use wxCHECK_DFB_VERSION() around it

2006-08-27 13:13 VZ, revision 40869

added wxCHECK_DFB_VERSION() macro

2006-08-27 10:12 VZ, revision 40868

removed g_eraseGC and wxWinModule used for initializing it as it was unused

2006-08-27 10:10 RR, revision 40867

Removed one of the jumping toolbar artefacts.

2006-08-27 10:04 VZ, revision 40866

assert that GTKGetWindow() returns non-NULL GdkWindows

2006-08-27 09:42 VS, revision 40865

initial (not yet working) code for DirectFB port

2006-08-27 09:29 VS, revision 40864

made wxCSConv fall back to iso-8859-1 if wxFONTENCODING_SYSTEM is specified and wxLocale cannot be used to determine the default charset because wxUSE_INTL=0

2006-08-27 09:23 SC, revision 40863

hint to alpha colours added

2006-08-27 09:16 RD, revision 40862

Rename the C++ Iterator class to Accessor, and add a Python Iterator class that implements the Python itrerator interface.

2006-08-27 09:13 SC, revision 40861

adding alpha channel doc

2006-08-27 09:11 RD, revision 40860

Add raw bitmap access sample to the demo

2006-08-27 00:57 PC, revision 40859

GTK+ paints during idle time, it doesn't need help with that

2006-08-27 00:46 RD, revision 40858

Do premultiplication in wx*PixelData_Iterator::Get and Set

2006-08-27 00:31 PC, revision 40857

returning true is sufficient to stop signal emission