Skip to content

Tags: rohit-px2/nvui

Tags

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #123 from rohit-px2/external_config

Add config for UI & Window settings

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix janky scrolling (flickering during scrolling) (#105)

* Fix janky scrolling + little refactor

* Separate classes to different headers

* Msg grid ordering fix, fix zindex calc, sort only when necessary

v0.2.0

Toggle v0.2.0's commit message
Fix popup menu info float positioning on Windows

v0.1.4-v2

Toggle v0.1.4-v2's commit message
Prepare release zip on macos, too

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix action failures (#76)

* Make actions work potentially

* Change version string (rebuild actions)

* Test actions caching

v0.1.3

Toggle v0.1.3's commit message
Don't send empty input, don't align floats to popup if nothing selected

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Stricter compiler warning policy (#45)

* Stricter compiler warning policy

Make warnings errors in `CMakeLists.txt`.

* Fix all compiler warnings

- Explicitly initialize base class
- Mark unused parameters as unused by various means (`Q_UNUSED`, removing parameter name, commenting out parameter name etc)
- Comment out or remove unused variables
- Explicitly cast u16 to size_t to avoid sign-compare warning
- Shuffle around some `Q_UNUSED` macros to properly work with preprocessor directives

* CI Test

* More fixes

* Wall Werror for MSVC

* Attempt #1 to fix Clang on Windows errors

* Attempt number 2 to fix Clang on Windows errors

* Set warnings to W4, fix build errors on MSVC

MSVC also gives warnings for external libs, which need to be ignored.

* Use size_t instead of u64, set flags for non-MSVC compilers

Co-authored-by: Rohit Pradhan <rohit.px02@gmail.com>

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #42 from rohit-px2/exception_insufficient_bytes

Fix crash on exception 'msgpack::v1::insufficient_bytes'

v0.1.0

Toggle v0.1.0's commit message
Add '.zip' extension to release assets