Skip to content
Snippets Groups Projects
  1. Oct 18, 2009
    • Yorhel's avatar
      Link to ncursesw when available · 783993db
      Yorhel authored
      Or force the use of a library with --with-ncurses or --with-ncursesw.
      Implementation based on/stolen from the configure.ac in ncmpc.
      783993db
  2. Aug 03, 2009
  3. Jun 06, 2009
  4. May 16, 2009
  5. May 12, 2009
  6. May 11, 2009
    • Yorhel's avatar
      Properly select the next item after deletion · 06a5f521
      Yorhel authored
      Setting FF_BSEL after calling browse_init() causes two items to be
      selected, as browse_init() makes sure something will be selected,
      while calc_process() assumes nothing is, because the previously
      selected item had just been deleted.
      06a5f521
    • Yorhel's avatar
      Use correct hard link information after partial recalculation or deletion · 6de0a8ec
      Yorhel authored
      Hard link detection is now done in a separate pass on the in-memory tree,
      and duplicates can be 'removed' and 're-added' on the fly. When making any
      changes in the tree, all hard links are re-added before the operation and
      removed again afterwards.
      
      While this guarantees that all hard link information is correct, it does
      have a few drawbacks. I can currently think of two:
      
       1. It's not the most efficient way to do it, and may be quite slow on
          large trees. Will have to do some benchmarks later to see whether
          it is anything to be concerned about.
      
       2. The first encountered item is considered as 'counted' and all items
          encountered after that are considered as 'duplicate'. Because the
          order in which we traverse the tree doesn't always have to be the
          same, the items that will be considered as 'duplicate' can vary with
          each deletion or re-calculation. This might cause confusion for
          people who aren't aware of how hard links work.
      6de0a8ec
  7. May 05, 2009
  8. May 02, 2009
  9. May 01, 2009
  10. Apr 30, 2009
    • Yorhel's avatar
      Cleaned up configure.in · 2d106070
      Yorhel authored
      Removed some obsolete macros and added a few more headers and function
      checks.
      2d106070
  11. Apr 28, 2009
  12. Apr 26, 2009
Loading