Skip to content
Snippets Groups Projects
  1. Jan 08, 2014
  2. Jan 07, 2014
  3. Jan 06, 2014
  4. Jan 05, 2014
  5. Jan 04, 2014
    • rswindell's avatar
      Improve multi-monitor support in Synchronet Control Panel by setting each · 9ed7b99b
      rswindell authored
      undockable form's DefaultMonitor property to dmPrimary (rather than
      dmActiveForm) and save/restore the value from the registry (and export-to
      import-from .ini file) allowing over-ride of default monitor for undocked
      windows to be customized on a per-form basis (very advanced use).
      For sysops not using undockable forms in the control panel (the vast majority),
      this enhancement has no effect.
      9ed7b99b
    • rswindell's avatar
      Update copyright date to 2014. · 05f51d03
      rswindell authored
      05f51d03
    • rswindell's avatar
      Fix MSVC warning: · 443bbaa3
      rswindell authored
      warning C4133: 'function' : incompatible types - from 'int *' to 'char *'
      with typecast.
      443bbaa3
    • rswindell's avatar
      Fix MSVC warnings: · 155e7f12
      rswindell authored
      filewrap.c(309): warning C4307: '+' : integral constant overflow
      filewrap.c(310): warning C4307: '+' : integral constant overflow
      155e7f12
    • rswindell's avatar
      Fix expandtofit() and thus getdelim() (used by SBBSecho as of Oct-29-2013) · 421208e1
      rswindell authored
      for all builds using 32-bit longs due to numeric integer overflow as reported
      by GCC ("warning: integer overflow in expression")
      and MSVC ("warning C4307: '+' : integral constant overflow")
      thus causing expandtofit() to always return -1 and getdelim() to always fail.
      421208e1
Loading