Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Jan 31, 2019
  2. Jan 30, 2019
    • Joe Donofry's avatar
      Add download button to ImageOverlay · 6d629f1c
      Joe Donofry authored
      When opening images in the full-screen overlay, there is now
      a download button next to the close button.  This button utilizes
      the same functionality as the right-click->save image button.
      6d629f1c
  3. Jan 26, 2019
  4. Jan 25, 2019
  5. Jan 24, 2019
  6. Jan 20, 2019
    • Joe Donofry's avatar
      Author Color Fixes · 237c7ad1
      Joe Donofry authored
      Author color is now cached so that it will not be re-calculated
      each time a new message is posted.  This cache gets cleared when
      the theme is changed.
      
      Additionally, the author color is now automatically refreshed
      when the theme is changed, fixing the issue where you had to
      change rooms before the colors would switch.
      237c7ad1
    • Joe Donofry's avatar
      Update user id color generation · b3f7c13e
      Joe Donofry authored
      Update the author color generation.  Now, instead of generating
      an entire hex string based on the user id, the user id instead
      is used to generate a hue value.  After this hue value is created,
      there is some logic to tweak first the lightness and then saturation
      values to achieve a readable color (in contrast to the background).
      
      This change makes it so that user colors will not vary as wildly
      between the different themes.
      
      The values still are not cached and still do not update
      initially when the theme is changed.  Both of these things
      will be resolved.
      b3f7c13e
  7. Jan 19, 2019
    • Joe Donofry's avatar
      Fix UserSettings UI not showing saved prefs · 98102f4f
      Joe Donofry authored
      Theme and Font Family settings will now correctly display the stored
      settings when nheko is re-launched.  Previously, these combo boxes
      would default to the first thing in the combo box, even if that
      wasn't what the user selected.
      98102f4f
    • Joe Donofry's avatar
      Add User Font Setting · 654b652d
      Joe Donofry authored
      User can now select a font from the installed fonts on their system
      
      This font currently will only be applied when nheko is restarted
      (similar to how font size and scaling currently work).  This will
      be addressed in a future commit.  Additionally, the dropdown
      does not correctly select the previously-chosen user font, and
      instead defaults to the first font available on the system
      (alphabetically).  This is similar to the issue with the 'Theme'
      combo defaulting to 'Light' even when another theme is selected.
      654b652d
  8. Jan 18, 2019
  9. Jan 17, 2019
  10. Jan 16, 2019
  11. Jan 13, 2019
  12. Jan 12, 2019
Loading