Changes between Version 22 and Version 23 of FutureHaiku/APIChangesOnCompatibilityDrop


Ignore:
Timestamp:
Nov 17, 2021, 11:39:15 PM (2 years ago)
Author:
waddlesplash
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FutureHaiku/APIChangesOnCompatibilityDrop

    v22 v23  
    2323 * Derive BView from BLayoutItem and drop BViewLayoutItem?
    2424 * Remove GetPreferredSize() from BView and child classes in favor of PreferredSize()
    25  * Remove copy constructors on BRect and other small classes that do not need it, so they can be passed in registers.
     25 * Remove copy constructors on BRect, rgb_color and other small classes that do not need it, so they can be passed in registers.
    2626 * Create a model/view infrastructure for the column list view and OutlineListView. (see Debugger's MVC wrapper over current CLV) (maybe look at Qt's [rejected] Model/Views 2.0?)
    2727 * BAlerts should be layout-aware along with all other rich text views.