]> git.saurik.com Git - wxWidgets.git/history - src/osx
add missing tests (closes #10692)
[wxWidgets.git] / src / osx /
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...
2009-03-05  Kevin OllivierEnsure that WriteText moves the selection to the end...
2009-03-05  Kevin OllivierFix comparison operator for functions keys (fixes ...
2009-03-04  Kevin OllivierEnsure we get mouse moved events.
2009-03-04  Kevin OllivierDon't always set the titled mask.
2009-03-03  Kevin OllivierMore fixes for clickCount... even sometimes when respon...
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-02  Vadim ZeitlinwxOSX build fix after wxTextEntry::GetValue() renaming...
2009-03-01  Francesco Montorsideprecated GetCheckBoxSize(wxWindow *) in favour of...
2009-02-28  Kevin OllivierCast needed to fix compilation on 10.4 --This line...
2009-02-27  Stefan Csomorapplying patch, fixes #10523
2009-02-27  Stefan Csomorapplying patch, fixes #10524
2009-02-25  Kevin OllivierRemove no longer necessary re-entrancy check, fix funct...
2009-02-24  Kevin OllivierTurn off the annoying beep when a key down is passed...
2009-02-22  Kevin OllivierQuick fix to prevent a crash when running on 10.4.
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-22  Kevin OllivierLanding basic EVT_CHAR support, along with the rest...
2009-02-22  Kevin OllivierAdd support for EVT_TEXT in OS X Cocoa.
2009-02-19  Paul Cornettunused variable
2009-02-18  Paul Cornettuse bool expression rather than implicit conversion
2009-02-17  Robert RoeblingCorrected meaning of parameter col as the position...
2009-02-17  Robert RoeblingBlind implementation of YieldFor() for OSX/Cocoa, copie...
2009-02-17  Robert RoeblingBlind implementation of GetSubItemRect() for wxListCtrl...
2009-02-16  Paul Cornettnon-pch build fix
next