1. 06 Agu, 2015 6 kayıt (commit)
  2. 03 Agu, 2015 4 kayıt (commit)
  3. 03 Tem, 2015 1 kayıt (commit)
  4. 01 Tem, 2015 2 kayıt (commit)
  5. 30 Haz, 2015 1 kayıt (commit)
  6. 26 Haz, 2015 1 kayıt (commit)
  7. 24 Haz, 2015 1 kayıt (commit)
  8. 23 Haz, 2015 1 kayıt (commit)
  9. 22 Haz, 2015 12 kayıt (commit)
  10. 15 Haz, 2015 1 kayıt (commit)
  11. 11 Haz, 2015 1 kayıt (commit)
    • Henry Castro's avatar
      sw tiled rendering: Ignore window size check. · 2424c4f2
      Henry Castro yazdı
      In the tiled rendering case it does not need to check
      if the window size is (0,0). But it still has to trigger
      LOKit LOK_CALLBACK_INVALIDATE_TILES
      
      Change-Id: I4c458edfd6e44599b8c8148e0f8543fb0563e627
      (cherry picked from commit 2281a492)
      (cherry picked from commit a6f4fde8)
      2424c4f2
  12. 10 Haz, 2015 1 kayıt (commit)
    • Henry Castro's avatar
      sc tiled editing: Corrected dropdown button offset · afc22f0e
      Henry Castro yazdı
      Also includes:
      
      sc tiled editing: Mapping has to be turned off after drawing the buttons.
      
      Otherwise the redlines are on wrong positions in the tiled rendering case.
      
      Also - we are actually never call with something else than MAP_PIXEL, so
      let's kill the resetting of the mapmode; let's see if some obscure corner case
      bites us here.
      
      Change-Id: I8da07dd5448b8863df3148882ec50e6746760cca
      afc22f0e
  13. 05 Haz, 2015 3 kayıt (commit)
  14. 04 Haz, 2015 3 kayıt (commit)
    • Henry Castro's avatar
      sc LOKit callback for search not found. · fa0eed40
      Henry Castro yazdı
      Needed for signaling the user when no match was found for the searched input
      
      Change-Id: I10089d065c26deea7cb57a9dc20f130f9afb6d99
      fa0eed40
    • Henry Castro's avatar
      sc: Notify about the part change when searching. · 7c338fe5
      Henry Castro yazdı
      Change-Id: Ieea445b64f72f270885d6e21d4070fefe8d82567
      7c338fe5
    • Henry Castro's avatar
      sc: SvxSearchItem, m_nStartPoint{X,Y} · 572abb94
      Henry Castro yazdı
      The idea is that if you have your cursor at the begining of a Calc document, and you scroll down a
      lot, then search, then it's annoying that search jumps back to the start of the document for the
      first hit.
      
      Add an optional way to provide what is the starting point of such a search, so we can have "when
      nothing is selected, then search from the top left corner of the visible area".
      
      Change-Id: I22624dd52a093759d46541e003d838aeb0db943f
      572abb94
  15. 03 Haz, 2015 2 kayıt (commit)