replace usage of objective-c keyword 'id'
[wxWidgets.git] / src / osx /
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
2011-03-10  Stefan Csomorunder cocoa a too-small static box leads to erroneous...
2011-03-10  Stefan Csomorsafeguard against not-yet-shown view which leads to...
2011-03-07  Stefan Csomorsupport app activated and deactivated events, also...
2011-03-07  Stefan Csomorwindow level support
2011-03-07  Stefan Csomorbracket unused function
2011-03-06  Stefan Csomoruse FixedToFloat everywhere to make sure we don't round...
2011-03-06  Stefan Csomorfix positioning bug with window disabler and hidden...
2011-03-05  Stefan Csomorsupport wxWindowDisabler on osx_cocoa
2011-03-02  Stefan Csomorproper focus lost for multiline textfields and having...
2011-03-02  Stefan Csomorthe wx part knows better whether it has the focus ...
2011-03-02  Stefan Csomormove accel handling in front of the normal keyDown...
2011-03-02  Stefan Csomormove accel handling in front of the normal keyDown...
2011-03-02  Stefan Csomorsupporting more key equivalents for display, fixing...
2011-03-02  Stefan Csomorremoving code that will not have to be updated
2011-03-02  Vadim ZeitlinAdd missing wxUSE_MARKUP checks in wxOSX code.
2011-02-28  Stefan Csomorfixing non-precomp headers
2011-02-28  Stefan Csomordisable cursorRects for global busy state
2011-02-28  Stefan Csomoravoid setting live cursor during busy state
2011-02-28  Stefan Csomoradd watch cursor to osx_cocoa
2011-02-28  Stefan Csomordon't swallow command events that are not handled by...
2011-02-28  Stefan Csomoradding taskbar implementation for statusitem (menubar...
2011-02-28  Stefan Csomormoving appdelegate declaration to header
2011-02-27  Stefan Csomormake sure 10.4 command-key events are routed via the...
2011-02-27  Vadim ZeitlinAdd markup support to wxOSX/Cocoa wxStaticText and...
2011-02-27  Vadim ZeitlinNo real changes, just make wxColour::OSXGetNSColor...
2011-02-27  Vadim ZeitlinReplace wxST_MARKUP style with wxControl::SetLabelMarkup().
2011-02-26  Stefan Csomorfixing support for true children of wxStaticBox with...
2011-02-26  Stefan Csomormaking GetPosition 1:1 symmetrical to Move (respecting...
2011-02-25  Julian SmartAdded wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree...
2011-02-24  Stefan Csomorreverting part of r58797, otherwise wxClientDC get...
2011-02-22  Stefan Csomorsupporting content size scaling (retina display)
2011-02-22  Stefan Csomorbuilding iphone again
2011-02-20  Stefan Csomorhandling nil images correctly, solves #12956
2011-02-19  Stefan Csomorappeasing clang
2011-02-19  Stefan Csomoronly draw separator line on the area adjacent to conten...
2011-02-19  Vadim ZeitlinRemove unused variables in wxOSX code.
2011-02-19  Vadim ZeitlinRemove extra semicolons in Objective-C code.
2011-02-18  Stefan Csomorprecomp header fixes
2011-02-18  Stefan Csomorsupport for file-type popup, compatible for 10.4+,...
2011-02-18  Stefan Csomorsupport non precomp builds
2011-02-17  Stefan Csomoractivating high-res support via artprov mac
2011-02-17  Stefan Csomorpatch applied with thanks, fixes #10524
2011-02-16  Stefan Csomorsupport native edit menu handling (cocoa enables menu...
2011-02-16  Stefan Csomortoolbar support in all orientations
2011-02-16  Stefan Csomorconforming to deprecation recommendation for 10.6
2011-02-16  Stefan Csomorsupport for file types in save panel
2011-02-16  Stefan Csomorsupport wxFD_MULTIPLE
2011-02-16  Stefan Csomorfixing naming to conform to effective ownership, cleani...
2011-02-14  Stefan Csomorsupport framelayout for choice
2011-02-08  Stefan Csomordisabling multiline text controls correctly
2011-02-08  Stefan Csomorforward enable functionality to inner view in scrollvie...
2011-02-08  Stefan Csomorcopy item text for app menu items from wx menus
2011-02-05  Vadim ZeitlinDeprecate second parameter of wxSlider::SetTickFreq().
2011-02-05  Vadim ZeitlinImplement restoring default video mode under OS X.
2011-02-03  Stefan Csomorfixes #10978
2011-02-02  Stefan Csomorfixing searchctrl on osx_cocoa, changing type for peer...
2011-01-30  Stefan Csomoradding support for wxCANCEL_DEFAULT
2011-01-28  Stefan Csomorclang fix, fixes #12332
2011-01-27  Stefan Csomorfixing return type
2011-01-27  Stefan Csomorclang warnings
2011-01-27  Stefan Csomorsupporting clang 2.0 under xcode, see #12332
2011-01-26  Stefan Csomorkeeping opaqueness and backgroundcolor in synch with...
2011-01-26  Stefan Csomorper default wx' static text items have a transparent...
2011-01-26  Stefan Csomorartmac extended for cocoa
2011-01-26  Stefan Csomorfixing toplevel position
2011-01-26  Stefan Csomorhinting support
2011-01-26  Stefan Csomorsupport for hints, fixing textfield implementation...
2011-01-26  Stefan CsomorMaximize for iPhone
2011-01-25  Stefan Csomorsupporting a null cgimage so that we don't get exceptio...
2011-01-25  Stefan Csomorsupport for separator (fixed width spacE)
2011-01-25  Stefan Csomoradding constructor from CGImageRef
2011-01-24  Stefan Csomorfixing toolbar repositioning (iOS)
2011-01-24  Stefan Csomorguarding code in case of delayed controller release
2011-01-23  Stefan Csomorloading png and jpg from resource bundle
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-19  Stefan Csomormake sure Raise is also activating the window
2011-01-19  Stefan Csomormissing release
2011-01-19  Stefan Csomorsupport icns in bundle
2011-01-19  Robin DunnOn OSX don't propogate the alignment setting from colum...
2011-01-10  Vadim ZeitlinCheck index in wxItemContainer methods working with...
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-07  Václav SlavíkImplement wxCOL_WIDTH_AUTOSIZE on OS X.
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2011-01-07  Paul Cornettbuild fix, should have been part of r66615
2011-01-07  Paul CornettMove wxColourData and wxFontData into separate files.
2011-01-04  Stefan Csomorfixing duplicate rti info
2011-01-04  Stefan Csomormerging back XTI branch part 2
2011-01-04  Stefan Csomorfixing selectors
2011-01-03  Stefan Csomorfixing warning and compile error against 10.4
2011-01-03  Václav SlavíkDebug messages aren't meant to be translated.
next