1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced 'if (_Timelines->size() == 0)' with 'if (_Timelines->empty())' More... almost 13 years ago
Replaced 'if (keyboard_grab_stack_.size() == 0)' with 'if (keyboard_grab_stack_.empty())' More... almost 13 years ago
Replaced '(_menu_chain->size() == 0)' with '(_menu_chain->empty())' More... almost 13 years ago
Replaced 'if (_menu_chain->size() == 0)' with 'if (_menu_chain->empty())' More... almost 13 years ago
Replaced '(_menu_chain->size() == 0)' with '(_menu_chain->empty())' More... almost 13 years ago
Replaced 'if (_menu_chain->size())' with 'if (!_menu_chain->empty())' More... almost 13 years ago
Replaced 'if (_menu_chain->size() == 0)' with 'if (_menu_chain->empty())' More... almost 13 years ago
Replaced 'if (_modal_view_window_list.size() > 0)' with 'if (!_modal_view_window_list.empty())' More... almost 13 years ago
Replaced 'if (_menu_chain->size())' with 'if (!_menu_chain->empty())' More... almost 13 years ago
Replaced 'if (m_InterfaceObject.size() == 0)' with 'if (m_InterfaceObject.empty())' More... almost 13 years ago
Replaced '(radio_button_array_.size() >0)' with '(!radio_button_array_.empty())' More... almost 13 years ago
Replaced '(active_paint_layer_stack_.size() > 0)' with '(!active_paint_layer_stack_.empty())' More... almost 13 years ago
Replaced 'if (pushed_paint_layer_stack_.size() == 0)' with 'if (pushed_paint_layer_stack_.empty())' More... almost 13 years ago
Replaced 'if (_Timelines->size() > 0)' with 'if (!_Timelines->empty())' More... almost 13 years ago
Replaced 'if (m_InterfaceObject.size() == 0)' with 'if (m_InterfaceObject.empty())' More... almost 13 years ago
Replaced 'if (conflicting_gestures.size() != 0)' with 'if (!conflicting_gestures.empty())' More... almost 13 years ago
Replaced if '(queued_events_.size() == 0)' with 'if (queued_events_.empty())' More... almost 13 years ago
Reduced the scope of the variables bool startTokenFound and size_t shaderStringStart and shaderStartLine More... almost 13 years ago
Reduced the scope of the variables size_t lineStart and lineCount More... almost 13 years ago
Reduced the scope of the variable unsigned int BytePerPixel More... almost 13 years ago
Reduced the scope of the variable static const char* invalid_time_stamp More... almost 13 years ago
Reduced the scope of the variables bool larger_width, smaller_width, larger_height and smaller_height More... almost 13 years ago
Reduced the scope of the variables bool larger_width, smaller_width, larger_height and smaller_height More... almost 13 years ago
* minor changes More... almost 13 years ago
enable headless tests during build More... almost 13 years ago
* Added ctor for RedGreenBlue for a nux::Color More... almost 13 years ago
* Fix EOL. More... almost 13 years ago
Merged with Nux trunk. More... almost 13 years ago
* Detect support for depth texture. * Disable use of depth textures if support is not available More... almost 13 years ago
* Changed test name More... almost 13 years ago