Commit graph

24 commits

Author SHA1 Message Date
d8f56e0e5f Delete OpaqueStruct and use directly fancy pointers now that I know
how to set the deleter correctly.
2021-08-26 18:59:52 +02:00
76d319fb69 trash commit, style, small api changes (ref vs ptr) and who knows 2021-08-19 15:00:44 +02:00
eb777db6dd layout interface-api separation 2021-08-17 12:10:41 +02:00
3458ca123b pass by value vs by ref thing 2021-08-14 16:37:42 +02:00
478ed90d1f use a lambda instead of a function for atexit 2021-08-14 12:19:16 +02:00
58300d08d5 owner semantic "maybe be shared owner" (const shared_ptr&) 2021-08-14 12:14:34 +02:00
280575a0e2 make aligned layout orientation a template parameter. 2021-08-14 11:48:24 +02:00
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