aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* win: implement Envrev1Sam Anthony2024-08-281-0/+12
|
* synchronize shared win dataSam Anthony2024-08-281-23/+48
|
* rename attachHandler to killer, attachable to victimSam Anthony2024-08-285-71/+81
|
* win: rename Option to WinOptionSam Anthony2024-08-281-34/+34
|
* move functionality of makeEventsChan() to external librarySam Anthony2024-08-248-94/+47
|
* adapt scroller to new layout designSam Anthony2024-08-243-142/+127
|
* adapt grid to new layout designSam Anthony2024-08-242-7/+5
|
* implement new layout designSam Anthony2024-08-249-292/+424
|
* move win to gui packageSam Anthony2024-08-243-97/+90
|
* rename MakeEventsChan -> makeEventsChanSam Anthony2024-08-243-5/+5
|
* test attachHandlerSam Anthony2024-08-225-7/+148
|
* kill: reorder interface declarationsSam Anthony2024-08-221-6/+6
|
* simplify killer interfaceSam Anthony2024-08-223-47/+45
|
* layout diagramSam Anthony2024-08-212-0/+465
|
* mux: testsSam Anthony2024-08-211-0/+225
|
* mux: adapt to new Env interfaceSam Anthony2024-08-211-74/+146
|
* explicit and graceful Env shutdown with attach/killSam Anthony2024-08-212-6/+78
|
* revamp layout.MuxSam Anthony2024-08-171-98/+72
|
* move shared data structures to external moduleSam Anthony2024-08-173-58/+8
|
* layout/scroller: remove superfluous variableSam Anthony2024-08-171-2/+1
|
* layout/mux: rename env variablesSam Anthony2024-08-171-9/+9
|
* remove examples/layout executableSam Anthony2024-08-171-0/+0
|
* Merge remote-tracking branch 'keitio/master'Sam Anthony2024-08-1715-0/+1024
|\ | | | | | | layout
| * Made the layout package actually usableClement Benard2019-08-0713-145/+420
| |
| * now workingClement Benard2019-07-154-8/+4
| |
| * Easier and more idiomatic Layout initializingClement Benard2019-07-158-207/+133
| |
| * Somehow added the wrong file, fix thatClement Benard2019-07-122-0/+60
| |
| * Better separation between Layout and MuxClement Benard2019-07-127-127/+114
| |
| * Added SplitFunc type, documented everything exportedClement Benard2019-07-113-50/+66
| |
| * Documenting, bug fixing and refactoring to be more in line with the project.Clement Benard2019-07-093-26/+43
| |
| * better Mux and Env handling in layoutClement Benard2019-07-095-38/+44
| |
| * Layout system remakingClement Benard2019-07-097-273/+446
| |
| * added layout basicsClement Benard2019-07-046-0/+568
| |
* | gofmtSam Anthony2024-08-162-5/+8
| |
* | close channelSam Anthony2024-08-161-0/+1
| |
* | rename server to sharedValSam Anthony2024-08-153-60/+59
| |
* | mux: manage eventsIns without mutexSam Anthony2024-08-151-48/+36
| |
* | mux: store last resize without mutexSam Anthony2024-08-152-12/+69
| |
* | add example executables to .gitignoreSam Anthony2024-08-141-0/+3
| |
* | create go moduleSam Anthony2024-08-142-0/+24
|/
* Merge pull request #7 from Id405/without-monitorHEADmasterMichal Štrba2019-05-221-4/+34
|\ | | | | Adding the options borderless and maximized to win
| * fixed formatting8o7wer2019-05-201-7/+7
| |
| * Update win.goId4052019-05-101-3/+3
| |
| * Update win.goId4052019-05-101-2/+2
| |
| * Delete monitor.goId4052019-05-101-42/+0
| |
| * Fixing w.ratio going under zero and causing a divide by zero exception8o7wer2019-05-101-0/+30
| | | | | | | | Adds Borderless and Maximized options
| * Adds the ability to get monitor information through win.GetPrimaryMonitor()8o7wer2019-05-101-0/+42
| |
| * Revert "Added the ability to get width, height, and refresh rate from the ↵8o7wer2019-05-102-72/+0
| | | | | | | | | | | | monitor through win.GetPrimaryMonitor()." This reverts commit dc5d91b238e9260b2e61224fc8b8cabbb3440323.
| * Added the ability to get width, height, and refresh rate from the monitor ↵8o7wer2019-05-102-0/+72
|/ | | | | | through win.GetPrimaryMonitor(). Added the borderless and maximized options.
* README: add the Credits section (sorry Tori)faiface2019-05-091-0/+4
|