1. 04 Haz, 2013 31 kayıt (commit)
  2. 03 Haz, 2013 9 kayıt (commit)
    • Michael Stahl's avatar
      i#30979: sw: fix crash on Flys anchored in ToX · a396485f
      Michael Stahl yazdı
      When a fly is anchored at the first paragraph of a ToX, as happens in
      the WW8 bugdoc in i#30979, updating the ToX will remove the anchor
      node, and bad things happen, including ~SwIndexReg assert and also
      eventually a crash when editing the Frame and updating the ToX a few
      times.  Probably best to really remove all anchored flys here.
      
      Note that it's not enough to re-anchor to the empty node that is
      inserted here because that one will also be removed again.
      
      While we're at it the _DelBookmarks is superfluous because CorrAbs
      does exactly that 2 lines above.
      
      Change-Id: Id40ae1d88ad99813b93bea7470f5dc790edcc80c
      a396485f
    • Khaled Hosny's avatar
      Drop "CJK extra leading" crack · a3e97576
      Khaled Hosny yazdı
      It have been unused on Mac OS X since since 2008 (commit
      da4d070d).
      
      Change-Id: I4b3eabe71a54021903009310a87319c9caecfd4c
      a3e97576
    • Khaled Hosny's avatar
      Use Core Text font manager instead of deprecated ATS · 5e33f1c0
      Khaled Hosny yazdı
      Change-Id: I660a895a227da3d28a0b410c56f2395961a5bc4f
      5e33f1c0
    • Khaled Hosny's avatar
      Drop ENABLE_CORETEXT · 06fe7733
      Khaled Hosny yazdı
      This file is Core Text only already.
      
      Change-Id: Ic4c1f44296eaae582091e515d3ca1b4aa227301e
      06fe7733
    • Tomaž Vajngerl's avatar
      fdo#34423 Allow to rotate raw uncompressed bitmaps. · 4d2a7692
      Tomaž Vajngerl yazdı
      When using a graphic filter like blur or sharpen, a raw uncompressed
      bitmap is created. Until now it was not possible to rotate such bitmap
      but now this is allowed.
      
      Change-Id: I716fa46e37680b1111131586fad20da28391de14
      4d2a7692
    • Tomaž Vajngerl's avatar
      fdo#60120 Modify DialControl to store 100th degree angle. · 870dd818
      Tomaž Vajngerl yazdı
      DialControl internally stores the angle to a 100th of a degree
      percision, but when SetRotation is called, the value was always
      rounded to a 1 degree percision. This has now been modified to
      round only on DialControl mouse interaction.
      
      Additionally add add a parameter to SetLinkedField which states
      the number of decimal places the NumericField is set to. This change
      makes possible to set the NumericField to 100th of a Degree as the
      internal angle is represented in. Default value is 0, so no change is
      needed to existing DialControls.
      
      Change-Id: I1f0c20092cdfccbd0878d7eb620bfdad7825b0fb
      870dd818
    • Markus Mohrhard's avatar
      move these two variables from member variables to normal variables · 30f2fa98
      Markus Mohrhard yazdı
      Change-Id: Ie57cf12a3dc0984367c34dc4f52fd00036cf3d9d
      30f2fa98
    • Markus Mohrhard's avatar
      add test case for outline import from ODS · ebd70ae1
      Markus Mohrhard yazdı
      Change-Id: I60f92dd13282281d77571e41707d68ae55722d9b
      ebd70ae1
    • Markus Mohrhard's avatar
      restore old code · d91b1238
      Markus Mohrhard yazdı
      There is some strange handling for row 0 in the calc core code. Without
      a very deep inspection I can't decide whether the test or my change is
      the problem but for now we can live with the old behavior.
      
      Change-Id: I69615349f5b46856aba36dada235a49c84eb03af
      d91b1238