]> git.saurik.com Git - wxWidgets.git/history - src/cocoa
Initial revision
[wxWidgets.git] / src / cocoa /
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
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-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...
next