aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* README: fix wordfaiface2019-05-091-1/+1
|
* README: update events infofaiface2019-05-091-46/+36
|
* change event strings to event typesfaiface2019-05-0911-195/+212
|
* examples/imageviewer: rename DrawText to MakeTextImagefaiface2019-05-074-5/+5
|
* README: change 'package' to 'foundation' in thefirst linefaiface2019-05-071-1/+1
|
* fix event docfaiface2019-05-071-3/+3
|
* mux: simplify delivering the last resize eventfaiface2019-05-071-11/+8
|
* minorfaiface2019-05-071-1/+2
|
* typofaiface2019-05-071-1/+1
|
* add Mux docsfaiface2019-05-071-0/+10
|
* minorfaiface2019-05-075-40/+40
|
* correctly document the resize eventfaiface2019-05-072-3/+5
|
* mux: make sure to always correctly deliver resize eventfaiface2019-05-071-3/+3
|
* mux: fix not delivering resize correctly sometimesfaiface2019-05-071-0/+13
|