]> git.saurik.com Git - wxWidgets.git/history - include/wx/osx/cocoa/private.h
Add wxTopLevelWindow::SetRepresentedFilename().
[wxWidgets.git] / include / wx / osx / cocoa / private.h
2012-01-08  Vadim ZeitlinAdd wxTopLevelWindow::SetRepresentedFilename().
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-22  Vadim ZeitlinDon't export Objective C interfaces in non-x86_64 builds.
2011-04-22  Stefan Csomorosx 64 bit multilib build needs an explicit export...
2011-03-18  Stefan Csomormoving userpane attribute into implementation
2011-03-18  Dimitri SchoolwerthSet svn properties on various files throughout the...
2011-03-07  Stefan Csomorwindow level support
2011-02-28  Stefan Csomoradd watch cursor to osx_cocoa
2011-02-28  Stefan Csomormoving appdelegate declaration to header
2011-01-26  Stefan Csomorartmac extended for cocoa
2010-11-09  Vadim ZeitlinFix preprocessor definitions for wxBase build under...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-11  Stefan Csomorfixing 'main screen'
2010-04-20  Stefan Csomortype of wrapped window can be any NSWindow, not only...
2010-04-16  Stefan Csomortranslating background style BG_PAINT into opaqueness...
2010-04-13  Stefan Csomoradding wrapping possibility for native tlws
2010-04-12  Stefan Csomorname change to correctly reflect the autorelease nature...
2010-02-13  Kevin OllivierBasic support for tooltips under OS X Cocoa.
2010-02-08  Stefan Csomoradding carbon event missing in 10.4 headers
2010-02-06  Kevin OllivierGet wxSearchCtrl text events working, and share the...
2010-01-28  Kevin OllivierGet ShowWindowModal behavior working under OS X Cocoa...
2010-01-11  Stefan Csomoradding protocol support for 10.6
2009-12-25  Stefan Csomorremoving event handlers on non-owned windows when the...
2009-12-09  Kevin OllivierAdd OSX prefix, and be clear that this is OS X only...
2009-12-07  Kevin OllivierAdd wxTLW::SetModified to allow apps to set the TLW...
2009-12-01  Vadim ZeitlinAdd wxOSX_10_6_AND_LATER macro and use it.
2009-11-26  Kevin OllivierBuild fix for OS X <= 10.5.
2009-11-26  Kevin OllivierAdd CheckSpelling support for OS X Cocoa, make sure...
2009-11-08  Kevin OllivierMake wxSTAY_ON_TOP and other window styles toggleable...
2009-10-30  Kevin OllivierInitial ShowWithoutActivating implementations for Mac...
2009-10-08  Stefan Csomorimplementing rollover and pressed image for bitmapbutto...
2009-10-05  Vadim ZeitlinImplement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
2009-10-02  Stefan Csomorfixing typo
2009-10-02  Stefan Csomoradding NSImage to CGImageRef conversion
2009-09-26  Stefan Csomorcleaning up key handling, closes #10406
2009-09-21  Stefan Csomormoving themeing include to private.h
2009-09-18  Vadim ZeitlinFix recurring typo in "theming".
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-06-21  Vadim Zeitlinadded support for bitmaps in wxButton to wxOSX/Cocoa
2009-06-11  Stefan Csomoradding events to single line textcontrols (password...
2009-05-10  Stefan Csomorexporting methods properly
2009-03-30  Stefan Csomorhiding the impl type more again
2009-03-23  Stefan Csomortextctrl cleanup
2009-03-11  Kevin OllivierGet SetLabel working again for wxStaticText by overridi...
2009-03-10  Kevin OllivierForgot to commit the header change too.
2009-03-08  Kevin OllivierFixes needed to get transient popup windows working...
2009-03-05  Kevin OllivierUse sheets for native file dialogs if the dialog has...
2009-02-22  Kevin OllivierLanding basic EVT_CHAR support, along with the rest...
2009-02-12  Stefan Csomorrenaming clickedAction callbacks to more generic contro...
2009-02-09  Stefan Csomorflipped accessor conforming to plain c++ impl
2009-02-07  Kevin OllivierThe GL library needs access to this.
2009-02-07  Stefan Csomorreworking event handling to redirect to c++ virtual...
2009-01-20  Stefan Csomorstreamlining slider, scroller, spinbutton for osx carbo...
2009-01-18  Stefan Csomormouse and cursor additions for cocoa, see #10361
2009-01-15  Stefan Csomorfixing controls with content areas, correcting radiobox...
2009-01-14  Stefan Csomorcleaning up warnings, more common event code
2009-01-14  Stefan Csomorrouting native events first to the wx class and only...
2009-01-13  Stefan Csomorusing subclass as impl ptr, common code in macro becaus...
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2008-10-10  Stefan Csomormoving embedding to common API
2008-09-07  Stefan Csomorchanges for command line builds of osx-cocoa
2008-09-06  Stefan Csomordefines reordered, support for non-precomp cocoa
2008-09-05  Stefan Csomorsimplify native textcontrol creations, adding search...
2008-09-02  Stefan Csomorosx new layout
2008-07-29  Stefan Csomorosx regrouping