No changes, just removed hard tabs and trailing white space.
[wxWidgets.git] / src /
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-20  Vadim ZeitlinFix signatures of various image handlers methods.
2009-08-20  Vadim ZeitlinRefactor and clean up slider labels drawing code.
2009-08-20  Vadim ZeitlinFix warning about converting literal strings to non...
2009-08-20  Vadim ZeitlinRemove declarations of two non-existent functions in...
2009-08-20  Vadim ZeitlinFix harmless unused parameter warnings in wxX11 wxCursor.
2009-08-20  Vadim ZeitlinRename wxRendererNative::DrawRadioButton() to DrawRadio...
2009-08-20  Vadim ZeitlinFix extraction of standard command line arguments in...
2009-08-19  Vadim ZeitlinFlush log events in console applications as well.
2009-08-19  Jaakko SalliHave DoRemoveFromSelection() take active editor into...
2009-08-19  Stefan Csomoradding gc aware code, fixes #11061
2009-08-19  Stefan Csomormaking sure an empty label is not reserving place above...
2009-08-19  Paul CornettFix loading BMPs, broken in r60852. Parenthesize shift...
2009-08-18  Julian SmartFix numpad Del not working in wxRTC
2009-08-18  Stefan Csomorsupport for plug-in unloading, closes #10836
2009-08-18  Stefan Csomorbetter variant support, fixes #11114
2009-08-18  Stefan Csomorgcc 4.2 warning fix
2009-08-18  Stefan Csomorsimplifying native string handling, see #11061
2009-08-18  Stefan Csomorfixing 64bit OSX, closes #11118
2009-08-18  Stefan Csomoradded wakeup implementation for osx_cocoa
2009-08-18  Jaakko SalliMade code that uses wxArrayPGProperty more STL complian...
2009-08-18  Vadim ZeitlinFix last error display in wxLogSysError().
2009-08-17  Vadim ZeitlinAdded missing wx/log.h header.
2009-08-17  Vadim ZeitlinForce linking of src/osx/core/sockosx.cpp.
2009-08-17  Vadim ZeitlinCleanly separate GUI socket-related code from net library.
2009-08-17  Vadim ZeitlinAdded wxFDIOHandler::IsOk() and use it with wxSocketImp...
2009-08-17  Jaakko SalliAdded multiple selection feature to wxPropertyGrid...
2009-08-16  Vadim ZeitlinFix hangups when using sockets under OS X.
2009-08-16  Vadim ZeitlinDon't forget to reset wxSocketImplMac members to NULL.
2009-08-16  Vadim ZeitlinUse CF socket manager in GUI OS X applications.
2009-08-16  Vadim ZeitlinVirtualize wxSocketImpl creation by routing it via...
2009-08-16  Jaakko SalliFixed bug: wxPGProperty::SetName() crashed if it was...
2009-08-14  Vadim ZeitlinAllow customizing wxDebugReportCompress output file.
2009-08-14  Vadim ZeitlinAdded wxStandardPaths::MSWGetShellDir().
2009-08-11  Vadim ZeitlinCreate compressed debug report file outside of temporar...
2009-08-11  Vadim ZeitlinUse the app name, not display name, as debug report...
2009-08-11  Jaakko SalliDo not generate wxEVT_PG_SELECTED with direct ClearSele...
2009-08-11  Julian SmartIf zero spacing after paragraph is explicitly specified...
2009-08-10  Vadim ZeitlinUpdate wxFlexGridSizer ctors to match (new) wxGridSizer...
2009-08-10  Vadim ZeitlinMade wxWindow::HasScrollbar() do what it says.
2009-08-09  Julian SmartMark a couple of labels for translation.
2009-08-06  Vadim ZeitlinDon't overwrite status message when restoring it if...
2009-08-06  Vadim ZeitlinUse 0 instead of NULL to initialize wxUIntPtr.
2009-08-06  Vadim ZeitlinDon't pop explicitly changed status messages.
2009-08-06  Vadim ZeitlinFix DrawStatusField() to work correctly with wxSB_FLAT...
2009-08-06  Vadim ZeitlinNo changes, just removed the whitespace.
2009-08-05  Vadim ZeitlinSet brush origin for hatch brushes too.
2009-08-05  Vadim ZeitlinwxSplitterWindow mouse capture improvements and cleanup.
2009-08-05  Vadim ZeitlinGenerate scroll events for key presses in wxScrolledWindow.
2009-08-05  Vadim ZeitlinReset static flag on cleanup.
2009-08-05  Vadim ZeitlinCleaned up low level OS X sources.
2009-08-05  Vadim ZeitlinAdded wxUSE_ACCEL guard.
2009-08-05  Vadim ZeitlinAdded missing wxUSE_FONTENUM check.
2009-08-05  Vadim ZeitlinUse wxFileInputStream if wxFFileInputStream is not...
2009-08-05  Vadim ZeitlinUse wxFile for IO if wxFFile is not available.
2009-08-05  Vadim ZeitlinRemoved commented out code.
2009-08-05  Vadim ZeitlinAdded #if wxUSE_TOOLBAR around use of wxToolBar.
2009-08-05  Paul Cornettnon-pch build fix
2009-08-04  Stefan Csomorcorrecting #ifdef to #if, fixes #11062
2009-08-03  Vadim ZeitlinImplement wxDataViewTreeStore::DeleteAllItems().
2009-08-03  Vadim ZeitlinCorrect week day returned from wxCalendarCtrl::HitTest...
2009-08-03  Vadim ZeitlinAdded symbolic names for native control week days.
2009-08-03  Vadim ZeitlinAlways use MCHITTESTINFO of minimal size.
2009-08-03  Vadim ZeitlinUse numeric values in VarFileInfo block.
2009-08-02  Vadim ZeitlinCheck indices validity better in wxGridStringTable.
2009-08-02  Vadim ZeitlinMake wxGridSizer ctors more consistent.
2009-08-02  Vadim ZeitlinSkip VarFileInfo block when using windres.
2009-07-31  Václav Slavíkcompilation fix: only one wxInitialize form may have...
2009-07-31  Jaakko SalliIn wxPropertyGridPageState::DoDelete(), clear grid...
2009-07-30  Václav Slavíkadded wxInitialize() overload taking char**, to make...
2009-07-30  Václav SlavíkUse wxInitializer in wxEntryReal() instead of directly...
2009-07-28  Michael WetherellFix SetToolTip(NULL) to unset the tooltip.
2009-07-26  Vadim ZeitlinSet access mode in wxRegKey::SetHkey().
2009-07-26  Vadim ZeitlinCorrect the check for wxSTOCK_FOR_BUTTON.
2009-07-25  Vadim ZeitlinImplement wxWindow::GetToolTipText().
2009-07-25  Vadim ZeitlinAllow setting long version field in About dialog.
2009-07-25  Vadim ZeitlinClear targets in wxClipboard::Clear().
2009-07-25  Vadim ZeitlinFix harmless MSVC warning.
2009-07-25  Vadim ZeitlinDon't use mnemonic for Cancel button under MSW.
2009-07-25  Vadim ZeitlinUse stock id instead of duplicating its string label...
2009-07-25  Vadim ZeitlinAdded wxSTOCK_FOR_BUTTON flag for wxGetStockLabel().
2009-07-25  Vadim ZeitlinUse Ok/Cancel dialog instead of Yes/No one in CheckFit().
2009-07-25  Vadim ZeitlinAdd a period to the sentence end.
2009-07-25  Vadim ZeitlinSet all parent frame icons for print preview frame.
2009-07-24  Stefan Csomorimplementing checkbox using UISwitch
2009-07-24  Vadim ZeitlinFix harmless unused parameter warning.
2009-07-23  Vadim ZeitlinThis is apparently needed by Windows installer (WiX...
2009-07-23  Vadim ZeitlinThey seem to have been inversed, see #10970.
2009-07-23  Vadim ZeitlinAlways correctly invalid best size when bitmap changes.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-23  Vadim ZeitlinImplement wxGetHostName() for Windows CE.
2009-07-22  Stefan Csomoradded missing files
2009-07-22  Vadim ZeitlinHandle %e in ParseFormat().
2009-07-22  Stefan Csomoradded missing files
2009-07-22  Vadim ZeitlinDon't call IAutoComplete::Init() twice for the same...
2009-07-22  Stefan Csomoradapting to SDK 3.0
2009-07-21  Vadim ZeitlinSupport delayed destruction in console applications...
2009-07-20  Vadim ZeitlinInclude wx/dataobj.h from wx/clipbrd.h.
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-20  Vadim ZeitlinDispatch pending events without waiting for idle time...
next