corrections for compilation under Mac OS X
[wxWidgets.git] / include /
2003-06-24  Vadim Zeitlincompilation fix for wxGTK
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-23  David ElliottOnly MSW has a class wxIconLocation. The other platfor...
2003-06-23  Julian SmartSpelling correction.
2003-06-23  Vadim ZeitlinGetIcon() returns wxIconLocation, not wxIcon, now
2003-06-22  Vadim Zeitlinallow wxFileConfig be created with empty name (will...
2003-06-22  Vadim Zeitlinadded default ctor
2003-06-21  Mattia Barbon Add a missing structure definition, move all rich...
2003-06-21  Mattia Barbon Typo fix.
2003-06-21  Vadim Zeitlinremoved Win16 horrors
2003-06-21  Vadim Zeitlinadded wxIconLocation; minor fixes to wxIcon on some...
2003-06-20  Julian SmartExtended wxTextAttr and added wxTextCtrl::GetStyle...
2003-06-19  Vadim Zeitlinadded __WXBASE__ define; removed duplicated (in wx...
2003-06-19  Vadim Zeitlinadded wxIsDebuggerRunning() (which is going to replace...
2003-06-19  David ElliottMissed a few substitutions the first time around
2003-06-19  David ElliottInclude wxCocoa header
2003-06-19  Václav Slavíkadded wxHAS_TASK_BAR_ICON
2003-06-19  David ElliottAdded wxSlider stub
2003-06-19  David ElliottAdded NSColor declarataion
2003-06-19  David ElliottFirst stab at wxColour using NSColor
2003-06-19  David ElliottAdd ability to have a wxMenuBar as a common menu
2003-06-18  Vadim Zeitlinremoved deprecated ConvertToBitmap() and wxImage(wxBitm...
2003-06-18  Julian SmartRemoved very obsolete Set/GetColourMap accessors.
2003-06-18  Chris Elliottfix DMars compilation to use precompiled headers
2003-06-17  Julian SmartAdded corrected Show() to wxPopupWindow
2003-06-16  Julian SmartPlatform and compiler-specific checking for MSW and...
2003-06-15  Stefan NeisAdded definition of wxUSE_DISPLAY.
2003-06-14  Julian SmartInclude wxHTML help controller from wx/helphtml.h.
2003-06-14  Julian SmartAdded wxMenuBase::FindItemByPosition
2003-06-14  Julian SmartCan now skip default manifest inclusion by defining...
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2003-06-14  Vadim Zeitlinadded virtual dtor to wxDateTimeHolidayAuthority (patch...
2003-06-14  Vadim Zeitlinadded a few #ifdefs needed to build a smaller library...
2003-06-14  Vadim Zeitlinimplemented alpha support for raw bitmaps under Mac
2003-06-13  Vadim Zeitlinadded possibility to customize the listbox colours
2003-06-13  David ElliottAdded wxString to NSString conversion functions
2003-06-13  David ElliottProposed wxMac MDI interface (in limbo)
2003-06-13  David ElliottAdded support for delayed deactivation of windows ...
2003-06-13  Vadim Zeitlinadded def value for Create() id parameter
2003-06-13  Václav Slavíkfs_inet depends on protocol classes
2003-06-13  Vadim Zeitlinmade multiple selection behave more consistently with...
2003-06-13  Václav Slavíkadded wxLocale::GetLanguageName
2003-06-12  Václav Slavíkadded wxRTTI to XRC handlers (patch #752996 by David...
2003-06-12  David ElliottMake wxMDIParentFrame a regular top level window
2003-06-12  Jouk Jansen Committing in .
2003-06-11  Vadim Zeitlinremoved countItems parameter from ctor -- doesn't work...
2003-06-11  Vadim Zeitlinimplemented multiple selection
2003-06-11  Vadim Zeitlinadded RefreshLines()
2003-06-11  Vadim Zeitlinmade CopySelection() always available (otherwise it...
2003-06-11  Julian SmartAdd back #endif
2003-06-11  Vadim Zeitlinmade GetType() inline
2003-06-11  Vadim Zeitlinextracted wxSelectionStore in a separate file
2003-06-11  Julian SmartRemoving vestiges of wxUSE_NEW_GRID
2003-06-10  Robin DunnEnsure that a wxMenuItem's parent menu is updated if...
2003-06-08  Julian SmartAdded shaped sample copying
2003-06-08  David ElliottRestored Objective-C typesafety while retaining proper...
2003-06-07  Václav Slavíkuse 'I' cursor when over text
2003-06-07  Stefan Csomorchanging inheritance and delegation
2003-06-07  Stefan Csomoradapting MacHandleControlClick to know about mouse...
2003-06-07  David ElliottAdded #if wxUSE_DATAOBJ guard around header
2003-06-07  David ElliottAdded stub for the new pure virtual DoInsert method
2003-06-05  Julian SmartReverted the warning fix since it breaks MinGW
2003-06-05  Václav Slavíkadded line selection
2003-06-05  Julian SmartFixed compile warning.
2003-06-04  Václav Slavíkdoubleclick selects word
2003-06-04  Václav Slavíkadded selecting-while-dragging
2003-06-04  Vadim Zeitlinmade wxNativePixelFormat usable under Mac
2003-06-03  Václav Slavík(hopefully) finished subcell selection
2003-06-03  Václav Slavíknew rendering customization API for Vadim
2003-06-03  Vadim Zeitlinfixed the channel order for Mac (alpha comes first)
2003-06-03  Václav Slavíksubcell selection
2003-06-03  Vadim Zeitlinremoved absolutely unneeded #include module.h
2003-06-03  Vadim Zeitlinpressing PageDown and then PageUp should return to...
2003-06-03  Vadim Zeitlininitial attempts to get raw bitmaps working under Mac
2003-06-02  Vadim Zeitlincompilation warning fixed
2003-06-02  Vadim Zeitlinrefresh cache on size/margins change; expanded cache...
2003-06-02  Vadim Zeitlinadded GetMargins()
2003-06-02  Vadim Zeitlinadded RefreshAll()
2003-06-02  Roger GammansAddition at simple wxObject*, support into wxVariant.
2003-06-02  Václav Slavíkadded copying selection to clipboard; fixes to selectio...
2003-06-02  Julian SmartAttempt to make wxWindows play better with XP themes
2003-06-01  Václav Slavíkmore work on text selection: selecting should work...
2003-06-01  Julian SmartFix for bug [ 744199 ] wxBringWindowToTop, child window...
2003-06-01  Julian SmartGet the initialization order right.
2003-06-01  Julian SmartRemoved AlignIn after further thought
2003-06-01  Julian SmartApplied patch [ 650511 ] wxCalendarCtrl - year does...
2003-06-01  Julian SmartApplied patch [ 710608 ] wxImage::GetImageExtWildcard...
2003-06-01  Julian SmartApplied patch [ 649157 ] wxDisplay for Unix
2003-06-01  Julian SmartApplied patch [ 730697 ] wxRect::AlignIn member
2003-06-01  Julian SmartApplied patch [ 623187 ] virtual methods and new AppendItem
2003-06-01  Julian SmartApplied patch [ 619386 ] uxtheme.dll support
2003-06-01  Julian SmartPartially applied patch [ 531199 ] new EVT_MOVING and...
2003-06-01  Julian SmartApplied patch [ 619539 ] patch to get small icon via...
2003-06-01  Vadim Zeitlinadded wxVListBox using wxVScrolledWindow and wxHtmlList...
2003-06-01  Václav Slavíkadded default ctor and SetSelection to wxHtmlRenderingState
2003-06-01  Julian SmartApplied patch [ 743194 ] HitTest for wxNotebook
2003-06-01  Julian SmartApplied patch [ 743248 ] wxArray::RemoveAt() error...
2003-06-01  Julian SmartApplied [ 745533 ] implemented wxNotebook::DoGetBestSize
2003-06-01  Julian SmartApplied patch [ 746355 ] Adds some checks for chkconf.h
2003-06-01  Julian SmartApplied patch [ 746547 ] fixes 'wrong header file inclu...
next