Changes between Version 16 and Version 17 of FutureHaiku/APIChangesOnCompatibilityDrop


Ignore:
Timestamp:
Jul 3, 2015, 5:05:57 AM (9 years ago)
Author:
pulkomandy
Comment:

Remove the "wait for retrace" thing. Without the timeout version, you can't detect if WaitForRetrace works. If that's not what you meant, please discuss things on the development ML first.

Legend:

Unmodified
Added
Removed
Modified
  • FutureHaiku/APIChangesOnCompatibilityDrop

    v16 v17  
    33'''General:'''
    44 * 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 ORBIT
     5 * Stop supporting the GCC2 ABI
    66
    77'''POSIX:'''
     
    2525 * All rich text views should accept (simple) HTML as input and as output.
    2626 * 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].
    2928
    3029'''Media Kit:'''