]> git.saurik.com Git - wxWidgets.git/history - src/mac
minor demo tweaks
[wxWidgets.git] / src / mac /
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
2006-11-02  Kevin OllivierSizing fixes for generic control.
2006-11-02  Julian SmartCompile in non-CG mode
2006-11-02  Stefan Csomorusing the foreground brush to fill mono bitmaps -...
2006-11-01  Stefan Csomortypo
2006-11-01  Stefan Csomorcasing the coordinates recalc
2006-11-01  Kevin OllivierFixing icon drawing and implementing HitTest and GetIte...
2006-11-01  Robin DunnThe rect passed to DrawTreeItemButton is already adjust...
2006-11-01  Robin DunnImplement deep copy of wxBitmapRefData
2006-10-31  Kevin OllivierExplicitly forward non-command events along to the...
2006-10-31  Vadim Zeitlinensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT...
2006-10-31  Stefan Csomorfixing reset clip
2006-10-31  Stefan Csomoradded missing init
2006-10-31  Stefan Csomormake things compile under 10.3 again
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-31  Stefan Csomorlost save state call
2006-10-31  Stefan Csomormake sure we always restore the passed in cg in a paint...
2006-10-30  Vadim Zeitlindon't assign NULLs to bools and floats, this is confusi...
2006-10-30  Vadim Zeitlinmore fixes to double to int conversions
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Robert Roebling Blindly fixed (tried to) wxSlider on Mac after
2006-10-30  Robin DunnSome compile fixes.
2006-10-30  Vadim Zeitlinremove just added wxCoordRound() (see patch 1586499)
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Robert Roebling Replaced SetSizeHints -> SetMinSize
2006-10-30  Robert Roebling Replaced SetSizeHints() with SetMinSize().
2006-10-30  Kevin HockNon pre-comp compilation fix
2006-10-29  Stefan Csomorminimize overlay area to avoid eg scrolling artifacts...
2006-10-29  Stefan Csomorapplying correct offsets
2006-10-29  Stefan Csomorremove unneeded code
2006-10-29  Stefan Csomorsubrect blit
2006-10-29  Stefan Csomorflushing is not done anymore in closing the context...
2006-10-29  Julian SmartApplied patch 1586499: wxCoordRound function
2006-10-29  Stefan Csomorswitch having an affine transform even when there is...
2006-10-29  Stefan Csomormoving context methods
2006-10-29  Kevin OllivierAdded wxDC::GetAsBitmap, and implemented wxWindowDC...
2006-10-28  Stefan Csomormissing methods
2006-10-28  Stefan Csomormatrix and path to ref counting
2006-10-27  Kevin OllivierDon't use bitmaps to draw tree item buttons, use the...
2006-10-27  Stefan Csomorswitching things to ref counting
next