]> git.saurik.com Git - wxWidgets.git/history - src/osx/cocoa
Disconnect all GTK signals referencing a wx object which is being destructed
[wxWidgets.git] / src / osx / cocoa /
2012-09-08  Vadim ZeitlinFix some typos in the comments in wxOSX code.
2012-09-06  Stefan Csomorrestrict change from r71719 because otherwise apps...
2012-08-29  Stefan Csomoravoid duplication in native dialog
2012-08-29  Stefan Csomoruse global NSLayoutManager
2012-08-29  Stefan Csomoradd global NSLayoutManager instance
2012-08-29  Stefan Csomorfixes #13557
2012-08-29  Stefan Csomortemporary workaround
2012-08-29  Stefan Csomorpropagating font to the individual columns, changing...
2012-08-28  Stefan Csomorfixing usage of load states, set controller visible...
2012-08-12  Stefan Csomorforwarding style changes to documentViews, see #14578
2012-08-02  Robin DunnEnable the wxMediaCtrl backend for wxOSX-cocoa in the...
2012-07-24  Stefan Csomoravoid deprecated API, fixes #13727
2012-07-23  Stefan Csomorfixing capture problem for mouse moved events, fixes...
2012-07-21  Stefan Csomorturning off undo for setter, otherwise memory gets...
2012-07-15  Stefan Csomorremoving workaround for listbox, finishing drop target...
2012-07-13  Stefan Csomoralways use calibrated colors, fixes #14482
2012-07-07  Stefan Csomorfixing double focus ring under 10.7, emulating only...
2012-07-04  Stefan Csomorsupporting alignment in single line controls, see ...
2012-07-04  Stefan Csomorusing correct constant
2012-07-02  Vadim ZeitlinSet string in wxEVT_COMMAND_COMBOBOX_SELECTED event...
2012-07-02  Vadim ZeitlinFix wxDataViewChoiceRenderer behaviour in wxOSX/Cocoa.
2012-07-01  Stefan Csomornative drop target method for cocoa
2012-06-18  Stefan Csomorsupporting promised file urls for transfer, see #14281
2012-06-17  Vadim ZeitlinMove wxBell() from base to core library.
2012-06-15  Stefan Csomoravoid idling in native file dialogs
2012-06-15  Stefan Csomorbetter naming wxCFEventLoopPauseIdleEvents
2012-06-15  Stefan Csomorusing suppression of idle processing (delayed destructi...
2012-06-14  Stefan Csomorfixing analyzer warning
2012-06-13  Stefan Csomorproper init
2012-06-13  Stefan Csomorproper braces avoiding potential dangling else resultin...
2012-06-12  Stefan Csomorsupport for native tlw parents, see #14252
2012-06-12  Stefan Csomorusing callback for menu enabling, allows to benefit...
2012-05-29  Stefan Csomoradapting char event handling to msw / gtk, see #13415...
2012-05-23  Vadim ZeitlinNo real changes, just slightly simplify HasAppKit_10_6...
2012-05-20  Vadim ZeitlinAdd support for task bar icon tooltips to wxOSX version.
2012-05-20  Vadim ZeitlinImprove check for OS X version in Cocoa wxFileDialog...
2012-05-02  Stefan Csomoruse explicit WakeUp variant, too many errors using...
2012-05-02  Stefan Csomormake WakeUp variant explicit, too many errors using...
2012-04-20  Robin DunnMake wxTaskBarIcon's ctor have the same API on all...
2012-04-17  Stefan Csomorbuilding on 10.5
2012-04-14  Stefan Csomormake sure status item rect in bar is highlighted when...
2012-03-22  Vadim ZeitlinUse enum for wxMouseEvent::m_wheelAxis instead of int.
2012-03-19  Vadim ZeitlinFix appearance of items without icons in wxDataViewCtrl...
2012-03-17  Robin Dunnfix compile error
2012-03-17  Stefan Csomoravoid shortcut ampersands in button text
2012-03-10  Stefan Csomorusing 10.5 API for cursor updates as well
2012-03-10  Stefan Csomorremoving NSWindow based mouse tracking in favour of...
2012-03-09  Stefan Csomorreflect correct position for native toolbar, fixes...
2012-03-08  Paul Cornettfix incorrect tests of wxUSE_ macros
2012-03-08  Stefan Csomorremoving unnecessary hook
2012-03-08  Stefan Csomorremoving 10.4 code, adding webkit trick for showing...
2012-03-05  Stefan Csomorcoordinate conversion was the wrong way round
2012-03-03  Stefan Csomorjust in case we have an erroneous character on the...
2012-03-03  Stefan Csomortesting another implementation for avoiding WakeUp...
2012-03-02  Stefan Csomoradding translation of NSDragOperationGeneric to wxDragC...
2012-03-01  Julian SmartAdded MacInternalOnSize() to allow windows to resize...
2012-03-01  Stefan Csomorapplying Andrew's patch, closes #13440, fine now that...
2012-02-27  Stefan Csomorno 10.4 support anymore
2012-02-26  Stefan Csomoralso a dialog needs the current events set up correctly
2012-02-26  Stefan Csomorsetting up current event also when mouse is captured ...
2012-02-25  Stefan Csomoradding a app-defined event seems to quit inner eventloo...
2012-02-22  Stefan Csomorcatching default button handling also in password fields
2012-02-07  Stefan Csomorforwarding mouse moved events to the view under the...
2012-02-01  Stefan Csomorshould not bring to front upon focussing
2012-01-25  Stefan Csomorstructure code to Cocoa's possibilities, allows tool...
2012-01-19  Stefan Csomorsolving include order problems for stl and xti
2012-01-19  Stefan Csomoruse better backward compatibility for menu_open, don...
2012-01-17  Václav SlavíkAdd wxDataViewCtrl::GetCurrentColumn().
2012-01-15  Stefan Csomornative maxlength support, fixes #10269 (for osx_cocoa)
2012-01-15  Stefan Csomorpatch applied with thanks, fixes #13865
2012-01-08  Vadim ZeitlinAdd wxTopLevelWindow::SetRepresentedFilename().
2012-01-04  Stefan Csomorfixes #13826
2011-12-20  Vadim ZeitlinProvide native implementation of wx{Date,Time}PickerCtr...
2011-12-13  Vadim ZeitlinUse string column identifiers with NSTableColumns in...
2011-12-11  Vadim ZeitlinFix harmless warning in wxOSX with 10.7 SDK.
2011-12-11  Vadim ZeitlinEnsure that Enter key presses are never stolen from...
2011-12-07  Vadim ZeitlinSet the tooltip for generic wxToolBar tools under wxOSX...
2011-12-07  Vadim ZeitlinUse NSApp abortModal instead of stopModal to end modal...
2011-12-07  Vadim ZeitlinImplement wxComboBox::Popup() and Dismiss() for wxOSX...
2011-12-06  Stefan Csomoravoiding NSToolbarSeparatorItemIdentifier under Lion...
2011-12-05  Vadim ZeitlinNo changes, just remove unnecessary assignment in wxOSX...
2011-12-04  Vadim ZeitlinFix wxDataViewCtrl compilation with 10.7 SDK under...
2011-12-02  Vadim ZeitlinMake wxEVT_CHAR_HOOK propagate upwards and send it...
2011-12-02  Vadim ZeitlinImplement EVT_CHAR_HOOK for wxOSX/Cocoa.
2011-12-01  Stefan Csomorapplying patch for raise and synthesizing mouse-up...
2011-11-08  Robin DunnEnsure that there is a modal event loop before trying...
2011-10-18  Vadim ZeitlinAdded wxNonOwnedWindow::SetShape(wxGraphicsPath).
2011-10-18  Vadim ZeitlinFix SetShape() in wxOSX/Cocoa.
2011-09-27  Stefan Csomorgiving in on native undo integration, as we don't have...
2011-09-25  Stefan Csomoradding missing autorelease pool, since this can be...
2011-09-21  Vadim ZeitlinRemove wxHeaderColumn::SetAsSortKey() and only use...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-03  Stefan Csomorsetting the image position after the label is set,...
2011-09-01  Stefan Csomorfixes #13443, thanks :-)
2011-08-30  Stefan Csomorfixes #13438 (building OSX min >= 10.6), thanks :-)
2011-08-28  Stefan Csomorrouting keys like ESC etc, fixes #13429
2011-08-23  Stefan Csomorfixing type for key event, using WXK_RAW_CONTROL consta...
2011-08-23  Stefan Csomorexposing control key combinations as before, fixing...
2011-08-23  Stefan Csomoradjusting keyboardstate to new ctrl / raw_ctrl handling...
2011-08-22  Vadim ZeitlinHarmonize wxDataViewCtrl::GetSelection() behaviour...
next