Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Releases: JuliaGraphics/Gtk.jl

v1.1.5

15 Sep 08:05
83e83d1
Compare
Choose a tag to compare

Gtk v1.1.5

Diff since v1.1.4

Closed issues:

  • Blank minimize/maximize buttons on Windows 7 with Julia 0.6.3 (#355)
  • Alternative example with images (#457)
  • Fails on 1.5 (#511)
  • Fail to precompile Gtk (#513)
  • Avoid to resize GtkImage (#515)
  • New segfaults in v1.5 ? (#518)

Merged pull requests:

  • Set optlevel to 1 (#520) (@timholy)
  • Mitigate slowdown by decreasing the timeout (#521) (@timholy)
  • Get rid of the REPL slowdown on windows that was fixed by #741 (#523) (@tknopp)

v1.1.4

04 Jun 22:02
ce79f09
Compare
Choose a tag to compare

Gtk v1.1.4

Diff since v1.1.3

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:

v1.1.3

14 Feb 09:03
08d802b
Compare
Choose a tag to compare

Gtk v1.1.3

Diff since v1.1.2

Closed issues:

  • Segmentation fault from unknown function (#350)
  • Gtk Icon Theme (#488)
  • Bug in listtreeview.md (Filtering example) (#489)

Merged pull requests:

v1.1.2

04 Jan 10:21
v1.1.2
5ef61a8
Compare
Choose a tag to compare

v1.1.2 (2020-01-04)

Diff since v1.1.1

Closed issues:

  • GtkFixed? (#477)
  • Graphics example Fails (#472)
  • Link to installation trouble shooting page broken (#411)
  • Tests fail on macOS (#313)
  • Create Documentation based on Documenter.jl (#273)
  • Build Failure (#256)
  • Gtk2 currently not working (#140)

Merged pull requests:

v1.1.1

18 Dec 09:07
v1.1.1
c64c641
Compare
Choose a tag to compare

v1.1.1 (2019-12-18)

Diff since v1.1.0

Closed issues:

  • xkbcommon: ERROR: failed to add default include path /workspace/destdir/share/X11/xkb (#469)
  • Can't read Pango_jll.libpango_path on 32-bit Linux (#468)

Merged pull requests:

v1.1.0

08 Dec 14:43
v1.1.0
70662cb
Compare
Choose a tag to compare

v1.1.0 (2019-12-08)

Diff since v1.0.0

Closed issues:

  • Gtk Getting Started example not working on Julia v1.0.3 or 1.1.1 on MacOS (#421)
  • Linux build error - sudo apt-get install libgtk-3-dev not being handled properly (#415)

Merged pull requests:

  • Support Graphics 1.0 and test set_coordinates (+Documenter bounds) (#460) (timholy)
  • Support signal_handler_is_connected (#459) (timholy)

v1.0.0

03 Dec 12:25
v1.0.0
Compare
Choose a tag to compare

v1.0.0 (2019-11-28)

Diff since v0.18.0

Closed issues:

  • faile to install in Julia v1.2 (#453)
  • Deps fail with Cairo.jl (#452)

Merged pull requests:

v0.18.0

14 Oct 07:23
v0.18.0
9bcfc08
Compare
Choose a tag to compare

v0.18.0 (2019-10-13)

Diff since v0.17.0

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 (calling gtk\_tree\_model\_get\_path) (#400)
  • Failed to precompile Gtk. (#365)

Merged pull requests:

v0.17.0

21 Apr 21:49
Compare
Choose a tag to compare
try fix travis

Various fixes and improvements

09 Feb 17:46
Compare
Choose a tag to compare
  • Added GtkEventBox
  • Added g_timeout_add, g_idle_add and cells functions
  • Fixed a couple of issues