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)

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)