Fix wxGTK compilation with MSVC after GTK+ 3 changes.
[wxWidgets.git] / src / osx /
2012-07-02  Vadim ZeitlinKeep client data in sync when deleting items from wxOSX...
2012-07-02  Vadim ZeitlinPreserve client data in wxComboBox::SetString() in...
2012-07-02  Vadim ZeitlinSet string in wxEVT_COMMAND_COMBOBOX_SELECTED event...
2012-07-02  Vadim ZeitlinFix wxDataViewChoiceRenderer behaviour in wxOSX/Cocoa.
2012-07-02  Stefan Csomoradapting new osx modifier handling, fixes #14377
2012-07-02  Stefan Csomorguarding against invalid files passed to 'pdoc' apple...
2012-07-02  Stefan Csomorguarding against invalid files passed to 'odoc' apple...
2012-07-01  Stefan Csomorcommon code for normalization
2012-07-01  Stefan Csomornative drop target method for cocoa
2012-07-01  Stefan Csomornative hook for supported datatypes
2012-07-01  Stefan Csomoradding native hook for drop target
2012-07-01  Stefan Csomormake sure the pasteboard paste location is only set...
2012-06-28  Stefan Csomorunconditionally include coretext-replacement function...
2012-06-25  Stefan Csomoradding new API needed for screenshots as old method...
2012-06-20  Stefan Csomormake sure native font exists, before asking about fixed...
2012-06-20  Stefan Csomorusing UTType constants wherever possible to avoid typos...
2012-06-18  Stefan Csomorsupporting promised file urls for transfer, see #14281
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-15  Stefan Csomoroffer suppression of idle processing (delayed destructi...
2012-06-14  Stefan Csomorcleanup for 10.5 minimum
2012-06-14  Stefan Csomorguarding agains NULL
2012-06-14  Stefan CsomorCoreText font enumeration support for iOS
2012-06-14  Stefan CsomorCoreText support for iOS
2012-06-14  Stefan Csomorfixing analyzer warning
2012-06-14  Stefan Csomorremoving superfluous 10.5 checks
2012-06-14  Stefan Csomoras we always have CoreText available under 10.5+, we...
2012-06-13  Robin DunnFix for compilo on non-PCH builds
2012-06-13  Stefan Csomorusing native cocoa method for determining main window...
2012-06-13  Stefan Csomorexposing mainWindow for C++
2012-06-13  Stefan Csomorproper init
2012-06-13  Stefan Csomorhaving ONE set of raster-ops starting from 10.5
2012-06-13  Stefan Csomorfixing mem leak
2012-06-13  Stefan Csomorproper braces avoiding potential dangling else resultin...
2012-06-12  Stefan Csomoravoiding dangerous redraw events for windows that are...
2012-06-12  Stefan Csomorsupport for native tlw parents, see #14252
2012-06-12  Stefan Csomorusing callback for menu enabling, allows to benefit...
2012-06-01  Vadim ZeitlinCompilation fix to wxWebView under wxOSX/Carbon after...
2012-06-01  Vadim ZeitlinFix wxMac preprocessor check in wxWebView code.
2012-05-30  Robin DunnA patch adding wxHTMLDataObject which can be used for...
2012-05-29  Stefan Csomoradapting char event handling to msw / gtk, see #13415...
2012-05-29  Stefan Csomorclang compat.
2012-05-29  Stefan Csomorclang compat.
2012-05-23  Vadim ZeitlinNo real changes, just slightly simplify HasAppKit_10_6...
2012-05-20  Vadim ZeitlinFix 62 harmless but annoying Clang warnings in wxOSX...
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-20  Vadim ZeitlinReset wxDialog::m_modality sooner in wxOSX.
2012-05-20  Vadim ZeitlinFix crash on destruction of wxDataViewCtrl in wxOSX.
2012-05-18  Stefan Csomorfixing c++11 build
2012-05-18  Stefan Csomorfixing c++11 build
2012-05-17  Paul Cornettmark virtual overrides as virtual
2012-05-11  Robin DunnEnable access to the native bitmap object wrapped by...
2012-05-11  Stefan Csomorfixes SetFirstItem, Thanks to David Wright
2012-05-05  Stefan Csomorfixes crashes with embedded controls in toolbars after...
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-28  Vadim ZeitlinHandle kCGImageAlphaNoneSkipFirst correctly in wxOSX...
2012-04-28  Vadim ZeitlinFix wxBitmapButton best size calculation in wxOSX/Carbon.
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-04-06  Stefan Csomorfixes #14193
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-04-05  Vadim ZeitlinNo real changes, just remove wxIsDebuggerRunning()...
2012-03-28  Steve LamertonMinor changes, just trim trailing spaces in webview...
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-18  Stefan Csomorfixes #14110
2012-03-17  Robin Dunnfix compile error
2012-03-17  Stefan Csomoravoid shortcut ampersands in button text
2012-03-12  Stefan Csomorremove 10.4 compatibility code
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-04  Vadim ZeitlinFix showing MDI child from wxDocManager::ActivateDocume...
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-28  Stefan Csomorremoving Quickdraw call
2012-02-28  Stefan Csomormaking sure TextMatrix is always identity, there were...
2012-02-27  Stefan Csomorno 10.4 support anymore
2012-02-27  Stefan Csomorno 10.4 support anymore
2012-02-27  Stefan Csomorno 10.4 support anymore
2012-02-27  Stefan Csomorno 10.4 support anymore
2012-02-27  Stefan Csomorno 10.4 support anymore
2012-02-26  Vadim ZeitlinRetrieve paper size from page setup dialog in wxOSX...
2012-02-26  Julian SmartFixed enabling/disabling for wxSpinCtrl
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  Julian SmartAdd borders if none specified
next