Fork of GUI controls library: https://github.com/desktop-app/lib_ui
Find a file
Nicholas Guriev 258cacf7c5 Avoid conditional branching on uninitialized values
C++ initializes members in the order in which they are defined in class. So the
order is important if the members are accessed by other initializers or methods
called from them.

Class BoxLayerWidget:
  _roundRect is initialized based on _layerType through the st() method.

Class Checkbox:
  Arguments of _text constructor depend on _checkAlignment through the
  countTextMinWidth and the checkRect methods.
2022-04-14 15:35:38 +04:00
cmake Add data for the updated emoji. 2020-05-06 19:28:06 +04:00
emoji_old Add data file for new emoji. 2021-09-14 14:29:42 +03:00
emoji_suggestions Fix -Wunused-variable warnings with gcc 2021-07-19 18:59:36 +03:00
fonts Update Vazir font to non-UI 27.2.2. 2021-03-16 13:11:38 +04:00
icons Fix shadow icons in scale > 2x. 2022-03-08 18:59:49 +04:00
qt_conf Remove legacy QRC files 2021-12-06 12:27:45 +04:00
ui Avoid conditional branching on uninitialized values 2022-04-14 15:35:38 +04:00
CMakeLists.txt Don't build OBJC precompiled header. 2022-04-14 10:35:00 +04:00
emoji.txt Add data file for new emoji. 2021-09-14 14:29:42 +03:00