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-09-11 17:02 SC, revision 55558

adding min and max size support for resizing events

2008-09-11 16:32 SC, revision 55557

fixes #9951

2008-09-11 16:26 SC, revision 55556

fix bugs in the last changes to min and max size handling, fixes #9947

2008-09-11 14:14 SC, revision 55555

adding new toolkits for osx

2008-09-11 14:03 VZ, revision 55554

made wxLogGui more flexible and documented it and added example of customizing it to the dialogs sample (now with the docs)

2008-09-11 14:00 VZ, revision 55553

added braces to suppress g++ 4.3 warnings

2008-09-11 13:58 VZ, revision 55552

made wxLogGui more flexible and documented it and added example of customizing it to the dialogs sample

2008-09-11 13:52 VZ, revision 55551

added swap() for the other arrays too (and now committing the right files)

2008-09-11 13:51 VZ, revision 55550

added swap() for the other arrays too

2008-09-11 13:35 VZ, revision 55549

added wxArrayString::swap()

2008-09-11 12:30 SC, revision 55548

adding new toolkits for osx

2008-09-11 11:22 VZ, revision 55547

don't use wxStrings in a statically initialized array of structs, VC6 doesn't like it (re-closes #9492)

2008-09-11 11:20 VZ, revision 55546

get rid of __WXCOCOA__ check in common CreateLogTarget(), the right way to do this is to override wxUSE_LOG_DIALOG option in wxCocoa-specific chkconf.h

2008-09-11 11:16 VZ, revision 55545

partially revert 55488: don't use message box with copy button as it doesn't behave correctly unfortunately (Esc doesn't work, copying the text unexpectedly closes the dialog)

2008-09-11 10:39 VZ, revision 55544

replace the static control in wxMessageDialog with an edit control with a vertical scrollbar if the message box is too big to fit on the screen

2008-09-11 07:40 SC, revision 55543

fixing compilo

2008-09-11 07:09 JJ, revision 55542

update OpenVMS compile support

2008-09-11 06:53 JJ, revision 55541

rename variable which was redefined inside a loop

2008-09-11 06:46 SC, revision 55540

solving osx problems (default inlines-hidden) by explicitely exporting the involved methods

2008-09-11 05:40 KO, revision 55539

DoGetAsBitmap implementation for Cocoa.

2008-09-11 05:35 KO, revision 55538

A few checks for null pointers to avoid problems during app shutdown.

2008-09-11 05:07 KO, revision 55537

Stop crash/asserts caused when Clear() deletes the wxRegionRefData.

2008-09-10 20:40 SC, revision 55536

32/64 bit universal builds support

2008-09-10 20:26 SC, revision 55535

conditionals for carbon only osx code

2008-09-10 20:19 SC, revision 55534

64 bit fixes