replaced run-time tests for wxRICHTEXT_USE_TOOLBOOK with compile-time ones to avoid...
[wxWidgets.git] / src / mac /
2007-03-26  Robin DunnForward port of my recent changes in the 2.8 branch:
2007-03-25  Vadim Zeitlindon't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-23  Kevin OllivierIf using the system Window menu on OS X, integrate...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-21  Paul Cornettrevert use of AllocExclusive
2007-03-18  Vadim Zeitlinfixed typo in last commit
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2007-03-16  Vadim Zeitlinmultiple fixes to wxJoystick under Unix and new index...
2007-03-15  Vadim Zeitlinremoved outdated Classic files to avoid confusing people
2007-03-14  Vadim Zeitlinavoid duplicated empty help menu in localized applicati...
2007-03-14  Vadim Zeitlindon't add extra GetCharHeight() pixels to the top borde...
2007-03-11  Paul Cornettuse AllocExclusive
2007-03-10  Vadim Zeitlinreturn effective dnd operation result and not the expec...
2007-03-10  Vadim Zeitlinallow using numpad enter key to activate the default...
2007-03-10  Vadim Zeitlindon't send incorrect char events when entering Unicode...
2007-03-10  Vadim Zeitlincompilation fix after last change
2007-03-10  Vadim Zeitlincorrected the just-added operator=(RGBColor) return...
2007-03-10  Vadim Zeitlincorrected bug due to testing for wrong return value...
2007-03-10  Vadim Zeitlinadded wxColour(RGBColor) ctor and use it insteaf of...
2007-03-09  Vadim Zeitlinimplement wxMutex::LockTimeout() using critical region...
2007-03-07  Vadim Zeitlinremoved deprecated wxADJUST_MINSIZE
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 in non-MSW code
2007-03-07  Vadim Zeitlinreturn correct client area for at least the primary...
2007-03-05  Paul Cornettuse AllocExclusive
2007-02-24  Kevin HockBuild fix from FM (cascade from object.h changes making...
2007-02-22  Kevin OllivierFix for crash when an invalid font was being mistakenly...
2007-02-09  Julian SmartReverted renderer changes and just use window variant...
2007-02-08  Julian SmartAdded size constants to allow drawn control parts to...
2007-02-06  Robin DunnAdded SetToolNormalBitmap and SetToolDisabledBitmap
2007-02-06  Włodzimierz Skibawx/log.h belongs to pch system
2007-02-05  Julian SmartMissing include
2007-02-04  Stefan Csomorusing scroll axis for mousewheel events
2007-01-26  Stefan Csomorchanging asserts to debug info
2007-01-26  Stefan Csomorseparate assert in case the control ref is already...
2007-01-20  Robin DunnAdded support for the wxFRAME_FLOAT_ON_PARENT style
2007-01-19  Robin DunnAdded wxSearchCtrl::[Get|Set]DescriptiveText
2007-01-18  Robin DunnUse kControlContentIconRef when recreating the tool...
2007-01-12  Robin DunnDoGetBestSize fix, the lbWidth was not getting updated...
2007-01-12  Stefan Csomormaking sure it is only breaking at newlines for measuring
2007-01-12  Stefan Csomorusing the CF Message box only for non main thread alerts
2007-01-08  Vadim Zeitlinadded more wxUSE_TREE/LISTCTRL tests to fix compilation...
2007-01-08  Chris Elliottfix part of proposal at news.gmane.org/find-root.php...
2007-01-08  Kevin OllivierFix GetNextItem for virtual wxListCtrl, and improve...
2007-01-07  Kevin OllivierAdd more sanity checks to virtual list item nums as...
2007-01-07  Kevin OllivierUse GetItem to get item info for events, even for virtu...
2007-01-07  Kevin OllivierGeneric list and tree ctrl should not use the focused...
2007-01-06  Kevin OllivierDon't draw the primary highlight colors if the control...
2007-01-05  Kevin OllivierApply patch #1626802, which fixes GetNextItem to return...
2007-01-05  Stefan Csomorallowing vertical scrolling even if wxTE_NO_VSCROLL...
2006-12-31  Kevin OllivierMake sure mouse events are only sent in the case of...
2006-12-28  Kevin OllivierFixing inactive state drawing, and removing warning.
2006-12-28  Stefan Csomorfix to always have a proper activation for DataBrowser...
2006-12-28  Kevin Ollivierexposing generic system option define, adding missing...
2006-12-27  Stefan Csomorapplying patch 1622389, fixing two memory leaks
2006-12-26  Kevin OllivierAdd middle-item click support.
2006-12-25  Kevin OllivierStop crash when wxVSCROLL is specified for native OS...
2006-12-25  Kevin OllivierImplement LIST_KEY_DOWN support, and move new functions...
2006-12-24  Kevin OllivierImplementing LIST_ITEM_RIGHT_CLICK event support, and...
2006-12-22  Kevin OllivierAdding SetFocus to wxABI_VERSION.
2006-12-21  Kevin OllivierRestore compilation with --enable-stl, fix SetFocus...
2006-12-20  Stefan Csomorbest size fix for multi-line fields
2006-12-19  Stefan Csomorfixing -fvisibility-inlines-hidden problem (IsOk functi...
2006-12-12  Robin DunnCompile fixes for Panther
2006-12-11  Kevin OllivierChange event names to clarify that they are only fired...
2006-12-11  Paul Cornettcleanup:
2006-12-11  Vadim Zeitlinremoved unused variable
2006-12-11  Vadim Zeitlinmore SetXXXVisible/ShowXXX() replacements
2006-12-11  Vadim Zeitlinadded $Id$ to the header
2006-12-11  Vadim Zeitlinadded wx prefix to wxUSE_NATIVE_SEARCH_CONTROL
2006-12-11  Vadim Zeitlin1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi...
2006-12-11  Kevin OllivierImprove default wxSearchCtrl GetBestSize() width and...
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-10  Stefan Csomorswitching to autorelease
2006-12-10  Stefan Csomoradding an autorelease capability (got weird crashes...
2006-12-09  Stefan Csomorfixing memory leaks (toolbartool not released) and...
2006-12-08  Stefan Csomorswitching from native rtti to wxrtti
2006-12-06  Kevin OllivierImplement SortItems for native OS X wxListCtrl to match...
2006-12-05  Robin DunnAdd wxGraphicsMatrix::Get
2006-12-03  Vadim Zeitlinsuppress warnings about double to short conversions...
2006-12-03  Vadim Zeitlinadded a dummy return to GetItemState() to suppress...
2006-12-03  Stefan Csomorwe must turn off AA for XOR etc.
2006-12-03  Stefan Csomoradding raster op hook to graphics context (10.4 only...
2006-12-03  Stefan Csomorpaper size, duplex support
2006-11-30  Robin DunnReturn optimal label width from DrawHeaderButton
2006-11-29  Robert Roebling Blind fixes for FindItem() for the native OS X
2006-11-28  Kevin OllivierFix one-off error in virtual wxListCtrl.
2006-11-28  Kevin OllivierFix SetItemCount bug with adding items, a blind fix...
2006-11-27  Kevin OllivierEnsure that InsertItem doesn't lead to a crash in virtu...
2006-11-27  Kevin OllivierImplement SetItemState for native virtual listctrl.
2006-11-26  Robin DunnAdded DrawComboBoxDropButton and DrawPushButton to...
2006-11-22  Kevin OllivierAvoid crash when trying to access m_window from wxScreenDC.
2006-11-21  Kevin OllivierAllow spell-checking to be turned off with the MLTE...
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-19  Kevin OllivierImplement wxRendererMac::DrawItemSelectionRect and...
2006-11-15  Kevin OllivierColumn position changes after each delete, so always...
2006-11-13  Kevin OllivierDisable SortItems support for now, it is causing a...
2006-11-12  Vadim ZeitlinwxStandardPathsCF::GetExecutablePath() implementation...
next