XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / src / cocoa /
2013-09-17  Vadim ZeitlinFix assorted typos in comments and other non-code.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-03  Vadim ZeitlinRewrite wxExecute() implementation under Unix.
2013-07-03  Vadim ZeitlinAdd wxEventLoop::ScheduleExit().
2013-07-03  Vadim ZeitlinAdd wxEventLoopBase::DoRun().
2013-05-20  Vadim ZeitlinAdd a public wxModalDialogHook class for intercepting...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2012-11-01  Václav SlavíkAdd wxTEST_DIALOG for testing of modal dialogs.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-02-05  Vadim ZeitlinDeprecate second parameter of wxSlider::SetTickFreq().
2011-01-07  Stefan Csomorcommon rtti in nbkbase.cpp
2011-01-07  Stefan Csomorcommon rtti in fontcmn.cpp
2011-01-07  Stefan Csomorhaving menu classinfo at one place
2011-01-04  Stefan Csomorfixing duplicate rti info
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-10-27  Vadim ZeitlinNo real changes, just replace -1 with wxNOT_FOUND in...
2010-10-24  Vadim ZeitlinAdd support for specifying child process cwd and env...
2010-09-29  Vadim ZeitlinReturn wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-04-26  Vadim ZeitlinSet popup menu invoking window in wxWindowBase and...
2010-04-06  Vadim ZeitlinMove SendTextUpdatedEvent() down to wxTextEntryBase...
2010-03-20  Vadim ZeitlinAdd wxMessageDialog::GetEffectiveIcon() and use it...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-03-22  Vadim Zeitlincompilation fix after wxBrushStyle changes (closes...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-03-02  Francesco MontorsiProcessPendingEvents() is now in wxApp
2009-02-16  Paul Cornettfix evtloop.h header dependency
2009-02-15  Francesco MontorsiwxApp::DoYield => wxGUIEventLoop::YieldFor (part of...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-09  Francesco MontorsiFix wxLaunchDefaultBrowser on wxMSW for local files...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-12-28  Vadim Zeitlinimplement DispatchTimeout() for wxCocoa
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-09-05  Vadim Zeitlinmake it possible to use stock ids for custom message...
2008-09-05  Vadim Zeitlinimplement support for custom button labels in wxMessage...
2008-08-13  Paul Cornettmove notebook event definition to common code
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-06-21  Vadim Zeitlindon't allow editing listbox entries; better handling...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-06-11  Paul Cornettmove 8 copies of the same function to common code
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-15  Vadim Zeitlindon't assign the returned value in wxMDIParentFrame...
2008-02-26  David Elliott* When hiding a wxWindow make sure that none of its...
2008-02-18  David ElliottLimit wxListBox best size to 100x100. Particularly...
2008-02-18  David ElliottRevert the 2.8 hacks from r51892 on the trunk.
2008-02-18  David ElliottEnsure that the NSTableColumn width is that of its...
2008-02-18  David ElliottFix bug where native views with the NSScrollView wrappe...
2008-02-14  David ElliottBetter listbox scrollbar behavior.
2008-02-14  David ElliottHack: force a vertical scroller on wxListBox.
2008-02-14  David ElliottMove wxWindowCocoaScrollView class into its own header.
2008-02-14  David ElliottMore GC fixes.
2008-02-13  David ElliottFix (at least) slider action messages in GC mode.
2008-02-11  David ElliottWhen Cocoa sends [tabView:didSelectTabViewItem:] create...
2008-02-08  David ElliottAdd wxGCSafeRetain/wxGCSafeRelease to the vast majority...
2008-02-06  David ElliottFix most of the Objective-C GC problems by using the...
2008-01-31  David ElliottAllow wxTopLevelWindowCocoa::SetDefaultItem(NULL)
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-20  Julian SmartCorrected wxRTTI for wxNotebook so dynamic casting...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-04  David ElliottMake wxCocoa compile with new pImpl wxDC.
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-29  David ElliottImplement wxBitmap::GetSubBitmap.
2007-11-29  David ElliottImplement wxIcon::LoadFile by defering to wxBitmap...
2007-11-19  David ElliottDon't initialize argv member of wxApp in unicode mode...
2007-11-09  David ElliottAdd RCS-ID and normalize whitespace.
2007-11-09  David ElliottApplied slightly-modified patch 1826540 from Gareth...
2007-11-01  David ElliottTemporary hack to allow wxUSE_FSCRIPT to be set on...
2007-11-01  David ElliottFix mouse coordinates in scrolled views to be those...
2007-11-01  David ElliottImplement scrolling like wxWindow expects. That is...
2007-10-25  David ElliottLook for and remove any "-NSKey" "value" types of optio...
2007-10-19  David ElliottImprove behavior of menubar switching when windows...
2007-10-19  David ElliottAdd ProcessPendingEvents to wxApp::Yield which makes...
2007-10-18  David ElliottHalfway reasonable implementation of wxFont for wxCocoa.
2007-10-14  David ElliottDon't force the child's m_isShown state to match that...
2007-10-13  David ElliottImplement creation of wxFont from wxNativeFontInfo.
2007-10-13  David ElliottReplace most of the fields in wxFontRefData with one...
2007-10-13  David ElliottMove wxCocoa's wxFontRefData from the header to the...
2007-10-13  David ElliottRename src/cocoa/font.cpp to font.mm in both trunk...
2007-10-12  David ElliottDisable accidently committed F-Script code.
2007-10-12  David ElliottRemove wxNonControlNSControl from trunk. Leave in...
2007-10-12  David ElliottUse WXNSView just like wxWindow does when creating...
next