1. 03 Agu, 2015 2 kayıt (commit)
  2. 03 Tem, 2015 1 kayıt (commit)
  3. 01 Tem, 2015 2 kayıt (commit)
  4. 30 Haz, 2015 1 kayıt (commit)
  5. 26 Haz, 2015 1 kayıt (commit)
  6. 24 Haz, 2015 1 kayıt (commit)
  7. 23 Haz, 2015 1 kayıt (commit)
  8. 22 Haz, 2015 12 kayıt (commit)
  9. 15 Haz, 2015 1 kayıt (commit)
  10. 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
  11. 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
  12. 05 Haz, 2015 3 kayıt (commit)
  13. 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
  14. 03 Haz, 2015 7 kayıt (commit)
  15. 02 Haz, 2015 1 kayıt (commit)
    • Miklos Vajna's avatar
      sw: LOK_CALLBACK_TEXT_SELECTION should be the union of all selections · 14657319
      Miklos Vajna yazdı
      E.g. if searching for a keyword and it's inside a text frame, then we
      have two cursors: one is an empty selection at the anchor point, and the
      other is the real selection. What happened is that we emitted two events
      for the two cursors, instead of merging them together.
      
      Fix the problem by not emitting the events in SwSelPaintRects::Show(),
      instead do it at once in SwShellCrsr::Show().
      
      Change-Id: Ie2c7691aaaea7ba8a32b5cfa718a45cba571f791
      14657319
  16. 31 May, 2015 2 kayıt (commit)