Skip to content

Releases: garrigue/lablgtk

Lablgtk 3.1.5

10 Jun 03:34
Compare
Choose a tag to compare

2024.06.10 [Jacques]

  • Prepare for release
  • Fix typos in README.md (#182) [Sylvain Chiron]

2024.05.20 [Jacques]

  • Typo in ml_gtk_text_buffer_get_iter_at_line_index. (#181) [Hugo Herbelin]

2024.05.14 [Jacques]

  • Support windows sockets in Glib.IO.channel_of_descr (#176)
    [with Michael Soegtrop]

2024.03.24 [Jacques]

  • fix pointer incompatibility in ml_gtk_style_context_list_classes (#178)

3.1.4

31 Jan 01:14
Compare
Choose a tag to compare

CHANGES:

2024.01.31 [Jacques]

  • use Bytes rather than String
  • Various missing bindings, including lablgtk3-rsvg2 (#128)
  • GtkStyleContext: Add missing class and provider functions (#163)
  • Add GdkEvent.Scroll.delta_{x,y} (#173) [Thomas Leonard]

LablGtk 3.1.3

06 Oct 07:45
Compare
Choose a tag to compare

New release of LablGtk for compatibility with OCaml 5.0.

Changes:

2022.10.06 [Jacques]

  • Adapt to deprecations in 5.0 and the splitting of camlp-streams

LablGtk 2.18.13

06 Oct 07:59
Compare
Choose a tag to compare

New release for compatibility with OCaml 5.0.

2022.10.06 [Jacques]

  • Adapt to deprecations in 5.0 and the splitting of camlp-streams

LablGtk 2.18.12

25 Dec 01:28
Compare
Choose a tag to compare

Bug fixes and a few extra features

Changes:

2021.12.24[Jacques]

  • Remove naked pointers and Obj.truncate for compatibility with 5.00 (#145)

2021.12.18 [Jacques]

  • Add WRAP_WIDTH, WRAP_MODE tags to cell_properties_text (#146) [Nathan Guermond]

2021.12.03 [Jacques]

  • Fix #141: lablgtk2 runs OCaml code inside blocking section (#142) [Bart Jacobs]

2021.07.05 [Jacques]

  • Add partial support for OCaml 5.00 (#129) [Kate Deplaix]
  • Fix warnings on Bytes_val

2020.08.31 [Jacques]

  • Fix #116 : problem with GPack.layout adjustments (reported by Vasile Toraru)

LablGtk 3.1.2

24 Dec 08:00
Compare
Choose a tag to compare

Bug fixes and a few new bindings

Changes:

2021.12.24[Jacques]

  • Remove naked pointers and Obj.truncate for compatibility with 5.00 (#144)

2021.12.18 [Jacques]

  • Add WRAP_WIDTH, WRAP_MODE tags to cell_properties_text (#146)
    [Nathan Guermond]
  • Add bindings for applying CSS from a string (#134) [Bart Jacobs]

2021.12.03 [Jacques]

  • Cherry-pick #142 [Bart Jacobs]
    (Fix #141: lablgtk2 runs OCaml code inside blocking section)

2021.07.05 [Jacques]

  • Update scrollbar handling in GText.view for gtk3 (#124) [Vasile Rotaru]
  • Add partial support for OCaml 5.00 (#129) [Kate Deplaix]
  • Fix warnings on Bytes_val

2021.03.15 [Jacques]

  • Add bindings fro GtkStack and GtkStackSwitcher (#122) [Hugo @swarmpan]

2020.08.31 [Jacques]

  • Fix #116 : problem with GPack.layout adjustments (reported by Vasile Rotaru)

LablGtk 3.1.1

19 Jun 15:48
Compare
Choose a tag to compare

Bug fix release for compatibility GCC 10.

CHANGES

2020.03.17 [Jerry James]

  • Fix the build with -fno-common, the default for GCC 10

LablGtk 2.18.1

19 Jun 15:56
Compare
Choose a tag to compare

Bug fix release for compatibility GCC 10.

CHANGES

2020.06.19 [Jerry James]

Fix the build with -fno-common, the default for GCC 10

Lablgtk 3.1.0

28 Jan 15:02
Compare
Choose a tag to compare

CHANGES:

2020.01.23 [Jacques]

  • headers changed again in ocaml 4.10.0beta2
  • fix C compilation warnings
  • fix SourceMarkAttributes.new_attribute

2020.01.14 [Jacques]

  • remove GtkDialog#has_separator property (report by Thomas Leonard, #68)
  • add GMisc.icon_status#set_tooltip_markup/text (report by T. Leonard, #69)
  • add #orientation to GPack.box/paned, GRange.range and GMisc.separator
    (report by Martin de Mello, #73)

Lablgtk 2.18.10

23 Jan 14:41
Compare
Choose a tag to compare

New release of LablGtk, to fix compatibility with ocaml 4.10.0beta2.

Changes:

2020.01.23 [Jacques]

  • headers changed again in ocaml 4.10.0beta2
  • fix C compilation warnings