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
about 21 hours
ago. based on code collected
about 21 hours
ago.
Aug 30, 2024 — Aug 30, 2025
Showing page 22 of 118
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Replaced 'if (_Timelines->size() == 0)' with 'if (_Timelines->empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (keyboard_grab_stack_.size() == 0)' with 'if (keyboard_grab_stack_.empty())'
MC Return
More...
almost 13 years ago
Replaced '(_menu_chain->size() == 0)' with '(_menu_chain->empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (_menu_chain->size() == 0)' with 'if (_menu_chain->empty())'
MC Return
More...
almost 13 years ago
Replaced '(_menu_chain->size() == 0)' with '(_menu_chain->empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (_menu_chain->size())' with 'if (!_menu_chain->empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (_menu_chain->size() == 0)' with 'if (_menu_chain->empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (_modal_view_window_list.size() > 0)' with 'if (!_modal_view_window_list.empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (_menu_chain->size())' with 'if (!_menu_chain->empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (m_InterfaceObject.size() == 0)' with 'if (m_InterfaceObject.empty())'
MC Return
More...
almost 13 years ago
Replaced '(radio_button_array_.size() >0)' with '(!radio_button_array_.empty())'
MC Return
More...
almost 13 years ago
Replaced '(active_paint_layer_stack_.size() > 0)' with '(!active_paint_layer_stack_.empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (pushed_paint_layer_stack_.size() == 0)' with 'if (pushed_paint_layer_stack_.empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (_Timelines->size() > 0)' with 'if (!_Timelines->empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (m_InterfaceObject.size() == 0)' with 'if (m_InterfaceObject.empty())'
MC Return
More...
almost 13 years ago
Replaced 'if (conflicting_gestures.size() != 0)' with 'if (!conflicting_gestures.empty())'
MC Return
More...
almost 13 years ago
Replaced if '(queued_events_.size() == 0)' with 'if (queued_events_.empty())'
MC Return
More...
almost 13 years ago
Reduced the scope of the variables bool startTokenFound and size_t shaderStringStart and shaderStartLine
MC Return
More...
almost 13 years ago
Reduced the scope of the variables size_t lineStart and lineCount
MC Return
More...
almost 13 years ago
Reduced the scope of the variable unsigned int BytePerPixel
MC Return
More...
almost 13 years ago
Reduced the scope of the variable static const char* invalid_time_stamp
MC Return
More...
almost 13 years ago
Reduced the scope of the variables bool larger_width, smaller_width, larger_height and smaller_height
MC Return
More...
almost 13 years ago
Reduced the scope of the variables bool larger_width, smaller_width, larger_height and smaller_height
MC Return
More...
almost 13 years ago
* minor changes
Brandon Schaefer
More...
almost 13 years ago
enable headless tests during build
Michael Terry
More...
almost 13 years ago
* Added ctor for RedGreenBlue for a nux::Color
Brandon Schaefer
More...
almost 13 years ago
* Fix EOL.
Jay Taoko
More...
almost 13 years ago
Merged with Nux trunk.
Jay Taoko
More...
almost 13 years ago
* Detect support for depth texture. * Disable use of depth textures if support is not available
Jay Taoko
More...
almost 13 years ago
* Changed test name
Brandon Schaefer
More...
almost 13 years ago
←
1
2
…
18
19
20
21
22
23
24
25
26
…
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