Globally replace _T() with wxT().
[wxWidgets.git] / src / osx /
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-22  Stefan Csomoradded missing files
2009-07-22  Stefan Csomoradded missing files
2009-07-22  Stefan Csomoradapting to SDK 3.0
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-12  Stefan Csomorbetter surviving 0 width / height bitmap sizes
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
2009-07-10  Stefan Csomoradapting to widgetimpl extensions and iPhone OS 3.0
2009-07-10  Stefan Csomoradding #ifs for reflecting existing controls, fixing...
2009-07-10  Stefan Csomoradapting init sequence for different osx platforms
2009-07-10  Stefan Csomorcommitting current iphone state
2009-07-10  Stefan CsomoriPhone bitmap support
2009-07-10  Stefan Csomorcorrecting to ifdef to if
2009-07-10  Stefan Csomorguarding scrollbar
2009-07-09  Stefan Csomoradding special case for Carbon DataBrowser Checkbox
2009-07-03  Vadim Zeitlincompilation fix for wxOSX/Cocoa: don't use Carbon funct...
2009-07-03  Vadim Zeitlinsuppress harmless warning about unused variable
2009-07-03  Stefan Csomorbracket 10.5 only code
2009-07-03  Stefan Csomorbetter font round-trip fidelity (native->wx->native...
2009-07-03  Stefan Csomorfixing warnings
2009-07-02  Vadim Zeitlinuse WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ...
2009-07-02  Stefan Csomorfixing memory leak and unnecessary cocoa init, refs...
2009-07-02  Stefan Csomorreverting incorrect conversion from r52690, refs #10856
2009-07-01  Vadim Zeitlinset the context we create in IsExtensionSupported(...
2009-07-01  Vadim Zeitlinensure that we have event loop before showing a modal...
2009-06-28  Vadim Zeitlinanother compilation fix after r61232
2009-06-28  Vadim Zeitlinalways use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu...
2009-06-23  Vadim Zeitlinadjust the toolbar tools bitmap size to fit the biggest...
2009-06-22  Vadim Zeitlininvalidate best window size when its label changes
2009-06-22  Vadim Zeitlinstreamline best size calculation for buttons and made...
2009-06-22  Vadim Zeitlinfix more wxOSX/Carbon warnings in release build
2009-06-21  Vadim Zeitlinadded support for bitmaps in wxButton to wxOSX/Cocoa
2009-06-21  Vadim Zeitlinno changes, just removed commented out Carbon code...
2009-06-20  Stefan Csomormake sure theme font info is reset if anything is changed
2009-06-20  Stefan Csomorsimplify condition
2009-06-20  Vadim Zeitlinsuppress more float/double->int conversion warnings...
2009-06-20  Vadim Zeitlindon't try to resize the bitmap buttons with wxBORDER_NO...
2009-06-20  Vadim Zeitlinfix many mostly harmless warnings in wxOSX/Carbon build
2009-06-19  Vadim Zeitlinno need to check for wxID_HELP buttons in SetLabel...
2009-06-19  Vadim Zeitlinrespect wxBU_NOTEXT style in wxButton
2009-06-19  Stefan Csomorguarding against null nowpeer in cases like native...
2009-06-19  Vadim Zeitlinoverride DoSetBitmap() instead of SetBitmapLabel()
2009-06-19  Vadim Zeitlinonly erase background if we do have a non-default backg...
2009-06-18  Vadim Zeitlinerase background using the window background colour...
2009-06-18  Vadim Zeitlinfix a couple of harmless warnings during wxOSX build
2009-06-18  Vadim Zeitlinno changes, just removed apparently unneeded wxMacBitma...
2009-06-18  Vadim Zeitlinimplement propert background style semantics for OS X
2009-06-18  Vadim Zeitlinuse wxOSX_USE_COCOA instead of __WXOSX_COCOA__ (which...
2009-06-17  Julian SmartAvoid accidental enabling of disabled windows by checki...
2009-06-15  Stefan Csomormoving to a 10.4 compatible implementation
2009-06-15  Robert RoeblingCorrect wxDataViewCtrl::IsExpanded
2009-06-15  Robert RoeblingFix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK...
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
2009-06-11  Stefan Csomorrespecting more of the toolbar positions (tb_right...
2009-06-11  Vadim Zeitlinaccount for the label size in wxDisclosureTriangle...
2009-06-11  Stefan Csomoradding missing release for editor
2009-06-11  Stefan Csomoradding events to single line textcontrols (password...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-06-10  Stefan Csomormaking SetFocus bringing TLW to front as Carbon, see...
2009-06-10  Stefan Csomorallow mouse events being sent to parents, see #10876
2009-06-10  Stefan Csomorallow vetoing on drop, see #10876
2009-06-10  Stefan Csomorfixing coordinates for dnd, see #10876
2009-06-10  Stefan Csomormisc key-event fixes, see #10876
2009-06-10  Stefan Csomorfixes direction for scroll events, closes #10873
2009-06-10  Stefan Csomoradding idle processing in modal loop, closes #10871
2009-06-10  Stefan Csomorfixing modal dialog quit after nested message box problem
2009-06-10  Stefan Csomordisclosure triangles on all implementations are able...
2009-06-10  Stefan Csomorfixing redraw of combobox on osx_cocoa
2009-06-10  Stefan Csomorchanging disclosure triangle to allow for label
2009-06-10  Stefan Csomorfixing border drawing for toplevel controls on dialogs...
2009-06-06  Vadim Zeitlinreturn wxStandardPaths, not wxStandardPathsBase, from...
2009-06-06  Vadim Zeitlincompilation fixes for OS X Cocoa build
2009-06-05  Stefan Csomoravoiding events during destruction, fixes #10855
2009-06-04  Stefan Csomoravoid overdrawing, fixes #10865
2009-05-27  Stefan Csomorfixing non-unicode build
2009-05-27  Stefan Csomormoving common code up
2009-05-27  Stefan Csomorupdating cursor code from Dave's newer version, fixes...
2009-05-27  Stefan Csomorallowing font changes on multi-line textctrls, see...
2009-05-27  Stefan Csomormake sure NSScrollers are always having the desired...
2009-05-24  Vadim Zeitlincompilation fix for wxOSX_USE_EXPERIMENTAL_FONTDIALOG...
2009-05-15  Stefan Csomorapplying, closes #9012
2009-05-14  Julian SmartCorrected event routing/id change bug
2009-05-12  Stefan Csomorfiles are replaced by dataview implementations
2009-05-11  Robert RoeblingReapplied some previous patches that got lost while...
2009-05-09  Stefan Csomorcommenting out uncompilable code
2009-05-09  Stefan Csomoradapting to new font method
2009-05-08  Robert RoeblingAdd wxDataViewCtrl implementation for OSX/Cocoa (closes...
2009-05-02  Kevin Ollivier(Forward port from 2.8) Allow m_current to be used...
2009-05-02  Stefan Csomorreverting r43119, fixes #10752
2009-04-26  Vadim Zeitlinadded missing parent parameter to Cocoa version of...
2009-04-26  Vadim Zeitlinadd parent parameter to wxAboutBox() (closes #9952)
2009-04-22  Julian SmartState fix
2009-04-20  Stefan Csomorcontent must be changeable by wx even though control...
2009-04-20  Stefan Csomorfixing param
2009-04-18  Stefan Csomorremoving overloads to avoid 'hidden method' warning
2009-04-17  Stefan Csomorwrong override params
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-04-15  Stefan Csomorhave at least a measuring context available
2009-04-15  Stefan Csomormake sure we treat partial conversions as failed
next