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):

2009-01-09 15:48 FM, revision 57948

add const attribute to avoid lots of warnings from GCC

2009-01-09 15:42 FM, revision 57947

add Id SVN keyword

2009-01-09 15:35 FM, revision 57946

add wxImage::Clear (patch by troelsk); closes #10141

2009-01-09 15:15 FM, revision 57945

patch from Utensil Candel: remove ctrlmaskout.h/cpp; clear some more code; erase any wxFB's trace

2009-01-09 14:43 FM, revision 57944

support underlined text in wxCairoContext (Marcin's patch) (closes #9846)

2009-01-09 14:04 SC, revision 57943

guarding against calls through 'non-window' instances like native file dialog, which on CentreOnParent crash otherwise

2009-01-09 14:02 SC, revision 57942

guard against NULL win (happens during debug startup of RTTI, Clone test)

2009-01-09 13:24 FM, revision 57941

build fix

2009-01-09 12:43 FM, revision 57940

Fix wxTextValidator introducing a wxTextValidatorStyle enums since it does not support multiple combined styles; fix wxTextValidator::Validate when wxFILTER_EXCLUDE_LIST is used; fixes #1211

2009-01-09 12:40 FM, revision 57939

use #if instead of #ifdef for WX_COMPAT

2009-01-09 12:34 FM, revision 57938

fix dialog layout

2009-01-09 11:55 FM, revision 57937

move wxLaunch* code in utilsx11.cpp as utilsunx.cpp is not compiled for wxCore

2009-01-09 11:31 FM, revision 57936

fix the fix of r57935

2009-01-09 11:07 FM, revision 57935

blind fix for buildbot

2009-01-09 10:36 FM, revision 57934

Fix wxLaunchDefaultBrowser on wxMSW for local files/directories: the bug could be reproduced using "Open screenshots folder" menu item in screenshotgen application. Move platform-specific code in platform-specific utils source files. Perform safer URL scheme check.

2009-01-09 10:31 RR, revision 57933

Tried to improve look of toogle tool under OS X, adapted from #10346: Nicer drawing of pseudo-toggle toolbar button on OS X

2009-01-09 10:01 SC, revision 57932

removing Leopard only code that doesn't mix well with the existing Printing Manager, fixes #10343

2009-01-09 09:07 RR, revision 57931

Compile fix

2009-01-08 19:26 FM, revision 57918

build fix

2009-01-08 18:26 FM, revision 57917

always remember to test IsOk() after using wxFileInputStream

2009-01-08 16:54 PC, revision 57916

revert slop from previous commit

2009-01-08 16:43 FM, revision 57915

a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code

2009-01-08 16:33 FM, revision 57914

even more fixes detected using ifacecheck

2009-01-08 15:41 FM, revision 57913

fix build

2009-01-08 15:36 FM, revision 57912

automated ifacecheck fixes