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

2008-10-03 17:11 JMS, revision 56062

Tweaked wxPGProperty::StringToValue() and IntToValue() docs

2008-10-03 16:29 JMS, revision 56060

Must still delete m_cells items by explicit type (since, after all, it was not yet converted to wxVector from wxArrayPtrVoid)

2008-10-03 15:51 VZ, revision 56059

return false if the file passed to Load() doesn't exist or is an archive without XRC files inside

2008-10-03 15:31 JMS, revision 56058

Minor additional clipper window related code and comment tweak

2008-10-03 15:30 VZ, revision 56057

fix off by one byg in ReserveId() (closes #10020)

2008-10-03 15:29 VZ, revision 56056

don't build memcheck (fails in release) and MFC (fails if MFC is not available) samples by default (#10031)

2008-10-03 15:23 JMS, revision 56055

Remove wxPGClipperWindow, use wxBORDER_NONE instead of wxNO_BORDER

2008-10-03 15:17 VZ, revision 56054

merged docvwmdi sample into docview one to avoid having 2 almost identical samples; and modernized and cleaned up the code in the process (and now with forgotten configure changes)

2008-10-03 15:16 VZ, revision 56053

merged docvwmdi sample into docview one to avoid having 2 almost identical samples; and modernized and cleaned up the code in the process

2008-10-03 15:13 VZ, revision 56052

corrected samples.h location

2008-10-03 15:10 VZ, revision 56051

update samples page location after switch to Doxygen

2008-10-03 15:08 JMS, revision 56050

Further fix m_children use with wxUSE_STL=1

2008-10-03 12:13 VZ, revision 56049

no changes, just removed commented out code accidentally checked in as part of r37393

2008-10-03 11:42 JJ, revision 56048

adding variable initialization to 0

2008-10-03 07:42 JJ, revision 56047

solving missing definitions in include/wx/x11/cursor.h

2008-10-02 23:47 MW, revision 56038

Update from Laurent.

2008-10-02 23:44 VZ, revision 56037

honour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderless windows; also always allow moving the windows as we don't have a special style to enable/disable this (#10029)

2008-10-02 16:02 JMS, revision 56035

SetButtonShortcut() merged with action system

2008-10-02 15:47 JMS, revision 56034

Updated docs, removed SetPropertyModifiedStatus() (use wxPGProperty::SetModifiedStatus() instead)

2008-10-02 15:36 JMS, revision 56033

Moved ClearModifiedStatus() to wxPropertyGridInterface

2008-10-02 14:37 JMS, revision 56032

Added missing propgrid related lines

2008-10-02 00:01 KO, revision 56025

Get MSVC building going with build-wxwidgets.py.

2008-10-01 19:57 VS, revision 56024

wxSpinButton was missing in XRC spec, added

2008-10-01 19:54 VS, revision 56023

get rid of public constants for various XRC defaults, there's no need for them outside of XRC loader

2008-10-01 17:56 JMS, revision 56022

Recognize lack of wxTAB_TRAVERSAL style

2008-10-01 17:43 JMS, revision 56021

Use wxPendingDelete

2008-10-01 17:20 JMS, revision 56020

Added useful comment

2008-10-01 17:11 JMS, revision 56019

Fixed wxPG sourceforge tracker bug #2138858, applied other appropriate uses of GetEditorControl() as well

2008-10-01 17:04 VZ, revision 56018

add a more readable wrapper for CreateDocument(wxEmptyString, wxDOC_NEW)

2008-10-01 16:24 JMS, revision 56017

Unfocus text editor when enter is pressed

2008-10-01 15:13 JMS, revision 56015

Use m_children as it were std::vector

2008-10-01 14:56 JS, revision 56014

Only ignore Alt down on Mac

2008-10-01 14:55 JS, revision 56013

Only ignore Alt down on Mac

2008-10-01 14:46 JS, revision 56012

wxRTC now accepts keycodes generated using Alt, for example Polish Pro input on Mac

2008-10-01 14:44 JS, revision 56011

Now accepts keys that are generated with Alt

2008-10-01 13:57 VZ, revision 56010

don't distribute negative extra space among box sizer items, this isn't useful as it results in overlapping windows (#10008)

2008-10-01 11:29 VS, revision 56008

compilation fix

2008-10-01 10:42 BIW, revision 56007

applied patch from ticket 10015; wxToolBar compatibility

2008-10-01 10:25 VS, revision 56006

finished XRC format specification: added docs for all standard controls

2008-10-01 10:24 VS, revision 56005

keep the old XRC unfinished 'spec' in 2.8, but add a prominent notice with URL of the new spec

2008-10-01 09:38 SC, revision 56004

copying sizes upon construction, HDC doesn't deliver these values reliably for things like memory dcs, fixes #10012

2008-10-01 08:09 SC, revision 56003

fixing release handling of dc

2008-10-01 07:18 JJ, revision 56002

wxMOTIF ?: wxcursor:wxcursor overload fix

2008-09-30 20:55 VS, revision 55992

don't cache tray protocol availability result in wxTaskBarIconAreaBase::IsProtocolSupported(), it may change at runtime

2008-09-30 20:54 VS, revision 55991

added wxTaskBarIcon::IsAvailable

2008-09-30 19:28 SC, revision 55990

supporting NO_BORDER for Cocoa as well

2008-09-30 17:23 JMS, revision 55989

Converted various wxArrayPtrVoids to wxVectors

2008-09-30 16:50 JMS, revision 55986

Fixed Connect() use sample case in CreateControls() docs

2008-09-30 16:46 JMS, revision 55985

Fix Connect() calls in SetupChildEventHandling()

2008-09-30 16:33 JMS, revision 55984

Try to make SetupChildEventHandling() more foolproof

2008-09-30 16:12 MW, revision 55983

Update from Brian.

2008-09-30 15:36 JMS, revision 55982

Added missing dllimpexp declaration, added missing GetFailureBehavior() implementation

2008-09-30 15:04 VS, revision 55981

fixed incorrect separators markup in samples/xrc

2008-09-30 14:37 VS, revision 55979

wxToolBar XRC handler should call SetupWindow() to handle standard window properties too

2008-09-30 14:36 VS, revision 55978

wxToolBar XRC handler should call SetupWindow() to handle standard window properties too

2008-09-30 11:59 SC, revision 55977

performance fix by Tim Kosse

2008-09-30 11:51 VS, revision 55976

wxWizard XRC handler should call SetupWindow() to handle standard window properties

2008-09-30 11:50 VS, revision 55975

wxWizard XRC handler should call SetupWindow() to handle standard window properties

2008-09-30 11:34 RR, revision 55974

Make wxPGCanvas accept focus even with child windows

2008-09-30 11:25 RR, revision 55973

Add wxPGCanvas RTTI for debugging purpose

2008-09-30 11:12 RR, revision 55972

wxGTK's wxTextCtrl's borders can be removed

2008-09-30 07:15 RR, revision 55971

Move body of SetFocusOnCanvas to .cpp file

2008-09-30 03:49 RD, revision 55966

2.8.9.1

2008-09-29 19:52 VS, revision 55963

wxART_MISSING_IMAGE is not a valid wxArtClient value and doesn't make sense here

2008-09-29 19:51 VS, revision 55962

wxART_MISSING_IMAGE is not a valid wxArtClient value and doesn't make sense here

2008-09-29 19:21 MW, revision 55961

Apply Brian's own changes.

2008-09-29 19:13 MW, revision 55960

Make the names consistent between the two builds.

2008-09-29 18:47 MW, revision 55959

Enable vc++ 9 quick builds.

2008-09-29 17:57 MW, revision 55958

Add a couple of missing close slashes.

2008-09-29 17:41 MW, revision 55957

Rename to ravnsgaard.xml.

2008-09-29 17:04 JMS, revision 55956

SetPropertyValue(prop, wxChar*) -> (prop, char*) and (prop, wxchar_t*)

2008-09-29 17:01 JMS, revision 55955

Moved wxPropertyGrid::SetPropertyName() to wxPropertyGridInterface

2008-09-29 16:52 JMS, revision 55954

Removed wxPG_EX_LEGACY_VALIDATORS

2008-09-29 16:50 JMS, revision 55953

RegisterAdditionalEditors() to work even if no wxPropertyGrids created, in sample moved editor registration before first CreateGrid() call to prevent crash, removed wxPG_USE_WXMODULE support

2008-09-29 16:36 MW, revision 55952

Switch to release builds.

2008-09-29 16:34 JMS, revision 55951

Added missing wxPGValidationInfo::SetFailureMessage() implementation

2008-09-29 16:31 JMS, revision 55950

Removed wxPropertyGridEvent::HasProperty() (use GetProperty() != NULL instead)

2008-09-29 16:23 JMS, revision 55949

Make wxPGValidationInfo class instead of struct, re-document it (used at least by derived wxPGProperty::ValidateValue())

2008-09-29 16:11 FM, revision 55948

BIG CHANGE: added parsing of base classes; now CompareClasses() is much smarter since it looks recursively in the parents of the class being checked;

2008-09-29 16:07 JMS, revision 55947

Doc and comment cleanup, fixes, tweaks

2008-09-29 15:49 JMS, revision 55946

Minor clarification

2008-09-29 12:10 VZ, revision 55945

no real changes, just fixed all occurences of 'occurence' typo

2008-09-29 12:08 VZ, revision 55944

fix After{First,Last}() to work for strings with non-ASCII characters in UTF-8 build and added unit tests for this

2008-09-29 10:53 FM, revision 55943

more logic to avoid false warnings

2008-09-29 10:52 FM, revision 55942

many ifacecheck automatic fixes + some access-specifier manual fix

2008-09-29 10:18 FM, revision 55941

remove deprecation from wxWizard::SetPageSize

2008-09-28 18:02 JS, revision 55936

Fix for deleting first word in the control

2008-09-28 18:01 JS, revision 55935

Fix for deleting first word in the control

2008-09-28 17:37 VZ, revision 55934

extact common GAddress declarations to the common header instead of duplicating them for Windows and Unix

2008-09-28 17:24 VZ, revision 55933

move check for wxUSE_IPV6 being defined to wx/chkconf.h where it belongs; reformatted/indented socket addresses classes declarations without really changing them (to avoid having unrelated changes in the upcoming commits)

2008-09-28 10:34 VZ, revision 55932

set native eol-style on source and make files

2008-09-28 10:32 VZ, revision 55931

fix (harmless) VC9 unreachable code warning

2008-09-28 10:32 VZ, revision 55930

fix VC9 compilation: interface is #defined as struct in SDK headers, don't use it as variable name

2008-09-28 10:26 VZ, revision 55929

fix VC9 compilation: FileNameInfo identifier conflicts with an enum name in the SDK it uses, so rename it to TestFileNameInfo [backport of r55906 from trunk]

2008-09-28 09:33 VS, revision 55928

wxGTK: Fixed printing to use fonts sizes adjustment consistent with wxMSW. In particular, screen resolution no longer affects text size in printed output when using wx's map-screen-to-paper approach to printing.

2008-09-28 09:12 VS, revision 55927

wxGTK: Fixed printing to use fonts sizes adjustment consistent with wxMSW. In particular, screen resolution no longer affects text size in printed output when using wx's map-screen-to-paper approach to printing.

2008-09-28 01:02 RD, revision 55925

Add changelog for 2.8.9.0

2008-09-27 20:31 MW, revision 55924

Change the locks to allow builds for different branches to run concurrently on Laurent's slave.

2008-09-27 20:26 FM, revision 55923

even more interface fixes

2008-09-27 18:57 FM, revision 55922

added wxMethodAccessSpecifier and the logic to extract both public and protected methods from gccXML and doxygenXML