]> git.saurik.com Git - wxWidgets.git/history - src/osx/cocoa
Put braces around all calls to wxLogFunctions() inside an if statement.
[wxWidgets.git] / src / osx / cocoa /
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-03  Vadim Zeitlincompilation fix for wxOSX/Cocoa: don't use Carbon funct...
2009-07-03  Stefan Csomorbracket 10.5 only code
2009-06-23  Vadim Zeitlinadjust the toolbar tools bitmap size to fit the biggest...
2009-06-22  Vadim Zeitlinstreamline best size calculation for buttons and made...
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  Vadim Zeitlinsuppress more float/double->int conversion warnings...
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-15  Stefan Csomormoving to a 10.4 compatible implementation
2009-06-11  Stefan Csomorrespecting more of the toolbar positions (tb_right...
2009-06-11  Stefan Csomoradding missing release for editor
2009-06-11  Stefan Csomoradding events to single line textcontrols (password...
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 Csomorchanging disclosure triangle to allow for label
2009-06-06  Vadim Zeitlincompilation fixes for OS X Cocoa build
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-09  Stefan Csomorcommenting out uncompilable code
2009-05-08  Robert RoeblingAdd wxDataViewCtrl implementation for OSX/Cocoa (closes...
2009-04-26  Vadim Zeitlinadded missing parent parameter to Cocoa version of...
2009-04-20  Stefan Csomorcontent must be changeable by wx even though control...
2009-04-15  Stefan Csomortextctrl fixes
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-24  Stefan Csomorconforming to new naming convention of starting all...
2009-03-23  Stefan Csomorsimplyfing code, fixing warnings
2009-03-23  Stefan Csomortextctrl cleanup
2009-03-23  Stefan Csomorfixing warnings in osx cocoa
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 Csomormaking sure the repositioning within the contentview...
2009-03-20  Stefan Csomorreworked font handling for osx
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-13  Kevin OllivierAnother place we need an autorelease pool.
2009-03-11  Kevin OllivierGet SetLabel working again for wxStaticText by overridi...
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-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  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-02-28  Kevin OllivierCast needed to fix compilation on 10.4 --This line...
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 OllivierLanding basic EVT_CHAR support, along with the rest...
2009-02-22  Kevin OllivierAdd support for EVT_TEXT in OS X Cocoa.
2009-02-17  Robert RoeblingBlind implementation of YieldFor() for OSX/Cocoa, copie...
2009-02-16  Paul Cornettfix evtloop.h header dependency
2009-02-16  Robert RoeblingCompilo
2009-02-14  Kevin OllivierFix typo (sorry, thought I compiled before committing.)
2009-02-14  Kevin OllivierStart on implementation for wxTE_MULTILINE / wxTE_RICH...
2009-02-14  Kevin OllivierRemove the "double border" around the search ctrl.
2009-02-14  Kevin OllivierAdd a tracking rect on resize so that the view will...
2009-02-13  Kevin OllivierclickCount is not available for mouse entered/exited...
2009-02-13  Kevin OllivierImplement NSPanel support to get wxFRAME_TOOL_WINDOW...
2009-02-13  Stefan Csomordirect wxFrame events support (paint was not delivered...
2009-02-13  Stefan Csomordifferent contentview-offset code, otherwise 'wx' synth...
2009-02-12  Stefan Csomorrenaming clickedAction callbacks to more generic contro...
2009-02-12  Kevin OllivierFix assertion when passing nil to setKeyEquivalent.
2009-02-09  Stefan Csomorpaint event handling fixes and wxClientDC implementatio...
2009-02-09  Stefan Csomormake sure no delegates/impl ptrs are still set during...
2009-02-09  Stefan Csomordrawing code now in common file
2009-02-09  Kevin OllivierRemove delegates before releasing the native object...
2009-02-09  Kevin OllivierInitial support for EVT_ERASE_BACKGROUND for OS X Cocoa.
2009-02-08  Kevin OllivierCrash fix for when a wxNullBitmap is passed in as the...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
next