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-03-02 20:00 KO, revision 59279

Ensure the archives extract to a root directory bearing the release's name.

2009-03-02 19:28 VZ, revision 59278

another wxOSX build fix after wxTextEntry::GetValue() renaming to DoGetValue()

2009-03-02 19:17 VZ, revision 59277

wxOSX build fix after wxTextEntry::GetValue() renaming to DoGetValue()

2009-03-02 18:30 KO, revision 59276

Rebake after OS X Cocoa header changes.

2009-03-02 18:23 KO, revision 59275

Commit changes caused by setting configure.in's svn:eol-style to LF. (r58985)

2009-03-02 18:08 KO, revision 59274

Update files.bkl to look in the proper place for moved header files.

2009-03-02 16:23 VZ, revision 59273

build fix: define DoGetValue() and GetEditableWindow()

2009-03-02 16:22 VZ, revision 59272

compilation fix after GetEditableWindow() signature change

2009-03-02 14:54 VZ, revision 59270

fix warning about possibly uninitialized variable in release build

2009-03-02 14:49 VZ, revision 59269

remove SetValue() which is not needed and which definition was removed by the previous change

2009-03-02 14:03 VZ, revision 59268

make GetEditableWindow() protected as it's used by wxGTK wxTextEntry

2009-03-02 13:58 VZ, revision 59267

wxUniv compilation fixes after wxTextEntry::DoGetValue() change

2009-03-02 13:45 VZ, revision 59266

fix overloaded virtual warning

2009-03-02 13:31 VZ, revision 59265

added wxTextEntry::DoGetValue() to allow returning empty string if the control currently contains hint text

2009-03-02 12:40 VZ, revision 59264

set correct properties

2009-03-02 12:25 VZ, revision 59263

added wxTextEntry::SetHint() (a.k.a. cue banner or placeholder string)

2009-03-02 12:10 VZ, revision 59262

add ugly macros to abstract the difference between Bind() and Connect() -- this is still less ugly than having #ifs everywhere

2009-03-02 11:51 VZ, revision 59261

update to Dutch translations from Gideon van Melle

2009-03-02 10:43 VS, revision 59260

fixed compiler warning about struct/class mismatch (fixes #10534)

2009-03-01 21:01 FM, revision 59255

document that wxDialog::ShowModal() creates its own event loop

2009-03-01 21:00 FM, revision 59254

document internal wxDateTime enums the way they're meant to be documented in Doxygen

2009-03-01 20:35 FM, revision 59253

do not duplicate large blocks of docs; use @overload instead; provide link to the standard strftime() docs

2009-03-01 20:24 KO, revision 59252

Switch to a name + postfix naming scheme so that the postfix doesn't end up in the middle of the filename, improve zip compression, ensure MSW project files have the right line endings in all formats, and finally, point to the (pre-existing) way for displaying program options. :)

2009-03-01 18:51 KO, revision 59251

Use a different name for OS X Cocoa framework, and fix an accidental tab char.

2009-03-01 17:21 FM, revision 59249

fix rendering of wxGrid on wxMSW when a dialog is over the grid. To test the bug: open the "grid" sample and popup the about box, then move it over the grid; without this fix portions of wxGrid were painted as gray (disabled colour) even if the wxGrid itself was not disabled.