Adding regex support for wxMOTIF for OpenVMS
[wxWidgets.git] / include /
2009-10-06  Paul Cornettnon-PCH build fix
2009-10-05  Vadim ZeitlinRefactor initialization code in wxTopLevelWindowMSW...
2009-10-05  Vadim ZeitlinImplement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
2009-10-05  Vadim ZeitlinAdded a virtual wxWindow::OSXGetViewOrWindow() method.
2009-10-05  Vadim ZeitlinDetermine the appropriate show effect automatically...
2009-10-05  Vadim ZeitlinRemove the hack with changing the parent background...
2009-10-05  Vadim ZeitlinImplement DrawTitleBarBitmap() for OS X using hard...
2009-10-05  Vadim ZeitlinAdded wxRendererNative::DrawTitleBarBitmap().
2009-10-05  Vadim ZeitlinReplaced GraphicsHDC from src/msw/renderer.cpp with...
2009-10-05  Vadim ZeitlinDon't use themed border for the generic info bar.
2009-10-05  Vadim ZeitlinEnsure that info bar message uses the set font/colours...
2009-10-05  Vadim ZeitlinAdded wxInfoBar::Dismiss().
2009-10-05  Vadim ZeitlinAdded wxART_CLOSE art id.
2009-10-05  Vadim ZeitlinAdded wxArtProvider::GetMessageBoxIconId().
2009-10-05  Vadim ZeitlinOnly show the default close button in wxInfoBar if...
2009-10-05  Vadim ZeitlinUse event tables instead of Connect() in wxInfoBarGeneric.
2009-10-05  Vadim ZeitlinAdd wxInfoBar::RemoveButton() method.
2009-10-05  Vadim ZeitlinAdded native wxInfoBar implementation for wxGTK.
2009-10-05  Vadim ZeitlinAdd wxWindowGTK::GTKConnectWidget() helper.
2009-10-05  Vadim ZeitlinAdded GTKShouldConnectSizeRequest() to prevent size_req...
2009-10-05  Vadim ZeitlinExtract conversion from wx to GtkMessageType in a separ...
2009-10-05  Vadim ZeitlinAdded wxInfoBar::AddButton().
2009-10-05  Vadim ZeitlinMade wxInfoBar::SetFont() change the text message font.
2009-10-05  Vadim ZeitlinInitial wxInfoBar implementation.
2009-10-05  Vadim ZeitlinAdded wxSHOW_EFFECT_NONE.
2009-10-05  Vadim ZeitlinAdded wxICON_NONE to wxICON_MASK.
2009-10-05  Vadim ZeitlinPartially implement wxTextCtrl::GetStyle() in wxGTK.
2009-10-04  Václav Slavíkfixed wxXmlDocument::Save() to interpret the indentstep...
2009-10-03  Jaakko SalliAdded wxDECLARE_ANY_TYPE(CLS, DECL) and documented...
2009-10-02  Stefan Csomorfixing typo
2009-10-02  Stefan Csomoradding construction from native bitmaps
2009-10-02  Stefan Csomoradding NSImage to CGImageRef conversion
2009-09-30  Stefan Csomoroverriding to allocate an outer autorelease pool
2009-09-29  Jaakko SalliRemoved dst buffer delete responsibility from wxAnyValu...
2009-09-29  Julian SmartContext menu now created in constructor; old context...
2009-09-28  Julian SmartMoved WinPrinter from private.h to printdlg.cpp.
2009-09-28  Julian SmartApplied #9076 (scrolling bars grow box fix)
2009-09-28  Jaakko SalliwxUSE_THREAD -> wxUSE_THREADS
2009-09-27  Jaakko SalliUse long double instead of double in wxAnyValueBuffer...
2009-09-27  Jaakko SalliAdded function and member function pointers in wxAnyVal...
2009-09-27  Jaakko SalliMake sure there are no memory alignment issues with...
2009-09-27  Jaakko SalliStore property name and value in wxPropertyGridEvent...
2009-09-26  Julian SmartApplied modified #10655 (Added Cookie (receive) support...
2009-09-26  Vadim ZeitlinUse FWD version of DLL export macro in forward declaration.
2009-09-26  Vadim ZeitlinFixed wxDataViewCtrl::Set{Foreground,Background}Colour...
2009-09-26  Vadim ZeitlinUse default composite controls attributes for wxDataVie...
2009-09-26  Vadim ZeitlinMove wxControl::GetCompositeControlsDefaultAttributes...
2009-09-26  Vadim ZeitlinRefactor wxStyledTextCtrl to share common file save...
2009-09-26  Stefan Csomorcleaning up key handling, closes #10406
2009-09-26  Jaakko SalliHave wxComboCtrl generate wxEVT_COMMAND_COMBOBOX_DROPDO...
2009-09-25  Julian SmartApplied #9011: Native wxListCtrl::HitTest on OS X
2009-09-25  Julian SmartApplied #10858: wxListCtrl on Mac does not route Freeze...
2009-09-24  Julian SmartAdded missing const
2009-09-24  Julian SmartApplied part of #10034: wxImage::ConvertToDisabled()
2009-09-24  Julian SmartApplied: wxDocument: Adding an asterix to the title
2009-09-24  Julian SmartApplied patch #9058 (add Hildon 2.0 support)
2009-09-24  Julian SmartApplied patch #11078 - DEVMODE creation in wxWindowsPri...
2009-09-24  Stefan Csomorremoving unneeded method, closes #11073
2009-09-24  Stefan Csomorremoving unneeded method, closes #11073
2009-09-24  Julian SmartApplied #10025 (Patch to allow proper sizing of simple...
2009-09-24  Julian SmartFixed compile problem
2009-09-23  Paul Cornettbuild fixes for wxUSE_VALIDATORS==0
2009-09-23  Vadim ZeitlinExtract default grid header renderers from wxGridCellAt...
2009-09-23  Vadim ZeitlinRemove DLL export declaration from wxScrolled.
2009-09-23  Julian SmartAdded wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler...
2009-09-23  Julian SmartResolved #4842 (accessors for member variables)
2009-09-22  Peter CawleyAdded automatic linking of ribbon libraries when using...
2009-09-22  Vadim ZeitlinAdd a separate wxControlRenderer::DrawButtonLabel(...
2009-09-22  Vadim ZeitlinImplement wxWindow::DoGetBorderSize() in wxUniv.
2009-09-21  Stefan Csomorfixing include type
2009-09-21  Vadim ZeitlinAccount for the margins used by Windows around status...
2009-09-21  Stefan Csomormoving themeing include to private.h
2009-09-21  Vadim ZeitlinInitialize wxMDIParentFrame::m_accelWindowMenu in defau...
2009-09-21  Vadim ZeitlinwxSocket::Initialize() and Shutdown() are for main...
2009-09-20  Vadim ZeitlinPut wxAny implementation entirely in the header.
2009-09-19  Vadim ZeitlinOptionally return length from wxLoadUserResource().
2009-09-19  Vadim ZeitlinAdd wxColour::{Set,Get}RGB[A]().
2009-09-19  Vadim ZeitlinAdd curly braces around wxFAIL_MSG() to avoid g++ 4...
2009-09-19  Vadim ZeitlinSet svn properties correctly for the newly added files.
2009-09-19  Jaakko SalliwxAny initial commit (closes #10932)
2009-09-18  Vadim ZeitlinAdd wxUSE_RIBBON to wx/setup_inc.h and wx/chkconf.h.
2009-09-18  Vadim ZeitlinChange return type of wxList::Member() to bool.
2009-09-18  Vadim ZeitlinFix recurring typo in "theming".
2009-09-18  Vadim ZeitlinUse UTF-8 for all non-ASCII characters in the sources.
2009-09-17  Julian SmartAdded missing includes
2009-09-17  Vadim ZeitlinMore ribbon compilation fixes for OS X.
2009-09-16  Vadim ZeitlinRibbon compilation fixes for OS X.
2009-09-16  Vadim ZeitlinAllow creating wxSingleInstanceChecker with default...
2009-09-16  Peter CawleyMerged GSOC Ribbon work from SOC2009_RIBBON branch...
2009-09-15  Vadim ZeitlinChange wxBoxSizer::AddSpacer() to only add space in...
2009-09-15  Vadim ZeitlinReally fix VC6 compilation after r61919.
2009-09-14  Vadim ZeitlinAdd wxXmlResource::LoadObjectRecursively().
2009-09-14  Vadim ZeitlinAdd virtual dtor to header renderer classes to avoid...
2009-09-14  Julian SmartwxRTC's own caret is more reliable than the generic...
2009-09-14  Jaakko SalliAdded dummy wxPG_THEME_BORDER style for backwards compa...
2009-09-14  Stefan Csomorfixing and completing iPhone sound
2009-09-14  Vadim ZeitlinFix VC6 compilation after r61919.
2009-09-14  Stefan Csomoradding glFrustum to compat API, supporting SetColour...
2009-09-14  Vadim ZeitlinAdded support for corner, row and column headers render...
2009-09-13  Stefan Csomoradapting to new sound file organization for osx
next