1. 21 Jan, 2015 3 commits
  2. 20 Jan, 2015 2 commits
  3. 19 Jan, 2015 2 commits
  4. 17 Jan, 2015 12 commits
    • Matt Lowe's avatar
      Added seperator · f0c661a0
      Matt Lowe authored
      Added a separator
      f0c661a0
    • Matt Lowe's avatar
      Added ratio scaling · 54a1a286
      Matt Lowe authored
      Previously was adding pixels, rather than using ratios. this was cutting
      off cards on higher res screens
      54a1a286
    • Matt Lowe's avatar
      Refactored Chat Settings tab · d59e1f13
      Matt Lowe authored
      - removed heap alloc
      d59e1f13
    • Matt Lowe's avatar
      Refactored Deck Editor tab · d02d3ed5
      Matt Lowe authored
      - removed heap allocation
      d02d3ed5
    • Matt Lowe's avatar
      Refactored User Interface tab · 5cf801eb
      Matt Lowe authored
      - removed heap allocs
      5cf801eb
    • Matt Lowe's avatar
      Removed manual sizing · a599fa1a
      Matt Lowe authored
      replaced the resize(x, y) to "pack" the widgets. It saves space and
      makes the settings tighter.
      a599fa1a
    • Matt Lowe's avatar
      Fixed some merge issues · 98e84f0d
      Matt Lowe authored
      98e84f0d
    • Matt Lowe's avatar
      Refactored General Settings Tab · 4b45ba46
      Matt Lowe authored
      ~ Removed some heap allocs
      ~ Remaining heap allocs are needed.
      ~ Unrolled "one line" declarations in header
      ~ restructured logic in GeneralSettingsPage
      
      Refactored Appearance Tab
      
      - removed some heap allocs
      - removed setting of zone view, its not needed here, its configurable in
      real time, in game.
      4b45ba46
    • Matt Lowe's avatar
      Added @ back in · ece56ff3
      Matt Lowe authored
      Added the @ back to the chat, this will help if a user does not have the
      newest version of the client.
      ece56ff3
    • Matt Lowe's avatar
      Set focus · 8bc2adb7
      Matt Lowe authored
      The line edit now gets focus for faster typing.
      8bc2adb7
    • Matt Lowe's avatar
      Click tag mentions · 45112e49
      Matt Lowe authored
      You can now click on a username in the main chat to add a "@username"
      tag to the chat. Makes communication with other users using tags faster.
      45112e49
    • Matt Lowe's avatar
      Uername block highlighting · 49d3ad73
      Matt Lowe authored
      I was able to find a simple way to achive the block highlighting.
      49d3ad73
  5. 16 Jan, 2015 2 commits
  6. 15 Jan, 2015 1 commit
    • Matt Lowe's avatar
      Refactorings · aad98756
      Matt Lowe authored
      + added comments
      + refactored optimumRect
      aad98756
  7. 14 Jan, 2015 3 commits
    • Matt Lowe's avatar
      Updated chat setting tab · a794112b
      Matt Lowe authored
      + Renamed "Messages" to "Chat Settings"
      + Moved the chat mentions to this tab
      + Added boarder round macro settings
      a794112b
    • Matt Lowe's avatar
      Added title for sound settings · 0454f9c2
      Matt Lowe authored
      0454f9c2
    • Matt Lowe's avatar
      Sorting views · e4e3a1d2
      Matt Lowe authored
      + When viewing a sorted view (like revealing hand, or looking at
      library), the cards will now be sorted in columns based on the main card
      type.
      + Settings are now saved.
      e4e3a1d2
  8. 13 Jan, 2015 2 commits
  9. 12 Jan, 2015 2 commits
    • Matt Lowe's avatar
      Clear chat · 2e342361
      Matt Lowe authored
      Users can now clear the chat in the main lobby. This removes unwanted
      text and clears up memory when the client has been open a long time.
      2e342361
    • Matt Lowe's avatar
      Chat highlighting when mentioned · 5452d0ce
      Matt Lowe authored
      When being mentioned in a post with '@username' you will now see the entry highlighted. This
      helps to see when someone is talking to you. It work across the main
      chat, in game and in private chat.
      5452d0ce
  10. 11 Jan, 2015 1 commit
    • Matt Lowe's avatar
      Realigned Icons · 0445e570
      Matt Lowe authored
      + Moved Icons to the top. You can now see all options.
      + All SVGs now have a background (GO! was missing one).
      + All SVGs now have the same background (General had one of its own)
      0445e570
  11. 10 Jan, 2015 1 commit
    • Matt Lowe's avatar
      Added Account Age · 02043ad4
      Matt Lowe authored
      + Added the ability to see the account age of registered users. Changes
      are both in server and client. The server will now send back the
      registration date along with the user data. The client will then use
      this to calculate the account age and display it in the user details
      window.
      02043ad4
  12. 07 Jan, 2015 1 commit
  13. 04 Jan, 2015 3 commits
  14. 03 Jan, 2015 5 commits