]> git.saurik.com Git - wxWidgets.git/history - src/mac
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546)
[wxWidgets.git] / src / mac /
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 http://news.gmane.org/find...
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...
2006-11-12  Vadim ZeitlinGetColumnTextValue() can't return a reference to a...
2006-11-12  Vadim Zeitlingcc warning fix: don't use NULL where integer is required
2006-11-12  Robert Roebling [ 1590221 ] wxStandardPaths::GetExecutablePath
2006-11-12  Kevin OllivierRemove incorrect change that accidently made it into...
2006-11-12  Kevin OllivierAdd scrollbars if the columns exceed the horizontal...
2006-11-12  Kevin OllivierSwitching to a keyed list for storing information about...
2006-11-11  Kevin OllivierA more complete fix for the generic control border...
2006-11-10  Kevin OllivierFix typo with adding wxNO_BORDER to the native control.
2006-11-10  Stefan Csomorredirecting missing implementations to textctrl
2006-11-10  Robin DunnCompile fix to match change made in header
2006-11-09  Kevin OllivierAllow selection items to be toggled using CMD key when...
2006-11-09  Stefan Csomoradding reverse orientation
2006-11-08  Kevin OllivierFix for incorrect error message report that caused...
2006-11-07  Stefan Csomorsupporting theme brushes under 10.4 properly
2006-11-06  Stefan Csomortransforming clippings correctly, even if there is...
2006-11-06  Julian SmartBetter vertical height for choice/combo
2006-11-06  Stefan Csomoradd a source placeholder
2006-11-06  Stefan Csomorfixing origin
2006-11-05  Stefan Csomorfixing pattern phase bugs
2006-11-04  Kevin OllivierSizing and positioning fixes for generic control.
2006-11-04  Vadim Zeitlinremoved unused variable
2006-11-04  Kevin OllivierAdding label editing to native OS X listctrl.
2006-11-04  Stefan Csomoradding measuring contexts, streamlining printing code
2006-11-04  Stefan Csomorfixing warning
next