]> git.saurik.com Git - wxWidgets.git/history - src/osx
don't use empty attribute name in wxIconXmlHandler too (should have been part of...
[wxWidgets.git] / src / osx /
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
2009-04-15  Stefan Csomortextctrl fixes
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 Csomormaking sure min and max sizes can be overridden
2009-04-14  Stefan Csomorfixing native font info support bugs
2009-04-14  Stefan Csomorfailed conversion shouldn't trigger an assert
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-04-01  Stefan Csomorbringing back utf32 encoding for wchar, fixes #10666
2009-03-30  Vadim Zeitlincompilation fix after recent changes
2009-03-29  Václav SlavíkwxArtProvider::GetIconBundle() cleanup:
2009-03-29  Stefan Csomorglgrab not available for iphone
2009-03-29  Stefan Csomoradding iphone code
2009-03-25  Stefan Csomoradding support for focus events to multiline textctrl
2009-03-25  Stefan Csomorsupporting kill focus for single line text controls
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 Csomorcorrecting inverted conditions of r59725
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 Csomorswitching a few icons, removing OS9 folder icons
2009-03-23  Stefan Csomorsimplyfing code, fixing warnings
2009-03-23  Stefan Csomoradding more native icons, fixes #8778
2009-03-23  Stefan Csomoradding more native icons, fixes #8778
2009-03-23  Stefan Csomortextctrl cleanup
2009-03-23  Stefan Csomorfixing warnings in osx cocoa
2009-03-23  Stefan Csomorfixing warning in osx core and carbon
2009-03-23  Stefan Csomorfixing warnings in osx common code
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-22  Vadim Zeitlinuse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
2009-03-22  Stefan Csomorsimpler define handling
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-03-22  Kevin OllivierDisabling sheets codepath until we can resolve the...
2009-03-21  Stefan Csomorfixing multiple extensions in one filter, turning off...
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-21  Stefan Csomormaking sure the repositioning within the contentview...
2009-03-21  Stefan Csomormake it crash-proof
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 (was missing because...
2009-03-20  Stefan Csomorreworked font handling for osx
2009-03-19  Stefan Csomoravoid double framing on carbon as well
2009-03-18  Kevin OllivierFix toggle button style.
2009-03-17  Kevin OllivierHandle the remaining selectors which otherwise lead...
2009-03-15  Kevin OllivierOn OS X, the button for wxID_HELP should never accept...
2009-03-15  Stefan Csomorchanging layout to better adhere to HIG, fixing truncat...
2009-03-15  Stefan Csomorfixing obj-c warnings
2009-03-15  Stefan Csomormaking sure peer->Move refreshes properly, bringing...
2009-03-15  Stefan Csomorchanges for embedded, applying patch, fixes #10359
2009-03-14  Kevin Ollivierimplement EVT_TEXT and EVT_TEXT_ENTER for NSTextView...
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-03-13  Kevin OllivierAnother place we need an autorelease pool.
2009-03-13  Stefan Csomorsolving inversion problem, because SetShape is redefine...
2009-03-13  Stefan Csomormaking sure toplevel default width/sizes are used
2009-03-11  Kevin OllivierGet SetLabel working again for wxStaticText by overridi...
2009-03-10  Stefan Csomoradding pure CoreText Impl
2009-03-10  Kevin OllivierFocus handling fixes - make sure new windows activate...
2009-03-10  Kevin OllivierBorder styles create a double-border on native search...
2009-03-09  Kevin OllivierFix for accessing m_peer during initialization.
2009-03-08  Stefan Csomorletting the peer declare whether it wants to draw its...
2009-03-08  Kevin OllivierFix double-click support for wxListBox (#10548)
2009-03-08  Kevin OllivierFixes needed to get transient popup windows working...
2009-03-08  Kevin OllivierMake sure the user can't select the text.
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-07  Kevin OllivierFor search ctrl, the bordered and bezeled styles destro...
2009-03-07  Kevin OllivierAdd alignment support, and more tweaks for label size...
2009-03-05  Kevin OllivierFill out the left and top fields as well.
2009-03-05  Kevin OllivierSheet support for wxDirDialog.
2009-03-05  Kevin OllivierDon't use result for both NS and wx button ID values.
2009-03-05  Kevin OllivierSheet support for wxMessageDialog.
2009-03-05  Kevin OllivierFix for sheets based on NSAlert.
2009-03-05  Kevin OllivierMake sure we call SetEventObject before firing events.
2009-03-05  Kevin OllivierMake wxStaticText for OS X Cocoa properly size multilin...
2009-03-05  Kevin OllivierUse sheets for native file dialogs if the dialog has...
next