aboutsummaryrefslogtreecommitdiff
path: root/data/core/logview.lua
AgeCommit message (Collapse)Author
2022-07-01`LogView`: Show scrollbarGuldoman
2022-07-01`LogView`: Don't draw invisible itemsGuldoman
2022-04-25Add animation categories to enable finer transitions control (#941)Guldoman
* Allow finer control over transitions * Add categories to transitions
2021-12-22make the date field consistenttakase1121
2021-12-22ensure date is rendered properlytakase1121
2021-12-19add instruction when logview is opentakase1121
2021-12-19move selection logic to mouse clicktakase1121
2021-12-18center icons to accomodate for size differencetakase1121
2021-12-18make timestamp fix sizedtakase1121
2021-12-18add clipping to drawing log itemstakase1121
2021-12-18multiple improvements to loggingtakase1121
- added style.log table - removed contextmenu - use ctrl+click to copy individual log entries - use icon instead of + or - for log items in logview
2021-08-28Merge remote-tracking branch 'origin/fix-2.0.1'Francesco Abbate
2021-08-27Introduce View objects context propertyFrancesco Abbate
Used to determine if an instance of the given class should be closed or not when a project session is terminated.
2021-08-24remove unused variabletakase1121
2021-08-24more changes to logviewtakase1121
- remove draw_text_elipsis - remove clip rect operations - fix text drawing when expanded - simplify code
2021-08-24improve logviewtakase1121
The logview is now less cluttered. The filename and stack trace (if any) is hidden by default. The user can click on the log entry to expand it.
2020-05-06Added multiline support for LogView's messagesrxi
2020-05-02Added scroll boundsrxi
Resolves #9 Resolves #6 Resolves #3
2020-04-30Prevented scroll-animation when LogView is initializedrxi
2020-04-22Made core.log/error store call location instead of viewrxi
2019-12-28Initial commitrxi