]> git.saurik.com Git - wxWidgets.git/history - src/osx/carbon
Applied #10892: Remove wxDocManager instance check
[wxWidgets.git] / src / osx / carbon /
2009-09-24  Stefan Csomorremoving unneeded method, closes #11073
2009-09-24  Stefan Csomorremoving unneeded method, closes #11073
2009-09-21  Stefan Csomormoving themeing include to private.h
2009-09-18  Vadim ZeitlinFix recurring typo in "theming".
2009-09-18  Vadim ZeitlinUse UTF-8 for all non-ASCII characters in the sources.
2009-09-18  Vadim ZeitlinUse wxASSERT() instead of assert() in wx code.
2009-09-13  Stefan Csomoradapting to new sound file organization for osx
2009-09-13  Stefan CsomorOpenGL changes for carbon and cocoa
2009-08-23  Vadim ZeitlinCorrect the order of coordinates in CGPoint initializer.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-20  Vadim ZeitlinRename wxRendererNative::DrawRadioButton() to DrawRadio...
2009-08-18  Stefan Csomorsupport for plug-in unloading, closes #10836
2009-08-18  Stefan Csomorgcc 4.2 warning fix
2009-08-06  Vadim ZeitlinDon't pop explicitly changed status messages.
2009-07-25  Vadim ZeitlinAllow setting long version field in About dialog.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
2009-07-10  Stefan Csomoradapting to widgetimpl extensions and iPhone OS 3.0
2009-07-10  Stefan Csomoradapting init sequence for different osx platforms
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  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 Zeitlinensure that we have event loop before showing a modal...
2009-06-23  Vadim Zeitlinadjust the toolbar tools bitmap size to fit the biggest...
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-20  Stefan Csomormake sure theme font info is reset if anything is changed
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-18  Vadim Zeitlinfix a couple of harmless warnings during wxOSX build
2009-06-18  Vadim Zeitlinuse wxOSX_USE_COCOA instead of __WXOSX_COCOA__ (which...
2009-06-15  Robert RoeblingCorrect wxDataViewCtrl::IsExpanded
2009-06-15  Robert RoeblingFix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK...
2009-06-11  Stefan Csomorrespecting more of the toolbar positions (tb_right...
2009-06-10  Stefan Csomorfixing redraw of combobox on osx_cocoa
2009-06-10  Stefan Csomorfixing border drawing for toplevel controls on dialogs...
2009-06-04  Stefan Csomoravoid overdrawing, fixes #10865
2009-05-27  Stefan Csomormoving common code up
2009-05-27  Stefan Csomorupdating cursor code from Dave's newer version, fixes...
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-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-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 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 Csomorfixing return values and handling of invalid files
2009-04-15  Stefan Csomorusing proper SubItemRect
2009-04-14  Stefan Csomoradapting TextUpdateEvents, using wxTextEntry API
2009-04-14  Stefan Csomorfixing native font info support bugs
2009-04-04  Stefan Csomoradding API note
2009-04-04  Stefan Csomorfixing unused param warning
2009-04-04  Stefan Csomorfixing 64 bit value transfer
2009-03-29  Stefan Csomorglgrab not available for iphone
2009-03-29  Stefan Csomoradding iphone code
2009-03-25  Stefan Csomorfocus handling streamlined
2009-03-25  Stefan Csomoradding native icon for executables
2009-03-24  Francesco Montorsimake sure that wxSystemSettings::GetFont/GetColour...
2009-03-24  Stefan Csomorconforming to new naming convention of starting all...
2009-03-24  Stefan Csomoradding back API for 2.8 compatibility
2009-03-23  Stefan Csomorswitching a few icons, removing OS9 folder icons
2009-03-23  Stefan Csomoradding more native icons, fixes #8778
2009-03-23  Stefan Csomorfixing warning in osx core and carbon
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-22  Stefan Csomorsimpler define handling
2009-03-21  Stefan Csomoradapting to autorelease of factory methods
2009-03-21  Stefan Csomoradapting to autorelease of factory method
2009-03-21  Stefan Csomorfixing the type
2009-03-20  Stefan Csomormake sure we always have a CGFontRef
2009-03-20  Stefan Csomorintroducing temporary variables for atsu with cocoa
2009-03-20  Stefan Csomorreworked font handling for osx
2009-03-19  Stefan Csomoravoid double framing on carbon as well
2009-03-10  Stefan Csomoradding pure CoreText Impl
2009-03-07  Robert RoeblingwxDATAVIEW_CELL_ACTIVATABLE translates Editable under...
2009-03-07  Robert RoeblingReport first selected item in selection change event
2009-03-07  Robert RoeblingMake wxDataViewCtrl::GetBestSize() return a height...
2009-03-02  Francesco Montorsirevert r59246; the window parameter was there by purpos...
2009-03-02  Vadim Zeitlinanother wxOSX build fix after wxTextEntry::GetValue...
2009-03-01  Francesco Montorsideprecated GetCheckBoxSize(wxWindow *) in favour of...
2009-02-27  Stefan Csomorapplying patch, fixes #10523
2009-02-22  Kevin OllivierMissed one symbol used in the compatibility path.
2009-02-22  Kevin OllivierFix for building under 10.4, where the BlendMode consta...
2009-02-17  Robert RoeblingCorrected meaning of parameter col as the position...
2009-02-17  Robert RoeblingBlind implementation of GetSubItemRect() for wxListCtrl...
2009-02-16  Paul Cornettnon-pch build fix
2009-02-16  Robert RoeblingCompilo
next