]> git.saurik.com Git - wxWidgets.git/history - src/cocoa
deTABified
[wxWidgets.git] / src / cocoa /
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
2003-06-19  David ElliottMissed a few substitutions the first time around
2003-06-19  David ElliottAdded wxSlider stub
2003-06-19  David ElliottChanged colour.cpp to colour.mm
2003-06-19  David ElliottFirst stab at wxColour using NSColor
2003-06-13  David Elliott* Added gsockcocoa.c to files list
2003-06-13  David ElliottAdded GSocket stubs for wxCocoa
2003-06-13  David ElliottUse the new wxNSStringWithWxString conversion function
2003-06-07  David ElliottAdded stub for the new pure virtual DoInsert method
2003-06-07  David Elliottinclude "wx/module.h" for wxModule
2003-05-24  Julian SmartRemoved wxHTMLHelpControllerBase (putting the
2003-05-23  Gilles Depeyrotremoved print.cpp from list of Mac files and regenerate...
2003-04-19  David Elliott#include "wx/cocoa/ObjcPose.h" from the source in prepa...
2003-04-14  David ElliottAdded InitMouseEvent helper method (like wxMSW)
2003-04-14  David ElliottCatch and forward the following mouse related events:
2003-04-13  David ElliottInclude datacmn.cpp in wxCocoa
2003-04-13  David ElliottRemoved everything since it's now in datacmn.cpp
2003-04-13  David ElliottImplemented Raise()
2003-04-07  David ElliottDo some sanity checks in DoDrawText to make sure we...
2003-04-07  David ElliottAdded stub for wxIcon(const char **xpm)
2003-04-07  David ElliottRelocate DeviceToLogical[XY], add stub for LogicalToDev...
2003-04-07  David ElliottX11-specific code doesn't work so well on wxCocoa
2003-04-06  David ElliottReplace dc.cpp with dc.mm and dcclient.cpp with dc.mm
2003-04-05  David ElliottAdded GetBordersForSizer(int *bordertop, int *borderOther)
2003-04-05  David ElliottCommented out most the the wxLogDebug
2003-04-05  Václav Slavíkregenerated makefiles
2003-04-01  David ElliottImplemented wxWindowCocoa::Cocoa_drawRect
2003-04-01  David ElliottRemoved deprecated parser.o from cocoa.t, reran tmake
2003-03-31  Mattia Barbon Removed Motif files that only contained stubs
2003-03-30  Julian SmartRemoving deprecated classes
2003-03-24  David ElliottSet the m_isShown flag appropriately from Show()
2003-03-24  David ElliottUse m_dummyNSView if necessary to get the superview...
2003-03-24  David ElliottCreate an NSView in leiu of a radio box
2003-03-24  David ElliottCreate an NSView in leiu of a real listbox
2003-03-24  David ElliottUse m_dummyNSView (if it exists) in place of m_cocoaNSV...
2003-03-24  David ElliottCocoaRemoveFromParent can (and will) be called when...
2003-03-24  David ElliottCreate an NSView (in leiu of a real static line)
2003-03-24  David ElliottCreate an NSView (in leiu of a real static bitmap class)
2003-03-24  David Elliott- Remove wxTopLevelWindowCocoa from the wxRTTI class...
2003-03-23  Julian SmartRemoved obsolete ODBC classes.
2003-03-22  David ElliottRegenerated by tmake: added all the cocoa source files
2003-03-22  David ElliottFIXME: Complete stubs or other cruft necessary to make...
2003-03-22  David ElliottAdded more files containing original code and empty...
2003-03-21  David ElliottAdded more original works and stubs
2003-03-21  David ElliottAdded original works and stubs to CVS repository
2003-03-21  David ElliottAdded wxCocoa files.lst. There are not yet any wxCocoa...