1. 22 Jan, 2015 10 commits
  2. 21 Jan, 2015 6 commits
  3. 20 Jan, 2015 9 commits
  4. 19 Jan, 2015 3 commits
  5. 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