Changes between Version 22 and Version 23 of FutureHaiku/APIChangesOnCompatibilityDrop
- Timestamp:
- Nov 17, 2021, 11:39:15 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FutureHaiku/APIChangesOnCompatibilityDrop
v22 v23 23 23 * Derive BView from BLayoutItem and drop BViewLayoutItem? 24 24 * 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. 26 26 * 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?) 27 27 * BAlerts should be layout-aware along with all other rich text views.