Skip to content
Snippets Groups Projects
  1. Dec 20, 1998
  2. Dec 19, 1998
  3. Jul 09, 1998
  4. Jun 16, 1998
  5. May 07, 1998
    • pw's avatar
      Main loop waiting for client connections was ignoring possibility · 779f70ea
      pw authored
      of a signal (SIGCHLD) occurring while waiting on select in which
      case it used the untouched descriptor mask bits as if they were valid.
      This caused the server to hang after two applications were run. Seems
      to be only a problem on BSD as the Solaris version did not exhibit this.
      779f70ea
  6. May 06, 1998
  7. Mar 20, 1998
    • pw's avatar
      Fix some typos in the exports list and prototype defs. · 4bee4ec2
      pw authored
      text-get-last-insertion-position, text-get-baseline and
      compound-string-baseline now work.
      
      Add create-text-field. Note that (some) text-* functions appear
      to work on text-field widgets, but I need to add the similarly
      named text-field-* functions before this is fully supported.
      At least one Motif book suggests text-field is buggy in version
      1.1 of Motif and suggests using only text widgets.
      4bee4ec2
  8. Jan 07, 1998
    • pw's avatar
      From Timothy Miller: · 168a6ceb
      pw authored
      I've been plagued by intermittent timing-related bugs in the motif code that
      I think I have finally tracked down: when the lisp end waits for a :confirm
      reply to a call it's made to the server, it doesn't correctly handle getting
      translations, callbacks, actions, etc. while waiting. This patch fixes that.
         Tim
      168a6ceb
  9. Dec 31, 1997
    • pw's avatar
      Calls to set-values resulted in multiple calls to XtFree on same address · d083cef2
      pw authored
      which probably caused trouble on some systems. Error traced to bogus
      call to register_garbage in RXtSetValues and RXtGetValues. Had to add
      such a call in message_read_resource_names. Also added a scan of
      the garbage_list prior to adding something new with a warning message
      if things seem wrong.
      d083cef2
  10. Sep 15, 1997
  11. Aug 22, 1997
    • pw's avatar
      From Timothy Miller: · 2e74eedf
      pw authored
      Here are a bunch of fixes and enhancements to motif, including
      implementations of the XtIs* functions, XtNameToWidget, an xt-widget-parent
      that will find the parent even if it's not known to lisp (eg, was created by
      the motif library implicitly), a fix for get-values on big-endian machines
      when the resource size is less than an int, a fix to the hashtable mapping
      motif widget ids to lisp records of them, addition of certain resource type
      definitions, fixing many callbacks to prevent null-dereferencing which
      causes crashes on IRIX, a hack to treat the size of booleans more correctly
      because they aren't necessarily ints (a design problem prevents an easy,
      cleaner fix), and a fix to prevent motifd leaving children on HPUX.
      2e74eedf
  12. Apr 19, 1997
  13. Mar 19, 1997
  14. Jan 18, 1997
  15. May 08, 1996
  16. Nov 03, 1994
  17. Oct 31, 1994
  18. Oct 30, 1994
  19. Oct 29, 1994
  20. Oct 28, 1994
  21. Oct 27, 1994
  22. Oct 26, 1994
  23. Oct 01, 1994
  24. Mar 03, 1994
  25. Feb 11, 1994
  26. Sep 01, 1993
Loading