]> git.saurik.com Git - wxWidgets.git/history - src/cocoa
removing OmnisRC flags
[wxWidgets.git] / src / cocoa /
2005-03-26  David ElliottMoved #if wxUSE_COMBOBOX after real wx/wxprec.h include.
2005-03-26  David ElliottMetrowerks Objective-C++ is more strict about types...
2005-03-23  David ElliottComment out extraneous include wx/wxprec.h (part of...
2005-03-21  Vadim Zeitlinanother compilation fix after wxMenuBar ctor patch
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-12  David ElliottAdded trailing newline.
2005-03-12  David ElliottAdded back trailing newline. Please be more careful...
2005-03-07  Robert Roebling Applied GetSystemMetric patch to suppurt GTK and...
2005-02-27  Julian SmartAdded GetBitmap, GetIcon to wxImageList
2005-02-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-21  Włodzimierz SkibaConsistent wxWindow::Enable with wxRadioBox::Enable...
2005-02-20  Ryan Nortonif wxUSE_XXX fixes
2005-02-17  Ryan NortonComboBox for cocoa
2005-02-16  Ryan Nortonimplement some missing methods
2005-02-15  Ryan Nortonfix CFDictionary/Number/String combo memory leak in...
2005-02-13  Ryan Nortoncompilo
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2005-02-13  Vadim Zeitlinremoved multiple duplicate copies (with subtly differen...
2005-02-04  Ryan Nortonfix cocoa wxTimer Stop crash, proper autorelease stuff...
2005-02-04  Ryan Nortoncocoa wxTimer
2005-02-04  Ryan Nortonmake cocoa mediactrl usable. Some touchups to carbon...
2005-02-04  Ryan Nortonuse wx/math.h for math constants - avoids redifinition...
2005-02-04  Ryan Nortonfix double->unsigned char warnings
2005-02-03  Ryan Nortonprelimanary wxMediaCtrl cocoa support
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-18  David ElliottDon't depend on m_cocoaWxToBoundsTransform not being...
2005-01-18  David ElliottSending copy to an instance infers ownership by the...
2005-01-17  David ElliottMoved Clear() implementation into wxDC using a new...
2005-01-14  David ElliottSplit some of the recent code out to make it more reusable.
2005-01-14  David ElliottForgot to initialize m_cocoaWxToBoundsTransform = nil;
2005-01-14  David ElliottSeparate NSAffineTransform creation out of wxDC::CocoaA...
2005-01-12  David ElliottAdd new methods to transform coordinates expressed...
2005-01-12  David ElliottImplement using NSColor class methods for system colors.
2005-01-12  David ElliottImproved whitespace in GetColour() so I can see what...
2005-01-11  David ElliottRenamed src/cocoa/settings.cpp to settings.mm.
2005-01-11  David ElliottImplemented simplistic ConvertToImage()
2005-01-11  David ElliottCorrected m_depth assignment in CopyFromIcon
2005-01-11  David ElliottImplement CopyFromIcon
2005-01-11  David ElliottReplaced obviously incorrect code for SetFocus and...
2005-01-11  David ElliottRenamed the wxWindowCocoaScroller class to wxWindowCoco...
2005-01-10  David ElliottAdd constructor and Set taking NSColor.
2005-01-10  David ElliottAdded wxMemoryDC::Clear()
2005-01-04  Włodzimierz SkibaOld API depreciated. Use of new API. Source cleaning.
2004-12-29  David ElliottAdded wxBitmap::UseAlpha() stub.
2004-12-28  David ElliottRetain/release the NSButtonCell during user action...
2004-11-17  David ElliottImplement toolbar tool clicks. Get rid of wxNSActionCe...
2004-11-04  David ElliottMoved duplicated wxMac/wxCocoa code into src/mac/corefo...
2004-11-01  Ryan Nortonwarning fix for 10.2
2004-10-30  David ElliottCodeWarrior (8.3 mwcc) thinks that it cannot compare...
2004-10-30  David ElliottCodeWarrior (8.3 mwcc) can't figure out that it needs...
2004-10-30  David ElliottFixed compilation with precompiled headers.
2004-10-30  David ElliottCodeWarrior dislikes #include <> syntax for in-tree...
2004-10-22  David ElliottCleaned up getRectsBeingDrawn:count: related code.
2004-10-22  David ElliottForgot the appropriate return statement for the last...
2004-10-22  David ElliottChange friendship so that the base implementation class...
2004-10-20  David ElliottRewrote wxSound:
2004-10-20  David ElliottAdded CocoaSetKeyEquivalent() that sets the accelerator...
2004-10-19  Ryan NortonRework comment a bit to accurately reflect situation...
2004-10-19  David ElliottFixed incorrect comment about [NSDate distantPast]...
2004-10-18  David ElliottDue to the last change the delegate should not release...
2004-10-18  David ElliottRenamed m_hSnd to m_cocoaNSSound (match rest of wxCocoa).
2004-10-18  David ElliottRemoved some extraneous whitespace.
2004-10-18  David ElliottwxCocoa: Add native file dialog from Ryan Norton. ...
2004-10-15  David ElliottwxCocoa: Added wxTaskBarIcon
2004-10-15  David ElliottYes Ryan, I really did mean to remove these files.
2004-10-15  David ElliottAllow the wxMenu to be owned by the NSMenu so that...
2004-10-15  David ElliottAllow the dealloc message to be caught
2004-10-15  David ElliottUse wxObjcAutoRefFromAlloc for sm_cocoaTarget.
2004-10-14  Ryan Nortonreadd files to restore cocoa compilation
2004-10-14  David ElliottRemoved empty wxCocoa wxFileDialog implementation
2004-10-14  David ElliottRemoved empty wxCocoa taskbar files and broken files...
2004-10-12  Ryan Nortonannoying oversight - someday compilers will point this out
2004-10-11  Ryan Nortoncocoa doesn't need system framework - string conversion...
2004-10-09  Ryan Nortoncorrect white values in extra stock cursors
2004-10-08  Ryan Nortonfinal null-char wxString stuff, a couple of bugfixes...
2004-10-08  Ryan Nortonvarious cleanups
2004-10-08  Ryan NortonwxSound for wxCocoa
2004-10-08  Ryan NortonwxDisplay for wxCocoa
2004-10-07  Ryan Nortona bit of cleanup
2004-10-07  Ryan Nortonanother stub for wxCocoa
2004-10-07  Ryan Norton1. Yet another unit test for new stirng stuff
2004-10-07  Ryan Nortonrevert badly screwed up commit :\
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-10-06  Ryan Nortoncursors for cocoa
2004-10-06  Ryan Nortoncocoa tooltips. Remove runtime warning from 10.2 ...
2004-10-05  Ryan Nortondefault pos/size cleanup
2004-10-05  David ElliottImplement wxButtonBase::GetDefaultSize()
2004-10-04  David ElliottAdded wxAutoNSAutoreleasePool where needed for controls...
2004-10-01  David ElliottwxCocoa: Added (mostly) stubs for wxGLCanvas and friends.
2004-10-01  Ryan Nortonfix const to normal warning
2004-09-29  Robin DunnwxSystemSettings::GetMetric returns -1 if the metric...
2004-09-29  David ElliottGet the stock label when stock ID is used with empty...
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-29  David ElliottwxStaticBox constructor is not supposed to take a wxVal...
2004-08-03  David ElliottProvide stub for wxDisplayBase::GetCount()
2004-07-30  Vadim Zeitlinswitched to wxEventLoopBase/wxEventLoop implementation...
2004-06-24  David ElliottWe don't need to pose for NSMenuItem, target/action...
2004-06-24  David Elliott* Do not use class posing to handle target/action.
2004-06-23  David ElliottwxCocoa: Added wxScrollBar
2004-06-23  David ElliottRemove SendDestroyEvent() call from SetNSView() and...
next