Age | Commit message (Expand) | Author |
2021-11-21 | Added small icon size constant. | Stijn Buys |
2020-07-20 | Added forgotten cassert header. | Stijn Buys |
2020-07-19 | Show tooltips under the mouse cursor instead of under the parent widget. | Stijn Buys |
2020-07-18 | Draw tooltips below the mouse cursor instead of below parent widget. | Stijn Buys |
2020-07-18 | Always draw tooltips on top of the widget stack. | Stijn Buys |
2020-07-18 | Added standard close button widget class, added tooltips where approriate. | Stijn Buys |
2020-07-18 | Completed ui library tooltip implementation. | Stijn Buys |
2020-07-17 | Added Widget::tooltip() support. Minor cleanups. | Stijn Buys |
2016-07-29 | Minor code cleanups. | Stijn Buys |
2016-07-29 | Added checkbox widget. | Stijn Buys |
2016-07-28 | Updated header documentation. | Stijn Buys |
2016-07-23 | General ui code improvements, moved layout related variables to ui::UI, | Stijn Buys |
2016-07-20 | Renamed UI::elementmargin to IU::spacing, added UI::margin. | Stijn Buys |
2015-02-28 | Reimplemented camera handling enabling 360-degree freelook. | Stijn Buys |
2015-02-22 | Fixed valgrind warnings. | Stijn Buys |
2015-02-08 | Minor iterator corrections. | Stijn Buys |
2015-01-06 | Corrected an issue in the scrollbar mousewheel handling. | Stijn Buys |
2015-01-06 | Added separate event handlers for mouse button clicks and mouse wheel movement. | Stijn Buys |
2014-12-24 | Added autopilot and control lock HUD buttons. | Stijn Buys |
2014-07-09 | Initial support for multi-layered materials, requires shaders files in the ne... | Stijn Buys |
2013-12-17 | Added a preserve_attribute option to the ui::Paint::print_bitmap() functions ... | Stijn Buys |
2013-12-15 | Added --enable-static-libc option to the configure script, | Stijn Buys |
2013-11-09 | Added reputation bars. | Stijn Buys |
2013-11-05 | Remove 'action' mouse pointer. | Stijn Buys |
2013-09-28 | Cleanup of the material API: split flags into flags and colortype. | Stijn Buys |
2013-08-31 | Use a different cursor for clickable ui elements. | Stijn Buys |
2013-03-10 | Improved ui::ListView::sort(). | Stijn Buys |
2012-12-28 | Support for rendering globes with rings, | Stijn Buys |
2012-12-08 | Added support for entity secondary color on lights, flares and particles. | Stijn Buys |
2012-11-11 | Corrected light attenuation values. | Stijn Buys |
2012-10-07 | Added Widget::EventClicked and Widget::EventDoubleClicked, | Stijn Buys |
2012-05-03 | Tweaked light attenuation. | Evan Goers |
2012-05-01 | Use light environment classes in the model viewer and the main rendering rout... | Stijn Buys |
2012-04-23 | Added constant attenuation value. | Evan Goers |
2012-03-22 | Cleaned up lighting related variable names. | Stijn Buys |
2012-03-21 | Changed create_light() to add_light(). | Evan Goers |
2012-03-21 | Functionize light creation. | Evan Goers |
2012-03-19 | Resolved a ModelView related segfault when opening the buy menu and a potenta... | Stijn Buys |
2012-02-13 | Added support for globes to ui::ModelView. | Stijn Buys |
2012-02-12 | Scroll listview content by item count instead of by height, | Stijn Buys |
2012-01-29 | More ui::Listview tweaks. | Stijn Buys |
2012-01-29 | Improved scrollbar handling in ui::ListView | Stijn Buys |
2012-01-29 | Clamp ui::Slider value while dragging. | Stijn Buys |
2012-01-29 | (no commit message) | Stijn Buys |
2012-01-29 | Added scrollbar to the console. | Stijn Buys |
2012-01-29 | FS#79 Added the actual files for the ui::Scrollbar class. | Stijn Buys |
2012-01-29 | FS#80 Have mouse focus stick to the widget when the mouse button is down. | Stijn Buys |
2012-01-29 | FS#79 Added ui::Scrollbar class. | Stijn Buys |
2012-01-24 | Fixed a stupid issue. | Evan Goers |
2012-01-24 | Renderer now checks and enables lights based on availability instead of using... | Evan Goers |