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

2008-09-10 16:09 VS, revision 55533

fixed typo in XRC error message

2008-09-10 14:58 SC, revision 55532

updating fixed config data for xcode builds for gcc 4.0 and 10.4 sdk as minimum environment

2008-09-09 19:36 VS, revision 55531

wxDir/FilePickerCtrl's message should be translatable

2008-09-09 19:34 VS, revision 55530

wxDir/FilePickerCtrl's message should be translatable

2008-09-09 17:25 VZ, revision 55528

add tests for the remaining message box flags (wxNO_DEFAULT and wxCENTRE)

2008-09-09 12:31 VS, revision 55526

removed superfluous font size scaling in wxGtkPrinterDCImpl::SetFont()

2008-09-08 09:56 BIW, revision 55523

fix aui sample breakage; added some accessor methods to wxAuiToolBarItem

2008-09-08 09:54 BIW, revision 55522

fix aui sample breakage; added some accessor methods to wxAuiToolBarItem

2008-09-08 08:00 RR, revision 55521

Test for reentrance into non-recursive wxMutex. If it happens, yield dead lock error, don't hang

2008-09-08 00:49 VZ, revision 55520

added a dialog for wxMessageBox testing

2008-09-07 23:35 KO, revision 55519

Remove a couple duplicate feature checks, and check for defines before setting them to avoid redefinition warnings.

2008-09-07 20:36 SC, revision 55518

avoiding crashes on osx during app shutdown

2008-09-07 20:10 SC, revision 55517

10.4 support for osx-cocoa

2008-09-07 20:09 SC, revision 55516

non-precomp fixes

2008-09-07 18:38 VZ, revision 55515

oops, fixed Mac header name incorrectly copied from trunk

2008-09-07 17:09 VZ, revision 55514

added UnsetToolTip() and use it in wxAUI code to fix wxX11 compilation [backport of r55269 from trunk

2008-09-07 17:04 VZ, revision 55513

fix wxUniv compilation by not using obsolete wxMenuItem ctor

2008-09-07 17:01 VZ, revision 55512

added missing wx/dcclient.h header for PCH-less compilation, removed several other unnecessary ones

2008-09-07 16:54 SC, revision 55511

reintroducing former default, reverting Robert's change to make graphiccontext enabled by default, since bots are complaining

2008-09-07 16:35 SC, revision 55510

reintroducing former default,

2008-09-07 15:59 SC, revision 55509

integrating Kevin's work, command line builds for osx variants

2008-09-07 15:35 JS, revision 55508

Fixed Cmd+Back, Cmd+Del word deletion behaviour in wxRichTextCtrl.

2008-09-07 15:35 JS, revision 55507

Fixed Cmd+Back, Cmd+Del word deletion behaviour in wxRichTextCtrl.

2008-09-07 14:44 SC, revision 55506

changes for command line builds of osx-cocoa

2008-09-07 10:22 VS, revision 55505

fixed pagebreaks computation in tables (#9935, patch by D.J.Stauffer)