]> git.saurik.com Git - wxWidgets.git/history - src/cocoa
removed old bc++ makefiles
[wxWidgets.git] / src / cocoa /
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()
2003-07-09  David ElliottwxNullBrush should not be Ok(), and GetNSColor() should...
2003-07-09  David ElliottwxBrushRefData constructor: m_style = style instead...
2003-07-09  David ElliottSet m_window instead of using wxWindowDC constructor...
2003-07-09  David ElliottStore a pointer to the wxWindow in the wxWindowDC class
2003-07-09  David ElliottAvoid paint event recursion when the run loop is restar...
2003-07-09  David ElliottRemove check for other wxPaintDCs. It should be done...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  David ElliottPosition the status bar properly
2003-07-07  David ElliottUse NSColor from wxColour and wxBrush
2003-07-07  David ElliottFirst hack at wxBrush for wxCocoa
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-06  David ElliottFixed some fields in the file header
2003-07-06  David ElliottRemove finishLaunching method which called wxTheApp...
2003-07-05  Vadim Zeitlinsome float -> int conversion warnings suppressed (but...
2003-07-03  David ElliottProvide empty stubs for constructors
2003-07-03  David ElliottProvide NSAutoreleasePool instances during initialization
2003-07-02  David ElliottRemoved Vadim's comment. Added comment explaining...
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-28  David Elliottinclude "wx/setup.h" before testing for wxUSE_SLIDER
2003-06-28  David ElliottAdded wxGUIAppTraits::GetOSVersion() implementation.
2003-06-27  David ElliottRemoved wxGetOsVersion stub. It's now handled by utils...
2003-06-24  Vadim Zeitlinremoved duplicate wxTheApp and m_appInitFn definitions...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-23  David ElliottAdded #if wxUSE_SLIDER guard
2003-06-19  David ElliottAdded slider.h/slider.mm to wxCocoa build
next