]> git.saurik.com Git - wxWidgets.git/history - include
Provide implementation for wxArrayString::resize().
[wxWidgets.git] / include /
2009-07-17  Vadim Zeitlinadded wxLB_NO_SB style and implementation for wxMSW...
2009-07-15  Vadim Zeitlinfix log target auto creation broken by recent changes
2009-07-13  Vadim ZeitlinMake wxLog::EnableLogging() and wxLogNull thread-specific.
2009-07-13  Vadim ZeitlinAdd support for thread-specific log targets.
2009-07-12  Vadim ZeitlinRemoved critical section protecting last repeat counter.
2009-07-12  Vadim ZeitlinMade wxLogXXX() functions thread-safe.
2009-07-12  Vadim ZeitlinAdded wxVector::swap().
2009-07-12  Vadim ZeitlinAdd component-level filtering to wxLog.
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
2009-07-11  Jaakko SalliAdded wxPropertyGrid::WasValueChangedInEvent(), added...
2009-07-10  Stefan Csomoradapting to widgetimpl extensions and iPhone OS 3.0
2009-07-10  Stefan Csomoradapting init sequence for different osx platforms
2009-07-10  Stefan Csomorcommitting current iphone state
2009-07-10  Stefan CsomoriPhone bitmap support
2009-07-10  Stefan Csomormore iPhone types
2009-07-09  Vadim Zeitlindon't mark GetTraceMask() deprecated as we use it in...
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  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-08  Vadim Zeitlinadded wxLog::IsLevelEnabled() helper; document it and...
2009-07-08  Vadim ZeitlinChanged wxLog DoLogXXX() callbacks and introduced wxLog...
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 Zeitlinadded EVT_DATAVIEW_CACHE_HINT event (closes #9891)
2009-07-05  Vadim Zeitlinupdated the version to 2.9.1
2009-07-03  Vadim Zeitlinfix harmless warnings (mostly about unused parameters...
2009-07-03  Vadim Zeitlincompilation fix for wxOSX/Cocoa: don't use Carbon funct...
2009-07-01  Vadim Zeitlinmake wxSortedArrayString::Sort() and Insert() private...
2009-06-28  Vadim Zeitlindon't include wx/msw/winundef.h when including wx/defs...
2009-06-28  Vadim Zeitlincompilation fix for wxUniv with 2.8 compatibility disab...
2009-06-28  Vadim Zeitlinadded wxICON_NONE and implement support for it in wxGTK...
2009-06-28  Vadim Zeitlincompilation fix after r61232
2009-06-28  Vadim Zeitlinalways use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu...
2009-06-27  Vadim Zeitlinset the initial size of bitmap buttons correctly again...
2009-06-24  Vadim Zeitlinsuppress warning about implicit conversion of literal...
2009-06-23  Vadim Zeitlinadjust the toolbar tools bitmap size to fit the biggest...
2009-06-23  Vadim Zeitlinremove confusing wxDialog::ButtonSizerFlags and extract...
2009-06-22  Vadim ZeitlinAdded DoGetClientBestSize() and use it for a couple...
2009-06-22  Jaakko SalliSignificantly improved wxPropertyGrid's top-level paren...
2009-06-21  Jouk Jansenfix for wxGTK1 & bmpbuttn
2009-06-21  Vadim Zeitlinadded support for bitmaps in wxButton to wxOSX/Cocoa
2009-06-20  Kevin OllivierForward port wxGraphicsBitmap cairo implementation...
2009-06-20  Vadim Zeitlinfix many mostly harmless warnings in wxOSX/Carbon build
2009-06-19  Vadim Zeitlinimplement wxTreeCtrl::GetFocusedItem() for wxMSW too...
2009-06-19  Vadim Zeitlininclude wx/arrstr.h as it's needed by wxImageHandler...
2009-06-19  Vadim Zeitlinadded wxTreeCtrl::GetFocusedItem() (closes #10859)
2009-06-19  Vadim Zeitlinrespect wxBU_NOTEXT style in wxButton
2009-06-19  Vadim Zeitlinoverride DoSetBitmap() instead of SetBitmapLabel()
2009-06-18  Vadim ZeitlinwxHtmlWindow background drawing fixes for OS X and...
2009-06-18  Vadim Zeitlinimplement propert background style semantics for OS X
2009-06-18  Robin DunnUse UTF16 for text data object on Mac. Fixes #10902
2009-06-17  Vadim Zeitlincorrect wrong assert checking for default button flags...
2009-06-17  Vadim Zeitlindon't define wxHAS_BUTTON_BITMAP for wxUniv (closes...
2009-06-17  Vadim Zeitlinadded wxBU_NOTEXT style to allow creating bitmap button...
2009-06-17  Vadim ZeitlinwxFont::MakeXXX() and Scale() methods now modify the...
2009-06-17  Julian SmartwxRichTextCtrl native caret now flashes, for wxMac...
2009-06-17  Jaakko SalliSetup.h wrapper was missing propgrid section (fixes...
2009-06-17  Vadim Zeitlinimplement new wxBG_STYLE_XXX semantics for wxMSW too
2009-06-16  Vadim Zeitlinintroduce wxBG_STYLE_{ERASE,PAINT} and implement their...
2009-06-16  Vadim Zeitlinfix compilation without wxUSE_STREAMS (closes #10900)
2009-06-16  Vadim Zeitlinremove more occurrences of MSVC #pragma warning(default...
2009-06-16  Vadim Zeitlinimplement wxGTK wxBitmapButton in terms of wxButton
2009-06-16  Vadim Zeitlinimplement support for bitmaps for all states in wxGTK...
2009-06-16  Vadim Zeitlinadded helper GTKShouldIgnoreEvent() to use in void...
2009-06-16  Robert RoeblingMany more corrections and clarifications to virtual...
2009-06-16  Vadim Zeitlinfix typo in compatibility SetBitmapLabel() declaration
2009-06-16  Vadim Zeitlinimplement support for button bitmaps (normal state...
2009-06-16  Vadim Zeitlinfix PCH-less build after changing timer id type to...
2009-06-15  Vadim Zeitlinimplement wxBitmapButton as just a wrapper for wxButton...
2009-06-15  Jaakko SalliAdded support for wxLongLong and wxULongLong in wxVaria...
2009-06-15  Robert RoeblingFix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK...
2009-06-15  Vadim Zeitlinno real changes, just extract private classes from...
2009-06-15  Vadim Zeitlinuse WPARAM (which is 64 bit under Win64) for timer...
2009-06-15  Vadim Zeitlinimplement images support for wxButton under XP and...
2009-06-15  Vadim Zeitlininclude wx/bitmap.h which is required by wxButton now
2009-06-15  Vadim Zeitlinadded missing parentheses in a couple of GetHxxxOf...
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
2009-06-14  Robert RoeblingMake wxDataViewModel derive from wxRefCounter
2009-06-13  Jaakko SalliConverted wxVariant to use wxObject's reference countin...
2009-06-12  Robert RoeblingUse wxRefCounter instead of wxObjecrDataRef
2009-06-12  Robert RoeblingRename wxObjectDataRef wxRefCounter, use it in wxVariant
2009-06-12  Vadim Zeitlinadded convenient wxFont::Make{Bold,Italic,Smaller,Large...
2009-06-12  Vadim Zeitlinremove unnecessary refCount=1 parameter from wxObjectRe...
2009-06-12  Jaakko SalliwxPGCellRenderer ctor doesn't really need refCount...
2009-06-12  Vadim Zeitlinadded XRC handler for wxFileCtrl (closes #10785)
2009-06-12  Vadim Zeitlinreuse wxObjectRefData for various ref-counted classes...
2009-06-12  Robert RoeblingRemove remaining bits of marker drawing during resizing
2009-06-12  Vadim Zeitlinmake more wxFileName methods const (closes #10887)
2009-06-12  Jaakko SalliAdded missing virtual dtor for wxPGMultiButton
2009-06-12  Jaakko SalliFor needs of wxPython bindings, (re)added a version...
2009-06-12  Vadim Zeitlindisable MSVC warning 4275 correctly (closes #10885)
2009-06-11  Vadim Zeitlinallow customizing wxStandardPaths logic for the program...
2009-06-11  Vadim Zeitlinmake wxFileName::{Mk,Rm}dir() const (closes #10868)
2009-06-11  Stefan Csomoradding events to single line textcontrols (password...
2009-06-10  Jaakko SalliAllow reparenting wxPropertyGrid(Manager) to work;...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-06-10  Vadim Zeitlinremoved the inexistent (at least in 10.4 SDK) and unnee...
next