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):

2003-09-18 00:28 VZ, revision 23653

warnings fixes

2003-09-17 23:37 VZ, revision 23652

new sample showing how to handle exceptions in wxWindows code

2003-09-17 23:37 VZ, revision 23651

removed wxMsgArray definition (now in evtloop.cpp) and OnIdle() sempaphore (shouldn't be needed any longer)

2003-09-17 23:36 VZ, revision 23650

call wxApp::OnUnhandledException()

2003-09-17 23:35 VZ, revision 23649

moved all event handlers callign code in ProcessEventIfMatches() instead of triplicating it

2003-09-17 23:34 VZ, revision 23648

use wxModalEvtLoop, made more code exception safe

2003-09-17 23:32 VZ, revision 23647

added OnExit(); made event loop exception safe; added wxModalEvtLoop

2003-09-17 23:31 VZ, revision 23646

use standard tied pointer now

2003-09-17 23:30 VZ, revision 23645

added HandleEvent() to allow handle exceptions in event handlers

2003-09-17 23:30 VZ, revision 23644

documented how to handle C++ exceptions in wxWindows

2003-09-17 23:25 VZ, revision 23643

documented how to handle C++ exceptions in wxWindows

2003-09-17 21:36 SC, revision 23642

no message

2003-09-17 20:46 MBN, revision 23641

Regenerated with newer bakefile, fixing DESTDIR bug.

2003-09-17 20:22 RD, revision 23640

Added character coding comment for Python 2.3

2003-09-17 20:21 RD, revision 23639

Unicode fix from Will

2003-09-17 17:27 VZ, revision 23638

added tied scoped pointers

2003-09-17 17:09 VZ, revision 23637

corrected wxCATCH_ALL usage

2003-09-17 16:59 VZ, revision 23636

use wxON_BLOCK_EXIT instead of just ON_BLOCK_EXIT

2003-09-17 12:06 VZ, revision 23635

added some trivial macros for exception handling

2003-09-17 11:39 VZ, revision 23634

compilation fix for Unicode && compatibility_2 (bug 807764)

2003-09-17 10:40 VZ, revision 23633

added wxUSE_STL and wxUSE_XTI

2003-09-17 10:39 VZ, revision 23632

added wxUSE_EXCEPTIONS

2003-09-17 08:04 JS, revision 23631

Added missing makefile

2003-09-16 22:48 VZ, revision 23630

fixed fatal typo in wxYieldForCommandsOnly

2003-09-16 22:21 VZ, revision 23629

mention that Add/RemoveChild() are internal

2003-09-16 21:58 RR, revision 23628

Left in some debug code.

2003-09-16 21:29 VZ, revision 23627

don't hang forever in Dispatch() if there is no event loop

2003-09-16 21:16 MBN, revision 23626

wxX11 compilation fix.

2003-09-16 21:02 MBN, revision 23625

wxX11 compilation fix.

2003-09-16 20:23 VS, revision 23624

very minor correction wrt bakefile --help

2003-09-16 19:18 VS, revision 23623

added makefile.unx

2003-09-16 17:37 VZ, revision 23622

updated makefiles generation section

2003-09-16 17:14 RD, revision 23621

Updated version number and fixed oglmisc.cpp filename

2003-09-16 13:36 JS, revision 23620

Added missing makefiles

2003-09-16 12:35 VZ, revision 23619

reverted the delete/Destroy() change in DestroyChildren()

2003-09-16 12:30 VZ, revision 23618

fixed modal dialogs after event loop change

2003-09-16 10:52 VZ, revision 23617

(blind) fix for wxMac compilation

2003-09-16 07:26 CE, revision 23616

library file for d mars

2003-09-15 21:00 VS, revision 23615

added DESTDIR support to make install

2003-09-15 20:39 SC, revision 23614

fix for preserving the clip rgn (control redraws missing after switch to faster redraw, in the end we probably best reset the clip region after a wxDC has been destroyed for a grafport

2003-09-15 20:03 VZ, revision 23613

use wxEventLoop in wxApp under wxMSW; factored out common code from wxX11/wxMotif/wxMGL to wxAppBase; changed wxApp::Dispatch() return type

2003-09-15 19:55 VZ, revision 23612

no changes

2003-09-15 19:54 VZ, revision 23611

added wxVALIDATOR_PARAM and use it to avoid warnings about unused validators when wxUSE_VALIDATORS==0

2003-09-15 19:53 VZ, revision 23610

use wxEventLoop in wxApp under wxMSW; factored out common code from wxX11/wxMotif/wxMGL to wxAppBase; changed wxApp::Dispatch() return type

2003-09-15 19:48 VZ, revision 23609

use wxEventLoop in wxApp under wxMSW; factored out common code from wxX11/wxMotif/wxMGL to wxAppBase; changed wxApp::Dispatch() return type

2003-09-15 19:29 VZ, revision 23608

fixed return value of wxMDIChildFrame::HandleGetMinMaxInfo()

2003-09-15 19:27 RD, revision 23607

Ensure that the native font is initialized so the face name and such are valid

2003-09-15 19:23 VS, revision 23606

added makefile.unx

2003-09-15 19:14 VZ, revision 23605

added check for wxUSE_VALIDATORS

2003-09-15 16:10 VZ, revision 23604

added and documented wxDEFINE_SCOPED_PTR_TYPE; improved docs a bit

2003-09-15 15:36 JS, revision 23603

Updated makefiles etc. for 2.5.1

2003-09-15 15:34 DE, revision 23602

Cleaned up some comments, reorganized some code

2003-09-15 15:22 DE, revision 23601

Clean up comments

2003-09-15 14:10 VZ, revision 23600

fixed iODBC detection

2003-09-15 13:00 VZ, revision 23599

added wxUSE_EXCEPTIONS

2003-09-15 12:28 CE, revision 23598

sf patch #806451

2003-09-15 11:46 VZ, revision 23597

remove us from the parents children list in Destroy()

2003-09-15 11:45 VZ, revision 23596

call RemoveChild() in ~wxWindowBase instead of doing it in each ~wxWindow for each port

2003-09-15 11:42 CE, revision 23595

fix incorrect parameter error fo r DrawArc

2003-09-15 11:39 VZ, revision 23594

IsDialogMessage fix

2003-09-15 11:00 VZ, revision 23593

wxNavigationKeyEvent doesn't derive from wxCommandEvent (but from wxEvent)

2003-09-15 08:55 JS, revision 23592

WinCE bitmap patch from Johannes Schindelin <Johannes.Schindelin@gmx.de>

2003-09-14 23:13 VZ, revision 23591

implemented wxDateTime::ParseDateTime() (patch 779794)

2003-09-14 23:01 VZ, revision 23590

backport: adjust m_current when inserting items in the control (patch 799937)

2003-09-14 22:59 VZ, revision 23589

adjust m_current when inserting items in the control (patch 799937)

2003-09-14 22:52 VZ, revision 23588

fix for calculating the header window height (patch 805791)

2003-09-14 21:10 VZ, revision 23587

align the items correctly with wxLC_ALIGN_TOP

2003-09-14 20:40 VZ, revision 23586

added support for wxLC_ALIGN_LEFT/TOP

2003-09-14 19:52 VZ, revision 23585

account for the scrollbars in GetViewRect()

2003-09-14 19:39 JS, revision 23584

Changed version to 2.5.1

2003-09-14 19:37 VZ, revision 23583

disabled (conditionally) separating static line; improved borders

2003-09-14 19:36 VZ, revision 23582

removed the fudge from GetViewRect(), it isn't needed

2003-09-14 19:22 JS, revision 23581

Changed version to 2.4.2

2003-09-14 19:03 VZ, revision 23580

GePageRect() should use the full list size while OnSize() should use the client size

2003-09-14 18:40 SC, revision 23579

removal of pc-mac charset conversion for wxMac

2003-09-14 16:18 VZ, revision 23578

use child->Destroy() instead of delete child in DestroyChildren()

2003-09-14 16:12 VZ, revision 23577

compilation fix after last check in

2003-09-14 16:06 VZ, revision 23576

fixed GetItemSpacing() inconsistency by deprecating the old function and adding a new, easier to use, overload

2003-09-14 16:00 VZ, revision 23575

use newly added GetViewRect() instead of trying to guess the list ctrl size ourselves

2003-09-14 15:58 VZ, revision 23574

added wxListCtrl::GetViewRect()

2003-09-14 10:58 VZ, revision 23573

attempt to fix another occurence of WS_EX_CONTROLPARENT-related infinite loop

2003-09-13 20:23 , revision 23572

This commit was manufactured by cvs2svn to create tag 'MAC_BEFORE_PCMAC_CONV_REMOVAL'.

2003-09-13 20:23 VS, revision 23571

attempt to fix GUI apps building on OS/2

2003-09-13 19:09 VS, revision 23570

no real changes, moved Robin's changes to bakefile and regenerated using bakefile version

2003-09-13 16:11 MBN, revision 23569

Compilation fixes for WXWIN_COMPATIBILITY_2_4. Don't include wx/wx.h, use the much smaller set of required headers instead.

2003-09-13 16:06 MBN, revision 23568

Allow wxSoundStreamESD to be compiled even when no esd.h is present and make it fail at runtime instead. As ugly as this is, there currently isn't any way for the application to know if the class is available.

2003-09-13 16:03 MBN, revision 23567

wxUniversal compilation fixes.

2003-09-13 14:09 SC, revision 23566

target_carbon added

2003-09-13 14:07 SC, revision 23565

faster portsetting backpatched

2003-09-13 14:06 SC, revision 23564

classic fixes

2003-09-13 14:02 SC, revision 23563

fixed GetFilenames bug

2003-09-13 12:14 MBN, revision 23562

wxUniversal STL-ification.

2003-09-13 12:01 GD, revision 23561

use SYMROOT instead of DERIVED_SOURCES_DIR simplified warning messages by displaying relative paths instead of full paths

2003-09-13 11:59 GD, revision 23560

use SYMROOT instead of DERIVED_SOURCES_DIR

2003-09-13 11:05 VS, revision 23559

backported style flags fix

2003-09-13 09:00 SC, revision 23558

unicode correction for mac

2003-09-13 00:03 RD, revision 23557

Move more stuff into base for wxMac so that two level namespace dylibs can be used on OS X.

2003-09-13 00:01 RD, revision 23556

For OS X detect (based on gcc version) and use -single_module flag. Also removed the use of the flat namespace flags to prevent symbol name conflicts when an app loads other dynlibs (that may also contain libpng for example.)

2003-09-12 22:34 MBN, revision 23555

Fix two common case of hybrid build: standard debugging build with non-debugging MSVCRT release build with __WXDEBUG__ and non-debugging MSVCRT.

2003-09-12 21:55 MBN, revision 23554

Try detecting if the CD-ROM I/O implementation in mmedia has some possibility of working in the host OS..