Commit graph

22 commits

Author SHA1 Message Date
hippoz
e6be3bb378
add basic multi-window support 2022-10-26 22:13:07 +03:00
hippoz
e178428742
add basic TextInput class with support for minimal text editing 2022-10-16 22:52:23 +03:00
hippoz
f22979c7cc
add list view and other improvements 2022-10-15 00:54:46 +03:00
hippoz
43eec85adc
add a way to pre-render svgs to fix duplication of surfaces 2022-07-31 23:14:16 +03:00
hippoz
d07340217c
fix logging header file and stop throwing exceptions 2022-07-30 17:01:59 +03:00
hippoz
a7051174a9
add SvgWidget 2022-07-27 03:26:58 +03:00
hippoz
cc1d49c435
add microtask system and temporary logging system 2022-07-27 02:32:33 +03:00
hippoz
3139582373
hopefully fix library dependencies 2022-07-26 01:04:16 +03:00
hippoz
5663552527 make raven a shared library and make an arch linux package 2022-07-12 00:05:30 +03:00
hippoz
1ceb227165
respect slotted widget rectangle extents in boxlayout
currently thinking of a way to make unslotted widgets respect minimum
and maximum extents.
2022-07-09 20:19:09 +03:00
hippoz
43bbc4ddff
add box layout 2022-07-07 18:29:35 +03:00
hippoz
b0315b76be
add scrolling widgets 2022-07-05 20:07:09 +03:00
hippoz
6d87a782ca
add the new box layouts to the meson build file 2022-06-15 18:24:17 +03:00
hippoz
305279c0f7
add improved style system for widgets 2022-06-11 15:52:23 +03:00
hippoz
60a4dc51a7
Move logic from Layout into DocumentLayout 2022-04-03 13:25:09 +03:00
hippoz
4401b7b5b2
add very basic layout system 2022-03-30 14:49:31 +03:00
hippoz
596b0e530f
switch to different painting method and add label widget 2022-03-26 02:57:41 +02:00
hippoz
cf5bcd63b2
remove empty cpp file 2022-03-18 03:24:40 +02:00
hippoz
9fe7659a0f
add simple button widget 2022-03-09 20:16:05 +02:00
hippoz
b4cfe309f3
make window respond to events and lay more groundwork 2022-03-09 03:46:27 +02:00
hippoz
2cc5e1c1e0
basic structure 2022-03-08 02:25:22 +02:00
hippoz
1b53572480
Initial commit.
This commit adds some basic components.
Currently, there is an issue with the drawing order of the text.
2022-01-22 17:51:54 +02:00