]> git.saurik.com Git - wxWidgets.git/history - src/cocoa
re-added minimal.dsw
[wxWidgets.git] / src / cocoa /
2003-08-29  David ElliottRename some of the Cocoa methods to reflect that they...
2003-08-29  David ElliottImplement windowShouldClose: in delegate instead of...
2003-08-29  David ElliottUse a delegate instead of manually adding notifications...
2003-08-28  David ElliottSend all menu item actions to a dedicated target. ...
2003-08-28  David Elliott* Clean up the includes and use wxprec.h
2003-08-26  David ElliottSend activate/deactivate events for become/resign key
2003-08-26  David ElliottAdded a notification observer for NSWindow. Observe...
2003-08-22  David ElliottShow(): Send a wxWindows size event just before calling...
2003-08-20  David ElliottThe default state for the first radio button in a group...
2003-08-20  David ElliottFix autoresizingMask when scrolling is used
2003-08-20  David Elliott* Use a subclass of NSView for the dummy view which...
2003-08-20  David ElliottNormal wxWindow::Close() behavior
2003-08-19  David ElliottUse NSBox with the NSBoxSeparator box type
2003-08-19  David ElliottOverride CocoaSetEnabled() to call -[NSControl setEnabled:]
2003-08-19  David ElliottAdded machinery to Enable/Disable windows. When a...
2003-08-19  David ElliottWrap NSTableView in an NSScrollView and disable the...
2003-08-19  David ElliottUse bounds rect instead of frame rect when positioning...
2003-08-19  David ElliottUse setAutoresizingMask: NSViewMinYMargin to keep subvi...
2003-08-18  David ElliottSetInitialFrameRect: use frameRect.size.height to calcu...
2003-08-18  David ElliottDoMoveWindow: setNeedsDisplay:YES for the superview
2003-08-18  David Elliott* Implement GetValue() and SetValue().
2003-08-18  David ElliottImplement GetValue() and SetValue() and send an event...
2003-08-18  David Elliottsome more wxListBox support
2003-08-18  David ElliottAdded NSTableView support
2003-08-17  David ElliottHandle setting of client size for all types of windows
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-14  David ElliottStub for wxRegion::Offset
2003-08-14  David ElliottImplemented toolbar/statusbar positioning
2003-08-14  David ElliottImplemented window scrolling using wxWindowCocoaScroller
2003-08-13  David ElliottImprove default size. If the control is auto-fit its...
2003-08-13  David ElliottCreate an NSPopUpButton and size it appropriately
2003-08-13  David ElliottMake appropriate use of MakeDefaultNSRect and SetInitia...
2003-08-13  David ElliottAdded helper functions for setting initial window size:
2003-08-13  David ElliottDon't send idle events while an assertion dialog is...
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-12  David ElliottImplement Raise()/Lower() using [NSVIew sortSubviewsUsi...
2003-08-12  David ElliottLaid groundwork for scrolling.
2003-08-11  David ElliottAdded dummy resources for wxCocoa so bundles will build
2003-08-08  David Elliottlock/unlockFocus when doing the copy in SelectObject
2003-08-08  David Elliott* Since AppKit cannot draw directly on NSBitmapImageRep...
2003-08-08  David Elliott* When cloning the ref data, copy the NSBitmapImageRep...
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2003-08-06  David ElliottContrary to what I had thought, the addSubview and...
2003-08-06  David ElliottDon't install idle event handler in secondary threads.
2003-08-05  David ElliottIn destructor: DestroyChildren() and make sure m_cocoaN...
2003-08-05  David ElliottRemoved wxTheBitmapList code
2003-08-05  David ElliottInitialize m_cocoaDash to NULL in copy constructor
2003-08-04  David ElliottRemove src/cocoa/pen.cpp
2003-08-04  David ElliottUse wxPen
2003-08-04  David ElliottAdded dash support
2003-08-04  David ElliottwxPen implementation (no dash support yet)
2003-08-03  David ElliottAdded wxGUIAppTraits::GetToolkitInfo (ok?)
2003-08-03  David ElliottRemoved wxGUIAppTraits::GetOSVersion
2003-08-03  David ElliottRemoved wxTheApp = this from wxApp constructor
2003-07-29  David ElliottAdded stubs for (DeviceToLogical|LogicalToDevice)(X...
2003-07-29  David ElliottStub for wxIcon constructor taking a non-const xpm
2003-07-29  David ElliottStub for wxRegion constructor taking a wxRect
2003-07-29  David ElliottIMPLEMENT_DYNAMIC_CLASS for wxSpinEvent
2003-07-29  David ElliottKeep track of the captured mouse window so the base...
2003-07-28  David ElliottAdded wxClipboard and wxDataObject (and friends) declar...
2003-07-28  David ElliottAdded wxFontEnumerator stubs
2003-07-24  David ElliottBetter stub for wxDisplaySize
2003-07-22  David ElliottwxCocoa: Added preliminary Blit support
2003-07-21  David ElliottwxCocoa: Preliminary wxMemoryDC implementation
2003-07-21  David ElliottImplemented wxDC stack with focus locking and unlocking
2003-07-21  David ElliottAdded bitmap drawing support
2003-07-21  David ElliottwxCocoa: Added preliminary wxBitmap support
2003-07-21  David ElliottRemove wxBitmapHandler code
2003-07-20  Václav Slavíkfiles.lst files are no longer used
2003-07-16  David ElliottImplement GetLabel and SetLabel
2003-07-15  David ElliottAdded wxAutoNSAutoreleasePool to DoGetBestSize method
2003-07-15  David ElliottAdded wxAutoNSAutoreleasePool to Create method
2003-07-15  David ElliottUse wxAutoNSAutoreleasePool in Create() method
2003-07-15  David ElliottSetStringSelection: wxString& should be const
2003-07-15  David ElliottAdded some stubs
2003-07-15  David ElliottwxCocoa: Added wxGauge
2003-07-14  David ElliottAfter calling sizeToFit, round the size up to the next...
2003-07-14  David ElliottwxSpinCtrl abuses m_isShown. Don't use it for any logic
2003-07-14  David ElliottwxCocoa: Added wxSpinButton
2003-07-14  David ElliottAdded wxUSE_COMBOBOX guard
2003-07-14  David ElliottFixed file header
2003-07-14  David ElliottwxCocoa: Added basic (i.e. not working) implementation...
2003-07-14  David ElliottAdded wxButtonBase::GetDefaultSize stub
2003-07-14  David ElliottCommented out wxAutoNSAutoreleasePool in CallOnInit()
2003-07-14  David ElliottPut wxAutoNSAutoreleasePool in methods that may be...
2003-07-14  David ElliottUse the new wx/cocoa/autorelease.h header.
2003-07-14  Julian SmartRationalised OnIdle
2003-07-14  David ElliottPut OnIdle() back. Without deleting pending objects...
2003-07-14  David ElliottIn the object destructor, Disassociate the object from...
2003-07-14  David ElliottIn destructor, pass the NSView ownership to the base...
2003-07-14  David ElliottCall -[NSApplication stop] instead of terminate. The...
2003-07-14  Vadim Zeitlinremoved OnIdle() which didn't compile any longer
2003-07-12  David ElliottIn the object destructor, leave m_cocoaNSView intact...
2003-07-12  David ElliottIn the object destructor, Disassociate the object from...
2003-07-11  David ElliottAssociate/Disassociate now check for non-NULL pointer...
2003-07-11  David ElliottImplement SetValue() and GetValue()
2003-07-10  David ElliottAdd support for foreground and background colors to...
2003-07-09  David ElliottDon't save and restore the graphics context for color...
2003-07-09  David ElliottImplement wxWindowDC::Clear()
2003-07-09  David ElliottImplement SetBackground()
next