wxWidgets.git
2009-07-12  Vadim ZeitlinAdd component-level filtering to wxLog.
2009-07-12  Jaakko SalliYet another fix for the colour property 'Custom' entry...
2009-07-12  Michael WetherellOverride email address for Jaakko Salli.
2009-07-12  Stefan Csomorbetter surviving 0 width / height bitmap sizes
2009-07-12  Vadim Zeitlincorrect translation of "in." (Isaac Marino Bavaresco)
2009-07-11  Vadim Zeitlincompilation fix after last commit
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
2009-07-11  Jaakko SalliAdded named section 'Property development funcions'
2009-07-11  Jaakko SalliAdded wxPropertyGrid::WasValueChangedInEvent(), added...
2009-07-11  Jaakko SalliFixed 'Custom' entry in the colour property combo boxes
2009-07-11  Jaakko SalliMade sorting case-insensitive (to match wxComboBox...
2009-07-10  Vadim Zeitlinfix harmless warnings about uninitialized (not really...
2009-07-10  Stefan Csomoradapting to widgetimpl extensions and iPhone OS 3.0
2009-07-10  Stefan Csomorupdating conditions for OSX
2009-07-10  Stefan Csomoradding #ifs for reflecting existing controls, fixing...
2009-07-10  Stefan Csomoradapting init sequence for different osx platforms
2009-07-10  Stefan Csomorcommitting current iphone state
2009-07-10  Stefan Csomorguarding for scrollbar use
2009-07-10  Stefan CsomoriPhone bitmap support
2009-07-10  Stefan Csomormore iPhone types
2009-07-10  Stefan Csomorcorrecting to ifdef to if
2009-07-10  Stefan Csomorguarding scrollbar
2009-07-10  Jaakko SalliDo not disable some useful buttons when wxCB_SORT style...
2009-07-10  Jaakko SalliFixed wxCB_SORT for wxMSW and generic wxBitmapComboBox
2009-07-10  Stefan Csomorsupporting SetFont(wxNullFont), fixes #10980
2009-07-09  Vadim Zeitlindon't mark GetTraceMask() deprecated as we use it in...
2009-07-09  Vadim Zeitlinremove scope-resolution operator from wxLogError()...
2009-07-09  Vadim Zeitlinfix MSVC compilation: as string literals are of non...
2009-07-09  Vadim Zeitlinimplement wxLogTrace(wxTraceMask, format, ...) overload too
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-07-09  Robert RoeblingReduce size of virtual list before sending out delete...
2009-07-09  Vadim Zeitlindisable VC6 warnings before warning(push), otherwise...
2009-07-09  Vadim Zeitlinfix VC6 warnings about not enough parameters for wxDEPR...
2009-07-09  Stefan Csomoradding special case for Carbon DataBrowser Checkbox
2009-07-09  Vadim Zeitlinmake bitmap button background more visible
2009-07-09  Vadim Zeitlinremove out of date bugs; mention VC8 and wxUSE_NO_MANIFEST
2009-07-09  Vadim Zeitlindisable MSVC deprecation warnings as we intentionally...
2009-07-09  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2_8 build
2009-07-08  Vadim Zeitlinupdate IfaceCheckLog definition after wxLog::DoLogXXX...
2009-07-08  Vadim Zeitlinadded wxLog::IsLevelEnabled() helper; document it and...
2009-07-08  Vadim Zeitlinupdate LboxLogger definition after the previous revisio...
2009-07-08  Vadim ZeitlinChanged wxLog DoLogXXX() callbacks and introduced wxLog...
2009-07-07  Jaakko SalliFurther fixes to colour properties that use wxPG_COLOUR...
2009-07-07  Vadim Zeitlinadded a simple wxLog unit test
2009-07-07  Vadim Zeitlinupdate the intl.* files directly from genlang.py script...
2009-07-06  Vadim Zeitlincorrect writing direction for Farsi
2009-07-06  Vadim Zeitlinregenerated after r60684
2009-07-05  Vadim Zeitlindon't call OnWriteWaiting() if we lost connection in...
2009-07-05  Vadim Zeitlinchange wxSocketInputBasedManager::AddInput() to take...
2009-07-05  Vadim Zeitlindon't call release() on non-owned buffer in wchar_t...
2009-07-05  Vadim Zeitlinadded EVT_DATAVIEW_CACHE_HINT event (closes #9891)
2009-07-05  Vadim Zeitlinmade code more const-correct to fix g++ warnings about...
2009-07-05  Vadim Zeitlincompilation fix after last change
2009-07-05  Vadim Zeitlinreally fix compilation fix after last change
2009-07-05  Vadim Zeitlinupdated the version to 2.9.1
2009-07-05  Vadim Zeitlinupdated list of files to change
2009-07-05  Vadim Zeitlinupdate the script to update more files; removed old...
2009-07-05  Vadim Zeitlintranslate wxMessageDialog labels to the language of...
2009-07-03  Vadim Zeitlinadd more tests for wxFileName::Normalize(DOTS) (see...
2009-07-03  Vadim Zeitlincompilation fix after last change
2009-07-03  Vadim Zeitlinanother attempt to fix signed/unsigned comparison warni...
2009-07-03  Jaakko SalliA better fix for one unused variable warning (one that...
2009-07-03  Jaakko SalliColour property with attribute wxPG_COLOUR_ALLOW_CUSTOM...
2009-07-03  Vadim Zeitlinwe need to reset m_connected flag as well as setting...
2009-07-03  Vadim Zeitlindon't call wxSocketImpl::ReenableEvents() if the socket...
2009-07-03  Vadim Zeitlinfix harmless warnings (mostly about unused parameters...
2009-07-03  Vadim Zeitlinfix overriding OnPoke() too
2009-07-03  Vadim Zeitlinblind fix to make IPC work again by overriding OnExec...
2009-07-03  Vadim Zeitlinmake the sample work again by correcting DrawHeaderButt...
2009-07-03  Vadim Zeitlincompilation fix for wxOSX/Cocoa: don't use Carbon funct...
2009-07-03  Vadim Zeitlinsuppress harmless warning about unused variable
2009-07-03  Vadim Zeitlinsuppress harmless warning about possibly uninitialized...
2009-07-03  Vadim Zeitlinsuppress harmless warning about possibly uninitialized...
2009-07-03  Vadim Zeitlindocument SetStandardFonts() and SetFonts() methods...
2009-07-03  Stefan Csomorbracket 10.5 only code
2009-07-03  Stefan Csomorbetter font round-trip fidelity (native->wx->native...
2009-07-03  Stefan Csomorfixing warnings
2009-07-02  Vadim Zeitlinuse WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ...
2009-07-02  Vadim Zeitlinreset m_establishing flag and last error when asynchron...
2009-07-02  Vadim Zeitlinfix typo in wxClient::MakeConnection() docs (closes...
2009-07-02  Vadim Zeitlinshow combobox drop down/close up events (closes #10954)
2009-07-02  Vadim Zeitlindon't use WaitOnConnect(), it doesn't make sense to...
2009-07-02  Vadim Zeitlinset socket state to connected when it receives a connec...
2009-07-02  Stefan Csomorfixing memory leak and unnecessary cocoa init, refs...
2009-07-02  Stefan Csomorreverting incorrect conversion from r52690, refs #10856
2009-07-02  Vadim Zeitlinignore bCase parameter of wxSortedArrayString::Index...
2009-07-02  Vadim Zeitlinadded X11R7 directories to X libraries search path...
2009-07-01  Vadim Zeitlinset the context we create in IsExtensionSupported(...
2009-07-01  Vadim Zeitlinfixed handling of --with-opengl=auto (default value...
2009-07-01  Vadim Zeitlininterpret ~ specially only when it is the first charact...
2009-07-01  Vadim Zeitlinremove _T()s and wxChars from the test making it much...
2009-07-01  Vadim Zeitlinensure that we have event loop before showing a modal...
2009-07-01  Vadim Zeitlinmake wxSortedArrayString::Sort() and Insert() private...
2009-06-30  Vadim Zeitlincorrect wxSortedArrayString(wxArrayString) ctor documen...
2009-06-29  Vadim Zeitlindon't use wxFilePicker style when creating wxButton
2009-06-28  Kevin OllivierFix typo in class name.
2009-06-28  Vadim Zeitlinsimplify ScrollTo()
2009-06-28  Vadim Zeitlinremove obsolete comment moved to wxBitmapButtonBase
2009-06-28  Vadim Zeitlinanother compilation fix after r61232
2009-06-28  Vadim Zeitlindon't include wx/msw/winundef.h when including wx/defs...
next