Fork of GUI controls library: https://github.com/desktop-app/lib_ui
Find a file
Nicholas Guriev 4c165ea446 Remove explicitly defined copy operator for style::internal::Font
It was equivalent of default copy operator generated by compiler itself.
Removing this copy operation, we do not change behavior of the code but
resolve the -Wdeprecated-copy warning from GCC.
2020-01-21 12:32:06 +03:00
cmake Add generated files to dependent targets. 2019-12-03 18:26:12 +03:00
emoji_suggestions Initial commit. 2019-09-17 17:48:58 +03:00
fonts Use custom named fonts. 2019-10-13 10:44:45 +04:00
gyp Allow libraries use their own langpacks. 2019-10-04 20:41:36 +03:00
icons Support nice Ui::Window under Windows. 2019-09-26 09:53:57 +03:00
qt_conf Provide some resources. 2019-09-18 15:59:54 +03:00
ui Remove explicitly defined copy operator for style::internal::Font 2020-01-21 12:32:06 +03:00
CMakeLists.txt Fix build without DESKTOP_APP_USE_PACKAGED. 2020-01-17 18:13:05 +03:00
lib_ui.gyp Add layer and box management. 2019-09-18 14:17:24 +03:00