The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
21453 8694 d 5 h duncan /trunk/src/modules/gnome/ 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'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.  
21452 8694 d 7 h duncan /trunk/src/modules/gnome/ 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)  
20443 8782 d 10 h martyn /trunk/src/modules/gnome/ GNOME module now passes -Wall  
18798 8896 d 6 h martyn /trunk/src/modules/gnome/ Replaced some string functions with their glib equivalents + made
inclusion of certain header files conditional on the information
in <config.h>
 
16945 9008 d 6 h pd /trunk/ GNOME changes, from Martyn  
13974 9215 d 2 h hornik /trunk/src/modules/ Move GUI modules from `src/unix' to `src/modules'.