Skip to content

Changes

#1510 (May 14, 2024, 11:50:09 AM)

  1. Reworked #subMenuMarker in the MenuItemMorph hierarchy to #subMenuMarkerFormSet. — 1611248+Rinzwind / githubweb
  2. Made #basicDrawOn: on ToggleMenuItemMorph draw the FormSet for the submenu marker. — 1611248+Rinzwind / githubweb
  3. Replaced use of an array to initialize the ‘bits’ of the ‘SubMenuMarker’ Form in #initialize for MenuItemMorph by the drawing of the corresponding polygon. — 1611248+Rinzwind / githubweb
  4. Replaced shared variables ‘SubMenuMarker’, ‘BottomArrow’, ‘LeftArrow’ and ‘UpArrow’ in MenuItemMorph, which held a Form, by corresponding variables that hold a FormSet. — 1611248+Rinzwind / githubweb
  5. Made #initialize for MenuItemMorph include a Form at scale 2 in each FormSet. — 1611248+Rinzwind / githubweb

#1509 (May 6, 2024, 2:04:45 PM)

  1. backport fix — marcus.denker / githubweb

#1508 (Apr 30, 2024, 12:40:31 PM)

  1. Backporting: added noInstrumentation pragma to the method ProcessorScheduler>>#activeProcess — sebastianjmt / githubweb

#1507 (Apr 27, 2024, 12:26:26 PM)

  1. Add missing PharoCommonTools>>menuToploOn: — tinchodias / githubweb
  2. Update PharoCommonTools.class.st — github / githubweb

#1504 (Apr 25, 2024, 4:49:15 PM)

  1. Reapply "Release all waiting processes when destroying a socket (fixes #15975)" — daniels220 / githubweb
  2. Signal each Semaphore only once to avoid dependency on #signalAll — daniels220 / githubweb
  3. Access semaphores directly from their instance variables rather than through accessors — daniels220 / githubweb
  4. Add delay and update comment in #testFlushOtherEndClosed to prevent transient failure — daniels220 / githubweb
  5. Add wait in #testNextPutAllFlushOtherEndClosed similar to #testFlushOtherEndClosed — daniels220 / githubweb
  6. Ensure we actually fill the TCP send buffer in #testFlushLargeMessageOtherEndClosed — daniels220 / githubweb
  7. Skip SocketStreamTest>>testFlushLargeMessageOtherEndClosed on Windows — daniels220 / githubweb
  8. Clarify the purpose of the return value from #waitForSendDoneFor:... — daniels220 / githubweb

#1502 (Apr 25, 2024, 4:11:05 PM)

  1. move spec to v1.3.0 — estebanlm / githubweb
  2. use v1.1.0 for welcome browser — estebanlm / githubweb
  3. use v1.1.0 in DocumentBrowser — estebanlm / githubweb
  4. use v2.6.0 in microdown — estebanlm / githubweb
  5. using newtools v0.9.0 — estebanlm / githubweb
  6. restore Pharo12 to document browser until I fix the build problem — estebanlm / githubweb
  7. I think this is not lowercase — estebanlm / githubweb
  8. restore tag usage — estebanlm / githubweb