1. 12 Eki, 2013 10 kayıt (commit)
    • Eike Rathke's avatar
      for unmapped language-only register primary language ID if available · 79fc6b82
      Eike Rathke yazdı
      ... instead of an on-the-fly ID
      
      Change-Id: I5cb38e91b67d02f0ccda90feb2ad0c60cd3765c5
      79fc6b82
    • Tor Lillqvist's avatar
      Nothing Unix-specific about <stdlib.h> · ff7ba8c8
      Tor Lillqvist yazdı
      Although unsure whether this source file actually uses anything declared in
      <stdlib.h>...
      
      Change-Id: Ibb5dfe5d0de1576a37a5f2c9cffcd9b850602b14
      ff7ba8c8
    • Tor Lillqvist's avatar
      Test WNT instead of the vague UNX · b680e352
      Tor Lillqvist yazdı
      Change-Id: Icacdae592f05bcdcf50223d607976d687e182c96
      b680e352
    • Tor Lillqvist's avatar
      We already have SAL_CALL that means __cdecl on Windows · 90976113
      Tor Lillqvist yazdı
      Not that there should be any need to use it here; it is the default anyway.
      
      Also the extern "C" is bogus here as far as I know; that affects only the
      external name of the function, and that a function is passed to bsearch()
      doesn't set any requirements on the external name of it. It could be a static
      function with no global symbol name. But oh well.
      
      Change-Id: Ia264bf2f952fd6f38aa36a25a084383d4d3f1bdc
      90976113
    • Tor Lillqvist's avatar
      Bin two unused functions · 7329fbd9
      Tor Lillqvist yazdı
      Change-Id: I8362bfa0152f84a425ea3d461653d45c07816b92
      7329fbd9
    • Tor Lillqvist's avatar
      What (who?) are OW and MTF? · 81f94edc
      Tor Lillqvist yazdı
      Change-Id: I47b9b91d72e423c0ef37eaa9f081e755adfc36d6
      81f94edc
    • Tor Lillqvist's avatar
      Test WNT instead of the vague UNX · 5705102c
      Tor Lillqvist yazdı
      Change-Id: I99aa82d29d056afde92d258fd5cdf13359f9b74c
      5705102c
    • Tor Lillqvist's avatar
      s/UNX/LINUX/, as that is what is meant here · f1b956f5
      Tor Lillqvist yazdı
      Change-Id: I6b58f6f62bc304b29c336fc46f87bce8d2ce22fe
      f1b956f5
    • Michael Stahl's avatar
      sw: fix regex search/replace of $ in selection · b60ce846
      Michael Stahl yazdı
      SwView::Replace() nowadays first searches for the to-be-replaced text in
      the current selection, which does not work in the corner case of "$"
      when the selection starts at end of a paragraph, as it will when
      clicking "Find" to look for "$" and then clicking "Replace".
      
      The problem is that there is some antique code in SwPaM::Find() to
      move the cursor forward if it's at the end of a paragraph, which is
      presumably some pointless micro-optimization; the result is that
      "Replace" does not replace the selected paragraph break but the
      one in the following paragraph.
      
      (regression from 68a014dbca8bbd25056f75ef551fb81a0dbfb1b7)
      
      Change-Id: I5aae9c272d102a48166c63e01775dc6322f9f02d
      b60ce846
    • Michael Stahl's avatar
      fdo#64495: sw: fix regex search for soft hyphen \xAD · dca5163b
      Michael Stahl yazdı
      The problem is that the soft hyphen apparently needs special handling,
      and SwPaM::DoSearch() looked for the no longer supported legacy syntax,
      not for any of the unicode character syntax that ICU regex supports.
      
      Change-Id: I754296d2cf9286242e083cc7906ce3b8fda78dd5
      dca5163b
  2. 11 Eki, 2013 30 kayıt (commit)