Skip to content
Snippets Groups Projects
  1. Feb 13, 2024
  2. Feb 04, 2024
  3. Jan 31, 2024
  4. Jan 30, 2024
  5. Jan 29, 2024
  6. Jan 28, 2024
    • Deucе's avatar
      Focus, hidden, handlers work, etc. · 9821d30d
      Deucе authored
      Getting design to completion... just need to figure out how to do
      pre-defined trees of controls, and I should be able to start work
      on the actual rendering bits.
      9821d30d
  7. Jan 27, 2024
  8. Jan 26, 2024
    • Deucе's avatar
    • Deucе's avatar
      Add globals for pos and child pos/size · 83b6db2a
      Deucе authored
      Start hacking on fit-checking code
      Add NI_walk_children() to call a callback for each child
      Move functions that have no generated bits into newifv_nongen.c
      Call the object set/get function for globals to allow range checking
      83b6db2a
    • Deucе's avatar
      Mark function static · d678aa50
      Deucе authored
      d678aa50
    • Deucе's avatar
      Initial start for NewIfc · 54ad128f
      Deucе authored
      Basically, the intent is to do a modern (for C) interface which
      allows reproducing the look and feel of uifc but without hurting
      as much.
      
      The intent is to support a tree of objects, each of which have
      an attribute get/set function as their main interface.
      
      Various callbacks will be supported for various object types, and
      positioning will be relative to the "child area" of the parent.
      
      The SyncTERM main screen is expected to look something like:
      root
      +--frame (dialing directory)
      |  +--list
      +--frame (settings)
      |  +--list
      +--textinput (comment)
      
      Internally, the code is wildly type-unsafe, but there's an
      auto-generated API (which is the only thing exported) that is
      type-safe.
      
      This also introduces the CuTest C test suite as an experiment.
      54ad128f
Loading