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-07 09:15 VS, revision 55504

whatever it is, wxXmlResource::GetFirstRoot() isn't implemented - removed

2008-09-07 09:15 VS, revision 55503

whatever it is, wxXmlResource::GetFirstRoot() isn't implemented - removed

2008-09-06 22:19 VZ, revision 55502

implement Empty() using clear() instead of Truncate(0)

2008-09-06 22:12 VZ, revision 55501

access TLS cache variable directly and not via a helper function when using compiler with native TLS support to work around an apparent bug in g++

2008-09-06 16:33 SC, revision 55500

several small fixes

2008-09-06 16:32 SC, revision 55499

RGBColor is part of ApplicationServices also under Cocoa

2008-09-06 16:30 SC, revision 55498

defines reordered, support for non-precomp cocoa

2008-09-06 16:29 SC, revision 55497

adapting to new platform constants

2008-09-06 15:41 VZ, revision 55496

add wxGTK_CONVs to fix STL and ANSI builds

2008-09-06 13:35 VS, revision 55495

added XRC format documentation to the manual (per-class properties docs still missing)

2008-09-06 13:31 VS, revision 55494

don't center tables, it looks ugly

2008-09-05 20:57 VZ, revision 55492

add missing header for PCH-less build

2008-09-05 20:25 SC, revision 55491

adapting to new msgdlg class hierarchy

2008-09-05 19:50 SC, revision 55490

adapting to new msgdlg class hierarchy

2008-09-05 19:41 VZ, revision 55489

no changes, fix typo

2008-09-05 19:32 VZ, revision 55488

allow copying text in the log dialogs

2008-09-05 19:28 VZ, revision 55487

adjust the labels before centering the dialog as doing it can change the dialog size

2008-09-05 19:02 SC, revision 55486

forward define for non precomp build, switching preproc constants for consistency

2008-09-05 18:29 VZ, revision 55485

allow passing literal strings and results of c_str() to SetXXXLabels() methods too

2008-09-05 18:03 SC, revision 55484

forward define for non precomp build

2008-09-05 18:02 VZ, revision 55483

make it possible to use stock ids for custom message box labels

2008-09-05 17:27 VZ, revision 55482

added support for custom labels in wxMessageBox for wxGTK too

2008-09-05 16:59 PC, revision 55481

fix memory leak

2008-09-05 16:56 VZ, revision 55480

use more clear messaage about the custom labels in message box test

2008-09-05 15:33 SC, revision 55479

adding common implementation file for search control

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)