1. 19 May, 2013 6 kayıt (commit)
  2. 18 May, 2013 22 kayıt (commit)
  3. 17 May, 2013 12 kayıt (commit)
    • Thorsten Behrens's avatar
      Add unit test for xml:id loading. · 8230290c
      Thorsten Behrens yazdı
      Guard against xml:id load breakage, that cause fdo#64512 and
      fdo#60075. Both connector shape and animation references need it
      to work.
      
      Change-Id: I7883d1d27eae02f605c83217a2e1b83934b31483
      8230290c
    • Pedro Giffuni's avatar
      Add Oracle as a Java vendor for Solaris. · cb500028
      Pedro Giffuni yazdı
      Conflicts:
      	jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml
      
      Change-Id: Ifaa60fafb0db62ed60ba4080b6bb3713d8d9e3be
      cb500028
    • Khaled Hosny's avatar
      Drop unused mpGlyphPositions array · e4088a68
      Khaled Hosny yazdı
      Change-Id: I858832a41ef140fa9916e05548edf2df6b0af451
      e4088a68
    • Khaled Hosny's avatar
      Simplify Core Text drawing · 81ec93f8
      Khaled Hosny yazdı
      No need to keep a fonts array around; we don’t modify the glyph array in
      anyway so we can just query the CTLine directly.
      
      Change-Id: I24fd49b8fcc8391de7fe132db60bc81bc9941a81
      81ec93f8
    • Khaled Hosny's avatar
      Remove unused variable · d1bd0cbb
      Khaled Hosny yazdı
      isVerticalRun is not used anywhere, remove for now.
      
      Change-Id: I29a9650e3031dc1faaacd13f4aa9fefe661edaa7
      d1bd0cbb
    • Khaled Hosny's avatar
      Fix Core Text GetCaretPositions() · 455e2172
      Khaled Hosny yazdı
      The secondary caret is a special caret that is inserted when the text
      changes its direction e.g. between an RTL and LTR segments, not
      whatever who wrote this code thought it is.
      
      This should now be more or less the same as ATSUI version (for better or
      worse), though it probably makes no difference anyway since
      GetCaretPositions(), despite its name, is *not* used for determining
      caret positions but only for drawing mnemonic underlines, and we don’t
      draw any menus by ourselves on Mac.
      
      While at it, adopt variable naming used in the rest of the code (not the
      spacing, though. Why any sane person would want no space before opening
      parenthesis and space after it!).
      
      Change-Id: I3e8d1db33c899d0c69f65b57f0a52d10cbed1025
      455e2172
    • Michael Stahl's avatar
      Updated core · 0ac44511
      Michael Stahl yazdı
      Project: help  7cbed0ad307c87de550f032046a39375979efe76
      0ac44511
    • Caolán McNamara's avatar
      I can see no use anywhere of OverridePageSize · affe3c57
      Caolán McNamara yazdı
      Change-Id: If922b5a21babd120262436b66cd01098341fa92b
      affe3c57
    • Noel Power's avatar
      fix missing xlsx import formula dependecy startlisten on formula array cells · 81b01550
      Noel Power yazdı
      Formula arrays in xlsx documents don't change ( when depenant cells change ) this is
      because of some performace hacks that prevent wide-scale startlisten calls
      ( e.g. inhibited because filter calls SetInsertingFromOtherDoc(true) ) Instead
      of enabling that stuff again some we do some manual dependecy setting
      
      Change-Id: I994d0ec505339201f6f78229963de45f10437212
      81b01550
    • Fridrich Štrba's avatar
      Fix build · 67ba9fdb
      Fridrich Štrba yazdı
      Change-Id: I39f8160311ab24f8bdd680b87a407ba69a4e51e3
      67ba9fdb
    • Eike Rathke's avatar
      added documentation about non-normalized invalid dates · 31267934
      Eike Rathke yazdı
      Change-Id: I88a95d8fac8af9085d41cf1b13c8ff3ee7abb141
      31267934
    • Petr Mladek's avatar
      several fixes of Linux desktop integration after gbuildisation (fdo#64707) · 8550935c
      Petr Mladek yazdı
      - $(UNIXFILENAME.$*) is not correctly substituted if the variables are defined
        by another VAR.bla variables
      - add missing '-' to the iconprefix
      - use '$${PRODUCTNAME} $${PRODUCTVERSION}' for the desktop menu; the real name
        and version is added later by the installer in instsetto_native
      - use correct .po file for the translations
      - deliver the localized and corrected desktop files
      
      Change-Id: Ifcf797b57f94b16bd7ee498136c9c353b85c7c46
      8550935c