1. 19 Sep, 2013 2 commits
    • Ken Thomases's avatar
      winemac: Use NSMouseInRect() instead of NSPointInRect() to compensate for… · 018d629b
      Ken Thomases authored
      winemac: Use NSMouseInRect() instead of NSPointInRect() to compensate for Cocoa's off-by-one coordinate system.
      
      This matches what Cocoa does when determining how to handle an event so that,
      for example, our test if a click is in the window grow box corresponds to
      whether Cocoa will run an internal mouse-tracking loop to resize the window
      when we pass it the event.  This fixes a problem where both Cocoa and user32
      would try to run a resize loop and the cursor would get "stuck" resizing the
      window after the button was released.
      018d629b
    • Joško Nikolić's avatar
      po: Update Croatian translation. · e5f61e6e
      Joško Nikolić authored
      e5f61e6e
  2. 18 Sep, 2013 24 commits
  3. 17 Sep, 2013 14 commits