v0.7.0
What's Changed
- readme: fix incorrect package name for fedora's mingw by @gucio321 in #482
- [ImgBot] Optimize images by @gucio321 in #483
- SplitLayout: make
sashPos
argument a pointer by @gucio321 in #486 - Textures: remove panic call when executing NewTexture before calling … by @gucio321 in #495
- Small bugfix for ImageWidget OnClick detection by @Geo5 in #491
- SplitLayout (DirectionHorizontal == Vertical?) & (DirectionVertical == Horizontal?) by @GoWeasel in #497
- input handler: add possibility to set additional input callback by @gucio321 in #504
- image widget: fix bug, when Uv was procesed incorrectly by @gucio321 in #510
- font atlas: expose tStr and related by @gucio321 in #508
- go: update go dependencies by @gucio321 in #516
- refactoring context by @gucio321 in #484
- build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #518
- build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 by @dependabot in #522
- build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.4 by @dependabot in #523
- build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #524
- build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #526
- Style docs by @gucio321 in #534
- Added generic functions for context management by @sgosiaco in #540
- add Chinese fonts on linux by @SuperGod in #521
- add shortcut property to MenuItemWidget by @voytas in #551
- Fix workflows by @gucio321 in #553
- examples: add FPS calculation programm by @gucio321 in #568
- build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #574
- Widgets: Add step size support to InputFloat- and InputInt-text widgets. by @frenkoes in #580
- Style setter: separate Push() and Pop() methods by @gucio321 in #555
- Widgets: add Range methods to some of widgets by @gucio321 in #556
- Css widget by @gucio321 in #533
- CSS widget:fixes by @gucio321 in #585
- plot: change naming convention by @gucio321 in #586
- Update linter config by @gucio321 in #587
- Alignment updates by @gucio321 in #598
- Fix spelling by @asmaloney in #600
- {ci} Clean up golangci job by @asmaloney in #602
- Fix some linting issues by @asmaloney in #603
- Plot: add possibility to use PlotDrawList by @gucio321 in #592
- Plot: allow using CustomWidget as a plot by @gucio321 in #604
- Linting fixes - mainly spacing by @asmaloney in #606
- Linting: Small fixes by @asmaloney in #612
- Linting: Turn off conflicting linters by @asmaloney in #611
- govet: Use pointers for Context and FontAtlas by @asmaloney in #608
- Linter: Fix dynamic errors and function complexity by @asmaloney in #613
- CI: Remove codecov by @asmaloney in #614
- Update MasterWindow.go by @daiwhea in #630
- build(deps): bump golang.org/x/image from 0.0.0-20220601225756-64ec528b34cd to 0.5.0 by @dependabot in #646
- build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #647
- build(deps): bump golang.org/x/image from 0.5.0 to 0.6.0 by @dependabot in #651
- build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #654
- table widget: render table with no rows anyway by @gucio321 in #634
- build(deps): bump golang.org/x/image from 0.6.0 to 0.7.0 by @dependabot in #656
- style setter: fix invalid behaviour of StyleSetter in RowWidget by @gucio321 in #621
- Button widget: add ID() method by @gucio321 in #661
- context: fix concurrency issues by @gucio321 in #641
- extra widgets: merge two types of Splitters by @gucio321 in #662
- readme: add paragraph about documentation by @gucio321 in #665
- Docs: add some comments by @gucio321 in #667
- Update README.md by @gucio321 in #666
- Move tree table by @gucio321 in #668
- build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #669
- build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #670
- Input text autocomplete fixes by @gucio321 in #671
- build(deps): bump golang.org/x/image from 0.7.0 to 0.8.0 by @dependabot in #674
- Listbox: add possibility to obdain selected index by @gucio321 in #675
- hotfix for #662: fix bug when splitter was moved incorrectly by @gucio321 in #676
- splitter: fix mouse cursor types by @gucio321 in #677
- listbox: make SelectedIndex two-side by using a pointer intager by @gucio321 in #679
- build(deps): bump golang.org/x/image from 0.8.0 to 0.9.0 by @dependabot in #680
- Autocomplete improvement by @gucio321 in #672
- input text: call onChange when autocomplete by @gucio321 in #681
- build(deps): bump golang.org/x/image from 0.9.0 to 0.10.0 by @dependabot in #683
- build(deps): bump golang.org/x/image from 0.10.0 to 0.11.0 by @dependabot in #684
- examples: fix crash in codeeditor demo by @gucio321 in #690
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #694
- build(deps): bump golang.org/x/image from 0.11.0 to 0.12.0 by @dependabot in #695
New Contributors
- @Geo5 made their first contribution in #491
- @GoWeasel made their first contribution in #497
- @sgosiaco made their first contribution in #540
- @SuperGod made their first contribution in #521
- @voytas made their first contribution in #551
- @frenkoes made their first contribution in #580
- @asmaloney made their first contribution in #600
Full Changelog: v0.6.2...v0.7.0