no real changes, just minor refactoring and cleanup
[wxWidgets.git] / src / cocoa /
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-09  Francesco MontorsiFix wxLaunchDefaultBrowser on wxMSW for local files...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-12-28  Vadim Zeitlinimplement DispatchTimeout() for wxCocoa
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-09-05  Vadim Zeitlinmake it possible to use stock ids for custom message...
2008-09-05  Vadim Zeitlinimplement support for custom button labels in wxMessage...
2008-08-13  Paul Cornettmove notebook event definition to common code
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-06-21  Vadim Zeitlindon't allow editing listbox entries; better handling...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-06-11  Paul Cornettmove 8 copies of the same function to common code
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-15  Vadim Zeitlindon't assign the returned value in wxMDIParentFrame...
2008-02-26  David Elliott* When hiding a wxWindow make sure that none of its...
2008-02-18  David ElliottLimit wxListBox best size to 100x100. Particularly...
2008-02-18  David ElliottRevert the 2.8 hacks from r51892 on the trunk.
2008-02-18  David ElliottEnsure that the NSTableColumn width is that of its...
2008-02-18  David ElliottFix bug where native views with the NSScrollView wrappe...
2008-02-14  David ElliottBetter listbox scrollbar behavior.
2008-02-14  David ElliottHack: force a vertical scroller on wxListBox.
2008-02-14  David ElliottMove wxWindowCocoaScrollView class into its own header.
2008-02-14  David ElliottMore GC fixes.
2008-02-13  David ElliottFix (at least) slider action messages in GC mode.
2008-02-11  David ElliottWhen Cocoa sends [tabView:didSelectTabViewItem:] create...
2008-02-08  David ElliottAdd wxGCSafeRetain/wxGCSafeRelease to the vast majority...
2008-02-06  David ElliottFix most of the Objective-C GC problems by using the...
2008-01-31  David ElliottAllow wxTopLevelWindowCocoa::SetDefaultItem(NULL)
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-20  Julian SmartCorrected wxRTTI for wxNotebook so dynamic casting...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-04  David ElliottMake wxCocoa compile with new pImpl wxDC.
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-29  David ElliottImplement wxBitmap::GetSubBitmap.
2007-11-29  David ElliottImplement wxIcon::LoadFile by defering to wxBitmap...
2007-11-19  David ElliottDon't initialize argv member of wxApp in unicode mode...
2007-11-09  David ElliottAdd RCS-ID and normalize whitespace.
2007-11-09  David ElliottApplied slightly-modified patch 1826540 from Gareth...
2007-11-01  David ElliottTemporary hack to allow wxUSE_FSCRIPT to be set on...
2007-11-01  David ElliottFix mouse coordinates in scrolled views to be those...
2007-11-01  David ElliottImplement scrolling like wxWindow expects. That is...
2007-10-25  David ElliottLook for and remove any "-NSKey" "value" types of optio...
2007-10-19  David ElliottImprove behavior of menubar switching when windows...
2007-10-19  David ElliottAdd ProcessPendingEvents to wxApp::Yield which makes...
2007-10-18  David ElliottHalfway reasonable implementation of wxFont for wxCocoa.
2007-10-14  David ElliottDon't force the child's m_isShown state to match that...
2007-10-13  David ElliottImplement creation of wxFont from wxNativeFontInfo.
2007-10-13  David ElliottReplace most of the fields in wxFontRefData with one...
2007-10-13  David ElliottMove wxCocoa's wxFontRefData from the header to the...
2007-10-13  David ElliottRename src/cocoa/font.cpp to font.mm in both trunk...
2007-10-12  David ElliottDisable accidently committed F-Script code.
2007-10-12  David ElliottRemove wxNonControlNSControl from trunk. Leave in...
2007-10-12  David ElliottUse WXNSView just like wxWindow does when creating...
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.
next