fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / cocoa /
2007-10-12  David ElliottImplement wxWindow::GetTextExtent to use wxDC to at...
2007-10-05  David ElliottDuplicate wxTextCtrl code to wxComboBox because we...
2007-09-17  David ElliottInstantiate NSSecureTextField instead of NSTextField...
2007-09-06  David ElliottMake a slider control created with a particular size...
2007-08-28  David ElliottwxTextCtrl: Implement alignment flags, editable (read...
2007-08-19  David ElliottMake SetCursor work.
2007-08-19  David ElliottFix a number of problems with tracking rectangles by...
2007-08-18  David ElliottImprove the tracing of the tracking rect manager and...
2007-08-18  David ElliottChange kCFRunLoopBeforeWaiting to kCFRunLoopExit when...
2007-08-17  David ElliottKeep the stock cursors in an array so that constructing...
2007-08-16  David ElliottUse one run-loop observer for all synthesis of mouse...
2007-08-15  Vadim Zeitlinmake wxChoice and wxListBox inherit from wxControlWithI...
2007-08-15  David ElliottAdd support for uniquifying to all wxCocoa Objective...
2007-08-15  Vadim Zeitlinuse correct WXDLLIMPEXP macro for friend declaration
2007-08-15  David ElliottFurther simplificiation of the NSSlider/wxSlider interf...
2007-08-14  David ElliottFix the top-level window client size setting code such...
2007-08-11  Julian SmartMenu label consistency changes
2007-08-10  David ElliottDon't needlessly indirect through NSNotificationCenter.
2007-08-10  David ElliottUse SetNSSlider instead of SetNSView so that the WXNSSl...
2007-08-10  David ElliottFix up NSSlider code to not use class posing and instan...
2007-08-10  David ElliottReturn something halfway reasonable from GetCharWidth...
2007-08-10  David ElliottAttempt to fix RCS-ID tags so svn will fill them in.
2007-08-10  David ElliottMajor wxCocoa wxSlider overhaul from Mark Oxenham.
2007-08-10  David ElliottTell NSTextField to send us its action message and...
2007-08-10  David ElliottFix wxScrollBar initial size to match the limited sizes...
2007-08-10  David ElliottImplement transformation between the wxDisplay coordina...
2007-08-09  David ElliottAdd wxBitmap constructors and Create methods to allow...
2007-08-09  David ElliottAdd Objective-C uniquifying to WXNSWindow and WXNSPanel
2007-08-09  David ElliottImplement wxBU_LEFT/wxBU_RIGHT styles.
2007-08-09  David ElliottImplement wxStaticBitmap.
2007-08-08  David ElliottImplement the wxST_NO_AUTORESIZE style for wxStaticText.
2007-08-08  David ElliottTranslate the wxALIGN flags to the Cocoa alignment...
2007-08-08  David ElliottUse static wxControl::GetLabelText in preference to...
2007-08-08  David ElliottSelect the first choice in the radiobox upon creation...
2007-08-08  David ElliottIn wxNotebook::Create setTabViewType based off of wxNB_...
2007-08-07  David ElliottImplement wxRadioButton Get/SetLabel methods.
2007-08-06  David ElliottConsolidate cocoa view/control/cell label setting into...
2007-08-01  David ElliottMerged 47839 from 2.8 branch:
2007-08-01  David ElliottMake masks and alpha work for wxCOPY when blitting...
2007-07-28  David ElliottAdd a wxAutoNSAutoreleasePool to wxBitmap::CopyFromIcon.
2007-07-27  David Elliott* Implement the wxMask copy constructor to retain the...
2007-07-26  David ElliottSilence the warning about lack of [NSApplication +setAp...
2007-07-26  David ElliottAdded missing #import <Foundation/NSArray.h>
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-20  David ElliottwxCocoa: Implement wxTopLevelWindow::SetDefaultItem
2007-07-20  David ElliottwxCocoa: Basic support for font underlining:
2007-07-20  David ElliottImplement wxWindow::SetCursor to invalidate Cocoa's...
2007-07-20  David ElliottRemove wxStockCursor function that should never have...
2007-07-20  David ElliottRework the wxCusor ctor taking wx stock number to provi...
2007-07-20  David ElliottRewrite conversion from classic Mac OS 'CURS'-style...
2007-07-19  David ElliottStrip mnemonics from the label before passing it to...
2007-07-19  David ElliottImplement wxCocoa wxRadioBox event.
2007-07-19  David ElliottMake wxRadioButton::SetValue(true) deselect all other...
2007-07-19  David ElliottImplement most of wxRadioBox's methods.
2007-07-17  David ElliottPartially implement wxRadioBox for wxCocoa.
2007-07-17  David ElliottAdd a couple of wxAutoNSAutoreleasePool in some key...
2007-07-17  David ElliottDon't use exceptions to determine lack of a method...
2007-07-12  David ElliottFix Raise and Lower to leave all other sibilng views...
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-07-06  David ElliottMake wxCocoa compile in 64-bit mode.
2007-05-28  David ElliottImplement mouse entered, exited, and synthesize move...
2007-05-27  David ElliottAllow many Objective-C classes to be uniquified at...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-18  David ElliottImplement a hack so the correct wxGUIEventLoop class...
2007-05-18  David ElliottAdd obvious implementation of wxGUIAppTraits::CreateEve...
2007-05-18  David Elliott* Add public wxApp::sm_isEmbedded flag like on wxMac...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-14  David ElliottRemove ObjcPose.h since nothing is using it anymore.
2007-05-14  David ElliottRework idle handling so that NSApplication does not...
2007-05-08  David ElliottProvide wxLaunchDefaultBrowser implementation for wxCocoa.
2007-05-08  David ElliottRemove wxDCBase DeviceToLogical* and LogicalToDevice...
2007-05-07  David ElliottMove src/cocoa/utils.cpp to src/cocoa/utils.mm.
2007-05-02  David ElliottAdd comments and a debugging aid to Get/SetLabel implem...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-20  David ElliottRemove Objective-C class posing for everything except...
2007-04-20  David ElliottMove Objective-C interfaces into separate header files...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-19  Vadim Zeitlinremoved obsolete wxUSE_WX_RESOURCES check
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-06  Robin DunnMore patches from FM to clean up after moving contribs...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-18  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-03-18  David ElliottwxTopLevelWindowCocoa::SetTitle title parameter is...
2007-03-15  Stefan Csomorreverting one line
2007-03-14  Vadim Zeitlinimplement Set/GetTitle() (last part of patch 1679337)
2007-03-13  Vadim Zeitlinimplemented Set/GetLabel() (part of patch 1679337)
2007-03-13  Vadim Zeitlinimplemented GetLabel() (part of patch 1679337)
2006-12-06  Vadim Zeitlinexplicitly call OnExit() in the ports which don't use...
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-06  Vadim Zeitlinimplement declared but not defined ctor not taking...
2006-10-31  Vadim Zeitlinensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT...
2006-10-31  Vadim Zeitlincompilation fix after wxMemoryDCBase changes
2006-10-31  Vadim Zeitlincompilation fix after wxBitmap::operator==() removal
2006-10-16  Włodzimierz SkibaCVS tags cleaning (with other minor cleaning).
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-10-08  Vadim Zeitlinadded SendPageChanging/ChangedEvent() functions; fixed...
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
next