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-29 06:23 SC, revision 40906

adding command key accelerator

2006-08-29 01:03 RD, revision 40905

reSWIGged

2006-08-28 20:05 MW, revision 40904

Make Bourne shell compatible.

2006-08-28 18:52 RD, revision 40903

new port constants

2006-08-28 18:51 RD, revision 40902

Tweaked the colours a bit

2006-08-28 15:35 MW, revision 40901

glibc's vswprintf doesn't nul terminate on truncation.

2006-08-28 12:30 MW, revision 40900

Compile fixes.

2006-08-28 12:28 MW, revision 40899

Compile fix.

2006-08-28 12:27 MW, revision 40898

We can't define things in someone else's namespace.

2006-08-28 10:29 VZ, revision 40897

return false from OnInit() in console build if we failed

2006-08-28 10:05 VZ, revision 40896

document maxLenght and rectBounds ctor parameters; minor cleanup (use \arg, \NULL)

2006-08-28 09:53 VZ, revision 40895

added alpha support to wxCocoa, also fixed compilation after alpha changes hopefully

2006-08-28 09:38 RR, revision 40894

Corrected close button bitmap in wxAUIMultiNotebook. Added test for wxAUIMultiNotebook to aui sample.

2006-08-28 08:41 RR, revision 40893

Don't use wxTHICK_FRAME in the docs anymore.

2006-08-28 08:37 RR, revision 40892

Update info on wxMiniFrame.

2006-08-28 08:33 RR, revision 40891

Leave a comment about drag threshold setting.

2006-08-28 08:29 RR, revision 40890

More comments about non-native GTH widgets.

2006-08-28 07:53 MW, revision 40889

Use WX_CHECK_FUNCS for strtok_r.

2006-08-28 07:48 MW, revision 40888

Add WX_CHECK_FUNCS (instead of WX_CHECK_DECLS). It checks for functions in both headers and libs.

2006-08-27 20:07 RR, revision 40887

Corrected off-by-1 error in dock test.

2006-08-27 19:58 RR, revision 40886

The docking logic in the top and right docking areas was reversed. There is still an off-by-1 error that makes the toolbar jump in the bottom dock, not in the top dock.

2006-08-27 19:47 SN, revision 40885

Make wxCalendarCtrl work on OS/2's PM port as well (backport of patch #1523304).

2006-08-27 19:38 SN, revision 40884

Avoid trouble during initialisation & typo fix (backport of patch #1523304).

2006-08-27 19:26 SN, revision 40883

Use xpm for PM port on OS/2 as well.

2006-08-27 19:07 SN, revision 40882

Backported fixes to region handling from 2.7 branch.

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