]> git.saurik.com Git - wxWidgets.git/history - include
Fix for toolbar commands not working
[wxWidgets.git] / include /
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...
2009-06-10  Vadim Zeitlinadd missing DLL export declaration to fix linking in...
2009-06-07  Vadim Zeitlinderive wxStandardPathsCF from Unix wxStandardPaths...
2009-06-07  Vadim Zeitlindisable MSVC warning 4275 which is harmless and can...
2009-06-07  Jaakko SalliImplementations of wxPGProperty::ChildChanged() must...
2009-06-06  Vadim Zeitlinreturn wxStandardPaths, not wxStandardPathsBase, from...
2009-06-06  Vadim Zeitlindisable warning about _set_se_translator() requiring...
2009-06-06  Vadim Zeitlindefine _SCL_SECURE_NO_WARNINGS to avoid warnings about...
2009-06-06  Vadim Zeitlinwork around (harmless) warnings in VC7 release build
2009-06-06  Jaakko SalliAdded wxPGProperty::Set/GetValuePlain() for direct...
2009-06-06  Jaakko SalliAdded better asserts, helps with debugging strange...
2009-06-06  Vadim Zeitlinadded multiple selections support to wxDirCtrl (closes...
2009-06-06  Vadim Zeitlinexport wxStatusBarPaneArray from the DLL to fix Borland...
2009-06-05  Vadim Zeitlincompilation fixes for g++ 3.2 (closes #10875)
2009-06-04  Vadim Zeitlinadded wxEditbaleListBox XRC handler
2009-06-04  Vadim Zeitlinpostpone the call to CopyAttributes() until the DC...
2009-06-03  Vadim Zeitlinuse wxRA_SPECIFY_COLS/ROWS instead of old, deprecated...
2009-06-03  Vadim Zeitlindon't fix the columns number to 1 by default in ctors...
2009-06-02  Jaakko SalliMake this header SWIG-safe
2009-06-02  Vadim Zeitlinadded wxUINTn_MAX constants; document them together...
2009-06-02  Francesco Montorsiadd wxGetLinuxDistributionInfo() and wxPlatformInfo...
2009-06-01  Francesco Montorsiadd wxProgressDialog::SetRange() function
2009-06-01  Francesco Montorsino change: fix a couple typos
2009-06-01  Robert Roeblingnon-PCH compilo
2009-06-01  Robert RoeblingCompilo.
2009-06-01  Robert RoeblingCloses #10495: wxDataViewCtrl needs a way to start...
2009-06-01  Francesco Montorsifix loading ICO from socket stream: override OnSysTell...
2009-06-01  Francesco Montorsifix PCH-less build
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
2009-05-31  Vadim Zeitlinextracted wxTextWrapper in its own header and made...
2009-05-31  Vadim Zeitlinadded wxDC::CopyAttributes() and use it in wxBufferedDC...
2009-05-31  Václav Slavíkuse enhanced metafiles for wxMSW print preview: this...
2009-05-31  Václav Slavíkadd ability to create wxEnhMetaFileDC based on a refere...
2009-05-31  Vadim Zeitlindon't redefine HAVE_STRFTIME as it can already be defin...
2009-05-31  Vadim Zeitlinadded default ctor to wxMouseEventsManager, this is...
2009-05-31  Vadim Zeitlindon't add client area origin when positioning the child...
2009-05-31  Vadim Zeitlinenable OpenGL library build by default under Windows too
2009-05-31  Vadim Zeitlinadded wxTempFile::Flush() (dedicated to Theodore Ts...
next