build fixes for WXWIN_COMPATIBILITY_2_6=0
[wxWidgets.git] / src / mac /
2006-10-09  Paul Cornettremove unused stuff
2006-10-09  Paul Cornetttest wxLC_SINGLE_SEL flag properly
2006-10-09  Paul Cornettnon-pch build fix
2006-10-09  Paul Cornettfix width/height typo in DoSetClientSize, remove unused...
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 Zeitlincompilation fix after last commit (apparently 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  Vadim Zeitlinavoid bitmap distortion when a non standard bitmap...
2006-10-08  Vadim Zeitlinadded native Mac implementation of wxAboutBox(); also...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-10-08  Robin Dunnreturn values of overloaded virtuals should match the...
2006-10-08  Robin DunnOverride CreateItem so wxListBox can turn its notificat...
2006-10-06  Robin Dunnmore informative assert message
2006-10-06  Robin DunnAllow the native toolbar to have more han one button...
2006-10-04  Vadim Zeitlinupdated copyright year, s/wxWindows/wxWidgets/
2006-10-04  Vadim Zeitlinfixed unused var warning
2006-10-04  Robin DunnBakefile changes for building the graphics context...
2006-10-03  Robin Dunnfix parameter type
2006-10-02  Kevin OllivierRemove the ability to sort by column in virtual wxListC...
2006-10-02  Stefan Csomormaking virtual lists faster by not sorting items
2006-10-02  Stefan Csomorfirst stab at the selection iterator
2006-10-02  Paul Cornettlistctrl header cleanup
2006-10-02  Paul Cornettuse unsigned for display count
2006-09-30  Stefan Csomorinvert clockwise flag correctly
2006-09-30  Kevin OllivierFix editing support.
2006-09-30  Kevin OllivierFixed sorting and commiting support for native virtual...
2006-09-29  Stefan Csomorgraphics context implementation
2006-09-26  Stefan Csomorremoving the old style code cases
2006-09-25  Vadim Zeitlinfixed warnings, reformatted braces
2006-09-25  Vadim Zeitlincompilation fix after last change
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-09-24  Julian SmartAdded DoLoadFile, DoSaveFile to wxTextCtrlBase
2006-09-24  Robert Roebling Updated wxPallete information.
2006-09-24  Kevin OllivierkDataBrowserListViewNoGapForIconInHeaderButton not...
2006-09-24  Robin Dunnremove superfluous assert
2006-09-22  Robin DunnPatch from Tim Kosse to allow virtual list ctrl to...
2006-09-22  Kevin OllivierFixing SetColumnWidth and selection handling, attempt...
2006-09-22  Stefan Csomorfurther encapsulation of graphics context, wxdc becomin...
2006-09-21  Stefan Csomorcleanup
2006-09-21  Stefan Csomorgetting out for 'addded' events early enough
2006-09-20  Stefan Csomorpreliminary editing support
2006-09-20  Stefan Csomorundoing my duplicate efforts to solve the same problem ...
2006-09-20  Stefan Csomoradding support for listctrl editable columns
2006-09-20  Stefan Csomoradding support for listctrl editable columns
2006-09-19  Kevin OllivierImproved handling of column widths, removed need for...
2006-09-19  Kevin OllivierHandle cases where an index larger than GetItemCount...
2006-09-18  Robin DunnAdd a couple missing methods
2006-09-18  Stefan Csomorfixing notifications
2006-09-18  Stefan Csomorfixed crash when no status bar is present, conditionals...
2006-09-18  Kevin OllivierFixing compilation on Mac, and attempting to better...
2006-09-17  Robert Roebling [ 1550698 ] Bottom aligned toolbar
2006-09-17  Kevin OllivierAccidently checked for invalid image index rather than...
2006-09-17  Kevin OllivierInitial commit of native OS X list ctrl support. Compil...
2006-09-16  Kevin OllivierAdding OS X list ctrl implementation file, and listctrl...
2006-09-15  Stefan Csomoradded Bryan's new icons
2006-09-14  Robin DunnAs per wx-dev, split the sort arrow options out to...
2006-09-14  Stefan Csomormdi fix
2006-09-14  Stefan Csomorcleanup
2006-09-14  Stefan Csomorswitching colors
2006-09-13  Robin DunnMore support for drawing native column headers, adds...
2006-09-10  Vadim Zeitlinremoved overloaded virtual InitWith() methods, keep...
2006-09-10  Vadim Zeitlinremoved unused variable
2006-09-09  Kevin OllivierMac(Carbon) impl of wxGauge::Pulse, also added sample...
2006-09-09  Robert Roebling Applied wxGauge:Pulse() patch.
2006-09-08  Robin DunndeTABified
2006-09-08  Stefan Csomorfixing ownership and positioning of embedded controls...
2006-09-08  Stefan Csomormake sure we catch invalid control refs better
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-04  Vadim Zeitlinuse (new) wxAcceleratorEntry::Create() instead of recen...
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-30  Julian SmartDon't skip event if default processing has inserted...
2006-08-29  Stefan Csomormake sure we are feeding coordinates of HIView instance...
2006-08-29  Stefan Csomoradding command key accelerator
2006-08-26  Stefan Csomoradding alpha to core graphics dc
2006-08-26  Stefan Csomoradding alpha to wxColour
2006-08-22  Paul Cornettprevent linker from discarding wxStockGDIMac
2006-08-22  Paul Cornettuse wxModule to ensure proper initialization order...
2006-08-21  Stefan Csomorremoving unneeded event table
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-16  Václav Slavíkmoved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject...
2006-08-15  Vadim ZeitlinIntel compilation fix (patch 1540790)
2006-08-13  Vadim ZeitlinwxGetOsVersion() compilation andl inking fixes for...
2006-08-13  Vadim Zeitlinremoved code for non-compositing case to fix the compil...
2006-08-13  Vadim Zeitlincompilation fixes after recent wxFontEnumerator changes...
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-08-11  Stefan Csomoradding support for embedded controls in native toolbar
2006-08-11  Stefan Csomorcompilo introduced fixed
2006-08-11  Stefan Csomorremoving non-compositing code, adding individual transp...
2006-08-11  Stefan Csomorfix for 64 bit
2006-08-11  Stefan Csomorremoving code for pre 10.3 systems
2006-08-11  Stefan Csomorwe're always compositing
2006-08-11  Stefan Csomorfixing compilo for 10.5
2006-08-11  Stefan Csomorcommitting the code for resolution independence (turned...
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
next