Commit Graph

12 Commits

Author SHA1 Message Date
shagu 0214eebf36 core: switch from mousedown to drag functions
Due to crashes/freezes while moving some frames, one possible
reason could be that pfUI was using OnMouseDown and OnMouseUp
to run its frame-moving code. I have noticed better performance
when using the intended functions, OnDragStart and OnDragStop
to move frames.

This commit changes every occurrence of such functions and splits
drag and click into seperate functions where required.
2022-05-07 21:35:52 +02:00
shagu e9237b59b2 core: use concrete string based client checks 2019-06-10 17:06:31 +02:00
shagu d075751632 core: use new media mechanism for all fonts 2019-06-10 13:35:48 +02:00
shagu 7632f92dd1 core: use new media mechanism for all textures 2019-06-10 13:35:48 +02:00
shagu 545be99fd7 api: only add shadow to specific frames 2019-06-02 20:43:56 +02:00
shagu 7bc60e723d core: whitelist a bunch of modules for tbc 2019-04-07 14:48:58 +02:00
shagu db52c4f6e7 share: restore gui and listen to escape 2019-03-31 14:59:21 +02:00
shagu 5dfe5a4899 compat: initial layout of client abstraction api 2018-11-01 14:55:29 +01:00
shagu 1e7a52524c share: fix nil error on empty defconfig entries 2018-10-18 23:34:55 +02:00
shagu 295438d414 share: fix wrong backdrop invocation 2018-10-03 09:11:05 +02:00
shagu 4ea7aa6de4 share: ignore disabled modules 2017-12-17 17:48:21 +01:00
shagu e87bf54b2b share: add configuration import/export 2017-12-17 17:19:51 +01:00