]> git.saurik.com Git - wxWidgets.git/history - include/wx/cocoa
experimental IPv6 implementation (patch 1771429)
[wxWidgets.git] / include / wx / cocoa /
2007-11-09  David ElliottResynch with 2.8 changes (realized I don't need __WX_CO...
2007-11-09  David ElliottAdd RCS-ID and normalize whitespace.
2007-11-09  David ElliottMake new wxCocoaMessageDialog suitable for backport...
2007-11-09  David ElliottApplied slightly-modified patch 1826540 from Gareth...
2007-10-29  David ElliottAdd WXUNUSED to unused parameters in several inline...
2007-10-18  David ElliottAdded fontfactory.h that should have been part of 49213.
2007-10-18  David ElliottHalfway reasonable implementation of wxFont for wxCocoa.
2007-10-13  David ElliottMove wxCocoa's wxFontRefData from the header to the...
2007-10-05  David ElliottDuplicate wxTextCtrl code to wxComboBox because we...
2007-08-21  Václav Slavíkuse wxString's UTF8 methods in wxCocoa, it's slightly...
2007-08-19  David ElliottFix a number of problems with tracking rectangles by...
2007-08-16  David ElliottUse one run-loop observer for all synthesis of mouse...
2007-08-15  David ElliottAdd support for uniquifying to all wxCocoa Objective...
2007-08-15  Václav SlavíkwxCocoa compilation fixes for visibility (missing DLL...
2007-08-15  Vadim Zeitlinadded wxToolTip::SetAutoPop() and SetReshow() (patch...
2007-08-15  David ElliottFurther simplificiation of the NSSlider/wxSlider interf...
2007-08-14  David ElliottInstall wx/cocoa/objc/objc_uniquifying.h for wxCocoa...
2007-08-11  Julian SmartMenu label consistency changes
2007-08-10  David ElliottFix up NSSlider code to not use class posing and instan...
2007-08-10  David ElliottAttempt to fix RCS-ID tags so svn will fill them in.
2007-08-10  David ElliottMajor wxCocoa wxSlider overhaul from Mark Oxenham.
2007-08-10  David ElliottTell NSTextField to send us its action message and...
2007-08-10  David ElliottImplement transformation between the wxDisplay coordina...
2007-08-09  David ElliottRemove virtual from the newly added Create methods.
2007-08-09  David ElliottAdd wxBitmap constructors and Create methods to allow...
2007-08-09  David ElliottAdd Objective-C uniquifying to WXNSWindow and WXNSPanel
2007-08-09  David ElliottImplement wxStaticBitmap.
2007-08-07  David ElliottImplement wxRadioButton Get/SetLabel methods.
2007-08-06  David ElliottConsolidate cocoa view/control/cell label setting into...
2007-07-28  David ElliottRemove bogus DoDelete from 44730. It's appears that...
2007-07-27  David Elliott* Implement the wxMask copy constructor to retain the...
2007-07-26  David ElliottAdd a Clear() method simply calling the wxComboBoxBase...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-20  David ElliottwxCocoa: Implement wxTopLevelWindow::SetDefaultItem
2007-07-20  David ElliottwxCocoa: Basic support for font underlining:
2007-07-20  David ElliottImplement wxWindow::SetCursor to invalidate Cocoa's...
2007-07-19  David ElliottImplement wxCocoa wxRadioBox event.
2007-07-19  David ElliottMake wxRadioButton::SetValue(true) deselect all other...
2007-07-19  David ElliottImplement most of wxRadioBox's methods.
2007-07-17  David ElliottPartially implement wxRadioBox for wxCocoa.
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-07-06  David ElliottMake wxCocoa compile in 64-bit mode.
2007-07-05  David ElliottImplement wxColour constructors to match other ports...
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-05-30  Václav Slavíkuse wxString instead of wxChar* in wxColour::Set/FromString
2007-05-28  David ElliottImplement mouse entered, exited, and synthesize move...
2007-05-27  David ElliottAllow many Objective-C classes to be uniquified at...
2007-05-27  David ElliottAdd implementation of Objective-C class name uniquifying.
2007-05-18  David Elliott* Add public wxApp::sm_isEmbedded flag like on wxMac...
2007-05-14  David ElliottRemove ObjcPose.h since nothing is using it anymore.
2007-05-14  David ElliottRework idle handling so that NSApplication does not...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-20  David ElliottRemove Objective-C class posing for everything except...
2007-04-20  David ElliottMove Objective-C interfaces into separate header files...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-18  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-03-13  Vadim Zeitlinimplemented Set/GetLabel() (part of patch 1679337)
2007-03-13  Vadim Zeitlinimplemented GetLabel() (part of patch 1679337)
2006-12-09  Vadim Zeitlindefault name of wxStaticLine should be wxStaticLineName...
2006-11-03  Vadim Zeitlinblind compilation fix: include wx/window.h
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-17  Włodzimierz SkibaHeaders cleaning.
2006-10-16  Włodzimierz SkibaCVS tags cleaning (with other minor cleaning).
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-10-09  Vadim Zeitlinfixed crash in wxColour ctor after RGBA-ization
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-08  Vadim Zeitlinadded SendPageChanging/ChangedEvent() functions; fixed...
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-09-10  Vadim Zeitlinremoved overloaded virtual InitWith() methods, keep...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-28  Vadim Zeitlinadded alpha support to wxCocoa, also fixed compilation...
2006-08-19  Vadim Zeitlinmoved all wxDialog event handlers to wxDialogBase to...
2006-07-05  Stefan Csomormaking cocoa build again
2006-05-29  Vadim Zeitlinmiscellaneous wxFont enhancements (patch 1496606):
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-05-06  Vadim Zeitlinmisc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag...
2006-04-30  Robert Roebling Trying to commit wxDirDialog patch.
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-20  Paul Cornettremove unneeded gdiobj.h files
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-03-24  Włodzimierz SkibaMore null virtuals in wxRadioBoxBase (see: 'Developers_...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-16  Vadim ZeitlinwxDisplay cleanup/rewrite:
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-12  Vadim Zeitlinnative implementation of wxDirDialog for wxCocoa (patch...
2006-03-12  Vadim Zeitlinnon virtual dtors warning fixes
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-11-30  Vadim Zeitlin1. moved m_majorDim duplicated in many ports to wxRadio...
next