1. 08 Nis, 2016 1 kayıt (commit)
    • Tomaž Vajngerl's avatar
      vcl: draw toolbox grip with ellipses instead of pixels, HiDPI · 5a4b01f6
      Tomaž Vajngerl yazdı
      Previously the non-native grip was drawn manually with filling
      (lots of) pixels to get kind-of 3D effect for grips. This is not
      ideal for HiDPI and can also be slow on certain backends.
      
      This commit simplifies grip drawing by just drawng ellipses
      (circles actually). This makes it easy to extend the drawing to
      support HiDPI scaling and it also looks better and simpler.
      
      Change-Id: I9df192b69f7f920cececf12b40c1f70342e6d485
      5a4b01f6
  2. 07 Nis, 2016 39 kayıt (commit)