]> git.saurik.com Git - wxWidgets.git/history - include
update from Tsolakos Stavros
[wxWidgets.git] / include /
2004-04-05  Vadim Zeitlinuse wxUnusedVar() to suppress warnings about unused...
2004-04-04  Vadim Zeitlindon't define SetShape() for Windows CE; use wxTLWBase...
2004-04-04  Vadim Zeitlinadded wxTLWBase::GetDefaultSize() to avoid creating...
2004-04-04  Vadim Zeitlinadded and documented wxSize::IsFullySpecified() and...
2004-04-04  Vadim ZeitlinGlobalLock/Unlock() are available under CE, no need...
2004-04-04  Vadim Zeitlininclude headers normally included from windows.h and...
2004-04-04  Vadim Zeitlinsuppressed unused param warning under CE
2004-04-04  Vadim Zeitlindo #undef CreateDialog() under CE, what was the reason...
2004-04-04  Vadim Zeitlininclude wince/missing.h under CE
2004-04-04  Vadim Zeitlinremoved tons of unused stuff apparently copied verbatim...
2004-04-04  Vadim Zeitlinenable wxDIB for Windows CE
2004-04-04  Vadim ZeitlinWinMain() is Unicode under CE (how did this work before?)
2004-04-04  Vadim Zeitlininclude wrapwin.h instead of windows.h directly (fixes...
2004-04-03  Václav SlavíkWinCE compilation fix
2004-04-03  Stefan Csomorconcentrating content and structure region calculations
2004-04-03  David ElliottMake DoGetBestSize cache the value of GetSize() the...
2004-04-02  David ElliottAdded wxObjcAutoRef* classes for automatic retain/relea...
2004-04-01  David ElliottwxCocoa: use generic wxSpinCtrl
2004-04-01  Václav SlavíkWinCE SDK doesn't have crtdbg.h
2004-04-01  Julian SmartImplemented Enable for wxMenuBar to avoid assert
2004-04-01  Vadim Zeitlinremoved (well, kept empty shell to avoid breaking exist...
2004-04-01  Vadim Zeitlinimplemented GetBestSize()
2004-04-01  Vadim Zeitlinuse wxFULL_REPAINT_ON_RESIZE only for wxPreviewCanvas...
2004-04-01  Stefan Csomoradded adjustOrigin parameter to bounds calculation...
2004-04-01  Stefan Csomoradded adjustOrigin parameter to bounds calculation
2004-04-01  Václav SlavíkBCC fixes
2004-04-01  Vadim Zeitlinno changes
2004-04-01  Vadim Zeitlinuse MSWCreateControl() instead of the old mess; impleme...
2004-04-01  Vadim Zeitlinimplemented Get(Class)DefaultAttributes()
2004-04-01  Vadim Zeitlinadded wxGetCCDefaultFont() returning the default icon...
2004-04-01  Vadim Zeitlindefault implementation of Get(Class)DefaultAttributes()
2004-04-01  Vadim Zeitlinadded Get(Class)DefaultAttributes()
2004-03-30  Vadim Zeitlinimplemented wxApp::OnExceptionInMainLoop()
2004-03-30  Vadim Zeitlinadded and documented wxApp::OnExceptionInMainLoop()
2004-03-30  Vadim Zeitlinimplemented Freeze/Thaw() (patch 922156)
2004-03-30  Stefan Csomoruse base class implementation
2004-03-30  Julian SmartNeed wxUSE_LIBMSPACK
2004-03-30  David ElliottDo not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_...
2004-03-30  David ElliottwxMenuBase changes:
2004-03-29  Robert Roebling Applied SetForegorund colour patch for GTK2.
2004-03-29  Stefan Csomoradded port state save class
2004-03-29  Vadim Zeitlinremoved separate wxSYS_ICONTITLE_FONT; made it the...
2004-03-29  Vadim Zeitlinmade wxADJUST_MINSIZE default
2004-03-29  Stefan Csomoradded hilite change notification
2004-03-29  Julian SmartWince fix
2004-03-29  Stefan Csomorexpose metal appearance
2004-03-28  Stefan Csomorglcanvas fix and toplevel event handler exposed
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-28  David ElliottRemoved extraneous m_items (the real one is in wxMenuBase)
2004-03-27  Stefan Csomormerge of new wxMac code
2004-03-27  Stefan Csomortype safe proxy typedefs
2004-03-27  Stefan Csomormake things simpler, no default variant
2004-03-27  Stefan Csomormacos native debug levels
2004-03-27  Stefan Csomormach-o shared libs support for cw
2004-03-27  Stefan Csomordefines necessary for unicode support
2004-03-26  Stefan Csomordispatch for header files in order to keep old way...
2004-03-26  Stefan Csomorworkaround for bug in CW MSL
2004-03-26  David ElliottMake wxCocoa work with wxUSE_STL==1:
2004-03-25  Stefan Csomorplatform variants for wxMac
2004-03-25  Stefan Csomorunicode adaption
2004-03-25  Julian SmartAdded UpdateSize to wxSplitterWindow, to allow an app
2004-03-24  Václav Slavíkfixed warnings about unneeded arguments
2004-03-23  Václav Slavíkunified wxTaskBarIcon behaviour: wxMSW version is not...
2004-03-23  Stefan Csomorclassic/carbon split
2004-03-23  Stefan Csomorclassic
2004-03-22  Vadim Zeitlinmoved wxWinHandleHash below wxWindow declaration as...
2004-03-22  Vadim Zeitlinremoved wxMotif::wxMenuItem::DeleteSubMenu()
2004-03-21  Vadim Zeitlindistinguish between main keyboard and numeric enter...
2004-03-20  Robert Roebling Applied notebook font patch.
2004-03-20  Vadim Zeitlinwhy should wxMessageDialog dialog have another m_parent...
2004-03-20  Vadim Zeitlinadded wxSetCCUnicodeFormat() and use it in wxTreeCtrl...
2004-03-19  Jouk Jansen Committing in .
2004-03-19  Jouk Jansen Committing in .
2004-03-19  Jouk Jansen Committing in .
2004-03-18  Václav SlavíkWXUSINGDLL is defined when building samples on non...
2004-03-18  Stefan NeisReverted setting WS_VISIBLE to 0, too many undesired...
2004-03-17  Vadim Zeitlininitialize m_initialized to false to avoid spurious...
2004-03-17  Václav Slavíkimproved HTML tables layout code (patch 911377)
2004-03-16  Robin DunnImplement wxBitmapButton::DoGetBestSize
2004-03-16  Robin Dunnimplment wxBitmapButton::DoGetBestSize
2004-03-16  Robin Dunnimplement wxBitmapButton::DoGetBestSize
2004-03-15  Robert Roebling Comitted GTK part of clipboard patch, that
2004-03-15  Robert Roebling New menu code.
2004-03-13  Robin DunnFixed comment
2004-03-13  Robin DunnI keep running into situations where the old small...
2004-03-10  David WebsterNeed to ensure WXEXPORT and WXIMPORT are not defined...
2004-03-10  Robin Dunndoc fix
2004-03-10  Robin DunnGive wxGauge a best size
2004-03-09  Stefan NeisC++ comments transformed to C comments.
2004-03-09  Václav Slavíkdocs correction
2004-03-07  Julian SmartImproved wxTreeCtrl tooltip processing performance...
2004-03-07  Robert Roebling Added wxToggleBitmapButton (it compiles).
2004-03-07  Stefan Csomorheader includes corrected
2004-03-07  Stefan CsomorSetWindowVariant implemented
2004-03-06  Robin DunnDecided that not doing methods for keyboard commands...
2004-03-05  Robin DunnUpdated comment
2004-03-05  Robin DunnChanged WidthDefault() and HeightDefault() to use 400...
2004-03-05  Ron LeeMore updates to the Debian packaging for wxPython,...
2004-03-05  Robin DunnChanged CanApplyParentThemeBackground to ApplyParentThe...
2004-03-04  Robin DunnDelay checking for the requested sash position until...
next