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