]> git.saurik.com Git - wxWidgets.git/history - include/wx/mac
Return type change
[wxWidgets.git] / include / wx / mac /
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-09  Vadim Zeitlinuse native toolbar, font dialog and CG by default
2006-10-08  Vadim Zeitlinanother Ok() changed to IsOk()
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 Zeitlinmoved wxUSE_MS_HTML_HELP back into setup_inc.h (undoing...
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-10-08  Robin DunnOverride CreateItem so wxListBox can turn its notificat...
2006-10-08  Vadim Zeitlinadded wxUSE_ABOUTDLG
2006-10-05  Robin Dunnensure that wxMAC_USE_CORE_GRAPHICS is turned on if...
2006-10-05  Robin DunnMake the message about wxUSE_GRAPHICS_CONTEXT a bit...
2006-10-04  Robin DunnBakefile changes for building the graphics context...
2006-10-02  Paul Cornettlistctrl header cleanup
2006-09-30  Kevin OllivierFixed sorting and commiting support for native virtual...
2006-09-28  Vadim Zeitlinadd compilation options to allow compiling in just...
2006-09-25  Robin DunnForward declare wxMacListControl
2006-09-25  Vadim Zeitlinmake wxMacItem::m_colId of type DataBrowserPropertyID...
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-09-24  Vadim ZeitlinAdded wxUSE_VARIANT and the related checks, also added...
2006-09-24  Julian SmartAdded DoLoadFile, DoSaveFile to wxTextCtrlBase
2006-09-24  Robert Roebling Updated wxPallete information.
2006-09-23  Robert Roebling [ 1559479 ] wxImageComboBox
2006-09-22  Stefan Csomortypo
2006-09-22  Stefan Csomorallow access to wxWindow*
2006-09-22  Stefan Csomorextending graphics context encapsulation
2006-09-22  Stefan Csomorextending graphics context encapsulation
2006-09-21  Stefan Csomorcleanup
2006-09-20  Stefan Csomorundoing my duplicate efforts to solve the same problem ...
2006-09-20  Stefan Csomortype corrections, adding support for listctrl editable...
2006-09-19  Kevin OllivierImproved handling of column widths, removed need for...
2006-09-19  Julian SmartBetter compatibility between wxRichTextCtrl and wxTextC...
2006-09-18  Robin DunnAdd a couple missing methods
2006-09-18  Kevin OllivierRemove duplication in wxImageList defines and always...
2006-09-17  Kevin OllivierInitial commit of native OS X list ctrl support. Compil...
2006-09-14  Stefan Csomorcleanup
2006-09-14  Paul Cornettremove redundant declarations of wxFrameNameStr
2006-09-10  Vadim Zeitlinremoved overloaded virtual InitWith() methods, keep...
2006-09-09  Robin DunnSimplify use of MacIsWindowScrollbar
2006-09-09  Robert Roebling Applied wxGauge:Pulse() patch.
2006-09-06  Paul CornettAlways use wxFULL_REPAINT_ON_RESIZE for generic status...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-26  Stefan Csomoradding constants
2006-08-26  Stefan Csomoradding alpha to wxColour
2006-08-21  Stefan Csomorstill overriding the escape key
2006-08-19  Vadim Zeitlinmoved all wxDialog event handlers to wxDialogBase to...
2006-08-19  Vadim Zeitlincentralized Esc key handling for closing the dialogs...
2006-08-11  Stefan Csomorwe are always compositing on the supported OS versions
2006-08-11  Stefan Csomorwe are always compositing on the supported OS versions...
2006-08-11  Stefan Csomorwe are always compositing on the supported OS versions
2006-08-10  Václav Slavíkmoved duplicated wxRegionContain definitions to wx...
2006-08-10  Vadim Zeitlincompilation fix: remove wxRegionContain enum which...
2006-07-24  Vadim Zeitlinadd default value for the encoding parameter of wxMacCF...
2006-07-17  Robin DunnTranslucency --> Transparent
2006-07-16  Robin DunnAdded wxTopLevelWindow::SetTranslucency and CanSetTrans...
2006-06-30  Vadim Zeitlinmoved wxUSE_MS_HTML_HELP to MSW-specific setup.h, it...
2006-06-30  Stefan Csomorfixing PPI bugs in printer dcs
2006-06-29  Stefan Csomormoving UniChar code to one place
2006-06-27  Vadim Zeitlinadded wxUSE_PRINTF_POS_PARAMS which can be used to...
2006-06-15  Dimitri Schoolwerthforwardported a 2.6 branch fix for misplaced define
2006-05-31  Vadim Zeitlinadded wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329...
2006-05-29  Robin DunnCompile fix
2006-05-29  Vadim Zeitlinmiscellaneous wxFont enhancements (patch 1496606):
2006-05-28  Vadim Zeitlinadded wxHyperlinkCtrl (patch 1476781 from Francesco)
2006-05-28  Vadim ZeitlinwxVsnprintf() implementation with positional parameters...
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-20  Paul Cornettremove unneeded includes from mac/carbon/private.h
2006-05-18  Włodzimierz SkibaMissing #includes to allow wx/mac/carbon/tooltip.h...
2006-05-18  Vadim Zeitlinadded virtual dtor to wxMacListControl to silence gcc...
2006-05-18  Vadim Zeitlinfixed typo in last commit
2006-05-18  Vadim Zeitlinsuppress gcc printf format warning
2006-05-18  Vadim Zeitlinadded virtual dtor to wxMacListControl to silence gcc...
2006-05-17  Julian SmartFixes for compile breakage with no PCH
2006-05-16  Vadim Zeitlinrenamed wxComboControl to wxComboCtrl and related wxUSE...
2006-05-08  Vadim Zeitlinadded wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX...
2006-05-06  Vadim Zeitlinmisc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag...
2006-05-02  Paul Cornettcorrect access specifier for virtuals
2006-05-02  Paul Cornettremove definitions which are already in wx/app.h
2006-04-30  Robert Roebling Applied patch to add n bitmaps at once to an image
2006-04-30  Robert Roebling Trying to commit wxDirDialog patch.
2006-04-27  Stefan Csomorrenamed RGBColor setter to avoid former overload being...
2006-04-25  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-20  Paul Cornettremove unneeded gdiobj.h files
2006-04-19  Stefan Csomorlistbox rewrite, cleanup
2006-04-19  Stefan Csomorlistbox rewrite
2006-04-19  Stefan Csomorfixing 'id' objc.h collisions, listbox rewrite
2006-04-19  Stefan Csomorfixing 'id' objc.h collisions
2006-04-19  Vadim Zeitlinregenerated using build/update-setup-h to have wxUSE_DI...
2006-04-17  Vadim Zeitlinadded wxStandardPaths::GetDocumentsDir() (patch 1214360)
2006-04-15  Robin DunnIsStandard needs to check m_type, not m_format
2006-04-14  Julian SmartReversed accidental commit
2006-04-14  Julian SmartImplemented Mac-style button toggling within wxButtonTo...
2006-04-10  David Surovellcleanup - reformatting
2006-04-10  Stefan Csomorcleanup
2006-04-09  Stefan Csomorlistbox cleanup
2006-04-08  Stefan Csomorallowing the suppression of SetValue event-triggering...
2006-04-08  Stefan Csomorapplying patch 1411230
2006-04-07  Stefan Csomorapplied patch 1465549
next