Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-10 | Simplify cGeometryManager | kamel5 | |
- Initiate osdLeft, osdTop, osdWidth and osdHeight with 0 in cGeometryManager::cGeometryManager(). - cGeometryManager::GeometryChanged(void) is renamed to cGeometryManager::SetOSDSize(void) and merged to set osdLeft, osdTop, osdWidth and osdHeight to cOsd::*. The cache is now created via cNopacity::SetOSDSize(void) when the skin is started for the first time or when the geometry is changed. All SetDisplay*() were merged and moved to cGeometryManager::SetGeometry. So we can delete then all unnecessary funktions. | |||
2021-02-16 | Use MessageBox for DisplayMenu | Soeren Moch | |
Besides the unified message view this allows great code simplification. Signed-off-by: Soeren Moch <smoch@web.de> | |||
2021-02-16 | Cleanup global declarations | Soeren Moch | |
Follow the usual pattern to implement global variables in source files and declare these variables as extern in corresponding headers. Signed-off-by: Soeren Moch <smoch@web.de> | |||
2014-05-24 | Vertical channel logo alignment configurable in displaychannel | louis | |
2014-02-01 | Fixed bug that messages are not displayed during replay of a recording if ↵ | louis | |
DisplayReplay is active | |||
2013-11-07 | changed channel logos in main menu timers display to scale automatically | louis | |
2013-11-07 | changed build environment that every class is build seperately | louis | |
2013-11-03 | changed header icons to scale automatically | louis | |
2013-11-02 | changed way of calculating number of menu items in narrow menus | louis | |
2013-10-25 | Version 0.9.0 | louis | |
2013-09-29 | Added Cache for images and fonts | louis | |