]> git.saurik.com Git - wxWidgets.git/history - src/cocoa
Removed the SaveBG hack. The real incompatibility is that the MemoryDC
[wxWidgets.git] / src / cocoa /
2004-02-16  David ElliottRemove superfluous call to CocoaRemoveFromParent (it...
2004-02-09  David ElliottDo not try to set the proper position if creating a...
2004-02-09  David ElliottImplement right mouse down/dragged/up
2004-02-09  David ElliottWhen destroying the window, only remove it from its...
2004-02-09  David ElliottDon't close dialogs in ~wxDialog as it just hides other...
2004-02-09  David ElliottwxBitmap::GetNSImage(): Added trace messages. Release...
2004-02-08  David ElliottUse wxLogTrace instead of wxLogDebug for trace messages
2004-02-02  David Elliott* GetValue() now returns true if the state is undetermined
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-29  David ElliottUse wxBitmap::GetNSImage(false) instead of duplicating...
2004-01-29  David ElliottConvertToImage: Check !Ok() (we may not have any ref...
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 Zeitlinminimal changes needed to allow linking wxCocoa as...
2004-01-22  Vadim Zeitlinuse wxColourDatabase::Find(), not obsolete FindColour...
2004-01-22  Vadim Zeitlinsuppress warnings about implicit float -> int conversions
2004-01-22  Vadim Zeitlinwarning about returning something from a void function
2004-01-22  Vadim Zeitlinsuppress warnings about implicit double -> int conversions
2004-01-22  David ElliottUnicode build fixes
2004-01-22  David ElliottApplied patch #881258: Add wxT() to debug messages...
2004-01-22  David ElliottApplied correct filename case for header imports from...
2004-01-18  David ElliottRemoved this file since it was only stubs and we now...
2004-01-17  David ElliottReverted patch [ 832096 ] Final separation for GUI...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-14  David ElliottIsInAssert is only available (and only makes sense...
2004-01-14  David ElliottAdded empty base class constructors. This will still...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-12-16  David ElliottAdded wxAutoNSAutoreleasePool to Create(Tool|Status)Bar
2003-12-16  David Elliott1. Initialize m_mouseDownTool = NULL. Fixes crash...
2003-12-16  David ElliottIn UpdateFrameNSView size the toolbar to its best size.
2003-12-16  David ElliottVery basic wxToolBar implementation
2003-12-15  David ElliottUse wxBitmap::GetNSImage() in wxDC::DrawBitmap. Mask...
2003-12-15  David ElliottAdd wxBitmap::GetNSImage() which creates an autorelease...
2003-12-15  David ElliottStrip menu codes from label
2003-12-15  David ElliottWrap some functions with wxAutoNSAutoreleasePool
2003-12-15  David ElliottImproved idle event processing.
2003-12-09  David ElliottAdd support for wxMask creation from RGBx data (x=unused)
2003-12-08  David ElliottCompilation fix
2003-12-08  David ElliottImplement wxMask given a wxBitmap and a mask wxColour.
2003-12-06  David ElliottAdded simple implementation of (Get|Unget)RawData.
2003-11-13  David ElliottAdded implementation of MDI using top level windows
2003-11-13  David ElliottAdded a mechanism allowing a toplevel window to delay...
2003-11-13  David ElliottVery lame fix for windows with -1 for a component of...
2003-11-13  David ElliottFix file header and remove unused include "wx/cocoa...
2003-11-13  David ElliottRenamed UpdateWindowMenuBar to UpdateMenuBar and remove...
2003-11-06  David ElliottAdd wxCocoaNSWindow* parameter to GetAppMenuBar so...
2003-11-06  David Elliott* Removed CocoaInternalIdle()
2003-11-06  David ElliottDon't pass notifications to wxMenuBarManager. It will...
2003-11-06  David ElliottDon't call wxMenuBarManager::CocoaInternalIdle(). ...
2003-11-06  David ElliottAdd virtual wxMenuBar* GetAppMenuBar();
2003-11-06  David ElliottwxMenuBarManager::InstallMenuBarForWindow no longer...
2003-11-06  David ElliottChanged Command to ProcessCommand
2003-11-04  David ElliottUse a lowercase 'q' for the Quit menu item's keyEquivalent.
2003-11-04  David ElliottRemoved call to InitBase() from wxWindowCocoa::Init()
2003-10-21  Gilles Depeyrotapplied SF patch # 826838 to fix removal of -psn_*...
2003-10-09  David ElliottAdded lengthy comment detailing the implications of...
2003-10-09  David ElliottPrevent Cocoa from waiting indefinitely when stopping...
2003-10-08  David ElliottImplement Pending and Dispatch
2003-10-06  David ElliottUse NSWindow delegate notification windowWillClose...
2003-10-06  David Elliott* Add bool parameter to WindowDidResignKey indicating...
2003-10-06  David ElliottMoved wxCocoa specific doIdle method to application...
2003-10-06  David ElliottUse an application delegate object
2003-10-06  David ElliottAlways return NO for applicationShouldTerminateAfterLas...
2003-10-03  David ElliottRemoved MainLoop, ExitMainLoop, Pending, and Dispatch
2003-10-03  David ElliottExtremely simple implementation of wxEventLoop using...
2003-10-02  David Elliottinclude "wx/encinfo.h" for wxNativeEncodingInfo
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  David ElliottCleaned up some comments, reorganized some code
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-08  David ElliottImplement NSMenuValidation protocol for the wxNSMenuIte...
2003-09-08  David ElliottRemove wxASSERT(!m_windowKey) and wxASSERT(!m_windowMai...
2003-09-08  David ElliottUse wxStripMenuCodes
2003-09-08  David ElliottImplement wxSpinButton (except up/down events)
2003-09-08  David ElliottProvide target/action mechanism for subclasses to use
2003-09-08  David ElliottWhen using a non-subclassed NSControl, use a new wxNonC...
2003-09-08  David ElliottImplement (sort-of) non-client wxWindowDC
2003-09-08  David ElliottAdded virtual GetNonClientNSView()
2003-09-08  David Elliott* Added NSWindowStyleForWxStyle static method
2003-09-06  David ElliottUse an NSImageView instead of an NSView (nothing works...
2003-09-06  David ElliottUse an NSSlider instead of an NSView (nothing works...
2003-09-06  David ElliottImplement wxChoice including sorting and client data
2003-09-05  David ElliottImplement wxGauge
2003-09-05  David ElliottImplement wxApp::Yield
2003-09-05  David ElliottImplement the hashmap for NSMenu
2003-09-05  David ElliottAdded ability to observe NSMenu notifications
2003-09-05  David Elliott* Move m_cocoaNSMenu out of wxCocoaNSMenu and into...
2003-09-05  David ElliottSet the window's title
2003-09-05  David ElliottwxMenuBar:
2003-09-05  David Elliott* Set the window's title
2003-09-05  David ElliottCodeWarrior Obj-C++ requires explicit casts from id...
2003-09-05  David ElliottWhen a modal dialog is shown and the app isn't running...
2003-09-05  David Elliott* Added GetAppMenuBar
2003-09-05  David ElliottAdd support for wxMenuBarManager
2003-09-04  David Elliott* Added virtual GetAppMenuBar() which returns the app...
2003-09-04  David Elliott* Added delegate notifications for Become/Resign Main
next