]> git.saurik.com Git - wxWidgets.git/history - src/cocoa
Fix wxGTK compilation.
[wxWidgets.git] / src / cocoa /
2004-11-17  David ElliottImplement toolbar tool clicks. Get rid of wxNSActionCe...
2004-11-04  David ElliottMoved duplicated wxMac/wxCocoa code into src/mac/corefo...
2004-11-01  Ryan Nortonwarning fix for 10.2
2004-10-30  David ElliottCodeWarrior (8.3 mwcc) thinks that it cannot compare...
2004-10-30  David ElliottCodeWarrior (8.3 mwcc) can't figure out that it needs...
2004-10-30  David ElliottFixed compilation with precompiled headers.
2004-10-30  David ElliottCodeWarrior dislikes #include <> syntax for in-tree...
2004-10-22  David ElliottCleaned up getRectsBeingDrawn:count: related code.
2004-10-22  David ElliottForgot the appropriate return statement for the last...
2004-10-22  David ElliottChange friendship so that the base implementation class...
2004-10-20  David ElliottRewrote wxSound:
2004-10-20  David ElliottAdded CocoaSetKeyEquivalent() that sets the accelerator...
2004-10-19  Ryan NortonRework comment a bit to accurately reflect situation...
2004-10-19  David ElliottFixed incorrect comment about [NSDate distantPast]...
2004-10-18  David ElliottDue to the last change the delegate should not release...
2004-10-18  David ElliottRenamed m_hSnd to m_cocoaNSSound (match rest of wxCocoa).
2004-10-18  David ElliottRemoved some extraneous whitespace.
2004-10-18  David ElliottwxCocoa: Add native file dialog from Ryan Norton. ...
2004-10-15  David ElliottwxCocoa: Added wxTaskBarIcon
2004-10-15  David ElliottYes Ryan, I really did mean to remove these files.
2004-10-15  David ElliottAllow the wxMenu to be owned by the NSMenu so that...
2004-10-15  David ElliottAllow the dealloc message to be caught
2004-10-15  David ElliottUse wxObjcAutoRefFromAlloc for sm_cocoaTarget.
2004-10-14  Ryan Nortonreadd files to restore cocoa compilation
2004-10-14  David ElliottRemoved empty wxCocoa wxFileDialog implementation
2004-10-14  David ElliottRemoved empty wxCocoa taskbar files and broken files...
2004-10-12  Ryan Nortonannoying oversight - someday compilers will point this out
2004-10-11  Ryan Nortoncocoa doesn't need system framework - string conversion...
2004-10-09  Ryan Nortoncorrect white values in extra stock cursors
2004-10-08  Ryan Nortonfinal null-char wxString stuff, a couple of bugfixes...
2004-10-08  Ryan Nortonvarious cleanups
2004-10-08  Ryan NortonwxSound for wxCocoa
2004-10-08  Ryan NortonwxDisplay for wxCocoa
2004-10-07  Ryan Nortona bit of cleanup
2004-10-07  Ryan Nortonanother stub for wxCocoa
2004-10-07  Ryan Norton1. Yet another unit test for new stirng stuff
2004-10-07  Ryan Nortonrevert badly screwed up commit :\
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-10-06  Ryan Nortoncursors for cocoa
2004-10-06  Ryan Nortoncocoa tooltips. Remove runtime warning from 10.2 ...
2004-10-05  Ryan Nortondefault pos/size cleanup
2004-10-05  David ElliottImplement wxButtonBase::GetDefaultSize()
2004-10-04  David ElliottAdded wxAutoNSAutoreleasePool where needed for controls...
2004-10-01  David ElliottwxCocoa: Added (mostly) stubs for wxGLCanvas and friends.
2004-10-01  Ryan Nortonfix const to normal warning
2004-09-29  Robin DunnwxSystemSettings::GetMetric returns -1 if the metric...
2004-09-29  David ElliottGet the stock label when stock ID is used with empty...
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-29  David ElliottwxStaticBox constructor is not supposed to take a wxVal...
2004-08-03  David ElliottProvide stub for wxDisplayBase::GetCount()
2004-07-30  Vadim Zeitlinswitched to wxEventLoopBase/wxEventLoop implementation...
2004-06-24  David ElliottWe don't need to pose for NSMenuItem, target/action...
2004-06-24  David Elliott* Do not use class posing to handle target/action.
2004-06-23  David ElliottwxCocoa: Added wxScrollBar
2004-06-23  David ElliottRemove SendDestroyEvent() call from SetNSView() and...
2004-06-22  David ElliottObserve NSControlTintDidChangeNotification in the appli...
2004-06-01  David Elliottwx/notebook.h is not included from wx/wx.h
2004-05-25  Julian SmartMissed reversions
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartMore name change
2004-05-23  Julian SmartName and version changes
2004-05-12  David ElliottWrap within #if wxUSE_NOTEBOOK
2004-04-15  David ElliottMake buttons display the bitmap image instead of the...
2004-04-14  David ElliottwxASSERT_MSG instead of wxASSERT
2004-04-14  David ElliottCocoa_drawRect: Set m_updateRegion using the NSRect...
2004-04-14  David ElliottAdded wxRegion construction from an NSRect or an array...
2004-04-14  David ElliottRework modal dialog code to not depend on now obsolete...
2004-04-13  David ElliottwxCocoa: wxRegion using wxRegionGeneric
2004-04-13  David Elliott#import <AppKit/NSCell.h>
2004-04-13  David ElliottChange <class PixelData> to <typename PixelData> (2...
2004-04-13  David Elliotts/m_clientData/m_itemClientData/ so it doesn't conflict...
2004-04-13  David ElliottMake ObjcRelease() return void like [NSObject -release...
2004-04-12  David ElliottChange m_windowCurrent to m_currentNSWindow such that...
2004-04-11  David ElliottUse wxAutoNSAutoreleasePool when destroying wxIconRefData
2004-04-11  David ElliottYield changes:
2004-04-11  David ElliottAdd wxAutoNSAutoreleasePool to drawing methods
2004-04-11  David ElliottwxWindowCocoaScroller: use wxAutoNSAutoreleasePool...
2004-04-11  David ElliottwxIcon::CopyFromBitmap:
2004-04-11  David ElliottAdd wxAutoNSAutoreleasePool to SetSelection()
2004-04-10  David ElliottHide (orderOut:) modal dialogs after stopping modal...
2004-04-10  David ElliottAdded missing wxT()
2004-04-10  David ElliottImplement a reasonable DoGetBestSize (NSProgressIndicat...
2004-04-10  David ElliottStub for DoGetBestSize() since this isn't an NSControl
2004-04-10  David Elliott1. Faster DoGetBestSize for single-cell controls.
2004-04-10  David ElliottMake DoGetBestSize() always return a width of 100
2004-04-10  David ElliottAdded missing wxT()
2004-04-09  David ElliottAdded files for wxNotebook and wxCocoaNSTabView
2004-04-02  David ElliottAdded wxObjcAutoRef* classes for automatic retain/relea...
2004-03-26  David ElliottAdd support for checked and radio menu items
2004-03-26  David ElliottImplement SetBitmaps()
2004-03-26  David Elliott* Add a comment to Enable() indicating that it is prope...
2004-03-26  David ElliottCreate real separator items instead of items without...
2004-03-26  David ElliottCreate(): use wxAutoNSAutoreleasePool
2004-03-26  David ElliottMake wxCocoa work with wxUSE_STL==1: Use Erase instead...
2004-03-26  David ElliottMake wxCocoa work with wxUSE_STL==1:
2004-03-03  David Elliotts/wxTopLevelWindow/wxTopLevelWindowCocoa/
2004-03-03  David ElliottConstructor now takes a wxTopLevelWindow * = NULL so...
2004-03-02  David ElliottRemoved unncessary includes
2004-03-02  David ElliottImplement wxMenuItemAction and validateMenuItem delegat...
2004-03-02  David ElliottSendDestroyEvent
next