1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Need to add version 1.10 of lcov to the supported versions so the Debian package build can succeed. More... over 11 years ago
Add lcov version 1.10 to the list of supported versions. More... over 11 years ago
* Don't need that header More... over 11 years ago
* Move XIM support from NuxGraphics to Nux, and GraphicsDisplayX11 to the WindowThread. More... over 11 years ago
* Current XIM Work. Plan on moving the bulk of the work to WindowThread. As the XIC needs to access to the TextEntry, which GraphicsDisplayX11 doesn't have. More... over 11 years ago
minor fixes (static analyzer errors and warnings). More... almost 12 years ago
fixed syntax error in macro. More... almost 12 years ago
Fixed nux syntax error More... almost 12 years ago
small fixes based on clang errors and warnings. More... almost 12 years ago
merged to trunk More... almost 12 years ago
uncommented out the logger More... almost 12 years ago
removed unused variables More... almost 12 years ago
removed unused variable bCaptionAvailable and code that was commented out More... almost 12 years ago
stop unused param warning in release mode More... almost 12 years ago
Allow embedded clients to specify which windows should be redrawn.
SmSpillaz
as Sam Spilsbury
More... almost 12 years ago
added virtual destructors where missing (fixing static analysis errors). More... almost 12 years ago
fixed invalid argument static analysis error (casting) More... almost 12 years ago
added brackets so that the assignments don't confuse the compiler More... almost 12 years ago
fixed typos so that the functions always return More... almost 12 years ago
added virtual destructors in classes that have virtual methods to prevent future mem leaks More... almost 12 years ago
changed Glew_Ok to suppress compiler warnings More... almost 12 years ago
commented out unused private members More... almost 12 years ago
changed SetMaximum/MinimumHeight to match the virtual function they override More... almost 12 years ago
fixed GroupBox bCaptionAvailable: since it was commented out everywhere, I also commented out the declaration to fix the significant warning More... almost 12 years ago
fixed SetMaximum/MinimumWidth/Height methods to override the right Area method More... almost 12 years ago
removed extra brackets to fix clang warning More... almost 12 years ago
fixed virtual GeometryChanged to override the View.h GeometryChanged More... almost 12 years ago
added const to GetTextColor in cpp to match definition More... almost 12 years ago
although const reference is better for return type GetTextColor should override virtual GetTextColor and match is definition More... almost 12 years ago
function logger is never used More... almost 12 years ago