<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>R &#x2013; /branches/R-gcontext/src/modules/gnome/gtkconsole.c</title><description>WebSVN RSS feed &#x2013; R</description><lastBuildDate>Tue, 28 Jul 2026 04:44:20 +0000</lastBuildDate><generator>WebSVN 2.8.7</generator><language>en</language><link>https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=log&amp;max=40&amp;peg=28362</link><atom:link href="https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=rss&amp;peg=28362" rel="self" type="application/rss+xml" />
<item><pubDate>Tue, 28 Oct 2003 16:46:25 +0000</pubDate><dc:creator></dc:creator><title>Rev 26795 – This commit was manufactured by cvs2svn to create branch &apos;R-gcontext&apos;.</title><description>&lt;div&gt;&lt;strong&gt; – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;This commit was manufactured by cvs2svn to create branch &apos;R-gcontext&apos;.&lt;/div&gt;+ /branches/R-gcontext &lt;i&gt;(copied from /trunk@26794)&lt;/i&gt;&lt;br /&gt;x /branches/R-gcontext/Attic&lt;br /&gt;/branches/R-gcontext/src/appl/lowess.doc &lt;i&gt;(copied from /branches/unlabeled-1.1.1/src/appl/lowess.doc@26794)&lt;/i&gt;&lt;br /&gt;/branches/R-gcontext/src/unix/PSPAPER &lt;i&gt;(copied from /branches/unlabeled-1.1.1/src/unix/PSPAPER@26794)&lt;/i&gt;&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=revision&amp;rev=26795&amp;peg=28362</link><guid>https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=revision&amp;rev=26795&amp;peg=28362</guid></item>
<item><pubDate>Tue, 08 Oct 2002 18:20:31 +0000</pubDate><dc:creator>duncan</dc:creator><title>Rev 21453 – Added a new signal which passes the newly available line ...</title><description>&lt;div&gt;&lt;strong&gt;duncan – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added a new signal which passes the newly available line as an argument to the callback. Made gtk_console_write understand a string length of -1. Swapped the references to the entries in the class when declaring the char and line signals. They seemed backward. But it really doesn&apos;t look like we are using them. This now works nicely with bindings for the GtkConsole class to allow us program things from R directly. Will make these bindings available soon as part of a package. (But you can generate them yourself using RGtkBindingGenerator).  Should work with gtk 2.0 sinc gtk_marshal_NON__STRING is defined there.&lt;/div&gt;~ /trunk/src/modules/gnome/gtkconsole.c&lt;br /&gt;~ /trunk/src/modules/gnome/gtkconsole.h&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=revision&amp;rev=21453&amp;peg=28362</link><guid>https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=revision&amp;rev=21453&amp;peg=28362</guid></item>
<item><pubDate>Tue, 08 Oct 2002 16:17:21 +0000</pubDate><dc:creator>duncan</dc:creator><title>Rev 21452 – Allow the caller to pass a value of -1 to ...</title><description>&lt;div&gt;&lt;strong&gt;duncan – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Allow the caller to pass a value of -1 to indicate that the routine should compute the length of the string itself. The string must be null terminated. This interface makes it consistent with Gtk widgets (and easier to generate programmatic bindings)&lt;/div&gt;~ /trunk/src/modules/gnome/gtkconsole.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=revision&amp;rev=21452&amp;peg=28362</link><guid>https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=revision&amp;rev=21452&amp;peg=28362</guid></item>
<item><pubDate>Fri, 12 Jul 2002 13:55:05 +0000</pubDate><dc:creator>martyn</dc:creator><title>Rev 20443 – GNOME module now passes -Wall</title><description>&lt;div&gt;&lt;strong&gt;martyn – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;GNOME module now passes -Wall&lt;/div&gt;~ /trunk/src/modules/gnome/devGNOME.c&lt;br /&gt;~ /trunk/src/modules/gnome/devGTK.c&lt;br /&gt;~ /trunk/src/modules/gnome/gnome-find-dialog.c&lt;br /&gt;~ /trunk/src/modules/gnome/gtkconsole.c&lt;br /&gt;~ /trunk/src/modules/gnome/terminal-find.c&lt;br /&gt;~ /trunk/src/modules/gnome/terminal-menu.c&lt;br /&gt;~ /trunk/src/modules/gnome/terminal-prefs.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=revision&amp;rev=20443&amp;peg=28362</link><guid>https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=revision&amp;rev=20443&amp;peg=28362</guid></item>
<item><pubDate>Wed, 20 Mar 2002 17:24:41 +0000</pubDate><dc:creator>martyn</dc:creator><title>Rev 18798 – Replaced some string functions with their glib equivalents + made ...</title><description>&lt;div&gt;&lt;strong&gt;martyn – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Replaced some string functions with their glib equivalents + made&lt;br /&gt;
inclusion of certain header files conditional on the information&lt;br /&gt;
in &amp;lt;config.h&gt;&lt;/div&gt;~ /trunk/src/modules/gnome/devGNOME.c&lt;br /&gt;~ /trunk/src/modules/gnome/gnome-find-dialog.c&lt;br /&gt;~ /trunk/src/modules/gnome/gtkconsole.c&lt;br /&gt;~ /trunk/src/modules/gnome/system.c&lt;br /&gt;~ /trunk/src/modules/gnome/terminal-find.c&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=revision&amp;rev=18798&amp;peg=28362</link><guid>https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=revision&amp;rev=18798&amp;peg=28362</guid></item>
<item><pubDate>Wed, 28 Nov 2001 17:38:40 +0000</pubDate><dc:creator>pd</dc:creator><title>Rev 16945 – GNOME changes, from Martyn</title><description>&lt;div&gt;&lt;strong&gt;pd – 15 file(s) modified&lt;/strong&gt;&lt;br/&gt;GNOME changes, from Martyn&lt;/div&gt;~ /trunk/NEWS&lt;br /&gt;~ /trunk/share/glade/gnome-interface.glade&lt;br /&gt;~ /trunk/src/library/base/demo/graphics.R&lt;br /&gt;~ /trunk/src/modules/gnome/devGNOME.c&lt;br /&gt;~ /trunk/src/modules/gnome/devGNOME.h&lt;br /&gt;~ /trunk/src/modules/gnome/devGTK.c&lt;br /&gt;~ /trunk/src/modules/gnome/gtkconsole.c&lt;br /&gt;~ /trunk/src/modules/gnome/gtkconsole.h&lt;br /&gt;~ /trunk/src/modules/gnome/system-console.c&lt;br /&gt;~ /trunk/src/modules/gnome/system-showfiles.c&lt;br /&gt;~ /trunk/src/modules/gnome/terminal-prefs.c&lt;br /&gt;~ /trunk/src/modules/gnome/terminal-prefs.h&lt;br /&gt;~ /trunk/src/modules/gnome/terminal.c&lt;br /&gt;~ /trunk/src/unix/devices.c&lt;br /&gt;~ /trunk/tests/demos.Rout.save&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=revision&amp;rev=16945&amp;peg=28362</link><guid>https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=revision&amp;rev=16945&amp;peg=28362</guid></item>
<item><pubDate>Sat, 05 May 2001 21:32:11 +0000</pubDate><dc:creator>hornik</dc:creator><title>Rev 13974 – Move GUI modules from `src/unix&apos; to `src/modules&apos;.</title><description>&lt;div&gt;&lt;strong&gt;hornik – 39 file(s) modified&lt;/strong&gt;&lt;br/&gt;Move GUI modules from `src/unix&apos; to `src/modules&apos;.&lt;/div&gt;+ /trunk/src/modules/gnome&lt;br /&gt;+ /trunk/src/modules/gnome/command-grep.c&lt;br /&gt;+ /trunk/src/modules/gnome/command-grep.h&lt;br /&gt;+ /trunk/src/modules/gnome/devGNOME.c&lt;br /&gt;+ /trunk/src/modules/gnome/devGNOME.h&lt;br /&gt;+ /trunk/src/modules/gnome/devGTK.c&lt;br /&gt;+ /trunk/src/modules/gnome/devGTK.h&lt;br /&gt;+ /trunk/src/modules/gnome/gdkrotated.c&lt;br /&gt;+ /trunk/src/modules/gnome/gdkrotated.h&lt;br /&gt;+ /trunk/src/modules/gnome/gnome-find-dialog.c&lt;br /&gt;+ /trunk/src/modules/gnome/gnome-find-dialog.h&lt;br /&gt;+ /trunk/src/modules/gnome/gtkconsole.c&lt;br /&gt;+ /trunk/src/modules/gnome/gtkconsole.h&lt;br /&gt;+ /trunk/src/modules/gnome/Makefile.in&lt;br /&gt;+ /trunk/src/modules/gnome/savehistory.c&lt;br /&gt;+ /trunk/src/modules/gnome/system-choosefile.c&lt;br /&gt;+ /trunk/src/modules/gnome/system-console.c&lt;br /&gt;+ /trunk/src/modules/gnome/system-showfiles.c&lt;br /&gt;+ /trunk/src/modules/gnome/system.c&lt;br /&gt;+ /trunk/src/modules/gnome/terminal-find.c&lt;br /&gt;+ /trunk/src/modules/gnome/terminal-find.h&lt;br /&gt;+ /trunk/src/modules/gnome/terminal-functions.c&lt;br /&gt;+ /trunk/src/modules/gnome/terminal-functions.h&lt;br /&gt;+ /trunk/src/modules/gnome/terminal-menu.c&lt;br /&gt;+ /trunk/src/modules/gnome/terminal-menu.h&lt;br /&gt;+ /trunk/src/modules/gnome/terminal-prefs.c&lt;br /&gt;+ /trunk/src/modules/gnome/terminal-prefs.h&lt;br /&gt;+ /trunk/src/modules/gnome/terminal-toolbar.c&lt;br /&gt;+ /trunk/src/modules/gnome/terminal-toolbar.h&lt;br /&gt;+ /trunk/src/modules/gnome/terminal.c&lt;br /&gt;+ /trunk/src/modules/gnome/terminal.h&lt;br /&gt;+ /trunk/src/modules/X11&lt;br /&gt;+ /trunk/src/modules/X11/dataentry.c&lt;br /&gt;+ /trunk/src/modules/X11/devX11.c&lt;br /&gt;+ /trunk/src/modules/X11/devX11.h&lt;br /&gt;+ /trunk/src/modules/X11/Makefile.in&lt;br /&gt;+ /trunk/src/modules/X11/rbitmap.c&lt;br /&gt;+ /trunk/src/modules/X11/rotated.c&lt;br /&gt;+ /trunk/src/modules/X11/rotated.h&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=revision&amp;rev=13974&amp;peg=28362</link><guid>https://svn.r-project.org/browse/R/branches/R-gcontext/src/modules/gnome/gtkconsole.c?op=revision&amp;rev=13974&amp;peg=28362</guid></item>
</channel></rss>