remove code ifdef-ed on __X__, it is never defined for wxGTK
[wxWidgets.git] / src / osx /
2012-02-03  Vadim ZeitlinEnable callbacks for wxFileSystemWatcher FD under OS X.
2012-02-02  Vadim ZeitlinAdd wxFontDialog ctor not taking wxFontData to wxOSX.
2012-02-01  Stefan Csomorshould not bring to front upon focussing
2012-01-31  Stefan Csomorguarding Update() on OSX not to be issued faster than...
2012-01-30  Stefan Csomoralways setting the event object to the menu, see #1595
2012-01-28  Stefan Csomoruse translatable strings as format template for menu...
2012-01-25  Stefan Csomorstructure code to Cocoa's possibilities, allows tool...
2012-01-23  Stefan Csomoradding missing stubs
2012-01-23  Stefan Csomorusing existing member
2012-01-19  Stefan Csomorfixing m_axe access indices
2012-01-19  Stefan Csomorguard against invalid color ref
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-19  Stefan Csomorguard against invalid color ref
2012-01-19  Stefan Csomorsolving include order problems for stl and xti
2012-01-18  Stefan Csomorfixing RTTI
2012-01-17  Stefan Csomormissing commit, see #10269
2012-01-17  Václav SlavíkReplace wxDataViewCtrl::StartEditor() with EditItem().
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 Csomorremoving duplicated method, wiring native maxlength...
2012-01-15  Vadim ZeitlinImplement wxMenuBar::EnableTop() for wxMSW and wxGTK.
2012-01-15  Stefan Csomorpatch applied with thanks, fixes #13865
2012-01-14  Vadim ZeitlinUpdate wxNotebook selection when user changes the page...
2012-01-08  Vadim ZeitlinFix menu creation in wxOSX/Carbon when using wx in...
2012-01-08  Vadim ZeitlinAdd wxTopLevelWindow::SetRepresentedFilename().
2012-01-08  Vadim ZeitlinAnother wxOSX/Carbon compilation fix after wxListCtrlBa...
2012-01-08  Vadim ZeitlinFix wxOSX/Carbon compilation after wxListCtrlBase intro...
2012-01-07  Vadim ZeitlinImplement best size calculation for report mode wxListCtrl.
2012-01-07  Vadim ZeitlinAdd wxListCtrlBase common base class for port-specific...
2012-01-04  Stefan Csomorfixes #13826
2012-01-03  Stefan Csomoradapting to new raw_control constants, see #13695
2011-12-28  Vadim ZeitlinAdd standard art providers at the bottom of the art...
2011-12-28  Vadim ZeitlinComplete wxEVT_MENU_{OPEN,CLOSE} implementation in...
2011-12-20  Vadim ZeitlinProvide native implementation of wx{Date,Time}PickerCtr...
2011-12-20  Vadim ZeitlinFix crash in wxRegion in wxOSX/Carbon.
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-09  Stefan Csomorfixing copy size
2011-12-08  Stefan Csomorcopied from old cocoa code from David, fixes #13732
2011-12-08  Vadim ZeitlinFix asserts when removing the menu item starting radio...
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 ZeitlinCompilation fix for wxCarbon after the last commit.
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-12-01  Vadim ZeitlinAdded wxCriticalSection::TryEnter() method.
2011-11-14  Stefan Csomorlatest private API usage complaint, right now most...
2011-11-10  Vadim ZeitlinCorrect the direction passed to wxDataObject in wxOSX...
2011-11-08  Robin DunnEnsure that there is a modal event loop before trying...
2011-11-05  Vadim ZeitlinUse correct direction in wxDataObject::IsSupported...
2011-10-26  Stefan Csomormove declaration into cocoa part
2011-10-25  Stefan Csomorfixing reentrancy problem under iOS 5
2011-10-25  Stefan Csomorfixing iPhone build
2011-10-20  Robin DunnDelegate wxGraphicsBitmap::ConvertToImage to the render...
2011-10-19  Vadim ZeitlinMore fixes for PCH-less compilation.
2011-10-18  Vadim ZeitlinAdded wxNonOwnedWindow::SetShape(wxGraphicsPath).
2011-10-18  Vadim ZeitlinDocument and test behaviour of wxRegion methods when...
2011-10-18  Vadim ZeitlinFix SetShape() in wxOSX/Cocoa.
2011-10-18  Vadim ZeitlinDon't create a valid wxRegion when using default ctor...
2011-10-16  Stefan Csomorsupporting deployment < 10.6 when compiling against...
2011-10-16  Stefan Csomorremoving QD dependency
2011-10-16  Steve LamertonExport a couple of Carbon functions to allow wxWebView...
2011-10-12  Stefan Csomorapplying slightly modified patch, fixes #13434
2011-10-10  Vadim ZeitlinMove wxTopLevelWindow::SetShape() down to wxNonOwnedWindow.
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsFont without using wxFont.
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsBitmap and wxGraphicsContext...
2011-10-09  Vadim ZeitlinDon't make private wxGraphicsContext-derived classes...
2011-10-09  Vadim ZeitlinAdded wxGraphicsBitmap::ConvertToImage().
2011-10-02  Vadim ZeitlinFix harmless warnings in hot key code in wxOSX.
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 ZeitlinChange wxSound ctor from in-memory data to use size_t...
2011-09-21  Vadim ZeitlinRemove wxHeaderColumn::SetAsSortKey() and only use...
2011-09-12  Steve LamertonUpdate wxWebView guards to stop backend compilation...
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-06  Robin Dunnfix for non-pch builds
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-25  Stefan Csomormb:54153a12-b2c7-417e-b607-c4faa9c436ab
2011-08-24  Stefan Csomormissing commit for RAW_CONTROL changes
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...
2011-08-22  Steve LamertonExport a couple of carbon functions so that shared...
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
2011-08-20  Steve LamertonAnother compilation fix for OSX 10.5
2011-08-18  Steve LamertonAdd some version checks to help compiling on OSX.
2011-08-17  Steve LamertonDerive wxWebViewEvent from wxNotifyEvent.
2011-08-17  Steve LamertonRename LoadUrl to LoadURL. This corrects the capitalisa...
next