Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Expand)Author
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
2012-01-24Added a 'specular' material parameter. Defaults to 'color' values.Evan Goers
2012-01-24Got rid of r_diffuse/r_specular/r_ambient.Evan Goers
2012-01-22Brought the modelview light back a bit and set the magic diffuse/specular num...Evan Goers
2012-01-15Changed ui::Slider button text.Stijn Buys
2012-01-15Added ui::ListView::sort_reverse() method.Stijn Buys
2012-01-14Corrected ui::modelview lighting.Stijn Buys
2012-01-13Fix particle script 'engine', 'entity', 'color' flags.Evan Goers
2012-01-09Added a value attribute to listitems.Stijn Buys