Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/lamdu/lamdu

lamdu - towards the next generation IDE
https://github.com/lamdu/lamdu

indentation is aligned to top-left

84cd52a888b92ef8506d1c8e63af05e875cf7003 authored over 7 years ago
Builtin definition type alignment fix

2f78a1216a36cabeb4abac111d78f1130768034d authored over 7 years ago
cleanup

avoid premature lifting and remove redundant convinience function

db4392893c9266eb725126eba0d2b12b6355bfc9 authored over 7 years ago
Default alignment point is top-left of text

245278da55fcfda46818ddbd41a05d840cd665c4 authored over 7 years ago
Replace funny R->Widget functions with ExpressionGui/TreeLayout types

159c8df19803ee3af3a9d356fe2323d33239da63 authored over 7 years ago
Remove obsolete type indicator

fc80579c7328a137407c3097740c61181026b5a1 authored over 7 years ago
Remove stale Makefile

04fa8ce8c99aaef1eb124586c81f1dd8f82d2c36 authored over 7 years ago
Post-process expressions after updating outdated defs

eea6fb5560af89f12ca09567e0e5f73337808238 authored over 7 years ago
Add command-line import support

d13aa37e73c935b97bdeab41fd2ebcb3c6305c77 authored over 7 years ago
stdlib: remove length for streams

it's bad practice to use it so it shouldn't be in stdlib

9199ac3594a1bf9c98cced757f71aab4e1c53e39 authored over 7 years ago
gitignore

6b48b133418d07539f3e294ba6ae070671d960ca authored over 7 years ago
TextView.makeFocusableLabel

293503f023076700cb1abe9fc7762cacfed4b857 authored over 7 years ago
update yaml

f9c60742615df90ae78da9c48ab2ab784f35c2e0 authored over 7 years ago
cleanup

86f469ac41ca63e05070a28cccf4bf83e77ea37b authored over 7 years ago
use Main.EventResult instead of tuples

479c188ac3f9bcd01d73c2269e4103ed9a52a1f9 authored over 7 years ago
hello world example doesnt limit font size

2cc35f458aae26d299083532f708b60c3274127f authored over 7 years ago
remove outdated comment

0e1966c1e3f7c0fd87a92f303148a0a31903813c authored over 7 years ago
respondToCursor=>setFocused

0c20901d237a3e813cb42cc17d247eea173f42a6 authored over 7 years ago
cleanup

fb1523d3d1f325e1dfa380c4e05e298917a6618b authored over 7 years ago
changes to wrapper holes

now there is no additional selection layer of wrapper hole in contrast to the hole arg.
the acti...

a1ced1cbae56cc328426a1b2fe4c5de51421e27b authored over 7 years ago
del key on wrapper hole should always delete

was leftover from old deletion behavior.

cdc4588f9031bd8fb8964b50ead1f9e875269235 authored over 7 years ago
fix weird indentation

6830386e39646447452bb2da994e208c848c08fd authored over 7 years ago
fix animation glitch on hole arg type when switching to hole search area

Hole arg had the same anim id as the injected expr standing for it in results

fa17936804c55ddf1847a0db75e4c931aebd7117 authored over 7 years ago
avoid RecordWildCards and remove unused line

(line not detected unused due to record wildcards)

2f359b6cd1dc196c181ff31477e77f325204d856 authored over 7 years ago
RedundantAnnotations: fix bug causing hole arg types not to show in type mode

940fb1fb81476b374c3c7d3ce9dfa7894b5906c6 authored over 7 years ago
GetVarEdit cleanup

ccba413fa59d23d330aa6ff369aeb1f536101986 authored over 7 years ago
HasWidget class. Less lifting

70b0772d9d8892dd6e5962ead456b090c0ebe84a authored over 7 years ago
Remove Layout class. pad moves to MkView

06f1a199f9605345c40f53e88024da80c1869ca5 authored over 7 years ago
Remove unused code

33500d1eb198e11818f84a81fa5d7e4fac8d3359 authored over 7 years ago
work around Parallels reporting monitor size of 0x0

c96fcd9bc73817288678c941979cba3313a65f99 authored over 7 years ago
add gui-examples/SysInfo.hs

trying to investigate why things look off in Parallels VM hosted Ubuntu..

80b125e28d91d1cb025be94bc9177bd6f0a35f33 authored over 7 years ago
manual instances to work around a GHC compilation performance bug

saves around 30 seconds in compilation time

1d7efca888df7b8280bacb9632b8b298268b15d6 authored over 7 years ago
Sugar.Types.Binder: move NameRef out to Types.Expression

