hippoz pushed to master at hippoz/raven 2022-10-28 02:35:46 +03:00
a2120328f1 somewhat limit scrolling extents
hippoz pushed to master at hippoz/raven 2022-10-28 02:26:38 +03:00
dfa13dc46d add "ListLayout" and remove columnlayout and rowlayout
hippoz pushed to master at hippoz/raven 2022-10-26 22:15:51 +03:00
cd96edba8b slightly reduce button padding
hippoz pushed to master at hippoz/raven 2022-10-26 22:13:16 +03:00
e6be3bb378 add basic multi-window support
hippoz pushed to master at hippoz/homepage 2022-10-19 20:58:08 +03:00
6fda2d35b1 fix legal page responsiveness
hippoz pushed to master at hippoz/homepage 2022-10-19 18:48:06 +03:00
26948e2dc3 add privacy policy
hippoz pushed to master at hippoz/raven 2022-10-19 00:23:45 +03:00
035522591f hopefully improve behavior when widgets overlap
hippoz pushed to master at hippoz/raven 2022-10-19 00:18:10 +03:00
854e7d1d74 remove debug logging
hippoz pushed to master at hippoz/raven 2022-10-18 23:51:52 +03:00
8c437b1d80 improve ui colors
hippoz pushed to master at hippoz/raven 2022-10-18 23:32:09 +03:00
c3a5cce4f9 fix example program repainting
hippoz pushed to master at hippoz/raven 2022-10-18 23:28:56 +03:00
f0acf9522d silly boxlayout automatic sizing
hippoz pushed to master at hippoz/raven 2022-10-17 11:35:08 +03:00
13047e73a7 don't reflow on listview elements update
hippoz pushed to master at hippoz/raven 2022-10-17 07:43:35 +03:00
4f85dafa28 fix listview selection bug
hippoz pushed to master at hippoz/raven 2022-10-16 22:52:31 +03:00
e178428742 add basic TextInput class with support for minimal text editing
hippoz pushed to master at hippoz/raven 2022-10-16 14:38:15 +03:00
9ef5cbab9b change name of box.contains_point and contains_box
hippoz pushed to master at hippoz/raven 2022-10-15 22:55:02 +03:00
7cd8169622 fix redundant reflow on application start, might break on some x implementations
hippoz pushed to master at hippoz/raven 2022-10-15 22:41:21 +03:00
748bd60194 re-add default batch to window
hippoz pushed to master at hippoz/raven 2022-10-15 21:35:07 +03:00
dd894d1024 much improved paint and reflow scheduling
002318c213 improve growing behavior of widgets
Compare 2 commits »
hippoz pushed to master at hippoz/raven 2022-10-15 00:55:58 +03:00
805c9ff194 fix name of row and column layout
hippoz pushed to master at hippoz/raven 2022-10-15 00:54:54 +03:00
f22979c7cc add list view and other improvements