1. 28 Kas, 2015 35 kayıt (commit)
  2. 24 Kas, 2015 5 kayıt (commit)
    • Miklos Vajna's avatar
      LOK: update headers from master · 822a962c
      Miklos Vajna yazdı
      Change-Id: I32f0de20864cae267ebd32516f20baf8e38f910b
      822a962c
    • Miklos Vajna's avatar
      sw lok comments: fix map mode state after changing zoom levels · 7d6fd383
      Miklos Vajna yazdı
      Zoom level of SwEditWin is kept in sync with the client, so that the
      pixel-based comment widgets can be positioned correctly. But that does
      not mean in general the SwEditWin map mode should not be disabled: so
      that we don't have to tweak the map mode for each and every
      postMouseEvent() call and still be able to send them using logic
      coordinates.
      
      Change-Id: I6f686b93d2509d52fdd34e84a502cf04e1ce6e59
      (cherry picked from commit de2a6897)
      7d6fd383
    • Miklos Vajna's avatar
      sw lok comments: avoid crash an exit after clicking the scrollbar · 0088ea98
      Miklos Vajna yazdı
      Without this, vcl::Window::ImplTrackTimerHdl() will be called on a
      deleted vcl::Window.
      
      Can be reproduced with a comment having a scrollbar in a LOK client,
      then clicking on the down button of the scrollbar a number of times ->
      crash on exit.
      
      Change-Id: I5d67f96e8baa199f65ec5cf39cb5d39c8162ff33
      (cherry picked from commit 7c654ee9)
      0088ea98
    • Miklos Vajna's avatar
      sw lok comments: implement drag of the scrollbar · 96578c97
      Miklos Vajna yazdı
      With this, if a comment has a vertical scrollbar, then not only the
      buttons of the scrollbar can be clicked on, but also the slider of the
      scrollbar can be dragged.
      
      (cherry picked from commit d562df03)
      
      Conflicts:
      	sw/source/uibase/docvw/SidebarWin.cxx
      
      Change-Id: I2e39e18bf60c42a878bb8bfd808f1d47be27eecb
      96578c97
    • Miklos Vajna's avatar
      vcl lok: handle tracking coordinates which are in twips · 0e41aa81
      Miklos Vajna yazdı
      This is similar to the mouse button down handling. When the map mode is
      disabled and the map mode is in twips, then in general it's possible to
      send mouse coordinates in twips. The scrollbar is usually in pixels, so
      add extra code to still make this possible.
      
      Change-Id: I0c7e404ecd7ac839e000266e396683bb7d15c505
      (cherry picked from commit d7acb44b)
      0e41aa81