]> git.saurik.com Git - wxWidgets.git/history - src/osx/cocoa
Only allow opening existing files in docview framework.
[wxWidgets.git] / src / osx / cocoa /
2010-03-17  Stefan Csomorfixing non-precomp builds
2010-03-17  Stefan Csomorstreamlining OSX event support third step, using platfo...
2010-03-15  Stefan Csomorstreamlining OSX event support first step, see #11805...
2010-03-08  Stefan Csomorpending events detected didn't work properly, go the...
2010-03-05  Vadim ZeitlinCorrect IsMaximized() in wxOSX for non-resizable windows.
2010-03-03  Stefan Csomorfixing leak, fixes #11781
2010-03-03  Stefan Csomorfixing warning
2010-02-28  Stefan Csomormoving header for precomp builds
2010-02-27  Kevin OllivierOverride CanFocus because the wxWindow level test will...
2010-02-19  Kevin OllivierSince wxDialog::Show(false) only calls wxWindow::Show...
2010-02-19  Kevin OllivierTypo fix.
2010-02-19  Kevin OllivierDisable sending of events by OS X Combobox during progr...
2010-02-15  Kevin OllivierImplement case-insensitive find and read only support...
2010-02-13  Kevin OllivierBasic support for tooltips under OS X Cocoa.
2010-02-07  Kevin OllivierImplement EVT_MAXIMIZE support for OS X Cocoa.
2010-02-06  Kevin OllivierFix handling of the *.* extension case, before this...
2010-02-06  Kevin OllivierGet wxSearchCtrl text events working, and share the...
2010-02-06  Kevin OllivierForgot about the drag source delegate, which is the...
2010-02-06  Kevin OllivierAdd an accessor to get the current drop source from...
2010-02-03  Stefan Csomorsafe degradation
2010-02-03  Kevin OllivierRefactor DND code into Carbon and Cocoa parts, and...
2010-02-03  Kevin OllivierAdd sanity check on the item number.
2010-02-01  Kevin Olliviernschars is never used for the wxEVT_CHAR case, so don...
2010-02-01  Kevin OllivierUse the correct type to fix Tiger compilation.
2010-01-28  Stefan Csomorsetting correct alertType
2010-01-28  Kevin OllivierGet ShowWindowModal behavior working under OS X Cocoa...
2010-01-26  Vadim ZeitlinImplement RequestUserAttention() for wxOSX/Cocoa.
2010-01-25  Stefan Csomorsimplifying code, removing outdated API
2010-01-25  Stefan Csomorbetter wheel support
2010-01-25  Stefan Csomoradding wxWindow::Show in order to make the sheet showin...
2010-01-23  Kevin OllivierRemove assert that was used during testing while changi...
2010-01-23  Kevin OllivierStart on ShowWindowModal for OS X Cocoa. Not working...
2010-01-20  Kevin OllivierHandle the case of NSNotFound result properly.
2010-01-18  Stefan Csomorsetting correct 'default' for m_filterIndex, closes...
2010-01-11  Stefan Csomoradding protocol support for 10.6
2010-01-09  Kevin OllivierImplement native OS X ComboBox for OS X Cocoa, and...
2010-01-08  Kevin OllivierSupport mouse click through as otherwise clicking insid...
2010-01-04  Kevin OllivierGet the OS X Cocoa native combobox building by having...
2009-12-31  Stefan Csomoradding placeholders and work in progress files
2009-12-30  Stefan Csomorfixing SetSubMenu for OSX_Cocoa, fixes #11581
2009-12-25  Kevin OllivierRemove the native toolbar from the frame in Destroy...
2009-12-25  Kevin OllivierUse NSTrackingArea when available (building for 10...
2009-12-25  Stefan Csomorremoving event handlers on non-owned windows when the...
2009-12-10  Vadim ZeitlinAdd support for stretchable spaces to wxToolBar.
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-30  Kevin OllivierorderBack puts it behind all windows in its level,...
2009-11-28  Kevin OllivierFix needed to allow shaped windows, and other windows...
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-21  Stefan Csomormaking sure creation is setup correctly for wx-frame...
2009-11-15  Kevin OllivierShowWithoutActivating fix for OS X Cocoa, and also...
2009-11-13  Stefan Csomorupdating implementations of wxGetMouseState for osx_coc...
2009-11-13  Kevin OllivierOverride default handling so that we can position windo...
2009-11-11  Kevin OllivierRun sanity checks on the position values.
2009-11-10  Vadim ZeitlinSend the selected item in wxDVC SELECTION_CHANGED event...
2009-11-10  Vadim ZeitlinNo changes, just reformat comments in osx/dataview.mm.
2009-11-10  Vadim ZeitlinFix width of the wxDataViewTreeCtrl column under OSX...
2009-11-10  Vadim ZeitlinAdd support for wxDV_NO_HEADER to OS X/Cocoa wxDataView...
2009-11-10  Vadim ZeitlinMore cleanup of OS X Cocoa wxDataViewCtrl code.
2009-11-10  Vadim ZeitlinAdd support for custom attributes to wxOSX/Cocoa wxData...
2009-11-10  Vadim ZeitlinDon't overwrite background in custom renderer in OSX...
2009-11-10  Vadim ZeitlinAllow custom wxDataViewCtrl renderers to easily use...
2009-11-10  Vadim ZeitlinBig wxDataViewCtrl renderer classes refactoring.
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-11-01  Kevin OllivierwxColour -> NSColor conversion.
2009-10-31  Kevin OllivierAdding NSColor -> wxColour conversion.
2009-10-31  Vadim ZeitlinReturn the real column width from wxOSX wxDataViewColum...
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-23  Vadim ZeitlinUse virtual functions to convert NSObject to the correc...
2009-10-23  Vadim ZeitlinAdd wxDataViewModel::ChangeValue() and use it in wxDVC...
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-17  Vadim ZeitlinRewrite handling cell value changes in wxOSX/Cocoa...
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-16  Vadim ZeitlinImprove wxCollapsiblePane appearance under OS X.
2009-10-12  Vadim ZeitlinFix conversion from wxColour to NSColor in wxOSX/Cocoa...
2009-10-12  Vadim ZeitlinFix display of items without attributes in Cocoa wxDVC.
2009-10-12  Vadim ZeitlinNo real changes, just clean up wxCustomRendererObject...
2009-10-12  Vadim ZeitlinUse Cocoa methods instead of wx ones in wxDVC font...
2009-10-12  Vadim ZeitlinAdd support for cell attributes to wxDVC in wxOSX/Cocoa.
2009-10-12  Vadim ZeitlinNo real changes, just minor cleanup in Cocoa wxDataView...
2009-10-09  Stefan Csomormoving bitmapbutton functionality up to button for OSX
2009-10-08  Stefan Csomorimplementing rollover and pressed image for bitmapbutto...
2009-10-06  Vadim ZeitlinCreate an NSAutoreleasePool in wxMacWakeUp().
2009-10-06  Vadim ZeitlinEnsure that an event loop exists in ShowViewOrWindowWit...
2009-10-05  Vadim ZeitlinMake wxWindow::ShowWithEffect() synchronous under wxOSX...
2009-10-05  Vadim ZeitlinImplement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
2009-10-01  Stefan Csomorfixing setting initial value under osx_cocoa for single...
2009-09-30  Stefan Csomorsupport backgroundcolor on osx_cocoa
2009-09-26  Stefan Csomoradding ProcessPendingEvents as ProcessIdle doesn't...
2009-09-26  Stefan Csomorreducing key event handling complexity
2009-09-26  Stefan Csomorcleaning up key handling, closes #10406
2009-09-25  Stefan Csomorusing native key handling, closes #10406
2009-09-25  Stefan Csomorusing common notification mechanism for selection chang...
next