use the directory of the most recently opened file in wxDocManager if we have any
[wxWidgets.git] / src / osx /
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
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.
next