Changes between Version 16 and Version 17 of FutureHaiku/APIChangesOnCompatibilityDrop
- Timestamp:
- Jul 3, 2015, 5:05:57 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FutureHaiku/APIChangesOnCompatibilityDrop
v16 v17 3 3 '''General:''' 4 4 * Redo shared libraries: there should be one library per kit and corresponding names for each. (possible conventions are "libsupport.so", "libSupport.so", "libSupportKit.so") 5 * NUKE GCC2 FROM ORBIT5 * Stop supporting the GCC2 ABI 6 6 7 7 '''POSIX:''' … … 25 25 * All rich text views should accept (simple) HTML as input and as output. 26 26 * Add a BToolbar API (the currently-shared BToolBar should be a good basis, it needs support to add arbitrary BViews) 27 * Also need a standard icons directory, probably following [http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html FreeDesktop's spec]. 28 * Drop the timeout version of BScreen::WaitForRetrace() 27 * Also need standard icons resources, probably following [http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html FreeDesktop's spec]. 29 28 30 29 '''Media Kit:'''