Binder is the module that takes longest to compile
(and on an Ubuntu VM here it fails due to tak...

3ff6ab927611615ef899778b8bc986ee7ddd3958 authored over 7 years ago
maintain gui example

f4a68b560730c75bf044310d993eb588f802dce5 authored over 7 years ago
HasEventMap class reduces lots of lifting

f93e85d1970444b37bb63043ab25ca1a1905d99f authored over 7 years ago
Widget is a Functor

d26f1dd0545ec8e8b743eebb40cf7478ec449816 authored over 7 years ago
charOfKey moved to GLFWUtils

1e73aac919d49a905a0485d617bdf0c5a6e332ec authored over 7 years ago
View.MkView class

Has a Lens.Setter' rather than a Lens' and so relevant for TreeLayout too.
Prehaps could have be...

ebe8f777122df25c3f162d6e9eb7c381e29b6eb7 authored over 7 years ago
addValFrame doesnt get Widget.Id

2b537caebabee60ba125daf18a66a5737d463803 authored over 7 years ago
oops remove unnecessary lifts

25c4cb1fad0ebe8068cd3af07a2f9fce12af1c5f authored over 7 years ago
cleanup / use HasAnimIdPrefix

0777f72fd2711f97a8cf2f2b00393397ce55e505 authored over 7 years ago
HasView class

Widget and AlignedWidget are instance of HasView instead of wrapping various View operations.
Tr...

a9012332e9023a0ed0a9f4314850db661721bfca authored over 7 years ago
Config: remove newtype wrapper Help

5b0343d3d2a685dd2fa26316bfe2619c48805f12 authored over 7 years ago
oops fix warning and hlint police

d326f2054dcb88dd1104266644a375ae06a3fe14 authored over 7 years ago
View.HasAnimIdPrefix used for labels and background colors.

Less anim-id passing needed. Probably some code could be cleaned further

feeaaa2ef84508842b2b9bfb5ef22b27154360b0 authored over 7 years ago
EventMapHelp: refactor to use reader monad style

d515032bc3d7794a145c1bac1ec09364428eb351 authored over 7 years ago
EventMapHelp: change params order towards using reader

2cfb1a55e9e891f480bfe0ad3dcb4eab4498045f authored over 7 years ago
EventMapHelp: cleanups

remove unused misleading contexts, avoid passing global around

b885e3ffb6e14bc29a9868a8a975baa8d42ce8a3 authored over 7 years ago
EventMapHelp: lens style

1b7f0a090eb50eb5049e73cdc3194500c2cc40c3 authored over 7 years ago
makeLabel gets the text outside the monad because it is mainly used for fixed texts

35db07511aa1933323461630c94156f5b0687638 authored over 7 years ago
View.HasAnimIdPrefix

3ff2c87ca6b0bb52ec2c3cfcac7563fa116c9821 authored over 7 years ago
addInnerFrame moved from Widget to View

09ba6e28ea3f36fa1a5fc381983761e3af89737b authored over 7 years ago
remove unused pane tint and background options

we've had these options turned off for a while, can stop supporting/maintaining them

84d0040fa70d49df757bd98d4a9c0a990bc0b803 authored over 7 years ago
remove commented (dead) code

926bc309f977c9cc566b4029df702022702a0a3f authored over 7 years ago
update fac example keystroke sequence

34852a5c65d8a6557e9e36b32a040cd93f5cd6c3 authored over 7 years ago
simplify jump to rhs and remove faulty jump to lhs functionality

a7f553b325a9499303280160f0e68e490e8ac155 authored over 7 years ago
cleanup in BinderEdit

bea1e4614ffb0e005aac1a43d35d4d67ae134128 authored over 7 years ago
simplify stdWrapParentExpr

255401bb5b1919779da3a50dfb2c9967db85fd06 authored over 7 years ago
ExprGuiM: Remove superfluous wrapping

40d3298cd7dd5f1fe7a052eb55884f8804f98b08 authored over 7 years ago
Remove WidgetsEnvT

92ea56770904808865416e3d9e59a6a94d6f7449 authored over 7 years ago
Style: Use lenses

b3c9080ca4eb5fcdbbac68f2ec705682b175fe55 authored over 7 years ago
Style: Remove RecordWildCards

82edfde68c28e8e8093143858d2fc72882ab7c37 authored over 7 years ago
CodeEdit: Remove references to WidgetEnvT

d49c55b2d6d19f42753057a1994a5c5c1a5dfd33 authored over 7 years ago
ExprGuiM: Remove references to WidgetEnvT

fc9187c7f9927d2835c7afe8a9ea9d8dfb74ca19 authored over 7 years ago
Add MonadTransaction

6c983df89dd192b6789fd3c67a50ccc10ebbcedd authored over 7 years ago
Remove superfluous uses of widgetEnv

f6dca1b8eb09d52fb751576358be9695a4301d3f authored over 7 years ago
Remove ExprGuiM.localEnv

2a5fccf4606f1b90db09bbed606c98b8203fc88a authored over 7 years ago
WidgetsEnvT.assignCursor*,local -> Widget

e13d866f1818d844082048c688f905e7fd82dc42 authored over 7 years ago
WidgetsEnvT: Remove readTextStyle

8aa27805ea27f949c990f431763e1ae2646a727a authored over 7 years ago
WidgetsEnvT: Remove readCursor

750bb1a5a9aeb7993cd13a979239376d84b865b0 authored over 7 years ago
WidgetsEnvT: Remove localEnv

be8958152c4b7e365ffef3434077cb650882db4b authored over 7 years ago
Kill WE.subCursor, move isSubCursor into Widget

e12c72740b381dd758b468963b61f5ce49c621cd authored over 7 years ago
VersionGUI: Remove use of WidgetsEnvT

20fdcc2dbc1cbdff3835a2ea542275eaba8942d0 authored over 7 years ago
Slay the Bottle.Widgets dragon

7d43e382b3f99086da25b5fb21bfd5d59dce89db authored over 7 years ago
FocusDelegator: Move parameters inside the monad

faf6589a8edef9041dc49fd8e9c5c4bc4f943615 authored over 7 years ago
Remove FocusDelegators maker wrappers

3a303fd69ee30676aa63d189d0e804c2851ac48f authored over 7 years ago
FocusDelegator,Choice: Remove RecordWildcards

f3076539f28fe5e80c412e3cfc946d4f06476d2b authored over 7 years ago
Bottle.WidgetsEnvT -> Lamdu.GUI.{WidgetsEnvT,Spacing}

2ad78d14faa5205d9484d78005ac4dae7027ccad authored over 7 years ago
remove usages of WidgetEnvT

f673748eaec63880ad19edc13fc22326006485b4 authored over 7 years ago
Towards MonadReader instead of explicit envs

8deeb5857ab928b1ae927fa4061e413686fa764a authored over 7 years ago
respondToCursorPrefix: move arg inside monad

c7e7b792103f98fb5d75fc3b5abb1852c19e69ac authored over 7 years ago
Kill BWidgets.makeLabel

03bd503aa3908f53a3c7ad1f33037c3bf96c97a7 authored over 7 years ago
Kill BWidgets.makeTextView

5f52a6a900fe9503ce8b8cb1d08da988c0f04110 authored over 7 years ago
makeTextView, makeLabel: parameter order

84e9a979a5ea36c22a31e9552bb25299aa023ebc authored over 7 years ago
TextView: Generalize for any monad reader

d18ff4f641d4089982c5f10dc2112e12638e67da authored over 7 years ago
Extract Widgets.TextEdit.Property

ff6ed389351fd0d67fb6d550b55f3eb1352f4f8c authored over 7 years ago
TextEdit: Nicer default style exports

957de7c88ae85842397d5e1347f97a1070054c14 authored over 7 years ago
TextEdit: Move params inside the monad

163f2f8698cb7356cb3944509e07b29859df92e3 authored over 7 years ago
Widget.subId: Move parameter inside monad

aa4470be1ed321c2ff29edc83fd0a6b70440d259 authored over 7 years ago
TextEdit: Remove use of RecordWildCards

2aa9428c67ed40858fdc6327b49182772e14efb1 authored over 7 years ago
TextEdit: lens style

dca24445811101e5c046949313429bd69f524f12 authored over 7 years ago
makeFocusableTextView parameters into monad

0e69044b0a44ccbad56aa729b1585fa9bc5f13e6 authored over 7 years ago
TextEdit: Add HasStyle

cb58df9554d78e99473c9f2f93c12f5525b2418f authored over 7 years ago
BWidgets.makeFocusDelegator -> FocusDelegator.make

6996d1f62bf8dbc32bc53e48fc2e45489dbae97a authored over 7 years ago
DRY Lamdu.Prelude

740f2adb4fccb65e2d22a6429ef663eb286046e4 authored over 7 years ago
Lamdu.Prelude: add Control.Monad.join

1be35fa3f2e30d8d1bff25fb29f992edfbd05096 authored over 7 years ago
Remove redundant import

5dc5520f88c28148d8257729aefaa97409c6756e authored over 7 years ago
Fix run_hlint

2e19e8c12c75c4cae816650daced87c416d87446 authored over 7 years ago
hlint police

2d3554c887db384f2e2b33c3b04ca79850205690 authored over 7 years ago
Lamdu.Prelude: Add MonadReader

956e5bc4a6cc257acff9bf47c2be44ea117e8dcd authored over 7 years ago