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-10 18:31 FM, revision 57980

s/""/wxEmptyString

2009-01-10 18:00 FM, revision 57979

do not use Ok(); use IsOk() instead

2009-01-10 17:40 FM, revision 57978

disable test which asserted when trying to call wxListCtrl::GetItemRect() with an invalid index; not sure this is the best thing to do

2009-01-10 17:23 FM, revision 57977

describe wxMemory* streams

2009-01-10 16:04 FM, revision 57976

fix deprecation warnings when building filefn.cpp

2009-01-10 15:16 JMS, revision 57975

Reverted to old wxPG_AUTO_SORT behavior in which only root properties and immediate children of categories are (automatically) sorted; Added Sort flags; Applied slight optimization when sorting on propgridmanager page change

2009-01-10 14:55 VZ, revision 57974

reverted apparently accidental change of r57896

2009-01-10 14:55 JS, revision 57973

Fixed [wxRichTextCtrl] Right Alignment sets text in the RTC too close to the border (#10277) Also [wxRichTextCtrl] Wrong text positioning if different font sizes in the same paragraph (#10279)

2009-01-10 14:55 JS, revision 57972

Fixed [wxRichTextCtrl] Right Alignment sets text in the RTC too close to the border (#10277) Also [wxRichTextCtrl] Wrong text positioning if different font sizes in the same paragraph (#10279)

2009-01-10 14:49 VZ, revision 57971

fix GetGridColLabelWindow() name

2009-01-10 14:43 SC, revision 57970

supporting PopUp on osx cocoa as well, see #10361

2009-01-10 12:38 JMS, revision 57969

Added #include for wx/propgrid/advprops.h

2009-01-10 12:37 JMS, revision 57968

Update propgrid minimal sample: Added wxEVT_PG_CHANGING handler and property value printing in wxEVT_PG_CHANGE handler

2009-01-10 11:11 FM, revision 57967

fix a couple of typos

2009-01-10 10:40 SC, revision 57966

cleaning up default OPEN and CLOSED HAND cursors

2009-01-10 09:45 SC, revision 57965

adding open and close hand cursor constants, implementation currently OSX only, closes #10360

2009-01-10 09:39 SC, revision 57964

moving launch methods to common code

2009-01-10 06:05 KO, revision 57962

Header fix.

2009-01-10 05:40 KO, revision 57961

svn merge -r 56827:57958 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2009-01-09 19:14 BP, revision 57954

Turned off brief descriptions on group pages (it just gets repeated in the detailed description).

2009-01-09 18:46 SC, revision 57953

copy constructors and assignement operators for wxGraphicsObject subclasses

2009-01-09 17:30 SC, revision 57952

menubar activation, fixes #10352

2009-01-09 16:50 FM, revision 57951

do not assert in wxFTP construction because of its 'staticness'; allocate it on the heap

2009-01-09 16:13 FM, revision 57950

minor cleanup; add wxDocument::OnChangeFilename for coherence with wxView::OnChangefilename; avoid some (small) code duplication; closes #10080

2009-01-09 16:01 FM, revision 57949

Minor samples/docview refactoring (closes #10081)

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