summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/slider.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* render/bgfx: Got rid of a lot of unnecessary object copying during setup. Vas Crabb2023-01-291-2/+4
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-041-5/+5
* ui: Clean up slider callbacks AJR2021-01-271-23/+6
* -Got rid of most of the remaining problematic uses of make_unique_clear. Vas Crabb2020-09-301-1/+1
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-1/+1
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-1/+1
* Use std::unique_ptr to manage instances of slider_state (nw) AJR2017-09-151-6/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* More slider cleanup, nw therealmogminer@gmail.com2016-05-281-3/+6
* Fix preservation of settings when changing screen chain selection with multip... therealmogminer@gmail.com2016-04-261-0/+7
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+1
* Simplified min, max, default and step value handling for chain configuration ImJezze2016-04-221-13/+7
* Add runtime screen chain selection, nw therealmogminer@gmail.com2016-04-091-2/+2
* Revert "Fix SDL compile on linux. Took the opportunity to remove a number of" Miodrag Milanovic2016-04-081-0/+2
* Fix SDL compile on linux. Took the opportunity to remove a number of couriersud2016-04-081-2/+0
* Cleanups and version bump Miodrag Milanovic2016-03-301-68/+68
* Polishing up BGFX shader system, nw therealmogminer@gmail.com2016-03-181-10/+7
* Fix scrolling in slider list, nw therealmogminer@gmail.com2016-03-171-1/+0
* Add dynamic skipping of shader chain passes, nw therealmogminer@gmail.com2016-03-131-9/+34
* More work on bgfx data-driven shaders, nw therealmogminer@gmail.com2016-03-131-40/+87
* Fix some compile errors, not sure if all(nw) therealmogminer@gmail.com2016-02-211-0/+8
* More JSON reader plumbing, nw therealmogminer@gmail.com2016-02-211-0/+57