]> git.saurik.com Git - wxWidgets.git/history - src/osx/cocoa
PCH-less build fix after r59452
[wxWidgets.git] / src / osx / cocoa /
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...
2009-02-08  Stefan Csomoradding scroll wheel support
2009-02-07  Stefan Csomorreworking event handling to redirect to c++ virtual...
2009-01-25  Francesco Montorsibuild fix
2009-01-25  Stefan Csomoradapting to name change in r58318
2009-01-25  Stefan Csomoradapting to name change in r58318
2009-01-20  Stefan Csomorstreamlining slider, scroller, spinbutton for osx carbo...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-18  Stefan Csomormouse and cursor additions for cocoa, see #10361
2009-01-17  Stefan Csomorfixing screen coordinate transformation
2009-01-17  Stefan Csomorprinting adjustment
2009-01-15  Stefan Csomoradding missing header for non-precomp build
2009-01-15  Stefan Csomorfixing controls with content areas, correcting radiobox...
2009-01-14  Stefan Csomorcleaning up warnings, more common event code
2009-01-14  Stefan Csomorrouting native events first to the wx class and only...
2009-01-13  Stefan Csomorusing subclass as impl ptr, common code in macro becaus...
2009-01-13  Stefan Csomorcommon event code
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2009-01-10  Stefan Csomorguarding against NULL peers
2009-01-10  Stefan Csomorfixing default location for cocoa, see #10361
2009-01-10  Stefan Csomornative apple event support for osx cocoa
2009-01-10  Stefan Csomorsupporting PopUp on osx cocoa as well, see #10361
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-12-28  Vadim Zeitlinimplement DispatchTimeout() for wxOSX/Cocoa
2008-12-27  Francesco Montorsi(blind) fix for unneeded inclusions of headers
2008-12-11  Francesco Montorsisubstitute (c) and (C) for copyright strings as documented
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-10  Stefan Csomormoving embedding to common API
2008-09-30  Stefan Csomorsupporting NO_BORDER for Cocoa as well
2008-09-25  Stefan Csomoravoiding crash for pure modifier events
2008-09-25  Kevin OllivierRemove some wxCocoa stuff that isn't in OS X Cocoa.
2008-09-23  Stefan Csomorfixing compiles under certain flags
2008-09-22  Kevin OllivierAdding compiling (but not yet working) taskbar implemen...
2008-09-21  Stefan Csomorfixing typo (lead to always floating layering for simpl...
2008-09-21  Kevin OllivierStubbed wxToolTip implementation to get code that uses...
2008-09-20  Kevin OllivierSource changes needed to get MDI support compiling...
2008-09-11  Stefan Csomoradding min and max size support for resizing events
2008-09-11  Kevin OllivierDoGetAsBitmap implementation for Cocoa.
2008-09-10  Stefan Csomor64 bit fixes
2008-09-07  Stefan Csomornon-precomp fixes
2008-09-06  Stefan Csomorseveral small fixes
2008-09-05  Stefan Csomoradapting to new msgdlg class hierarchy
2008-09-05  Stefan Csomorsimplify native textcontrol creations, adding search...
2008-09-02  Stefan Csomorosx new layout
2008-09-01  Stefan Csomorosx-cocoa updates
2008-08-30  Stefan Csomorcommitting current cocoa state just to be safe ...
2008-08-23  Stefan Csomorcocoa implementation files
2008-08-22  Stefan Csomorosx-cocoa event loop
2008-08-21  Stefan Csomorcocoa specific implementations
2008-07-29  Stefan Csomoruniversal implementation for osx cocoa