1. 31 Tem, 2012 34 kayıt (commit)
  2. 30 Tem, 2012 6 kayıt (commit)
    • Tomaž Vajngerl's avatar
      First step to change sorted vector with LookupTree for word autocompletion. · d602a3b2
      Tomaž Vajngerl yazdı
      With this commit autocompletion words are inserted into a LookupTree
      instance and used when autocompleting words. Previouslly used sorted
      vector is still used for the GUI.
      
      Change-Id: Ib5aed38d575fbef7221afbebe824a440d4ffbc7e
      d602a3b2
    • Tomaž Vajngerl's avatar
      LookupTree for fast autocompletion lookups (by Nico Weyand). · fa351042
      Tomaž Vajngerl yazdı
      LookupTree is a tree structure for fast autocompletion lookups.
      Additionally the tree structure stores word probabilities, so each
      autocompletion request returns a result with highest probability.
      LatinLookupTree is an implementation which was designed to be even
      faster and more efficient latin text, however it works with any kind
      of unicode strings.
      
      The tree structure was coded by Nico Weyand, Unicode strings support
      and conversion to Libreoffice code structure was done by me.
      
      Change-Id: I6549ee45d0952407b8a070f30ed0598fcb420aa7
      fa351042
    • Kohei Yoshida's avatar
      Get mdds to build against gcc 3.4.* thru 3.5.1. · 2fe93734
      Kohei Yoshida yazdı
      This is to work around:
      
      http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44963
      
      which is fixed in 3.5.2.
      
      Change-Id: Id0b409be7ba55f27005f3fd6fb4f77fa0090678d
      2fe93734
    • Michael Stahl's avatar
      udkapi, offapi: do not use #include "foo": · 753e9b3d
      Michael Stahl yazdı
      Evidently on Windows, the newfangled ucpp handles #include "foo"
      differently from #include <foo> and treats it as a relative path, while
      the angle brackets always result in absolute paths.
      Since relative paths result in infinite rebuilds if make is invoked in a
      different directory, don't use #include "foo" in IDL files.
      
      Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
      753e9b3d
    • Tor Lillqvist's avatar
      Add "support" for building against the 10.8 SDK · 6e60ee67
      Tor Lillqvist yazdı
      Presumably like building against the 10.7 SDK, --enable-coretext
      should be used to avoid compilation errors, and it will likely get
      into a loop at run-time quite quickly.
      
      Change-Id: Ib773368a0c5f79dafd3264a8229c5133943f88d6
      6e60ee67
    • Kohei Yoshida's avatar
      Const correct-ness. · 4646a4e5
      Kohei Yoshida yazdı
      Change-Id: I4f5572dcde886db50cb8d189da41a862f6cefe72
      4646a4e5