Skip to content
Snippets Groups Projects
  1. Feb 26, 2018
    • Philipp Hörist's avatar
      Use MessageSentEvent to print to ChatControl · c6e39309
      Philipp Hörist authored
      Its later than StanzaMessageOutgoingEvent, this allows encryption
      Plugins to not return the encrypted payload immediatly.
      For example encrypting may take some time because a password is needed
      or the load has to be encrypted in another Thread.
      c6e39309
  2. Feb 25, 2018
  3. Feb 22, 2018
  4. Feb 21, 2018
  5. Feb 20, 2018
  6. Feb 19, 2018
  7. Feb 18, 2018
  8. Feb 17, 2018
  9. Feb 16, 2018
  10. Feb 14, 2018
    • Philipp Hörist's avatar
      Parse uri with message action correctly · a4f08b3b
      Philipp Hörist authored
      Fixes #8894
      a4f08b3b
    • Philipp Hörist's avatar
      Dont show avatars as Window icon · a2caafa7
      Philipp Hörist authored
      Avatars are now Surfaces, Gtk.Window has no method yet to add Surfaces
      as icons.
      
      Transforming them back to pixbufs is not viable because pixbufs cant hold
      the scale information, and we have no way to set it.
      
      This was only used with single chat windows, which is a mode that came
      out of style and is probably not used often anymore.
      
      Fixes #8895
      a2caafa7
  11. Feb 13, 2018
  12. Feb 12, 2018
Loading