Skip to content
Snippets Groups Projects
  1. Jan 21, 2025
  2. Jan 05, 2025
    • Deucе's avatar
      For macOS, set install_name to @rpath/libNAME.dylib and use it · 75691a66
      Deucе authored
      For the SBBS binaries, set @executable_path and
      @executable_path/../${LIBODIR} so they can all be in one dir, or
      they can be in the build output dirs and still work.
      
      For utilities, set to @executable_path and
      @executable_path/../../${LIBODIR} for the same reason.
      
      With this, we shouldn't need to fiddle with DYLD_LIBRARY_PATH
      75691a66
    • Deucе's avatar
      Fix GTK stuff for macOS · 750dba01
      Deucе authored
      Remove the -E linker flag.
      This should not be needed anymore, and isn't supported on macOS.
      
      Have shared libraries include their full path.
      This allows linked dylibs to work from where they were built, so
      as long as you don't build the binaries on a CI machine, then try
      to run them on a users machine (*cough*), it'll work out.
      
      Use the correct rpath argument format on macOS.
      It uses -rpath, not --rpath.
      750dba01
  3. Apr 28, 2024
  4. Feb 08, 2024
  5. Feb 07, 2024
  6. Feb 14, 2021
  7. Jan 18, 2021
  8. Oct 08, 2020
    • Rob Swindell's avatar
      Cosmetic updates provided by Nelgin · c488cefb
      Rob Swindell authored
      <nelgin> However, dm should probably maintain it at the source.
      <nelgin> DigitalMan, I've uploaded gtkuseredit_glade.c which also widens "Sex" to 5 chars
      <nelgin> I've also uploaded my .glade file for comparison
      <nelgin> and I've uploaded my convert perl script.
      <DigitalMan> the sex/gender field is a single character
      <nelgin> Yes, but it doesn't display properly unless I widen it to 5.
      <DigitalMan> ah
      c488cefb
  9. Oct 06, 2020
  10. Oct 03, 2020
    • Rob Swindell's avatar
      New birthdate format: YYYMMDD · fa3d1553
      Rob Swindell authored
      Also, fixed get_date(), it returns 0 on success, but the success return logic was inverted:
      it only returned 0 if the date was unchanged from the previous value.
      
      Note:
      It would be nice if this user editor prompted to save changes if changes have been made a new
      user is selected (e.g. with the arrow buttons).
      fa3d1553
  11. Aug 16, 2020
  12. Apr 30, 2020
  13. Apr 07, 2020
  14. Nov 22, 2019
    • rswindell's avatar
      Fix error: · fc24a2d5
      rswindell authored
      targets.mk:8: *** missing separator (did you mean TAB instead of 8 spaces?).  Stop.
      fc24a2d5
  15. Oct 08, 2019
  16. Jul 04, 2019
  17. Jul 24, 2018
    • rswindell's avatar
      The great Copyright year update and (mostly) removal of 2018: · f869ad3d
      rswindell authored
      Most of the copyright years in the source code were misleading (the date of
      most recent publish was actually later) and all were unnecessary. I've been
      removing copyright years piecemeal, for a long time, but I decided it was time
      to just perform a bulk search and (mostly) replace. In some cases, I left
      old copyright years on files that either are not used (and soon to be removed)
      or obsolete and unlikely to ever be touched again (e.g. Win9x FOSSIL VXD). Some
      of the runtime binaries still contain copyright years and those were updated to
      2018.
      f869ad3d
  18. Mar 05, 2018
  19. Aug 27, 2015
  20. Oct 14, 2014
  21. Feb 14, 2014
  22. Feb 13, 2014
  23. Apr 26, 2012
  24. Mar 08, 2012
  25. Oct 14, 2011
  26. Sep 08, 2011
  27. Aug 14, 2009
  28. Jul 19, 2009
  29. May 14, 2006
Loading