]> git.saurik.com Git - wxWidgets.git/history - include/wx/cocoa
added wxPowerEvent; moved power functions stubs to common/powercmn.cpp
[wxWidgets.git] / include / wx / cocoa /
2006-05-06  Vadim Zeitlinmisc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag...
2006-04-30  Robert Roebling Trying to commit wxDirDialog patch.
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-20  Paul Cornettremove unneeded gdiobj.h files
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-03-24  Włodzimierz SkibaMore null virtuals in wxRadioBoxBase (see: 'Developers_...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-16  Vadim ZeitlinwxDisplay cleanup/rewrite:
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-12  Vadim Zeitlinnative implementation of wxDirDialog for wxCocoa (patch...
2006-03-12  Vadim Zeitlinnon virtual dtors warning fixes
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-11-30  Vadim Zeitlin1. moved m_majorDim duplicated in many ports to wxRadio...
2005-11-10  Włodzimierz SkibaMissing commit.
2005-11-10  Włodzimierz SkibaMissing commit.
2005-11-08  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxCocoa part).
2005-10-18  David ElliottRemove sm_cocoaDelegate singleton. We need per-instanc...
2005-10-05  Włodzimierz SkibawxColour source cleaning. Corrections to 'const unsigne...
2005-10-04  Włodzimierz SkibaFix for mistake with const for non pointer/reference...
2005-10-04  Włodzimierz SkibawxBrush::SetColour and wxPen::SetColour unified. Source...
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-26  David ElliottMake wxToolBar accept first mouse clicks. That is...
2005-09-26  David ElliottAdd EndDialog helper which calls EndModal with the...
2005-09-25  Michael WetherellFixes for include guards, patch 1256967 Paul Cornett
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  David ElliottAdded Cocoa_acceptsFirstMouse.
2005-09-23  David ElliottAdded Cocoa_canBecomeKeyWindow.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-18  David ElliottSet m_cocoaDataSource = NULL in default constructor...
2005-04-22  Ryan Nortonimplement label setting
2005-04-19  Ryan Nortoncompilo
2005-04-16  Vadim Zeitlincompilation fix: use wxSB_HORIZONTAL/VERTICAL instead...
2005-03-23  David ElliottGCC 4.0 (Apple 4059) is a little bit pickier than 3.3.
2005-03-21  Vadim Zeitlinadded orient parameter to wxMDIParentFrame::Tile()
2005-03-20  Vadim Zeitlincompilation fix after last commit (missing semicolon...
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-11  Vadim Zeitlingave default value of wxID_ANY to id parameter of wxSta...
2005-03-07  Vadim Zeitlinextracted platform-specific code to determine static...
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-17  Ryan NortonComboBox for cocoa
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 Nortoncocoa wxTimer
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-17  David ElliottMoved Clear() implementation into wxDC using a new...
2005-01-14  David ElliottForgot to commit this as part of the CocoaGetWxToBounds...
2005-01-14  David ElliottSeparate NSAffineTransform creation out of wxDC::CocoaA...
2005-01-13  Włodzimierz SkibaCommon default notebook name.
2005-01-12  David ElliottAdd new methods to transform coordinates expressed...
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()
2004-12-31  Włodzimierz SkibawxDialog::Show is virtual as elsewhere. Native PalmOS...
2004-12-29  David ElliottAdded wxBitmap::UseAlpha() stub.
2004-12-16  David ElliottFixed typo(?)
2004-12-16  Włodzimierz SkibaMake ComputeScaleAndOrigin() as virtual part of wxDCBas...
2004-12-09  Julian SmartAdded further 'missing' wxTextCtrl-like functions to...
2004-12-03  Włodzimierz SkibawxBrushBase between wxBrush and wxGDIObject (class...
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-11-17  David ElliottImplement toolbar tool clicks. Get rid of wxNSActionCe...
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-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 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  David ElliottRemoved empty wxCocoa wxFileDialog implementation
2004-10-14  David ElliottRemoved empty wxCocoa taskbar files and broken files...
2004-10-11  Ryan Nortoncocoa doesn't need system framework - string conversion...
2004-10-08  Ryan Nortonvarious cleanups
2004-10-08  Ryan NortonwxSound for wxCocoa
2004-10-08  Ryan NortonwxDisplay for wxCocoa
2004-10-07  Ryan Nortonfix a bunch of warnings in unicode build
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  David ElliottImplement wxBitmapButton::DoGetBestSize() to call wxBut...
2004-10-05  David ElliottImplement wxButtonBase::GetDefaultSize()
2004-10-01  David ElliottwxCocoa: Added (mostly) stubs for wxGLCanvas and friends.
2004-09-29  David ElliottwxStaticBox constructor is not supposed to take a wxVal...
2004-08-30  Václav Slavíknew stock buttons API
2004-08-16  David ElliottUse variable name winid instead of id. id is a typedef...
2004-08-15  Václav Slavíkadded stock buttons support
2004-06-24  David Elliott* Do not use class posing to handle target/action.
2004-06-23  David ElliottwxCocoa: Added wxScrollBar
2004-06-22  David ElliottObserve NSControlTintDidChangeNotification in the appli...
2004-06-03  Václav Slavíksplit wxRegion(wxBitmap) ctor into two ctors with clear...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
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 Elliotts/m_clientData/m_itemClientData/ so it doesn't conflict...
2004-04-13  David ElliottMake ObjcRelease() return void like [NSObject -release...
next