Nuke #pragma implementation/interface's
[wxWidgets.git] / include / wx / cocoa /
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-18  David ElliottSet m_cocoaDataSource = NULL in default constructor...
2005-04-22  Ryan Nortonimplement label setting
2005-04-19  Ryan Nortoncompilo
2005-04-16  Vadim Zeitlincompilation fix: use wxSB_HORIZONTAL/VERTICAL instead...
2005-03-23  David ElliottGCC 4.0 (Apple 4059) is a little bit pickier than 3.3.
2005-03-21  Vadim Zeitlinadded orient parameter to wxMDIParentFrame::Tile()
2005-03-20  Vadim Zeitlincompilation fix after last commit (missing semicolon...
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-11  Vadim Zeitlingave default value of wxID_ANY to id parameter of wxSta...
2005-03-07  Vadim Zeitlinextracted platform-specific code to determine static...
2005-02-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-21  Włodzimierz SkibaConsistent wxWindow::Enable with wxRadioBox::Enable...
2005-02-17  Ryan NortonComboBox for cocoa
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2005-02-13  Vadim Zeitlinremoved multiple duplicate copies (with subtly differen...
2005-02-04  Ryan Nortoncocoa wxTimer
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-17  David ElliottMoved Clear() implementation into wxDC using a new...
2005-01-14  David ElliottForgot to commit this as part of the CocoaGetWxToBounds...
2005-01-14  David ElliottSeparate NSAffineTransform creation out of wxDC::CocoaA...
2005-01-13  Włodzimierz SkibaCommon default notebook name.
2005-01-12  David ElliottAdd new methods to transform coordinates expressed...
2005-01-11  David ElliottRenamed the wxWindowCocoaScroller class to wxWindowCoco...
2005-01-10  David ElliottAdd constructor and Set taking NSColor.
2005-01-10  David ElliottAdded wxMemoryDC::Clear()
2004-12-31  Włodzimierz SkibawxDialog::Show is virtual as elsewhere. Native PalmOS...
2004-12-29  David ElliottAdded wxBitmap::UseAlpha() stub.
2004-12-16  David ElliottFixed typo(?)
2004-12-16  Włodzimierz SkibaMake ComputeScaleAndOrigin() as virtual part of wxDCBas...
2004-12-09  Julian SmartAdded further 'missing' wxTextCtrl-like functions to...
2004-12-03  Włodzimierz SkibawxBrushBase between wxBrush and wxGDIObject (class...
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-11-17  David ElliottImplement toolbar tool clicks. Get rid of wxNSActionCe...
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-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 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  David ElliottRemoved empty wxCocoa wxFileDialog implementation
2004-10-14  David ElliottRemoved empty wxCocoa taskbar files and broken files...
2004-10-11  Ryan Nortoncocoa doesn't need system framework - string conversion...
2004-10-08  Ryan Nortonvarious cleanups
2004-10-08  Ryan NortonwxSound for wxCocoa
2004-10-08  Ryan NortonwxDisplay for wxCocoa
2004-10-07  Ryan Nortonfix a bunch of warnings in unicode build
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  David ElliottImplement wxBitmapButton::DoGetBestSize() to call wxBut...
2004-10-05  David ElliottImplement wxButtonBase::GetDefaultSize()
2004-10-01  David ElliottwxCocoa: Added (mostly) stubs for wxGLCanvas and friends.
2004-09-29  David ElliottwxStaticBox constructor is not supposed to take a wxVal...
2004-08-30  Václav Slavíknew stock buttons API
2004-08-16  David ElliottUse variable name winid instead of id. id is a typedef...
2004-08-15  Václav Slavíkadded stock buttons support
2004-06-24  David Elliott* Do not use class posing to handle target/action.
2004-06-23  David ElliottwxCocoa: Added wxScrollBar
2004-06-22  David ElliottObserve NSControlTintDidChangeNotification in the appli...
2004-06-03  Václav Slavíksplit wxRegion(wxBitmap) ctor into two ctors with clear...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
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 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-10  David ElliottAdded header preprocessor guard
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 ElliottMake DoGetBestSize() always return a width of 100
2004-04-09  David ElliottAdded files for wxNotebook and wxCocoaNSTabView
2004-04-02  David ElliottAdded wxObjcAutoRef* classes for automatic retain/relea...
2004-03-28  David ElliottRemoved extraneous m_items (the real one is in wxMenuBase)
2004-03-26  David ElliottMake wxCocoa work with wxUSE_STL==1:
2004-03-03  David ElliottConstruct wxCocoaNSWindow with a pointer to this
2004-03-03  David Elliotts/wxTopLevelWindow/wxTopLevelWindowCocoa/
2004-03-03  David ElliottConstructor now takes a wxTopLevelWindow * = NULL so...
2004-03-02  David ElliottImplement wxMenuItemAction and validateMenuItem delegat...
2004-02-27  David ElliottMake wxMenuItemAction: and validateMenuItem: delegate...
2004-02-20  David ElliottImplement wxMenuItemAction: and validateMenuItem: deleg...
2004-02-19  David ElliottUse one wxNSWindowDelegate instance per wxCocoaNSWindow...
2004-02-08  David ElliottAdd wxCocoa-specific trace masks
2004-02-02  David ElliottApplied modified 3-state checkbox patch from Mathew...
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-27  David ElliottwxCocoa: Better icon support
2004-01-27  David ElliottMoved @interface wxNSApplicationDelegate to new header
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-22  Vadim Zeitlinuse wxColourDatabase::Find(), not obsolete FindColour...
2004-01-22  Vadim Zeitlinlinking fix for wxCocoa apps using clipboard
2004-01-22  David Elliott* Add Unicode support for wxNSStringWithWxString and...
2004-01-22  David ElliottApplied patch #881258: Add wxT() to debug messages...
2004-01-22  David ElliottApplied correct filename case for header imports from...
2003-12-16  David ElliottVery basic wxToolBar implementation
next