wxWidgets.git
2008-03-23  Francesco Montorsiupdate infos about profiling under linux (callgrind...
2008-03-23  Francesco Montorsithe control which can be enabled/disabled is a text...
2008-03-23  Stefan NeisUpdated brush/pen implementation for OS/2 to current...
2008-03-23  Vadim Zeitlinsuppress warnings about hiding virtual functions in...
2008-03-23  Vadim Zeitlinyet more compilation fixes after brush/pen style change...
2008-03-23  Stefan NeisFixed compilation after wxBrushStyle/wxPenStyle changes.
2008-03-23  Stefan NeisCompilation fix (CreateTimerImpl is taken from timerunx...
2008-03-23  Václav SlavíkwxError, wxFatalError, wxDebugMsg are not only deprecat...
2008-03-23  Václav Slavíkmore utils.h fixes
2008-03-23  Francesco Montorsifurther speedup the gccxml parser using dedicated ID...
2008-03-23  Václav Slavíkrestored wxWindow::Line/PageUp/Down docs
2008-03-23  Bryan PettyFinished review/fixes of Logging category of functions...
2008-03-23  Vadim Zeitlinavoid needless Unicode<->MB conversions in Unix wxExecu...
2008-03-23  Vadim Zeitlincorrect hhp2cached path
2008-03-23  Francesco Montorsispeedup a little the parser by converting gccXML ID...
2008-03-23  Francesco Montorsidon't build ifacecheck on WinCE since it's a console app
2008-03-22  Francesco Montorsiuse wxEmptyString as default value to return from GetAt...
2008-03-22  Václav Slavíkfixed signatures of wxSizerFlags methods returning...
2008-03-22  Václav Slavíkdocumented wxRESERVE_SPACE_EVEN_IF_HIDDEN
2008-03-22  Vadim Zeitlinno changes, just removed unnecessary forward declaration
2008-03-22  Václav Slavíkmany formatting fixes to wxSizer docs
2008-03-22  Francesco Montorsiadd Id keyword; remove old code (was commented out...
2008-03-22  Václav Slavíktypo fix: doxygen uses -, not *, for lists
2008-03-22  Francesco Montorsiadded the interface checker to the utils folder
2008-03-22  Francesco Montorsisilence bakefile warnings about the generation of proje...
2008-03-22  Francesco Montorsiremove the 1-space indentation from remaining pages...
2008-03-22  Francesco Montorsimoved the samples in a separate page so it has a summar...
2008-03-22  Václav SlavíkwxVector<T> is header-based, use @nolibrary
2008-03-22  Václav Slavíktagged wxNotebookSizer as deprecated
2008-03-22  Vadim Zeitlinadd timing of synchronous execution
2008-03-22  Vadim Zeitlindon't use negative PID hack in GUI neither, add a separ...
2008-03-22  Vadim Zeitlinno real changes, just added a default value for the...
2008-03-22  Václav Slavíkdocumented SelectAll()
2008-03-22  Václav Slavíkupported wxHelpProvider docs fixes from r52197; minor...
2008-03-22  Vadim Zeitlinno real changes, just small cleanup after last few...
2008-03-22  Vadim Zeitlinrefactored common code from XXX_EndProcessDetect in...
2008-03-22  Vadim Zeitlindon't show more than 20 lines of redirected IO, just...
2008-03-22  Václav Slavíkdocumented that Freeze and Thaw are now recursive
2008-03-22  Vadim Zeitlinget rid of traits functions unnecessary now that wxExec...
2008-03-22  Vadim Zeitlinfixed IO redirection to work in wxExecute() in console...
2008-03-22  Vadim Zeitlinuse wxGUIAppTraits::WaitForChild() in wxMac too
2008-03-22  Vadim Zeitlinfix warnings about unused parameters/variables in relea...
2008-03-22  Francesco Montorsiuse wx-style header and commets; fix indentation to...
2008-03-22  Václav Slavíkfixes to Freeze/Thawn when the window is shown or hidde...
2008-03-22  Václav Slavíkfixed spurious debug message about unexpected focus...
2008-03-22  Vadim Zeitlinmake wxSelectDispatcher ctor public, it can be useful...
2008-03-22  Vadim Zeitlincorrect the REDIRECT_COMMAND definition for Unix
2008-03-22  Vadim Zeitlinreturn bool from wxStreamTempInputBuffer::Update()...
2008-03-22  Vadim Zeitlinextracted GUI-specific part of utilsunx.cpp to a new...
2008-03-22  Vadim Zeitlinextracted GUI-specific part of utilsunx.cpp to a new...
2008-03-22  Vadim Zeitlinunused any more (should have been part of r52667)
2008-03-22  Vadim Zeitlinrename classes use by generic wxSpinCtrl implementation...
2008-03-22  Vadim Zeitlinadd comparison operators for wxPen/BrushStyle and wxSOL...
2008-03-22  Vadim Zeitlinadded wxWindowDisabler ctor for conditionally disabling...
2008-03-22  Vadim Zeitlinmore compilation fixes after pen/brush styles changes
2008-03-22  Vadim Zeitlinreplace wxAddProcessCallback() with wxAppTraits::AddPro...
2008-03-22  Vadim Zeitlindon't pass unnecessary arguments to FindOrCreateBrush...
2008-03-22  Vadim Zeitlinadd default parameters for width and style parameters...
2008-03-22  Vadim Zeitlinadd compatible FindOrCreateBrush(wxColour, int) (also...
2008-03-21  Vadim Zeitlinkill the process launched by wxExecute(ASYNC) to avoid...
2008-03-21  Vadim Zeitlinuncomment wxExecute(ASYNC) test now that it's supposed...
2008-03-21  Vadim Zeitlinalso use wx/private/*.h
2008-03-21  Vadim Zeitlincompilation fixes after pen/brush styles changes
2008-03-21  Václav Slavíkfixed TABs positioning inside <pre> so that tags don...
2008-03-21  Václav Slavíkremove needless casting (no real change)
2008-03-21  Francesco Montorsisome more comments about wxSortedArrayString::Sort
2008-03-21  Michael WetherellSend build notification to wx-buildbot mailing list.
2008-03-21  Francesco Montorsiwarn the user about using getters of objects in invalid...
2008-03-21  Francesco Montorsiadd the default ctor
2008-03-21  Vadim Zeitlinrestore setting m_appName broken by recent change ...
2008-03-21  Václav Slavíkmisc wxVector<T> docs fixes
2008-03-21  Václav Slavíkfixes to wxSharedPtr<T> docs
2008-03-21  Francesco Montorsifurther prototype fixes (thanks to ifacecheck)
2008-03-21  Francesco Montorsiadd to GetToolkitVersion() the = NULL default values...
2008-03-21  Václav Slavíkdocument standard IDs only in one place, not two; bring...
2008-03-21  Francesco Montorsifix wxBrush for the mac build
2008-03-20  Francesco Montorsisplitted wxApp docs in wxApp+wxAppConsole docs; fix...
2008-03-20  Francesco Montorsiadd the wxAnimation's ctor which automatically loads...
2008-03-20  Francesco Montorsifix the signature of the documented functions and docum...
2008-03-20  Francesco Montorsifix header files so that they can be included directly...
2008-03-20  Francesco Montorsifix a macroscopic error which made Doxygen generate...
2008-03-20  Francesco Montorsimake the Pen/Brush code backward compatible as discusse...
2008-03-20  Václav Slavíkcompilation fix for wxUSE_GUI=0
2008-03-20  Václav Slavíkremoved trailing whitespace in Doxygen files
2008-03-20  Václav Slavíkremoved wxAcceleratorTable copy ctor docs, no port...
2008-03-20  Václav Slavíkforgot to fix one more place where it says accelerator...
2008-03-20  Bryan PettyFinished review/fixes of GDI category of functions...
2008-03-19  Francesco Montorsifurther wxPenStyle/wxBrushStyle fixes for builds with...
2008-03-19  Stefan CsomorCGFloat
2008-03-19  Stefan Csomormake background colour be the real color, to have inher...
2008-03-19  Stefan Csomorclean include
2008-03-19  Stefan Csomorhave bg style wxBG_STYLE_CUSTOM not skip event
2008-03-19  Bryan PettyRemoved docs for old clipboard functions, and reviewed...
2008-03-18  Bryan PettyFinished review of Dialogs category of functions and...
2008-03-18  Michael WetherellSwitch on build breakage email notifications.
2008-03-18  Paul Cornettrevert removal of wxBU_AUTODRAW, now that it is again...
2008-03-18  Václav Slavíkmade wxAcceleratorTable work with buttons in wxGTK too
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2008-03-18  Vadim Zeitlinprovide stubs for Get/SetStippled() to fix the build
2008-03-18  Francesco Montorsiremove deprecation for wxBU_AUTODRAW; it needs some...
next