]> git.saurik.com Git - wxWidgets.git/history - src/osx
simplify Refresh(), ancestors of a mapped window have to be mapped also, no point...
[wxWidgets.git] / src / osx /
2011-07-10  Stefan Csomorsupport multi-line labels, add different native styles...
2011-07-09  Steve LamertonAdd start of selection api, support for HasSelection...
2011-07-09  Stefan Csomoravoid scrolling to cleared-non existing- data, reload...
2011-07-08  Steve LamertonAdd the ability to enable / disable and check for the...
2011-07-06  Stefan Csomorallow NULL parent menu
2011-07-06  Steve LamertonImplement cut / copy / paste in osx webkit and fix...
2011-07-05  Steve LamertonBring osx class naming into line with the other ports.
2011-07-04  Vadim ZeitlinSuppress some harmless warnings about unused parameters...
2011-06-25  Robin DunnPaper size fix for wxOSX-cocoa
2011-06-18  Stefan Csomorfixing iphone build
2011-06-16  Robin DunnUse wxAnyButton's DoGetBestSize for toggle buttons
2011-06-15  Vadim ZeitlinDon't crash in wxOSX wxTextEntry if the window wasn...
2011-06-14  Robin DunnwxButtonBase::GetDefaultSize is declared but not implem...
2011-06-14  Vadim ZeitlinRefactor wxButton and wxToggleButton to derive from...
2011-06-09  Stefan Csomoradding implementation for osx
2011-06-09  Stefan Csomoradding placeholders for interpolation setting
2011-06-09  Stefan Csomorfixing two warnings
2011-06-09  Stefan Csomorfixing memory leak
2011-06-09  Stefan Csomorinner layout support
2011-06-09  Stefan Csomoradapting ownership semantics to cocoa convention
2011-06-09  Stefan Csomorinit pattern
2011-06-09  Stefan Csomorbetter ownership handling
2011-06-09  Stefan Csomorguard against nullptr
2011-06-09  Stefan Csomorusing common colorspace method
2011-06-09  Stefan Csomoradd member for sheetdialog
2011-06-09  Stefan Csomorbetter retain/release semantics
2011-06-08  Stefan Csomoradapting to init pattern
2011-06-08  Stefan Csomoradding fallback
2011-06-08  Stefan Csomornewstate already set
2011-06-08  Stefan Csomoradding fallback
2011-06-08  Stefan Csomormaking intention clearer by explicit parentheses
2011-06-08  Stefan Csomorfixing uninit vars warning and memory errors
2011-06-08  Stefan Csomoradapting to init pattern
2011-06-08  Stefan Csomoradapting to init pattern
2011-06-06  Stefan Csomorspeeding up rectangle drawing by using specific methods...
2011-06-06  Stefan Csomor10.4 compatibility
2011-06-06  Stefan Csomorreverting to idle handling
2011-06-06  Stefan Csomorturning off unconditional usage of filter-delegate...
2011-06-06  Stefan Csomorsupporting nested window disablers on the same window
2011-06-06  Stefan Csomorsupporting native background color on wxWindow descenda...
2011-06-05  Stefan Csomorsupporting native background on nonownedwindow, see...
2011-06-05  Stefan Csomoradding another assert for tracking modalSession problems
2011-06-03  Stefan Csomorallowing more system keys in fullscreen mode, properly...
2011-06-02  Stefan Csomorfirst implementation for state on custom renderer,...
2011-06-02  Stefan Csomorfixes #12867
2011-06-02  Stefan Csomorreactivate commented out method
2011-06-02  Stefan Csomorcleanup
2011-06-01  Stefan Csomorfirst stab at supporting custom renderers
2011-05-31  Robin DunnVirtualize StartEditor and add implementations for...
2011-05-31  Stefan Csomormaking sure
2011-05-25  Stefan Csomorusing systemui for full screen to allow modal dialogs
2011-05-18  Stefan Csomormaking sure clip (device coordinages) is applied before...
2011-05-16  Steve LamertonRename source files for consistency
2011-05-11  Stefan Csomorseparating observers for default mode (outer 'normal...
2011-05-04  Steve LamertonSet the correct svn properties on the new files. Correc...
2011-05-04  Steve LamertonApplication of the most recent wxWebView patch, the...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03  Dimitri SchoolwerthRestored wxNotebook::HitTest for wxOSX-Carbon.
2011-04-26  Stefan Csomorfixes #12220
2011-04-25  Dimitri SchoolwerthFixed filename in wxOSX-Cocoa's file dialog using exten...
2011-04-22  Stefan Csomorimplementation of HotKey, see #12354
2011-04-20  Dimitri SchoolwerthMake use of SetFilterIndex in wxOSX-Cocoa's file dialog.
2011-04-20  Dimitri SchoolwerthFixed saving dialog's filter index always being -1...
2011-04-17  Vadim ZeitlinImplement auto-completion support for wxTextEntry in...
2011-04-16  Stefan Csomoradding missing part when using the native paint CGConte...
2011-04-16  Stefan Csomorsupprting flag for pixel offsetting for osx, see #11853
2011-04-13  Stefan Csomorpreparing for completions support
2011-04-09  Stefan Csomorfixing configure builds for iphone
2011-04-08  Stefan Csomorworkaround OSX bug, fixes #4555
2011-04-08  Stefan Csomorsupport 3.X deployment
2011-04-07  Stefan Csomoradding 10.5 APIs to avoid CGErrors, fixes #13121
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-31  Vadim ZeitlinImplement wxGraphicsContext::GetSize() for Cairo.
2011-03-30  Vadim ZeitlinAdd wxUSE_STD_CONTAINERS and turn it on by default.
2011-03-22  Stefan Csomorwiring notifications
2011-03-22  Stefan Csomorfirst version of osx_cocoa implementation
2011-03-22  Stefan Csomoronly remove from parent if not content view, fixes...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-22  Stefan Csomorfixes #13064
2011-03-22  Stefan Csomorfixes #12579
2011-03-20  Stefan Csomorspinctrl on mac is generic, so the peer is a userpane...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-19  Stefan Csomorgoing private with userpane info
2011-03-18  Stefan Csomormoving userpane attribute into implementation
2011-03-18  Dimitri SchoolwerthSet svn properties on various files throughout the...
2011-03-18  Stefan Csomorgoing private for m_peer to give a foundation for bette...
2011-03-18  Stefan Csomorgoing private for m_peer to give a foundation for bette...
2011-03-16  Stefan Csomoradding missing newline at end of file
2011-03-16  Stefan Csomorremoving condition that is always true anyway (unsigned>=0)
2011-03-16  Stefan Csomorfixing unused params
2011-03-16  Stefan Csomorcalling explicit base class constructor from copy const...
2011-03-16  Stefan Csomorfixing iterator use
2011-03-16  Stefan Csomormaking conversion explicit silences deprecation warning
2011-03-16  Stefan Csomorsigned/unsigned warning fix
2011-03-16  Stefan Csomorsigned/unsigned warning fix
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2011-03-16  Stefan Csomorsilence incorrect warning about missing return value
2011-03-14  Vadim ZeitlinAllow wxThread::Wait() and Delete() to block, even...
2011-03-12  Stefan Csomoradd external utf16 text type explicitely, as it otherwi...
2011-03-11  Stefan Csomorsupporting 24 and 64 sizes via scaling up
next