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-07 17:51 FM, revision 56152

add wx_xrc.bkl bakefile wxpreset to the list of files to install; set Id in the svn:keyword for that file

2008-10-07 17:35 JMS, revision 56151

Removed SetPropertiesFlag() (high-level function using 'undocumented' wxPGProperty flags, IIRC was mostly used as poor-man's SetEditableState() and possibly for internal use until very recently)

2008-10-07 17:28 JMS, revision 56150

Eliminated last property generation macros from props.h (colour property gen ones, now use subclassing facilities present in wx(System)ColourProperty)

2008-10-07 17:22 FM, revision 56149

removed duplicated row of bitmap buttons added for error

2008-10-07 16:57 FM, revision 56148

revised st*.h headers

2008-10-07 16:56 JMS, revision 56147

Removed wxLongStringProperty derived property creator macros (just subclass and implement OnButtonClick()); Partially fixed wxPGProperty::PrepareValueForDialogEditing()

2008-10-07 16:16 FM, revision 56146

add missing semicolon; add some @see commands to link wxExecute/wxLaunchDefault* functions

2008-10-07 11:34 VZ, revision 56145

document that Set/ChangeValue() set the insertion point to 0

2008-10-07 09:29 MW, revision 56144

VC++ 6 compilo.

2008-10-07 08:05 RR, revision 56143

GTK+ version guard

2008-10-07 08:02 RR, revision 56142

Don't set HINT_COMBO as wxPopupWindow is used for different windows as well

2008-10-07 08:01 RR, revision 56141

Forgot to commit

2008-10-07 06:08 VS, revision 56140

fixed VC++ compiler checks

2008-10-06 23:25 MW, revision 56136

Add builds for the stable branch, and make the release builds quick builds.

2008-10-06 21:04 VZ, revision 56135

fix double to int conversion warning

2008-10-06 20:48 MW, revision 56134

Limit to one build at a time with a lock, share checkout dirs, do full builds out of tree and use ccache.

2008-10-06 20:04 FM, revision 56133

inside <wx-data> we need to use instead of /

2008-10-06 19:48 SC, revision 56132

porting dcscreen blit from 2.8

2008-10-06 16:09 JMS, revision 56129

Minimize use of editor class macros

2008-10-06 15:48 JMS, revision 56128

When registering editor, try wxRTTI class name in additon to result of wxPGEditor::GetName(). Allows creating custom editors without needing to implement GetName().

2008-10-06 15:38 JMS, revision 56127

Remove use of wxPG_EDITOR macro

2008-10-06 15:24 JMS, revision 56126

Removed GetExpandedProperties() (used to act as poor man's GetEditableState())

2008-10-06 15:14 JMS, revision 56125

Fix RCS-IDs

2008-10-06 15:10 JMS, revision 56124

Removed wxPropertyGridInterface::ClearPropertyValue() (use SetPropertyValue(defaultValue) instead)

2008-10-06 14:48 FM, revision 56123

make Capture() functions static members of AutoCaptureMechanism; adjusted slightly question boxes to fit the default wxGTK width of wxMessageBox