pkgsrc/x11/lablgtk/PLIST

253 lines
7.6 KiB
Text
Raw Normal View History

2009-06-14 20:24:43 +02:00
@comment $NetBSD: PLIST,v 1.11 2009/06/14 18:24:57 joerg Exp $
Update to 2.12.0: In Lablgtk-2.12.0: 2008.12.20 [Jacques] * fix build process for ocaml 3.11 on MSVC and mingw. 2008.12.09 [Jacques] * fix ml_gtk_source_buffer_create_marker 2008.10.30 [Benjamin] * Support Gtk Quartz backend compilation (thanks to Pascal Cuoq) 2008.10.07 [Benjamin] * Revert last change on GEdit.entry_completion according to M. Clasen. Keeping the new type for the callback match_selected. 2008.10.05 [Benjamin] * Change type of model contained in GEdit.entry_completion from model to model_filter see http://bugzilla.gnome.org/show_bug.cgi?id=555087. 2008.09.10 [Benjamin] * Many custom tree model bugs fixed. 2008.09.04 [Benjamin] * First attempt to support custom_tree_models in GTree. I need some feedback on ways to improve the safety. An example of usage is given in examples/custom_tree.ml Part of the code comes from Robert Schneck: he agreed by private mail on relicensing it for lablgtk2. 2008.08.20 [Jacques] * Move model to head of properties in ComboBox (bug reported by Pierre-Marie Pedrot) 2008.08.03 [Benjamin] * Support for wrapped signal of GEdit.spin_button (Gtk 2.10) 2008.08.01 [Benjamin] * Support for GtkRendererAccel of Gtk 2.10 2008.07.26 [Benjamin] * Add a few 2.10 properties GAction.icon_name, GButton.image_position, 2008.07.25 [Olivier] * don't use G_QUEUE_INIT (dependency on glib 2.14) 2008.07.25 [Jacques] * Add [widget] to Gtk.file_chooser * configure did not work on FreeBSD 2008.05.09 [Benjamin] * Add Glib.Io.read_chars. Other g_io_* function could be added... 2008.04.14 [Olivier] * use Gc.create_alarm to delay GObject finalization instead of an idle function 2008.03.31 [Benjamin] * Support mingw compilation with OCaml 3.11. Still tricky... 2008.03.25 [Jacques] * add GtkWindow properties * add GMain.Event * add GtkMenu.Menu.popup_at 2008.03.22 [Benjamin] * prepare gtksourceview 2.1 support
2009-01-08 11:04:29 +01:00
bin/gdk_pixbuf_mlsource
bin/lablgtk2
lib/ocaml/lablgtk2/gAction.cmi
lib/ocaml/lablgtk2/gAction.cmx
lib/ocaml/lablgtk2/gAction.ml
lib/ocaml/lablgtk2/gAction.mli
Update to 2.10.0: 2007.09.25 [Jacques] * Various preparations for release. * Use the "Glade for Windows" distribution for win32, supporting glade and rsvg. 2007.08.17 [Jacques] * some more patch by Julien Moutinho (style and Rc). * do not set LC_NUMERIC to C (ocaml is now ok) (Volker Grabsch). * avoid some warnings in ml_gdkpixbuf and ml_glib. 2007.08.09 [Benjamin] * GtkImage : clear support 2007.08.08 [Benjamin] * Fix typo in property "wrap-license" (was "wrap-licence") of GtkAboutDialog * Add GtkFileChooser "do-confirm-overwrite" property support and "confirm-overwrite" signal * GWindow "urgency-hint" property support 2007.08.07 [Benjamin] * Add Glib.usleep * Add Stock icons for Gtk 2.10 and 2.8 * Add has_selection and cursor_position properties in GText.buffer 2007.08.06 [Benjamin] * Add support for GtkAssistant of Gtk 2.10 2007.06.18 [Jacques] * merge patches by Julien Moutinho for GdkDisplay and gtk_tree_view_get_cell_area. 2007.06.08 [Benjamin] * Add support for gtk_link_button 2007.06.07 [Benjamin] * gtksourceview support 2007.05.27 [Benjamin] * fixed bug in GWindow.about_dialog whose callbacks raised an uncaught Not_found. The default Close button now responds `CANCEL and not `CLOSE. 2006.11.19 [Olivier] * add some missing properties in GtkIconView (in module GTree) (2.6) * add some missing properties in GtkButton (2.4, 2.6) 2006.11.03 [Olivier] * move GtkSocket code from ml_gtkbin.c to ml_gtk.c since it is wrapped in GWindow. 2006.10.27 [Jacques] * add Gdk.Cursor.get_image * remove Gdk.Cursor.destroy (could be dangerous) * add new methods to GData.clipboard (partly from SooHyoung Oh) 2006.10.13 [Jacques] * add GDraw.drawable#colormap,gc,set_gc 2006.09.15 [Olivier] * wrap GtkMenuToolButton (2.6) In lablgtk2-20060908: 2006.08.08 [RobertR] * export copy_memblock_indirected and ml_lookup_flags_getter for Windows 2006.07.06 [Jacques] * make ABSVALUE=1 to use a custom mlvalues.h where value is abstract 2006.05.13 [Jacques] * delay finalization functions when they may trigger a callback 2006.02.03 [Jacques] * add GLayout#bin_window 2005.12.19 [Jacques] * lablgladecc : apply Keita Yamaguchi's patch 2005.12.02 [Benjalin] * lablgladecc : support for GtkAboutDialog 2005.11.10 [Olivier] * wrap gtk_tree_view_expand_to_path (2.2) 2005.11.03 [Benjamin] * lablgladecc : emit w#toplevel#misc#show_all instead of w#toplevel#show in check_all, because some toplevel widgets (gMenu for example) do not have a show method 2005.10.28 [Jacques] * add windows support for rsvg
2007-10-27 15:29:37 +02:00
lib/ocaml/lablgtk2/gAssistant.cmi
lib/ocaml/lablgtk2/gAssistant.cmx
lib/ocaml/lablgtk2/gAssistant.ml
lib/ocaml/lablgtk2/gAssistant.mli
lib/ocaml/lablgtk2/gBin.cmi
lib/ocaml/lablgtk2/gBin.cmx
lib/ocaml/lablgtk2/gBin.ml
lib/ocaml/lablgtk2/gBin.mli
lib/ocaml/lablgtk2/gBroken.cmi
lib/ocaml/lablgtk2/gBroken.cmx
lib/ocaml/lablgtk2/gBroken.ml
lib/ocaml/lablgtk2/gBroken.mli
lib/ocaml/lablgtk2/gButton.cmi
lib/ocaml/lablgtk2/gButton.cmx
lib/ocaml/lablgtk2/gButton.ml
lib/ocaml/lablgtk2/gButton.mli
lib/ocaml/lablgtk2/gContainer.cmi
lib/ocaml/lablgtk2/gContainer.cmx
lib/ocaml/lablgtk2/gContainer.ml
lib/ocaml/lablgtk2/gContainer.mli
lib/ocaml/lablgtk2/gData.cmi
lib/ocaml/lablgtk2/gData.cmx
lib/ocaml/lablgtk2/gData.ml
lib/ocaml/lablgtk2/gData.mli
lib/ocaml/lablgtk2/gDraw.cmi
lib/ocaml/lablgtk2/gDraw.cmx
lib/ocaml/lablgtk2/gDraw.ml
lib/ocaml/lablgtk2/gDraw.mli
lib/ocaml/lablgtk2/gEdit.cmi
lib/ocaml/lablgtk2/gEdit.cmx
lib/ocaml/lablgtk2/gEdit.ml
lib/ocaml/lablgtk2/gEdit.mli
lib/ocaml/lablgtk2/gFile.cmi
lib/ocaml/lablgtk2/gFile.cmx
lib/ocaml/lablgtk2/gFile.ml
lib/ocaml/lablgtk2/gFile.mli
lib/ocaml/lablgtk2/gList.cmi
lib/ocaml/lablgtk2/gList.cmx
lib/ocaml/lablgtk2/gList.ml
lib/ocaml/lablgtk2/gList.mli
lib/ocaml/lablgtk2/gMain.cmi
lib/ocaml/lablgtk2/gMain.cmx
lib/ocaml/lablgtk2/gMain.ml
lib/ocaml/lablgtk2/gMain.mli
lib/ocaml/lablgtk2/gMenu.cmi
lib/ocaml/lablgtk2/gMenu.cmx
lib/ocaml/lablgtk2/gMenu.ml
lib/ocaml/lablgtk2/gMenu.mli
lib/ocaml/lablgtk2/gMisc.cmi
lib/ocaml/lablgtk2/gMisc.cmx
lib/ocaml/lablgtk2/gMisc.ml
lib/ocaml/lablgtk2/gMisc.mli
lib/ocaml/lablgtk2/gObj.cmi
lib/ocaml/lablgtk2/gObj.cmx
lib/ocaml/lablgtk2/gObj.ml
lib/ocaml/lablgtk2/gObj.mli
lib/ocaml/lablgtk2/gPack.cmi
lib/ocaml/lablgtk2/gPack.cmx
lib/ocaml/lablgtk2/gPack.ml
lib/ocaml/lablgtk2/gPack.mli
lib/ocaml/lablgtk2/gPango.cmi
lib/ocaml/lablgtk2/gPango.cmx
lib/ocaml/lablgtk2/gPango.ml
lib/ocaml/lablgtk2/gRange.cmi
lib/ocaml/lablgtk2/gRange.cmx
lib/ocaml/lablgtk2/gRange.ml
lib/ocaml/lablgtk2/gRange.mli
Update to 2.10.0: 2007.09.25 [Jacques] * Various preparations for release. * Use the "Glade for Windows" distribution for win32, supporting glade and rsvg. 2007.08.17 [Jacques] * some more patch by Julien Moutinho (style and Rc). * do not set LC_NUMERIC to C (ocaml is now ok) (Volker Grabsch). * avoid some warnings in ml_gdkpixbuf and ml_glib. 2007.08.09 [Benjamin] * GtkImage : clear support 2007.08.08 [Benjamin] * Fix typo in property "wrap-license" (was "wrap-licence") of GtkAboutDialog * Add GtkFileChooser "do-confirm-overwrite" property support and "confirm-overwrite" signal * GWindow "urgency-hint" property support 2007.08.07 [Benjamin] * Add Glib.usleep * Add Stock icons for Gtk 2.10 and 2.8 * Add has_selection and cursor_position properties in GText.buffer 2007.08.06 [Benjamin] * Add support for GtkAssistant of Gtk 2.10 2007.06.18 [Jacques] * merge patches by Julien Moutinho for GdkDisplay and gtk_tree_view_get_cell_area. 2007.06.08 [Benjamin] * Add support for gtk_link_button 2007.06.07 [Benjamin] * gtksourceview support 2007.05.27 [Benjamin] * fixed bug in GWindow.about_dialog whose callbacks raised an uncaught Not_found. The default Close button now responds `CANCEL and not `CLOSE. 2006.11.19 [Olivier] * add some missing properties in GtkIconView (in module GTree) (2.6) * add some missing properties in GtkButton (2.4, 2.6) 2006.11.03 [Olivier] * move GtkSocket code from ml_gtkbin.c to ml_gtk.c since it is wrapped in GWindow. 2006.10.27 [Jacques] * add Gdk.Cursor.get_image * remove Gdk.Cursor.destroy (could be dangerous) * add new methods to GData.clipboard (partly from SooHyoung Oh) 2006.10.13 [Jacques] * add GDraw.drawable#colormap,gc,set_gc 2006.09.15 [Olivier] * wrap GtkMenuToolButton (2.6) In lablgtk2-20060908: 2006.08.08 [RobertR] * export copy_memblock_indirected and ml_lookup_flags_getter for Windows 2006.07.06 [Jacques] * make ABSVALUE=1 to use a custom mlvalues.h where value is abstract 2006.05.13 [Jacques] * delay finalization functions when they may trigger a callback 2006.02.03 [Jacques] * add GLayout#bin_window 2005.12.19 [Jacques] * lablgladecc : apply Keita Yamaguchi's patch 2005.12.02 [Benjalin] * lablgladecc : support for GtkAboutDialog 2005.11.10 [Olivier] * wrap gtk_tree_view_expand_to_path (2.2) 2005.11.03 [Benjamin] * lablgladecc : emit w#toplevel#misc#show_all instead of w#toplevel#show in check_all, because some toplevel widgets (gMenu for example) do not have a show method 2005.10.28 [Jacques] * add windows support for rsvg
2007-10-27 15:29:37 +02:00
lib/ocaml/lablgtk2/gSourceView.mli
lib/ocaml/lablgtk2/gText.cmi
lib/ocaml/lablgtk2/gText.cmx
lib/ocaml/lablgtk2/gText.ml
lib/ocaml/lablgtk2/gText.mli
lib/ocaml/lablgtk2/gToolbox.cmi
lib/ocaml/lablgtk2/gToolbox.cmx
lib/ocaml/lablgtk2/gToolbox.ml
lib/ocaml/lablgtk2/gToolbox.mli
lib/ocaml/lablgtk2/gTree.cmi
lib/ocaml/lablgtk2/gTree.cmx
lib/ocaml/lablgtk2/gTree.ml
lib/ocaml/lablgtk2/gTree.mli
lib/ocaml/lablgtk2/gUtil.cmi
lib/ocaml/lablgtk2/gUtil.cmx
lib/ocaml/lablgtk2/gUtil.ml
lib/ocaml/lablgtk2/gUtil.mli
lib/ocaml/lablgtk2/gWindow.cmi
lib/ocaml/lablgtk2/gWindow.cmx
lib/ocaml/lablgtk2/gWindow.ml
lib/ocaml/lablgtk2/gWindow.mli
lib/ocaml/lablgtk2/gaux.cmi
lib/ocaml/lablgtk2/gaux.cmx
lib/ocaml/lablgtk2/gaux.ml
lib/ocaml/lablgtk2/gdk.cmi
lib/ocaml/lablgtk2/gdk.cmx
lib/ocaml/lablgtk2/gdk.ml
lib/ocaml/lablgtk2/gdk.mli
lib/ocaml/lablgtk2/gdkEnums.cmi
lib/ocaml/lablgtk2/gdkEnums.cmx
lib/ocaml/lablgtk2/gdkEnums.ml
lib/ocaml/lablgtk2/gdkEvent.cmi
lib/ocaml/lablgtk2/gdkEvent.cmx
lib/ocaml/lablgtk2/gdkEvent.ml
lib/ocaml/lablgtk2/gdkKeysyms.cmi
lib/ocaml/lablgtk2/gdkKeysyms.cmx
lib/ocaml/lablgtk2/gdkKeysyms.ml
lib/ocaml/lablgtk2/gdkPixbuf.cmi
lib/ocaml/lablgtk2/gdkPixbuf.cmx
lib/ocaml/lablgtk2/gdkPixbuf.ml
lib/ocaml/lablgtk2/gdkPixbuf.mli
lib/ocaml/lablgtk2/gdk_tags.h
lib/ocaml/lablgtk2/gdkpixbuf_tags.h
lib/ocaml/lablgtk2/gdkprivate-win32.h
lib/ocaml/lablgtk2/glGtk.mli
lib/ocaml/lablgtk2/glade.mli
lib/ocaml/lablgtk2/glib.cmi
lib/ocaml/lablgtk2/glib.cmx
lib/ocaml/lablgtk2/glib.ml
lib/ocaml/lablgtk2/glib.mli
lib/ocaml/lablgtk2/glib_tags.h
lib/ocaml/lablgtk2/gnoCanvas.mli
lib/ocaml/lablgtk2/gnoDruid.mli
lib/ocaml/lablgtk2/gobject.cmi
lib/ocaml/lablgtk2/gobject.cmx
lib/ocaml/lablgtk2/gobject.ml
lib/ocaml/lablgtk2/gobject.mli
lib/ocaml/lablgtk2/gobject_tags.h
lib/ocaml/lablgtk2/gpointer.cmi
lib/ocaml/lablgtk2/gpointer.cmx
lib/ocaml/lablgtk2/gpointer.ml
lib/ocaml/lablgtk2/gpointer.mli
lib/ocaml/lablgtk2/gtk.cmi
lib/ocaml/lablgtk2/gtk.cmx
lib/ocaml/lablgtk2/gtk.ml
Update to 2.10.0: 2007.09.25 [Jacques] * Various preparations for release. * Use the "Glade for Windows" distribution for win32, supporting glade and rsvg. 2007.08.17 [Jacques] * some more patch by Julien Moutinho (style and Rc). * do not set LC_NUMERIC to C (ocaml is now ok) (Volker Grabsch). * avoid some warnings in ml_gdkpixbuf and ml_glib. 2007.08.09 [Benjamin] * GtkImage : clear support 2007.08.08 [Benjamin] * Fix typo in property "wrap-license" (was "wrap-licence") of GtkAboutDialog * Add GtkFileChooser "do-confirm-overwrite" property support and "confirm-overwrite" signal * GWindow "urgency-hint" property support 2007.08.07 [Benjamin] * Add Glib.usleep * Add Stock icons for Gtk 2.10 and 2.8 * Add has_selection and cursor_position properties in GText.buffer 2007.08.06 [Benjamin] * Add support for GtkAssistant of Gtk 2.10 2007.06.18 [Jacques] * merge patches by Julien Moutinho for GdkDisplay and gtk_tree_view_get_cell_area. 2007.06.08 [Benjamin] * Add support for gtk_link_button 2007.06.07 [Benjamin] * gtksourceview support 2007.05.27 [Benjamin] * fixed bug in GWindow.about_dialog whose callbacks raised an uncaught Not_found. The default Close button now responds `CANCEL and not `CLOSE. 2006.11.19 [Olivier] * add some missing properties in GtkIconView (in module GTree) (2.6) * add some missing properties in GtkButton (2.4, 2.6) 2006.11.03 [Olivier] * move GtkSocket code from ml_gtkbin.c to ml_gtk.c since it is wrapped in GWindow. 2006.10.27 [Jacques] * add Gdk.Cursor.get_image * remove Gdk.Cursor.destroy (could be dangerous) * add new methods to GData.clipboard (partly from SooHyoung Oh) 2006.10.13 [Jacques] * add GDraw.drawable#colormap,gc,set_gc 2006.09.15 [Olivier] * wrap GtkMenuToolButton (2.6) In lablgtk2-20060908: 2006.08.08 [RobertR] * export copy_memblock_indirected and ml_lookup_flags_getter for Windows 2006.07.06 [Jacques] * make ABSVALUE=1 to use a custom mlvalues.h where value is abstract 2006.05.13 [Jacques] * delay finalization functions when they may trigger a callback 2006.02.03 [Jacques] * add GLayout#bin_window 2005.12.19 [Jacques] * lablgladecc : apply Keita Yamaguchi's patch 2005.12.02 [Benjalin] * lablgladecc : support for GtkAboutDialog 2005.11.10 [Olivier] * wrap gtk_tree_view_expand_to_path (2.2) 2005.11.03 [Benjamin] * lablgladecc : emit w#toplevel#misc#show_all instead of w#toplevel#show in check_all, because some toplevel widgets (gMenu for example) do not have a show method 2005.10.28 [Jacques] * add windows support for rsvg
2007-10-27 15:29:37 +02:00
lib/ocaml/lablgtk2/gtkAssistant.cmi
lib/ocaml/lablgtk2/gtkAssistant.cmx
lib/ocaml/lablgtk2/gtkAssistant.ml
lib/ocaml/lablgtk2/gtkBase.cmi
lib/ocaml/lablgtk2/gtkBase.cmx
lib/ocaml/lablgtk2/gtkBase.ml
lib/ocaml/lablgtk2/gtkBin.cmi
lib/ocaml/lablgtk2/gtkBin.cmx
lib/ocaml/lablgtk2/gtkBin.ml
lib/ocaml/lablgtk2/gtkBroken.cmi
lib/ocaml/lablgtk2/gtkBroken.cmx
lib/ocaml/lablgtk2/gtkBroken.ml
lib/ocaml/lablgtk2/gtkButton.cmi
lib/ocaml/lablgtk2/gtkButton.cmx
lib/ocaml/lablgtk2/gtkButton.ml
lib/ocaml/lablgtk2/gtkData.cmi
lib/ocaml/lablgtk2/gtkData.cmx
lib/ocaml/lablgtk2/gtkData.ml
lib/ocaml/lablgtk2/gtkEdit.cmi
lib/ocaml/lablgtk2/gtkEdit.cmx
lib/ocaml/lablgtk2/gtkEdit.ml
lib/ocaml/lablgtk2/gtkEnums.cmi
lib/ocaml/lablgtk2/gtkEnums.cmx
lib/ocaml/lablgtk2/gtkEnums.ml
lib/ocaml/lablgtk2/gtkFile.cmi
lib/ocaml/lablgtk2/gtkFile.cmx
lib/ocaml/lablgtk2/gtkFile.ml
lib/ocaml/lablgtk2/gtkInit.cmi
lib/ocaml/lablgtk2/gtkInit.cmo
lib/ocaml/lablgtk2/gtkInit.cmx
lib/ocaml/lablgtk2/gtkInit.ml
lib/ocaml/lablgtk2/gtkInit.o
lib/ocaml/lablgtk2/gtkList.cmi
lib/ocaml/lablgtk2/gtkList.cmx
lib/ocaml/lablgtk2/gtkList.ml
lib/ocaml/lablgtk2/gtkMain.cmi
lib/ocaml/lablgtk2/gtkMain.cmx
lib/ocaml/lablgtk2/gtkMain.ml
lib/ocaml/lablgtk2/gtkMenu.cmi
lib/ocaml/lablgtk2/gtkMenu.cmx
lib/ocaml/lablgtk2/gtkMenu.ml
lib/ocaml/lablgtk2/gtkMisc.cmi
lib/ocaml/lablgtk2/gtkMisc.cmx
lib/ocaml/lablgtk2/gtkMisc.ml
lib/ocaml/lablgtk2/gtkObject.cmi
lib/ocaml/lablgtk2/gtkObject.cmx
lib/ocaml/lablgtk2/gtkObject.ml
lib/ocaml/lablgtk2/gtkPack.cmi
lib/ocaml/lablgtk2/gtkPack.cmx
lib/ocaml/lablgtk2/gtkPack.ml
lib/ocaml/lablgtk2/gtkRange.cmi
lib/ocaml/lablgtk2/gtkRange.cmx
lib/ocaml/lablgtk2/gtkRange.ml
lib/ocaml/lablgtk2/gtkSignal.cmi
lib/ocaml/lablgtk2/gtkSignal.cmx
lib/ocaml/lablgtk2/gtkSignal.ml
lib/ocaml/lablgtk2/gtkSignal.mli
Update to 2.10.0: 2007.09.25 [Jacques] * Various preparations for release. * Use the "Glade for Windows" distribution for win32, supporting glade and rsvg. 2007.08.17 [Jacques] * some more patch by Julien Moutinho (style and Rc). * do not set LC_NUMERIC to C (ocaml is now ok) (Volker Grabsch). * avoid some warnings in ml_gdkpixbuf and ml_glib. 2007.08.09 [Benjamin] * GtkImage : clear support 2007.08.08 [Benjamin] * Fix typo in property "wrap-license" (was "wrap-licence") of GtkAboutDialog * Add GtkFileChooser "do-confirm-overwrite" property support and "confirm-overwrite" signal * GWindow "urgency-hint" property support 2007.08.07 [Benjamin] * Add Glib.usleep * Add Stock icons for Gtk 2.10 and 2.8 * Add has_selection and cursor_position properties in GText.buffer 2007.08.06 [Benjamin] * Add support for GtkAssistant of Gtk 2.10 2007.06.18 [Jacques] * merge patches by Julien Moutinho for GdkDisplay and gtk_tree_view_get_cell_area. 2007.06.08 [Benjamin] * Add support for gtk_link_button 2007.06.07 [Benjamin] * gtksourceview support 2007.05.27 [Benjamin] * fixed bug in GWindow.about_dialog whose callbacks raised an uncaught Not_found. The default Close button now responds `CANCEL and not `CLOSE. 2006.11.19 [Olivier] * add some missing properties in GtkIconView (in module GTree) (2.6) * add some missing properties in GtkButton (2.4, 2.6) 2006.11.03 [Olivier] * move GtkSocket code from ml_gtkbin.c to ml_gtk.c since it is wrapped in GWindow. 2006.10.27 [Jacques] * add Gdk.Cursor.get_image * remove Gdk.Cursor.destroy (could be dangerous) * add new methods to GData.clipboard (partly from SooHyoung Oh) 2006.10.13 [Jacques] * add GDraw.drawable#colormap,gc,set_gc 2006.09.15 [Olivier] * wrap GtkMenuToolButton (2.6) In lablgtk2-20060908: 2006.08.08 [RobertR] * export copy_memblock_indirected and ml_lookup_flags_getter for Windows 2006.07.06 [Jacques] * make ABSVALUE=1 to use a custom mlvalues.h where value is abstract 2006.05.13 [Jacques] * delay finalization functions when they may trigger a callback 2006.02.03 [Jacques] * add GLayout#bin_window 2005.12.19 [Jacques] * lablgladecc : apply Keita Yamaguchi's patch 2005.12.02 [Benjalin] * lablgladecc : support for GtkAboutDialog 2005.11.10 [Olivier] * wrap gtk_tree_view_expand_to_path (2.2) 2005.11.03 [Benjamin] * lablgladecc : emit w#toplevel#misc#show_all instead of w#toplevel#show in check_all, because some toplevel widgets (gMenu for example) do not have a show method 2005.10.28 [Jacques] * add windows support for rsvg
2007-10-27 15:29:37 +02:00
lib/ocaml/lablgtk2/gtkSourceView_types.mli
lib/ocaml/lablgtk2/gtkSpell.mli
lib/ocaml/lablgtk2/gtkStock.cmi
lib/ocaml/lablgtk2/gtkStock.cmx
lib/ocaml/lablgtk2/gtkStock.ml
lib/ocaml/lablgtk2/gtkText.cmi
lib/ocaml/lablgtk2/gtkText.cmx
lib/ocaml/lablgtk2/gtkText.ml
lib/ocaml/lablgtk2/gtkThInit.cmo
lib/ocaml/lablgtk2/gtkThInit.ml
lib/ocaml/lablgtk2/gtkThread.cmi
lib/ocaml/lablgtk2/gtkThread.cmo
lib/ocaml/lablgtk2/gtkThread.cmx
lib/ocaml/lablgtk2/gtkThread.ml
lib/ocaml/lablgtk2/gtkThread.mli
lib/ocaml/lablgtk2/gtkThread.o
lib/ocaml/lablgtk2/gtkTree.cmi
lib/ocaml/lablgtk2/gtkTree.cmx
lib/ocaml/lablgtk2/gtkTree.ml
lib/ocaml/lablgtk2/gtkWindow.cmi
lib/ocaml/lablgtk2/gtkWindow.cmx
lib/ocaml/lablgtk2/gtkWindow.ml
lib/ocaml/lablgtk2/gtk_tags.h
lib/ocaml/lablgtk2/lablgtk.a
lib/ocaml/lablgtk2/lablgtk.cma
lib/ocaml/lablgtk2/lablgtk.cmxa
lib/ocaml/lablgtk2/lablgtktop
lib/ocaml/lablgtk2/liblablgtk2.a
Update to 2.10.0: 2007.09.25 [Jacques] * Various preparations for release. * Use the "Glade for Windows" distribution for win32, supporting glade and rsvg. 2007.08.17 [Jacques] * some more patch by Julien Moutinho (style and Rc). * do not set LC_NUMERIC to C (ocaml is now ok) (Volker Grabsch). * avoid some warnings in ml_gdkpixbuf and ml_glib. 2007.08.09 [Benjamin] * GtkImage : clear support 2007.08.08 [Benjamin] * Fix typo in property "wrap-license" (was "wrap-licence") of GtkAboutDialog * Add GtkFileChooser "do-confirm-overwrite" property support and "confirm-overwrite" signal * GWindow "urgency-hint" property support 2007.08.07 [Benjamin] * Add Glib.usleep * Add Stock icons for Gtk 2.10 and 2.8 * Add has_selection and cursor_position properties in GText.buffer 2007.08.06 [Benjamin] * Add support for GtkAssistant of Gtk 2.10 2007.06.18 [Jacques] * merge patches by Julien Moutinho for GdkDisplay and gtk_tree_view_get_cell_area. 2007.06.08 [Benjamin] * Add support for gtk_link_button 2007.06.07 [Benjamin] * gtksourceview support 2007.05.27 [Benjamin] * fixed bug in GWindow.about_dialog whose callbacks raised an uncaught Not_found. The default Close button now responds `CANCEL and not `CLOSE. 2006.11.19 [Olivier] * add some missing properties in GtkIconView (in module GTree) (2.6) * add some missing properties in GtkButton (2.4, 2.6) 2006.11.03 [Olivier] * move GtkSocket code from ml_gtkbin.c to ml_gtk.c since it is wrapped in GWindow. 2006.10.27 [Jacques] * add Gdk.Cursor.get_image * remove Gdk.Cursor.destroy (could be dangerous) * add new methods to GData.clipboard (partly from SooHyoung Oh) 2006.10.13 [Jacques] * add GDraw.drawable#colormap,gc,set_gc 2006.09.15 [Olivier] * wrap GtkMenuToolButton (2.6) In lablgtk2-20060908: 2006.08.08 [RobertR] * export copy_memblock_indirected and ml_lookup_flags_getter for Windows 2006.07.06 [Jacques] * make ABSVALUE=1 to use a custom mlvalues.h where value is abstract 2006.05.13 [Jacques] * delay finalization functions when they may trigger a callback 2006.02.03 [Jacques] * add GLayout#bin_window 2005.12.19 [Jacques] * lablgladecc : apply Keita Yamaguchi's patch 2005.12.02 [Benjalin] * lablgladecc : support for GtkAboutDialog 2005.11.10 [Olivier] * wrap gtk_tree_view_expand_to_path (2.2) 2005.11.03 [Benjamin] * lablgladecc : emit w#toplevel#misc#show_all instead of w#toplevel#show in check_all, because some toplevel widgets (gMenu for example) do not have a show method 2005.10.28 [Jacques] * add windows support for rsvg
2007-10-27 15:29:37 +02:00
lib/ocaml/lablgtk2/ml_domain.h
lib/ocaml/lablgtk2/ml_gdk.h
lib/ocaml/lablgtk2/ml_gdkpixbuf.h
lib/ocaml/lablgtk2/ml_glib.h
lib/ocaml/lablgtk2/ml_gobject.h
lib/ocaml/lablgtk2/ml_gpointer.h
lib/ocaml/lablgtk2/ml_gtk.h
Update to 2.10.0: 2007.09.25 [Jacques] * Various preparations for release. * Use the "Glade for Windows" distribution for win32, supporting glade and rsvg. 2007.08.17 [Jacques] * some more patch by Julien Moutinho (style and Rc). * do not set LC_NUMERIC to C (ocaml is now ok) (Volker Grabsch). * avoid some warnings in ml_gdkpixbuf and ml_glib. 2007.08.09 [Benjamin] * GtkImage : clear support 2007.08.08 [Benjamin] * Fix typo in property "wrap-license" (was "wrap-licence") of GtkAboutDialog * Add GtkFileChooser "do-confirm-overwrite" property support and "confirm-overwrite" signal * GWindow "urgency-hint" property support 2007.08.07 [Benjamin] * Add Glib.usleep * Add Stock icons for Gtk 2.10 and 2.8 * Add has_selection and cursor_position properties in GText.buffer 2007.08.06 [Benjamin] * Add support for GtkAssistant of Gtk 2.10 2007.06.18 [Jacques] * merge patches by Julien Moutinho for GdkDisplay and gtk_tree_view_get_cell_area. 2007.06.08 [Benjamin] * Add support for gtk_link_button 2007.06.07 [Benjamin] * gtksourceview support 2007.05.27 [Benjamin] * fixed bug in GWindow.about_dialog whose callbacks raised an uncaught Not_found. The default Close button now responds `CANCEL and not `CLOSE. 2006.11.19 [Olivier] * add some missing properties in GtkIconView (in module GTree) (2.6) * add some missing properties in GtkButton (2.4, 2.6) 2006.11.03 [Olivier] * move GtkSocket code from ml_gtkbin.c to ml_gtk.c since it is wrapped in GWindow. 2006.10.27 [Jacques] * add Gdk.Cursor.get_image * remove Gdk.Cursor.destroy (could be dangerous) * add new methods to GData.clipboard (partly from SooHyoung Oh) 2006.10.13 [Jacques] * add GDraw.drawable#colormap,gc,set_gc 2006.09.15 [Olivier] * wrap GtkMenuToolButton (2.6) In lablgtk2-20060908: 2006.08.08 [RobertR] * export copy_memblock_indirected and ml_lookup_flags_getter for Windows 2006.07.06 [Jacques] * make ABSVALUE=1 to use a custom mlvalues.h where value is abstract 2006.05.13 [Jacques] * delay finalization functions when they may trigger a callback 2006.02.03 [Jacques] * add GLayout#bin_window 2005.12.19 [Jacques] * lablgladecc : apply Keita Yamaguchi's patch 2005.12.02 [Benjalin] * lablgladecc : support for GtkAboutDialog 2005.11.10 [Olivier] * wrap gtk_tree_view_expand_to_path (2.2) 2005.11.03 [Benjamin] * lablgladecc : emit w#toplevel#misc#show_all instead of w#toplevel#show in check_all, because some toplevel widgets (gMenu for example) do not have a show method 2005.10.28 [Jacques] * add windows support for rsvg
2007-10-27 15:29:37 +02:00
lib/ocaml/lablgtk2/ml_gtktext.h
lib/ocaml/lablgtk2/ml_gtktree.h
lib/ocaml/lablgtk2/ml_gvaluecaml.h
lib/ocaml/lablgtk2/ml_pango.h
lib/ocaml/lablgtk2/panel.mli
lib/ocaml/lablgtk2/pango.cmi
lib/ocaml/lablgtk2/pango.cmx
lib/ocaml/lablgtk2/pango.ml
lib/ocaml/lablgtk2/pangoEnums.cmi
lib/ocaml/lablgtk2/pangoEnums.cmx
lib/ocaml/lablgtk2/pangoEnums.ml
lib/ocaml/lablgtk2/pango_tags.h
lib/ocaml/lablgtk2/propcc
lib/ocaml/lablgtk2/rsvg.mli
lib/ocaml/lablgtk2/varcc
lib/ocaml/lablgtk2/win32.h
lib/ocaml/lablgtk2/wrappers.h
lib/ocaml/lablgtk2/xml_lexer.mli
${PLIST.stubs}lib/ocaml/stublibs/dlllablgtk2.so
@comment in ocaml: lib/ocaml/stublibs
@comment in ocaml: lib/ocaml