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-24 13:02 FM, revision 52765

make the log file more readable; fix the count of warnings

2008-03-24 12:45 FM, revision 52764

use @a instead of @e where it makes sense

2008-03-24 12:45 FM, revision 52763

move macros out of the wxArray class decl

2008-03-24 12:23 FM, revision 52762

fix almost all deprecation warnings

2008-03-24 12:04 FM, revision 52761

add backward compat FindOrCreateFont

2008-03-24 02:38 VZ, revision 52756

fix (one off, so not really important) memory leak which happened if an application using XRCID() in event tables didn't initialize (and hence didn't shutdown) wx

2008-03-24 01:40 VZ, revision 52754

document wxSizerItem::SetMinSize()

2008-03-24 01:02 FM, revision 52753

final prototype fixes (done using ifacecheck)

2008-03-24 00:51 FM, revision 52752

fix the automatic modify mode

2008-03-24 00:51 FM, revision 52751

fix bug in buliding newtype string; fix GetAsString() to put proper spaces around args

2008-03-23 23:20 FM, revision 52750

add deprecation tags/attributes parsing

2008-03-23 23:19 FM, revision 52749

fix simple errors which block ifacecheck

2008-03-23 20:20 VZ, revision 52747

fix crash when pressing Up key in empty combobox

2008-03-23 19:39 BP, revision 52746

Removed @class command from templated classes. Doxygen doesn't seem to handle these well unless we just don't specify it, and let the parser find it from the declaration itself.

2008-03-23 19:16 FM, revision 52745

remove unused #defines; fix include header for MinGW32 wxMSW Trunk

2008-03-23 19:12 SN, revision 52744

Compilation fix.

2008-03-23 18:24 BP, revision 52743

Finished review/fixes of Math and Miscellaneous categories of functions and macros.

2008-03-23 18:24 PC, revision 52742

non-pch build fix

2008-03-23 18:08 FM, revision 52741

update infos about profiling under linux (callgrind utility has been merged with valgrind)

2008-03-23 18:04 FM, revision 52740

the control which can be enabled/disabled is a text control not a listbox

2008-03-23 17:41 SN, revision 52739

Updated brush/pen implementation for OS/2 to current implementation style.

2008-03-23 15:57 VZ, revision 52738

suppress warnings about hiding virtual functions in wxURLDataObject

2008-03-23 15:53 VZ, revision 52737

yet more compilation fixes after brush/pen style changes: remove trailing commas from enums

2008-03-23 14:54 SN, revision 52736

Fixed compilation after wxBrushStyle/wxPenStyle changes.

2008-03-23 14:41 SN, revision 52735

Compilation fix (CreateTimerImpl is taken from timerunx.cpp, so not inline).

2008-03-23 12:42 VS, revision 52733

wxError, wxFatalError, wxDebugMsg are not only deprecated, they don't exist anymore -- removed from docs

2008-03-23 12:41 VS, revision 52732

more utils.h fixes

2008-03-23 11:36 FM, revision 52730

further speedup the gccxml parser using dedicated ID-parsing char*-based functions instead of splitting wxStrings and searching inside them

2008-03-23 08:50 VS, revision 52727

restored wxWindow::Line/PageUp/Down docs

2008-03-23 06:25 BP, revision 52726

Finished review/fixes of Logging category of functions and macros.

2008-03-23 02:27 VZ, revision 52722

avoid needless Unicode<->MB conversions in Unix wxExecute(); simplify the code; provide both versions taking char** and wchar_t** for compatibility; also use wxMacExecute() (renamed to wxMacLaunch() to avoid confusion) from all wxExecute() overloads but don't use it if wxEXEC_SYNC was requested as it doesn't support it

2008-03-23 01:17 VZ, revision 52720

correct hhp2cached path

2008-03-23 01:07 KO, revision 52718

svn merge -r 51768:52524 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-03-23 00:08 FM, revision 52717

speedup a little the parser by converting gccXML ID attributes to numbers, instead of storing them as strings; remove 2nd argument to GetAttribute() calls

2008-03-23 00:05 FM, revision 52716

don't build ifacecheck on WinCE since it's a console app

2008-03-22 22:54 FM, revision 52715

use wxEmptyString as default value to return from GetAttribute()

2008-03-22 20:19 VS, revision 52714

fixed signatures of wxSizerFlags methods returning wxSizerFlags reference

2008-03-22 20:16 VS, revision 52713

documented wxRESERVE_SPACE_EVEN_IF_HIDDEN

2008-03-22 20:10 VZ, revision 52712

no changes, just removed unnecessary forward declaration

2008-03-22 20:04 VS, revision 52711

many formatting fixes to wxSizer docs

2008-03-22 19:18 FM, revision 52710

add Id keyword; remove old code (was commented out) which tried to implement alternative parsing strategies; basically those involved doing 4-5 passes on the gcc XML before actually passing it storing the list of the type IDs related in some way to wxWidgets, and then do the true parsing pass, skipping anything non-wx related. This approach (and its variations) showed however to be slower than building the full type table.

2008-03-22 19:09 VS, revision 52709

typo fix: doxygen uses -, not *, for lists

2008-03-22 18:02 FM, revision 52708

added the interface checker to the utils folder

2008-03-22 17:58 FM, revision 52707

silence bakefile warnings about the generation of project files for sample bakefiles using <wx-data>

2008-03-22 17:49 FM, revision 52706

remove the 1-space indentation from remaining pages; mark with @todo tags parts of the docs which need to be written yet

2008-03-22 17:42 FM, revision 52705

moved the samples in a separate page so it has a summary of all the samples descriptions and so writing references to samples is shorter (@ref page_samples_xxx instead of @ref page_utils_samples_xxx)

2008-03-22 16:07 VS, revision 52704

wxVector<T> is header-based, use @nolibrary

2008-03-22 15:54 VS, revision 52703

tagged wxNotebookSizer as deprecated

2008-03-22 15:41 VZ, revision 52702

add timing of synchronous execution

2008-03-22 15:37 VZ, revision 52701

don't use negative PID hack in GUI neither, add a separate flag to wxEndProcessData for this

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