renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and...
[wxWidgets.git] / include /
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-02-03  Robert RoeblingAlso report events from wxCollapsiblePane's label
2009-02-02  Vadim Zeitlinwork around VC6 ICE in DLL build
2009-02-02  Vadim Zeitlinuse explicit this-> with non-dependent names (compilati...
2009-02-02  Vadim ZeitlinChanges to template Connect() to make it compile with...
2009-02-02  Vadim Zeitlindon't always disable new events code; leave it enabled...
2009-02-01  Vadim Zeitlinremove WXDLLIMPEXP_BASE from template classes to fix...
2009-02-01  Vadim Zeitlinno real changes, just add some comments
2009-02-01  Francesco Montorsiblind fix for wxMac
2009-02-01  Francesco Montorsiadd GetControlWidget() accessor to the generic wxCollap...
2009-02-01  Francesco Montorsiadd uint/long/ulong overloads of operator* and operator...
2009-02-01  Francesco Montorsiuse appropriate casts to fix warnings about double...
2009-02-01  Stefan NeisRemoved extraneous semicolon (partly fixes #10456).
2009-02-01  Vadim Zeitlinanother wxUSE_DRAG_AND_DROP==0 compilation fix
2009-02-01  Vadim Zeitlinset standard properties
2009-02-01  Stefan Csomoravoid warning
2009-02-01  Stefan Csomorfixing utf32 native conversion
2009-02-01  Paul Cornettsimplify Refresh() and Update()
2009-02-01  Stefan NeisFixed compilation error on OS/2 (strnlen declaration...
2009-02-01  Stefan NeisRemoved extraneous semicolons and commas (partly fixes...
2009-01-31  Vadim Zeitlinattempt to fix DLL samples link with VC6 which has...
2009-01-31  Francesco Montorsiadd SetCharIncludes and SetCharExcludes utilities to...
2009-01-31  Francesco Montorsigive better names to wxTextValidator::IsInCharIncludes...
2009-01-31  Francesco Montorsiadd operator* taking doubles to wxSize
2009-01-31  Francesco Montorsiadd wxStringCheck templated utility function
2009-01-31  Robert RoeblingForgot to commit
2009-01-31  Vadim Zeitlindefine MIIM_BITMAP &c in wx/msw/missing.h instead of...
2009-01-31  Francesco Montorsifix typo; document wxFlexSizerGrowMode
2009-01-31  Vadim Zeitlinno real changes, just remove unnecessary code; use...
2009-01-31  Robert RoeblingFixes #10437 (wxDataObjectComposite::Add may add object...
2009-01-31  Jaakko SalliFixed broken 'hidden categories' mode (aka. alphabetic...
2009-01-31  Václav Slavíkdon't include private headers from wx/unix/evtloop.h
2009-01-30  Vadim ZeitlinDisableSaving/Restoring() should be void, not bool
2009-01-30  Vadim Zeitlinadd support for persistent controls
2009-01-30  Stefan Csomorworkaround for crashes in release builds
2009-01-30  Robert RoeblingAdd wxSIZE_FORCE_EVENT and use is from wxSizerItem...
2009-01-30  Robert RoeblingDon't use a cached best size if the window has a sizer
2009-01-30  Francesco Montorsicleanup code and reorganize it to reuse the same switch...
2009-01-30  Francesco Montorsifix typo (missing closing brackets); add some comments...
2009-01-30  Václav SlavíkwxDFB: use Unix event loop and timers (fixes #10408)
2009-01-30  Robert RoeblingMove body of SetMinSize and SetMaxSize from header...
2009-01-30  Robert RoeblingMake GetEffectiveMinSize virtual as not being able...
2009-01-30  Vadim Zeitlininclude wx/generic/gridctrl.h too for compatibility
2009-01-29  Robert RoeblingStore pointer to owning wxWindow in wxPizza widget
2009-01-29  Jaakko SalliFixed wxPropertyGridManager::CreatePropertyGrid(),...
2009-01-29  Vadim Zeitlindon't fall back to the only currently existing document...
2009-01-29  Vadim Zeitlinno changes, just corrected/completed a comment truncate...
2009-01-29  Vadim Zeitlinno real changes, just minor refactoring and cleanup
2009-01-29  Vadim Zeitlinadd wxHAS_MULTIPLE_FILEDLG_FILTERS symbol to be used...
2009-01-29  Václav SlavíkwxEpollDispatcher is in wxBase, not wxCore - fixed...
2009-01-28  Vadim Zeitlinanother fix for wxUSE_DRAG_AND_DROP==0 build
2009-01-28  Vadim Zeitlinrename wxRendererNative::DrawRadioButton() to DrawOptio...
2009-01-28  Vadim Zeitlinfix remaining cases of wxWindow::ProcessEvent() calls...
2009-01-28  Vadim Zeitlinremove the recently added MSWFindMenuBarItem() as we...
2009-01-28  Francesco Montorsidocument various enumerations defined in defs.h; give...
2009-01-27  Vadim Zeitlinrefactor WM_COMMAND messages handling in MDI frames...
2009-01-27  Vadim Zeitlinadded CreateAccelTable() helper which creates the accel...
2009-01-27  Vadim Zeitlinadded template wxScopedArray<> too
2009-01-27  Vadim Zeitlindon't do anything in SetWindowMenu() if we're setting...
2009-01-27  Vadim Zeitlinadd missing headers for PCH-less build
2009-01-27  Francesco Montorsismall cleanup; move private class definitions in a...
2009-01-26  Vadim Zeitlinadd more wxUSE_MENUS guards
2009-01-26  Vadim Zeitlindon't include wx/mdi.h from wx/wx.h when building the...
2009-01-26  Václav SlavíkAutomatically adjust toolbar's tool size if the provide...
2009-01-26  Vadim Zeitlinuse a virtual function instead of wxDynamicCast(wxMDIPa...
2009-01-26  Robert RoeblingRemoved queuedResize code again as GTK+ does this inter...
2009-01-26  Jaakko SalliAdded wxPGChoices::Copy(), tweaked related documentation
2009-01-26  Robert RoeblingImplement hint cursor for resizable columns
2009-01-25  Vadim Zeitlinremove duplicated HitTest implementation from wxCheckLi...
2009-01-25  Vadim Zeitlinallow specifying the mask colour in wxImage::ConvertAlp...
2009-01-25  Jaakko SalliAdded XRC handler for wxComboCtrl (closes #10151)
2009-01-25  Vadim Zeitlindon't use _() in the public header in case WXINTL_NO_GE...
2009-01-25  Vadim Zeitlinadd wxDrawStateBitmap() (closes #10289)
2009-01-25  Vadim Zeitlinadded support for wxCAL_SHOW_WEEK_NUMBERS to generic...
2009-01-25  Vadim Zeitlinadded (MSW-only) wxListCtrl::OnGetItemColumnAttr()...
2009-01-25  Vadim Zeitlinfix MSVC warning C4516 about using deprecated access...
2009-01-25  Vadim Zeitlinadded wxPATH_RMDIR_FULL/RECURSIVE wxFileName::Rmdir...
2009-01-25  Vadim Zeitlinconvert COM arguments to wx lazily to improve performan...
2009-01-25  Vadim Zeitlinadd IsOk() (closes #9872)
2009-01-25  Vadim Zeitlindon't deprecate the entire wxDrawObject class, this...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-25  Vadim Zeitlindeprecate wxDrawObject (#9860)
2009-01-25  Vadim Zeitlinimplement wxChoicebook::SetWindowVariant() by forwardin...
2009-01-24  Stefan Csomorbring in the definition of wxScrollHelper, making non...
2009-01-24  Vadim Zeitlinminor fixes for custom controls support in wxFileDialog...
2009-01-23  Vadim Zeitlinadd missing wxUSE_DRAG_AND_DROP checks
2009-01-23  Robert RoeblingPostpone size event from wxTLW resizing to idle
2009-01-23  Vadim Zeitlinadded (wxMSW-only) wxToolTip::SetMaxWidth() and improve...
2009-01-23  Robert RoeblingForgot header with OSX prefix
2009-01-23  Robert RoeblingGive some OSX specific methods OSX prefix, fixes hidden...
2009-01-23  Vadim Zeitlinfix wxEVT_SPIN_XXX definitions in a nicer (compatible...
2009-01-22  Robert RoeblingReorganized wxListCtrl's window layout (same as wxDataV...
2009-01-22  Robert RoeblingFurther attempts at getting the header buttons right
2009-01-22  Robert RoeblingFirst and other header buttons look different
2009-01-22  Robert RoeblingOverride GetDefaultBorder, currently changes nothing
2009-01-22  Francesco Montorsifix wxWindow::PushEventHandler and related wxWindow...
2009-01-21  Vadim Zeitlinfix problem with using wxEVT_SPIN in event tables after...
2009-01-21  Robert RoeblingCall SetDataSource() from OnEnter() so that querying...
2009-01-21  Vadim Zeitlinallocate size for the extra controls in the file dialog...
2009-01-21  Robert RoeblingAdd wxDataFormat GetMatchingPair() which wxGTK and...
next