]> git.saurik.com Git - wxWidgets.git/history - src/cocoa
fix for wx-config --inplace --rezflags output in wxCocoa (and reorganization of code...
[wxWidgets.git] / src / cocoa /
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
2003-09-04  David ElliottAdded wxMenuBarManager
2003-09-02  David ElliottCodeWarrior Obj-C++ requires explicit casts from id...
2003-09-02  David ElliottSupport precompiled headers
2003-09-02  David Elliott* Use wxTopLevelWindow::Show() for modeless dialogs
2003-09-02  David ElliottSet the m_isShown flag appopriately
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...
next