]> git.saurik.com Git - wxWidgets.git/history - src/osx
Use accessor functions instead of deprecated GTK+ macros.
[wxWidgets.git] / src / osx /
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
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
next