1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make tests/gtest-nuxcore only depend on NuxCore libs. More... almost 13 years ago
Don't have the core-gtest depend on NuxGraphics nor Nux libs. More... almost 13 years ago
Check the position of mouse events for InputAreaProximities if an event type is NUX_WINDOW_MOUSE_LEAVE. More... almost 13 years ago
make check-headless should respect DEB_BUILD_OPTIONS=nocheck . More... almost 13 years ago
Fixed random color generation. More... almost 13 years ago
- Introducing improvements for ARM build. - Resolved build failures - Added --enable-x-support option - Added --enable-minimal-build option More... almost 13 years ago
* unit test added More... almost 13 years ago
* A problem in InputAreaProximity when a mouse would leave quickly without generating a mouse move event. It would generate EVENT_WINDOW_MOUSELEAVE which if nux is no longer in control of the event loop mouse_beyond has the potential to never emit. More... almost 13 years ago
Don't compile WaitForNotify if we don't need it, and hence shut up the warning come error. More... almost 13 years ago
Merge lp:nux and resolve conflicts. More... almost 13 years ago
Adds a input area proximity class which takes an input area and the proximity. More... almost 13 years ago
make check-headless should respect DEB_BUILD_OPTIONS=nocheck More... almost 13 years ago
* Update ABI number More... almost 13 years ago
gtest.m4: avoid using AC_CHECK_FILES because it breaks cross-compilation More... almost 13 years ago
* Add test for color and window comp More... almost 13 years ago
Enable headless tests during build. More... almost 13 years ago
Update ABI More... almost 13 years ago
Performance: Do not create unnecessary string copies by converting const char* to std::string, instead use those directly. More... almost 13 years ago
Performance: Check for emptiness instead of calculating the size as this might be inefficient. xxxx.size() can take linear time while xxxx.empty() is guaranteed to take constant time. More... almost 13 years ago
Performance: Do not create unnecessary string copies by converting const char* to std::string, instead use filename directly More... almost 13 years ago
Performance: Do not create unnecessary string copies by converting const char* to std::string, instead use temp directly (x2) More... almost 13 years ago
Performance: Do not create unnecessary string copies by converting const char* to std::string, instead use filename directly More... almost 13 years ago
Fixed typo More... almost 13 years ago
Replaced 'if (surface_attachment_array_.size())' with 'if (!surface_attachment_array_.empty())' More... almost 13 years ago
Replaced 'if (surface_attachment_array_.size())' with 'if (!surface_attachment_array_.empty())' More... almost 13 years ago
Replaced 'if (_blend_stack.size() == 0)' with 'if (_blend_stack.empty())' More... almost 13 years ago
Replaced 'if (m_2DModelViewMatricesStack.size() <= 0)' with 'if (m_2DModelViewMatricesStack.empty())' More... almost 13 years ago
Replaced 'if (_clip_offset_stack.size() == 0)' with 'if (_clip_offset_stack.empty())' More... almost 13 years ago
Replaced 'if (_Data.size() == 0)' with 'if (_Data.empty())' More... almost 13 years ago
Replaced 'if (_Data.size() == 0)' with 'if (_Data.empty())' More... almost 13 years ago