From: Andy S. <And...@co...> - 2010-08-20 00:46:28
|
diffing dir... Thu Aug 19 20:32:33 EDT 2010 Andy Stewart <laz...@gm...> * Fix docs Ignore-this: 34a56e4307a6f4f64dd7f80c26ccfcb3 hunk ./gtk/Graphics/UI/Gtk/Abstract/Range.chs 345 --- | This function returns sliders range along the long dimension, in widget->window coordinates. +-- | This function returns sliders range along the long dimension, in 'DrawWindow' coordinates. |
From: Andy S. <And...@co...> - 2010-08-20 06:55:42
|
diffing dir... Fri Aug 20 02:53:10 EDT 2010 Andy Stewart <laz...@gm...> * Fix docs Ignore-this: 86084932a239bc6c4303afba524c17cf hunk ./gtk/Graphics/UI/Gtk/Abstract/Range.chs 457 --- | Wheter range's slikder has a fixed size, or a size that depends on it's adjustment's page. +-- | Wheter range's slikder has a fixed size, or a size that depends on it's adjustment's page size. |
From: Andy S. <And...@co...> - 2010-08-20 07:34:02
|
diffing dir... Fri Aug 20 03:28:53 EDT 2010 Andy Stewart <laz...@gm...> * Fix docs Ignore-this: 365eb686a956c0751d1b589a4063de18 hunk ./gio/System/GIO/File/ContentType.chs 178 - -> IO [String] -- ^ returns an 'Nothing'-terminated array of zero or more content types + -> IO [String] -- ^ returns a list of possible content types |
From: Andy S. <And...@co...> - 2010-09-07 10:48:32
|
diffing dir... Tue Sep 7 06:46:23 EDT 2010 Andy Stewart <laz...@gm...> * Fix docs Ignore-this: 7befb669d5b0134ce873f4edc6fd180 hunk ./gtk/Graphics/UI/Gtk/Buttons/LinkButton.chs 134 --- registered for the \"clicked\" signal. +-- registered for the 'buttonClicked' signal. |
From: Andy S. <And...@co...> - 2010-09-11 06:59:53
|
diffing dir... Sat Sep 11 02:59:04 EDT 2010 Andy Stewart <laz...@gm...> * Fix docs Ignore-this: 464f6a65b1b24526fa4bc949ab7b4fea hunk ./gtk/Graphics/UI/Gtk/Multiline/TextBuffer.chs 537 --- Emits the \"mark_set\" signal as notification of the mark's initial +-- Emits the 'markSet' signal as notification of the mark's initial |
From: Andy S. <And...@co...> - 2010-09-11 11:55:45
|
diffing dir... Sat Sep 11 07:54:21 EDT 2010 Andy Stewart <laz...@gm...> * Fix docs Ignore-this: f5cf4155c18161a61e5d5261a133bbef { hunk ./gtk/Graphics/UI/Gtk/Multiline/TextBuffer.chs 256 --- \"insert_text\" signal; insertion actually occurs in the default handler for +-- 'insertText' signal; insertion actually occurs in the default handler for hunk ./gtk/Graphics/UI/Gtk/Multiline/TextBuffer.chs 366 --- actually emits the \"delete_range\" signal, and the default handler of that +-- actually emits the 'deleteRange' signal, and the default handler of that hunk ./gtk/Graphics/UI/Gtk/Multiline/TextBuffer.chs 601 --- belongs to a buffer. The \"mark_deleted\" signal will be emitted as +-- belongs to a buffer. The 'markDeleted' signal will be emitted as hunk ./gtk/Graphics/UI/Gtk/Multiline/TextBuffer.chs 679 --- | Emits the \"apply_tag\" signal on the buffer. The default handler for the +-- | Emits the 'applyTag' signal on the buffer. The default handler for the hunk ./gtk/Graphics/UI/Gtk/Multiline/TextBuffer.chs 695 --- | Emits the \"remove_tag\" signal. The default handler for the signal +-- | Emits the 'removeTag' signal. The default handler for the signal hunk ./gtk/Graphics/UI/Gtk/Multiline/TextBuffer.chs 862 --- modified bit flips, the buffer emits a \"modified_changed\" signal. +-- modified bit flips, the buffer emits a 'modifiedChanged' signal. hunk ./gtk/Graphics/UI/Gtk/Multiline/TextBuffer.chs 918 --- a call to 'textBufferEndUserAction', and emits the \"begin_user_action\" and --- \"end_user_action\" signals only for the outermost pair of calls. This +-- a call to 'textBufferEndUserAction', and emits the 'beginUserAction' and +-- 'endUserAction' signals only for the outermost pair of calls. This } |
From: Andy S. <And...@co...> - 2010-09-22 12:44:30
|
diffing dir... Wed Sep 22 08:42:46 EDT 2010 Andy Stewart <laz...@gm...> * Fix docs Ignore-this: 9bafbbf1fa72f94a9cabd3e97e87aba0 { hunk ./gtk/Graphics/UI/Gtk/Printing/PrintContext.chs 40 --- 'PrintContext' objects gets passed to the ::begin-print, ::end-print, --- ::request-page-setup and ::draw-page signals on the 'PrintOperation'. +-- 'PrintContext' objects gets passed to the 'beginPrint', 'endPrint', +-- 'requestPageSetup' and 'drawPage' signals on the 'PrintOperation'. hunk ./gtk/Graphics/UI/Gtk/Printing/PrintOperation.chs 600 --- Default value: "" +-- Default value: \"\" hunk ./gtk/Graphics/UI/Gtk/Printing/PrintOperation.chs 721 --- See the "status" property for a status value that is suitable for programmatic use. +-- See the 'printOperationStatus' property for a status value that is suitable for programmatic use. hunk ./gtk/Graphics/UI/Gtk/Printing/PrintOperation.chs 723 --- Default value: "" +-- Default value: \"\" } |