openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
N
Nux OpenGL
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Aug 30, 2024 — Aug 30, 2025
Showing page 21 of 118
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Make tests/gtest-nuxcore only depend on NuxCore libs.
Tim Penhey
More...
almost 13 years ago
Don't have the core-gtest depend on NuxGraphics nor Nux libs.
Tim Penhey
More...
almost 13 years ago
Check the position of mouse events for InputAreaProximities if an event type is NUX_WINDOW_MOUSE_LEAVE.
Brandon Schaefer
More...
almost 13 years ago
make check-headless should respect DEB_BUILD_OPTIONS=nocheck .
Ricardo Salveti de Araujo
More...
almost 13 years ago
Fixed random color generation.
Michi Henning
More...
almost 13 years ago
- Introducing improvements for ARM build. - Resolved build failures - Added --enable-x-support option - Added --enable-minimal-build option
Tim Penhey
More...
almost 13 years ago
* unit test added
Brandon Schaefer
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.
Brandon Schaefer
More...
almost 13 years ago
Don't compile WaitForNotify if we don't need it, and hence shut up the warning come error.
Tim Penhey
More...
almost 13 years ago
Merge lp:nux and resolve conflicts.
Tim Penhey
More...
almost 13 years ago
Adds a input area proximity class which takes an input area and the proximity.
Brandon Schaefer
More...
almost 13 years ago
make check-headless should respect DEB_BUILD_OPTIONS=nocheck
Ricardo Salveti de Araujo
More...
almost 13 years ago
* Update ABI number
Brandon Schaefer
More...
almost 13 years ago
gtest.m4: avoid using AC_CHECK_FILES because it breaks cross-compilation
Ricardo Salveti de Araujo
More...
almost 13 years ago
* Add test for color and window comp
Brandon Schaefer
More...
almost 13 years ago
Enable headless tests during build.
Michael Terry
More...
almost 13 years ago
Update ABI
Albert Astals
More...
almost 13 years ago
Performance: Do not create unnecessary string copies by converting const char* to std::string, instead use those directly.
MC Return
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.
MC Return
More...
almost 13 years ago
Performance: Do not create unnecessary string copies by converting const char* to std::string, instead use filename directly
MC Return
More...
almost 13 years ago
Performance: Do not create unnecessary string copies by converting const char* to std::string, instead use temp directly (x2)
MC Return
More...
almost 13 years ago
Performance: Do not create unnecessary string copies by converting const char* to std::string, instead use filename directly
MC Return
More...
almost 13 years ago
Fixed typo
MC Return
More...
almost 13 years ago
Replaced 'if (surface_attachment_array_.size())' with 'if (!surface_attachment_array_.empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (surface_attachment_array_.size())' with 'if (!surface_attachment_array_.empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (_blend_stack.size() == 0)' with 'if (_blend_stack.empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (m_2DModelViewMatricesStack.size() <= 0)' with 'if (m_2DModelViewMatricesStack.empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (_clip_offset_stack.size() == 0)' with 'if (_clip_offset_stack.empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (_Data.size() == 0)' with 'if (_Data.empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (_Data.size() == 0)' with 'if (_Data.empty())'
MC Return
More...
almost 13 years ago
←
1
2
…
17
18
19
20
21
22
23
24
25
…
117
118
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree