Skip to content

Prepare p14 release #29

Merged
merged 5 commits into from
Jul 20, 2021
Merged

Prepare p14 release #29

merged 5 commits into from
Jul 20, 2021

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    49ed0ab View commit details
    Browse the repository at this point in the history
  2. xdu.c: remove unneeded strdup definition

    Since string.h is now included, there is no need
    to cope with strdup. (Except for keeping a monument
    from the 1994 code...)
    thomas committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    609498d View commit details
    Browse the repository at this point in the history
  3. xdu.c: improve file parser

    The routine can be compacted a bit.
     - utilize the scan result from sscanf (as proposed)
     - no need to copy the input to a new buffer, since the
       parts of the path get 'strduped' in parse_entry
    thomas committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    468dc0c View commit details
    Browse the repository at this point in the history
  4. xwin.c: let us return from xmainloop()

    Breaking out with exit(0) is way QnD...
    
    This gives the chance to perform further cleanup
    when returned into main().
    thomas committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    8f58965 View commit details
    Browse the repository at this point in the history
  5. xwin.c: reenable mouse-quit

    The original xdu used the right button to quit the
    application. The double-click variant brings the
    feature back.
    thomas committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    0db81cd View commit details
    Browse the repository at this point in the history