Skip to content
Snippets Groups Projects
  1. Nov 23, 2020
    • hluk's avatar
      Refactor strict compiler warnings · 34a83c6b
      hluk authored
      Fixes compiler warnings.
      
      Sets strict compiler flags only for non-generated non-external sources.
      
      Removes "-Werror" compiler flag so that compilation doesn't stop after a
      warning. The flag makes development very difficult. Occasionally, it's a
      good idea to check CI build output -- GitHub Actions list the warnings
      very well.
      34a83c6b
  2. Sep 08, 2020
  3. May 02, 2020
  4. Jan 08, 2019
  5. Sep 23, 2018
  6. Aug 07, 2018
    • hluk's avatar
      Avoid using icon font installed on system · 62e883e8
      hluk authored
      Script to update icon font also adds a suffix to family name so won't
      conflict with font installed on system (which could have incorrect
      version).
      62e883e8
  7. Aug 06, 2018
  8. Jan 07, 2018
    • hluk's avatar
      Update icon font to Font Awesome 5.0.2, search support · 01a24331
      hluk authored
      Adds support for icon search. This saves a lot of time since user
      doesn't have to search visually through all icons. User just types some
      text (search terms are retrieved from font's metadata; like "clipboard",
      "left", "next" etc.) and non-matching icons will be hidden.
      
      In icon selection dialog, brand icons are at the end of list and have
      slightly different background color.
      
      Few icons are missing.
      01a24331
Loading