Commit graph

17 commits

Author SHA1 Message Date
718af15b07 don't inherit directly from std::excption but from derived type and use their constructor. 2021-08-14 11:04:48 +02:00
ab34a95027 fix error checking 2021-08-14 10:18:31 +02:00
3570cf301a format code 2021-08-14 09:25:28 +02:00
f0e89f837b Simplify exceptions 2021-08-13 22:01:14 +02:00
494b638e2c use unique_ptr in layout 2021-08-12 23:17:00 +02:00
09dffb63dd undo test thing 2021-08-12 16:05:11 +02:00
c7bea043c2 rethink C opaque struct encapsulation 2021-08-11 15:58:04 +02:00
79f83abe3b smart ptr and a bit of doc 2021-08-10 23:48:19 +02:00
4f82826bbc constness 2021-08-08 14:30:56 +02:00
cab6fa0cf4 wip general code improvement 2021-08-07 20:11:28 +02:00
13bdb970c0 config clang-tidy linter and fix code based on linting err/warn 2021-07-30 21:37:14 +02:00
3b6e900a22 format code with custom clang-format style 2021-07-29 16:06:03 +02:00
657c7f852c fix struct/class forward decl incoherence, forgotten override spec and make it compile with clang 12 2021-07-28 15:15:32 +02:00
55fbd59c36 half workaround to fix corner glitch in draw_rect and minor changes 2021-07-26 23:48:04 +02:00
369e1c1f1b 'fix' input widget size and set back dbg outline to vp boundaries 2021-07-24 22:07:28 +02:00
1aab4948e9 minor change in example runner 2021-07-20 15:09:25 +02:00
e884c27ccf add missing examples 2021-07-20 12:23:16 +02:00