This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Releases: JuliaGraphics/Gtk.jl
Releases · JuliaGraphics/Gtk.jl
v1.1.5
v1.1.4
Gtk v1.1.4
Closed issues:
- Link on label dows not work (#482)
- Tag a new release of Gtk.jl? (#492)
- Compatibility with PyPlot? (#493)
- Test Fails! (#495)
- (julia.exe:7396): Gtk-WARNING **: 21:07:31.246: Could not load a pixbuf from icon theme. (#497)
- How to resize Gtk Widgets with resizing Windows (#498)
- RadioButton "toggled" callback is not called. (#502)
- Fail to compile in Windows10 x64 - julia 1.3.1 & 1.4.1 (#505)
- Consistent way to access slider values? (#506)
Merged pull requests:
- Update gettingStarted.md (#496) (@nlw0)
- Create an API reference page for currently undocumented methods (#504) (@asinghvi17)
- remove unnecessary != definition (#508) (@KristofferC)
- fix for julia v1.5;
jl_function_ptr
was removed (#512) (@JeffBezanson)
v1.1.3
Gtk v1.1.3
Closed issues:
- Segmentation fault from unknown function (#350)
- Gtk Icon Theme (#488)
- Bug in listtreeview.md (Filtering example) (#489)
Merged pull requests:
- Install TagBot as a GitHub Action (#490) (@JuliaTagBot)
- Add scroll_to method (#491) (@jonathanBieler)
v1.1.2
v1.1.1
v1.1.0
v1.0.0
v1.0.0 (2019-11-28)
Closed issues:
Merged pull requests:
- Usage of Gtk on windows needs a warning (#454) (SimonDanisch)
- remove Gtk2 code (#451) (tknopp)
- cleanup travis script+docu (#450) (tknopp)
- Initial shot at using Gtk on Julia 1.3+ (#447) (staticfloat)
v0.18.0
v0.18.0 (2019-10-13)
Closed issues:
- GtkListbox import from Glade not firing "row-activated" signal (#446)
- Latex in labels? (#440)
- Canvas & Plot bug (#434)
- Error with GtkComboBoxText (#433)
- Delete GtkEntry text on clic. (#430)
- Plot embedded in Canvas (#429)
- Crash when setting the content of a GtkTextBuffer (#428)
- Wrong datatype when adding text/id to a GtkComboBoxText? (#425)
- Gtk use 100% cpu (#424)
- Displaying a 2d RGB24 array (#422)
- ERROR: LoadError: error compiling top-level scope: could not load library "libgtk-3" dlopen(libgtk-3.dylib, 1): image not found (#420)
- Installation troubleshooting link does not work (#419)
- Configuring .travis.yml for a package that imports Gtk.jl (#418)
- gl-area example causes segfault (SIGSEGV) (#417)
- Gtk window contents not rendering on MacOS (Mojave) (#414)
- Unable to render when a window has been closed. (#413)
- How to clear an image in GtkImage (#412)
- unable to use
path
in list.jl (callinggtk\_tree\_model\_get\_path
) (#400) - Failed to precompile Gtk. (#365)
Merged pull requests:
- add macro idle_add (#449) (tknopp)
- More text methods (#445) (jonathanBieler)
- Updating docs to mention waitforsignal for preventing julia from exiting (#442) (saolof)
- Put upper bounds on Cairo version (#441) (timholy)
- Remove OSX from travis (#438) (remi-garcia)
- Update gettingStarted.md (#436) (logankilpatrick)
- Update index.md (#435) (logankilpatrick)
- Update doc(s) (#432) (remi-garcia)
- add improved versions of idle_add and timeout_add (#431) (tknopp)
- Fixed an issue where v3 Text Combo Box item's didn't get their ID set. (#426) (pixel27)
- Added Alpha to RGBA struct constructor (#402) (Cruor)
v0.17.0
try fix travis
Various fixes and improvements
- Added GtkEventBox
- Added g_timeout_add, g_idle_add and cells functions
- Fixed a couple of issues