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-03-22 15:37 VZ, revision 52700

no real changes, just added a default value for the command used by exec with redirect to avoid having to type it every time

2008-03-22 15:02 VS, revision 52699

documented SelectAll()

2008-03-22 14:57 VS, revision 52698

upported wxHelpProvider docs fixes from r52197; minor tweaks to Doxygen docs of other classes in cshelp.h

2008-03-22 14:55 VZ, revision 52697

no real changes, just small cleanup after last few revisions

2008-03-22 14:50 VZ, revision 52696

refactored common code from XXX_EndProcessDetect in wxGTK[12] and wxMac/wxCocoa into wxHandleProcessTermination itself; also removed code dealing with negative pids as we don't use them any more

2008-03-22 14:49 VZ, revision 52695

don't show more than 20 lines of redirected IO, just 10 first and last ones is enough to check that the code works correctly

2008-03-22 14:43 VS, revision 52694

documented that Freeze and Thaw are now recursive

2008-03-22 14:15 VZ, revision 52693

get rid of traits functions unnecessary now that wxExecute() works in both base and GUI ports

2008-03-22 14:10 VZ, revision 52692

fixed IO redirection to work in wxExecute() in console applications (including the case when the child process outputs more than pipe buffer size) by using wxSelectDispatcher for multiplexing

2008-03-22 12:12 VZ, revision 52691

use wxGUIAppTraits::WaitForChild() in wxMac too

2008-03-22 12:11 VZ, revision 52690

fix warnings about unused parameters/variables in release build

2008-03-22 12:06 FM, revision 52689

use wx-style header and commets; fix indentation to be 4 spaces; move Doxygen comments in a new interface header; deprecate SetBrowser() in favour of SetViewer()

2008-03-22 11:55 VS, revision 52688

fixes to Freeze/Thawn when the window is shown or hidden in between Freeze and Thaw

2008-03-22 11:47 VS, revision 52687

fixed spurious debug message about unexpected focus change when wx focus changed more than once before event loop iteration

2008-03-22 04:19 VZ, revision 52681

make wxSelectDispatcher ctor public, it can be useful to create it in places other than wxFDIODispatcher

2008-03-22 04:08 VZ, revision 52679

correct the REDIRECT_COMMAND definition for Unix

2008-03-22 03:50 VZ, revision 52678

return bool from wxStreamTempInputBuffer::Update() indicating if anything was done; don't sleep in wxExecute() if IO is coming

2008-03-22 03:48 VZ, revision 52677

extracted GUI-specific part of utilsunx.cpp to a new unix/apptraits.cpp file and don't include utilsunx.cpp in both base and GUI libraries now so that we can get rid of BASE_AND_GUI_UNIX_SRC in files.bkl entirely

2008-03-22 03:46 VZ, revision 52676

extracted GUI-specific part of utilsunx.cpp to a new unix/apptraits.cpp file and don't include utilsunx.cpp in both base and GUI libraries now so that we can get rid of BASE_AND_GUI_UNIX_SRC in files.bkl entirely

2008-03-22 03:25 VZ, revision 52674
  • D /wxWidgets/trunk/src/unix/baseunix.cpp

unused any more (should have been part of r52667)

2008-03-22 03:15 VZ, revision 52673

rename classes use by generic wxSpinCtrl implementation to have "Generic" suffix to avoid conflicts with the classes with the same names in wxMac

2008-03-22 03:13 VZ, revision 52672

add comparison operators for wxPen/BrushStyle and wxSOLID/... constants to avoid warnings in the existing code using such comparisons

2008-03-22 03:06 VZ, revision 52671

added wxWindowDisabler ctor for conditionally disabling all windows and use it in WaitForChild()

2008-03-22 02:58 VZ, revision 52670

more compilation fixes after pen/brush styles changes

2008-03-22 00:07 VZ, revision 52667

replace wxAddProcessCallback() with wxAppTraits::AddProcessCallback() to fix linking problems in Unix ports; also reduce code duplication between GUI and base versions making src/unix/baseunix.cpp unnecessary any longer

2008-03-22 00:04 VZ, revision 52666

don't pass unnecessary arguments to FindOrCreateBrush/Pen()

2008-03-22 00:04 VZ, revision 52665

add default parameters for width and style parameters of FindOrCreatePen() for consistency with FindOrCreateBrush() and wxPen ctor

2008-03-22 00:02 VZ, revision 52664

add compatible FindOrCreateBrush(wxColour, int) (also fixes wxMotif compilation)

2008-03-21 23:55 VZ, revision 52663

kill the process launched by wxExecute(ASYNC) to avoid leaving unneeded processes running

2008-03-21 23:48 VZ, revision 52662

uncomment wxExecute(ASYNC) test now that it's supposed to work

2008-03-21 23:39 VZ, revision 52661

also use wx/private/*.h

2008-03-21 23:39 VZ, revision 52660

compilation fixes after pen/brush styles changes

2008-03-21 21:19 VS, revision 52659

fixed TABs positioning inside <pre> so that tags don't throw it apart

2008-03-21 21:19 VS, revision 52658

fixed TABs positioning inside <pre> so that tags don't throw it apart

2008-03-21 20:11 VS, revision 52657

remove needless casting (no real change)

2008-03-21 19:06 FM, revision 52656

some more comments about wxSortedArrayString::Sort

2008-03-21 18:23 VS, revision 52655

backported fix to wxSpinCtrl::GetClientSize() in wxMSW

2008-03-21 18:18 MW, revision 52654

Send build notification to wx-buildbot mailing list.

2008-03-21 18:04 FM, revision 52653

warn the user about using getters of objects in invalid state

2008-03-21 18:03 FM, revision 52652

add the default ctor

2008-03-21 16:21 VZ, revision 52651

restore setting m_appName broken by recent change (fixes bug 1921954)

2008-03-21 14:51 VS, revision 52647

misc wxVector<T> docs fixes

2008-03-21 14:36 VS, revision 52646

fixes to wxSharedPtr<T> docs

2008-03-21 14:22 FM, revision 52645

further prototype fixes (thanks to ifacecheck)

2008-03-21 14:21 FM, revision 52644

add to GetToolkitVersion() the = NULL default values for the two arguments: they were documented but not actually implemented

2008-03-21 14:20 VS, revision 52643

document standard IDs only in one place, not two; bring the list up to date

2008-03-21 09:37 FM, revision 52642

fix wxBrush for the mac build

2008-03-20 23:45 FM, revision 52641

splitted wxApp docs in wxApp+wxAppConsole docs; fix the signature of the documented functions

2008-03-20 22:33 FM, revision 52640

add the wxAnimation's ctor which automatically loads a file: it was documented but not present in the actual code

2008-03-20 22:32 FM, revision 52639

fix the signature of the documented functions and document some (relatively) new for wxAcceleratorEntry