1. 22 Ock, 2014 34 kayıt (commit)
  2. 21 Ock, 2014 6 kayıt (commit)
    • Khaled Hosny's avatar
      Typo in comment · 5f89d247
      Khaled Hosny yazdı
      Change-Id: I97252a66da63e25166acf3a7bc5a00ad1f8e94f0
      5f89d247
    • Khaled Hosny's avatar
      Writer, please stop harassing me · 82943c75
      Khaled Hosny yazdı
      This debug code was behind > 1 before
      9ace8beb, so it probably was broken for
      ages (or even forever), and all it does now is obscure my terminal with
      hundreds of useless messages whenever I open an RTL document since
      basically any weak LTR run next to RTL one will have the same script
      type, but this code warns about it without explaining what one should
      fix here.
      
      I got fed up, whoever knows what to fix here, please do, but for now I’m
      just hiding it.
      
      Change-Id: Ifa50e47a080f335ef6fe06bc0f0b5ed5ddbc7338
      82943c75
    • Khaled Hosny's avatar
      It is just an innocent hyphen not a hyphenator · b7c30884
      Khaled Hosny yazdı
      Change-Id: I7454d90adfd507aae4c7efd1d4075454f03cddd8
      b7c30884
    • Khaled Hosny's avatar
      Make both GetTextBreak() use the same coding style · 775da618
      Khaled Hosny yazdı
      For easy visual comparison.
      
      Change-Id: Ib143f4bb7789b54dfbdd8fcf47516008403b47fd
      775da618
    • Michael Stahl's avatar
      Makefile.in: hardcoded make -> $(GNUMAKE) · e20439a1
      Michael Stahl yazdı
      Change-Id: I2ec31816562e55f6f95cac38dab4a17a393c0f9a
      e20439a1
    • Jan Holesovsky's avatar
      Change _get_implementation()'s not to do initialization directly. · f2783977
      Jan Holesovsky yazdı
      Many of the initalizations (in eg. framework) have to be done on an
      acquire()'d object, so instead of doing the initialization directly, return
      the initialization member function back to the createInstance() /
      createInstanceWithContext() / ... and perform the initialization there.
      
      As a sideeffect, I belive the calling initialize() from servicemanager is not
      that much a hack any more - whoever converts the implementation to be
      constructor-base has the choice to provide the callback, or still initialize
      through XInitialization, where the callback is preferred by servicemanager
      when it exists.
      
      Change-Id: I8a87b75c54c1441ca0f184967d31ff4902fc4081
      f2783977