16 Commits

Author SHA1 Message Date
chrisz
0f6b43c83b Update some OCaml ports in preparation of OCaml 4.08.0
ok avsm@
2019-06-19 09:18:18 +00:00
dcoppa
63a8a9ad06 Update to lablgtk2-2.18.3.
Patches by chrisz@ have been merged upstream.
2014-10-29 14:02:10 +00:00
chrisz
642de2ced4 Backport upstream fix for lablgtk segfaults in unison:
Upstream commit 60a61fabb5d9836e69130bf7c07eea206fe20928

2014.09.20 [Jacques]
  * CAMLparam initializes with Val_unit rather than 0 since ocaml 4.02.
    Fix a related problem in ml_gobject (Christopher Zimmermann, PR#1425)
  * Also factorize some code to use Val_option_*


ok avsm@
2014-09-22 11:37:42 +00:00
chrisz
20b30f85fc Fix segfault triggered by unison. 2014-09-19 12:52:02 +00:00
dcoppa
29106f4e2f Update to lablgtk2-2.18.2 2014-09-18 10:51:46 +00:00
dcoppa
5bf42473d7 Fix GtkTree.IconView.get_path_at_pos
(upstream git commit b10b8705bbb7d8462fc4baf6b33b64482ce47c49)
2014-01-13 09:33:01 +00:00
dcoppa
d71c2d0ad9 Unbreak lablgtk2 on ppc.
A required patch hunk got removed by accident during the update to
2.18.0.

From Daniel Dickman, thanks!
2013-12-03 07:15:45 +00:00
dcoppa
7d94522cd2 Update to lablgtk2-2.18.0.
Suggestion about @comment'ing a bogus ld.conf file by giovanni@
OK giovanni@
2013-11-15 11:00:37 +00:00
dcoppa
4691207415 Fix compatibility with ocaml 4.01 (from upstream git)
While here, regen WANTLIB and PLIST.
2013-06-18 09:27:37 +00:00
dcoppa
763844aabd Useful bugfixes from the OCaml Forge git repo:
Add missing handling of new modifier keys (Meta, Super, Hyper)
(upstream git commit 579347d69a83703472ee8a46e522f5bb7b739d6b)

GtkSignal.connect_property: don't fetch the property value by hand
(upstream git commit adf6b7a5972356eddfdd6cb5243e4eaf8ea59d02)

Fix a segmentation fault due to a bad C cast
(upstream git commit 1c20cc7454f3b6f5341ef906fb0bf07ca681fc5e)
2013-02-01 10:22:01 +00:00
dcoppa
6e727b82a7 Support DESTDIR with findlib-install (this unbreaks systraced builds)
adapted from upstream git 58e15c3a33ee747e3e58a2c9687f22234f0055b6

OK sthen@, chrisz@
2013-01-31 21:20:32 +00:00
dcoppa
aa2fcd1462 Update to lablgtk2-2.16.0
OK avsm@
2012-10-09 09:22:24 +00:00
dcoppa
7ae5bc5807 Fix double definition of 'directory'.
From Christopher Zimmermann, thanks
OK jasper@
2012-05-22 13:56:33 +00:00
dcoppa
d3a784b28c New HOMEPAGE
New MASTER_SITES
Fixes for a warning message caused by newer gtk+2

OK ajacoutot@
2011-04-18 05:30:12 +00:00
giovanni
dc290ead51 Update to 2.14.0
"if it works for you, then ok for me" ajacoutot@
2009-10-27 09:25:38 +00:00
giovanni
24629a2de7 Import lablgtk2, an Objective Caml interface to gtk+2
ok on previous diff avsm@

LablGTK2 is an Objective Caml interface to gtk+2.

It uses the rich type system of Objective Caml 3 to provide a strongly
typed, yet very comfortable, object-oriented interface to gtk+2. This
is not that easy if you know the dynamic typing approach taken by
gtk+2.
2009-05-28 09:18:24 +00:00