]> git.saurik.com Git - wxWidgets.git/history - include/wx/osx/cocoa
Start on ShowWindowModal for OS X Cocoa. Not working properly as children do not...
[wxWidgets.git] / include / wx / osx / cocoa /
2010-01-11  Stefan Csomoradding protocol support for 10.6
2010-01-09  Kevin OllivierImplement native OS X ComboBox for OS X Cocoa, and...
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 OllivierAllow OS X Cocoa (or any OS X port) to override GetBest...
2009-11-26  Kevin OllivierAdd CheckSpelling support for OS X Cocoa, make sure...
2009-11-10  Vadim ZeitlinAdd support for wxDV_NO_HEADER to OS X/Cocoa wxDataView...
2009-11-08  Kevin OllivierMake wxSTAY_ON_TOP and other window styles toggleable...
2009-11-01  Kevin OllivierStart on Get/SetStyle support for OS X Cocoa wxTextCtrl.
2009-10-30  Kevin OllivierInitial ShowWithoutActivating implementations for Mac...
2009-10-24  Vadim ZeitlinDon't show anything in the cells which should be empty...
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-17  Vadim ZeitlinNo changes, just attempts to make the code more readable.
2009-10-17  Vadim ZeitlinFix crash when editing wxDVC items in place in wxOSX...
2009-10-16  Vadim ZeitlinAdd ellipsization support to wxDataViewCtrl.
2009-10-12  Vadim ZeitlinFix display of items without attributes in Cocoa wxDVC.
2009-10-12  Vadim ZeitlinNo real changes, just minor cleanup in Cocoa wxDataView...
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-09-14  Stefan Csomorfixing and completing iPhone sound
2009-09-13  Stefan Csomorenabling correct audio framework on OSX
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-27  Stefan Csomorallowing font changes on multi-line textctrls, see...
2009-05-10  Stefan Csomorexporting methods properly
2009-05-08  Robert RoeblingAdd wxDataViewCtrl implementation for OSX/Cocoa (closes...
2009-04-15  Stefan Csomortextctrl fixes
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-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-14  Kevin OllivierStart on implementation for wxTE_MULTILINE / wxTE_RICH...
2009-02-12  Stefan Csomorrenaming clickedAction callbacks to more generic contro...
2009-02-09  Stefan Csomorflipped accessor conforming to plain c++ impl
2009-02-08  Kevin OllivierEnable wxDVC on OS X Cocoa using the generic control.
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...
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2008-12-28  Vadim Zeitlinimplement DispatchTimeout() for wxOSX/Cocoa
2008-10-10  Stefan Csomormoving embedding to common API
2008-09-24  Kevin Ollivier#ifdef Carbon-specific code to get stubbed DND support...
2008-09-22  Kevin OllivierAdding compiling (but not yet working) taskbar implemen...
2008-09-21  Kevin OllivierStubbed wxToolTip implementation to get code that uses...
2008-09-20  Kevin OllivierSource changes needed to get MDI support compiling...
2008-09-07  Kevin OllivierRemove a couple duplicate feature checks, and check...
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-30  Stefan CsomorOSX reshuffling
2008-07-29  Stefan Csomorosx regrouping