Commit Graph

280 Commits

Author SHA1 Message Date
Ali Abrar
4c24a1160f Revert "ci: disable macos github workflow"
This reverts commit 93033d2828.
2021-10-05 15:19:22 -04:00
Ali Abrar
93033d2828 ci: disable macos github workflow 2021-10-05 15:17:48 -04:00
Ali Abrar
15d317203a
Merge pull request #45 from pdlla/TextAlignConsolidate
Consolidate DisplayLinesWithAlignment into DisplayLines in TextZipper
2021-09-16 11:51:51 -04:00
Ali Abrar
5b9f91df43 Merge branch 'develop' into TextAlignConsolidate 2021-09-16 11:44:03 -04:00
Ali Abrar
832956cf4c Fix up ThemeReader docs 2021-09-16 11:40:32 -04:00
Ali Abrar
40c197868f Merge remote-tracking branch 'pdlla/styling2' into develop 2021-09-16 11:33:52 -04:00
Ali Abrar
f9ee14d06c
Merge pull request #50 from reflex-frp/merge-in-last-relase
Merge in last release
2021-09-13 13:56:22 -04:00
pdlla
15e4329217 fix offsetMap computation to include cursor character 2021-07-02 10:52:22 -07:00
pdlla
53abc346e8 address comments 2021-07-01 11:46:05 -07:00
pdlla
e012570186 Merge branch 'develop' into TextAlignConsolidate 2021-06-20 21:19:01 -07:00
John Ericson
cf95425780 Merge remote-tracking branch 'origin/release/0.1.4' into develop 2021-06-15 14:13:14 -04:00
John Ericson
f33af489a1
Merge pull request #49 from reflex-frp/fix-cabal-warning
Fix `cabal check` warning
2021-06-15 12:18:05 -04:00
John Ericson
1edc3b533f Fix cabal check warning 2021-06-15 11:31:01 -04:00
John Ericson
0811b8662c
Merge pull request #48 from reflex-frp/backport-ghc-8-10
Backport GHC 8.10 support for last release
2021-06-15 11:21:52 -04:00
John Ericson
ddac93d270 Backport GHC 8.10 support for last release 2021-06-14 22:05:37 -04:00
John Ericson
7bf77c6563
Merge pull request #47 from reflex-frp/ci-newer-versions
CI newer versions
2021-06-14 21:17:58 -04:00
John Ericson
b65c09c913 CI newer versions
Add 8.10. 9.0 to be added later.

Also sync github action with other projects'.
2021-06-14 17:04:30 -04:00
pdlla
cb1959fe63 correct test 2021-06-13 16:32:12 -07:00
pdlla
f572a3ed89 remove old comments 2021-06-12 21:04:33 -07:00
pdlla
70a909098b adjust TextAlignment_Right cursorTag position 2021-06-12 20:59:21 -07:00
pdlla
cce5ff5c33 hlint 2021-06-12 20:58:52 -07:00
pdlla
494a52073a fix bug in wrapWithOffsetAndAlignment and add tests 2021-06-12 20:43:07 -07:00
John Ericson
2b6e95c585
Merge pull request #46 from reflex-frp/ts@ghc-8-10
Bump base/bimap upper bounds for 8.10 and nixpkgs-20.09
2021-06-09 15:38:01 -04:00
Tom Smalley
71c2eebf8d Bump base/bimap upper bounds for 8.10 and nixpkgs-20.09 2021-06-09 16:08:34 +01:00
pdlla
97e0c65617 consolidate DisplayLinesWithAlignment and DisplayLines 2021-04-12 18:08:27 -07:00
pdlla
41640ec73d update changelog 2021-04-11 17:13:47 -07:00
pdlla
2c9156e8d7 fix examples 2021-04-11 17:08:26 -07:00
pdlla
533265e7d7 theme text 2021-04-11 17:03:08 -07:00
pdlla
873c59a37a input/text theme usage 2021-04-11 16:59:14 -07:00
pdlla
9862dfb4e1 theme box usage 2021-04-11 16:46:58 -07:00
pdlla
214bfb18fd connect HasTheme class constraint in Widget 2021-04-11 16:39:40 -07:00
pdlla
0446287969 Add HasTheme 2021-04-11 16:27:20 -07:00
Ali Abrar
95141a8a15
Merge pull request #43 from reflex-frp/aa/pdlla/layout2
New Focus and Layout managers, remove VtyWidget and replace with classes, reorganize
2021-04-10 22:59:58 -04:00
Ali Abrar
ee1fff9783 ci: rebuild github action cache 2021-04-09 21:43:42 -04:00
Ali Abrar
478b1f0d52 Remove extra MonadNodeId constraints; Fix a few things pointed out in review 2021-04-09 21:33:08 -04:00
Ali Abrar
3f34308e16 Merge branch 'develop' into aa/pdlla/layout2 2021-04-09 14:05:51 -04:00
Ali Abrar
b4183982e4 Update Changelog 2021-04-09 14:03:04 -04:00
Ali Abrar
67379e417e Merge remote-tracking branch 'pdlla/zipperalign' into develop 2021-04-09 14:00:50 -04:00
Ali Abrar
d80fe2dd5b
Update src/Reflex/Vty/Widget/Layout.hs
Co-authored-by: pdlla <chippermonky@gmail.com>
2021-04-09 13:55:18 -04:00
pdlla
a7a0bae338 manually specify tests instead of using hspec-discover 2021-04-05 09:43:44 -07:00
Ali Abrar
cf82eec73c input: Fix inputInFocusedRegion so that clicked node can _gain_ focus 2021-03-26 12:40:52 -04:00
Ali Abrar
b7f7b18a20 Remove Switchable since it's unused 2021-03-26 02:03:50 -04:00
Ali Abrar
8ad58618ee Fixup doc 2021-03-26 01:56:44 -04:00
Ali Abrar
df766a01b3 should go in misc section 2021-03-26 01:54:15 -04:00
Ali Abrar
f626a98823 Fix examples again 2021-03-26 01:49:46 -04:00
Ali Abrar
e3df5c0f63 Get rid of VtyWidget and VtyWidgetCtx. Move functions to more appropriate modules; Consistent naming 2021-03-26 01:45:48 -04:00
Ali Abrar
d8453a9308 Fix examples 2021-03-25 23:58:44 -04:00
Ali Abrar
5f97c0f858 Start eliminating VtyWidget
* Replace HasDisplaySize with HasDisplayRegion
* Add a DisplaySize monad transformer
* Remove display size information from VtyWidgetCtx
* Rename ImageWriter to HasImageWriter
* Introduce an ImageWriter monad transformer
* Remove the image writer from VtyWidget
*
2021-03-25 23:50:11 -04:00
Ali Abrar
461721c313 example: cpu: use grout instead of tile; fix warnings 2021-03-25 13:35:22 -04:00
Ali Abrar
5170744404 example: colored cpu output 2021-03-24 21:56:14 -04:00