1. 02 8月, 2010 1 次提交
  2. 30 7月, 2010 6 次提交
  3. 11 7月, 2010 2 次提交
  4. 08 2月, 2010 2 次提交
  5. 02 2月, 2010 2 次提交
  6. 29 1月, 2010 3 次提交
  7. 28 1月, 2010 4 次提交
  8. 27 1月, 2010 1 次提交
  9. 25 1月, 2010 2 次提交
  10. 24 1月, 2010 13 次提交
  11. 07 1月, 2010 2 次提交
  12. 07 12月, 2009 1 次提交
  13. 06 12月, 2009 1 次提交
    • A
      git-gui: Increase blame viewer usability on MacOS. · 10852086
      Alexander Gavrilov 提交于
      On MacOS raising a window causes the focus to be transferred
      to it -- although it may actually be a bug in the Tcl/Tk port.
      When this happens with the blame viewer tooltips, it makes
      the interface less usable, because Entry and Leave handlers
      on the text view cause the tip to disappear once the mouse
      is moved even 1 pixel.
      
      This commit makes the code raise the main window on MacOS
      when Tk 8.5 is used. This version seems to properly support
      wm transient by making the tip stay on top of the master,
      so reraising the master does not cause it to disappear. Thus
      the only remaining sign of problems is slight UI flicker
      when focus is momentarily transferred to the tip and back.
      Signed-off-by: NAlexander Gavrilov <angavrilov@gmail.com>
      Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
      10852086