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-05 14:43 SC, revision 55477

making things build under osx-cocoa as well

2008-09-05 14:41 SC, revision 55476

simplify native textcontrol creations, adding search control for cocoa

2008-09-05 14:39 VZ, revision 55475

implement support for custom button labels in wxMessageBox under MSW; refactor the code to reuse the existing setters in Mac ports for MSW as well

2008-09-05 14:10 VZ, revision 55474

extract button size calculation from button label size to a separate function to allow reusing it elsewhere

2008-09-05 13:26 VZ, revision 55472

extract wrapper for SystemParametersInfo(SPI_GETNONCLIENTMETRICS) in a header so that it could be reused from elsewhere

2008-09-05 11:15 RR, revision 55471

Fix #9940: wxDataViewCtrl left/right arrow press crash

2008-09-05 10:24 VZ, revision 55470

removed unnceessary gtk_window_set_transient_for() call already done by gtk_message_dialog_new() itself

2008-09-05 08:54 RR, revision 55469

Made wxMSW wxMutex non-recursive by checking reentrance

2008-09-05 08:26 RR, revision 55468

Formating corrections

2008-09-05 08:21 RR, revision 55467

Compilo for wxMac

2008-09-05 08:16 RR, revision 55466

More wxMutex doc updates

2008-09-05 08:06 RR, revision 55465

Add wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated and restored wxThread and related docs

2008-09-05 08:03 RR, revision 55464

Enable graphics context by default

2008-09-05 05:57 PC, revision 55463

fix for infinite loop when wxBeginBusyCursor is called from idle handler, #1547

2008-09-04 23:02 VZ, revision 55462

emphasize that mingw32-make and not MSYS make must be used to build using makefile.gcc

2008-09-04 12:47 VZ, revision 55458

show the "Window" menu only when we have any MDI children, it's unnecessary otherwise; some minor formatting/comments changes

2008-09-04 07:57 KO, revision 55457

rebake

2008-09-04 07:44 KO, revision 55456

Update files.bkl to match the changes Stefan made to Makefile.in earlier, to update the OS X Carbon port.

2008-09-04 07:19 KO, revision 55455

Renames to avoid object files with duplicate filenames. (Should we just make everything in this dir _osx for consistency?)

2008-09-04 07:16 KO, revision 55454

Split utility functions into base (in utilsexc_base.cpp) and gui (src/osx/carbon/utils.cpp for Carbon-specific ones) to ensure proper builds under multi-lib config.

2008-09-04 06:26 SC, revision 55451

gcc is too aggressively hiding these inlines on wxCriticialSection on osx, expose them for wxPython

2008-09-03 20:45 VZ, revision 55449

copy alpha presence flag when copying bitmaps using DIBs (#9883)

2008-09-03 20:36 VZ, revision 55448

fix some typos and other minor problems (#9886)

2008-09-03 20:28 VZ, revision 55447

better documentation of DeviceToLogicalXXX() (#9896)

2008-09-03 20:26 VZ, revision 55446

add wxSP_THIN_SASH for completeness (#9902)