Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gsharp
AgeCommit message (Collapse)Author
2008-12-18* gsharp/gtk-gui/Mono.CSharp.Gui.MainWindow.cs: Change hierarchy so thatMiguel de Icaza
we can show/hide the Gtk# panel without crashing. svn path=/trunk/mono-tools/; revision=121764
2008-11-142008-11-13 Mike Kestner <mkestner@novell.com>Mike Kestner
* MainWindow.cs: break a Gtk# 2.10 dependency svn path=/trunk/mono-tools/; revision=118801
2008-11-14Fix .desktop filesAndrew Jorgensen
svn path=/trunk/mono-tools/; revision=118781
2008-11-09Add a GUI to describe typesMiguel de Icaza
svn path=/trunk/mono-tools/; revision=118291
2008-11-062008-11-06 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* MainWindow.cs: Add support for loading settings (window position, pane display and aggregate history here as well). Hook up View/Pane display here. * InteractiveGraphicsBase (PaneContainer): Expose a new property, a Gtk.Container that can be used to quickly prototype code by having a handy container in the same space as the shell. svn path=/trunk/mono-tools/; revision=118082
2008-11-06Add debugging modeMiguel de Icaza
svn path=/trunk/mono-tools/; revision=118076
2008-11-062008-11-05 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
Add support for loading files specified on the command line. svn path=/trunk/mono-tools/; revision=118075
2008-11-062008-11-05 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* Shell.cs: History saving and loading. svn path=/trunk/mono-tools/; revision=118071
2008-11-06UPdateMiguel de Icaza
svn path=/trunk/mono-tools/; revision=118065
2008-11-06Make this visible on the screenMiguel de Icaza
svn path=/trunk/mono-tools/; revision=118064
2008-11-062008-11-05 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* Shell.cs: touchups to improve the output. svn path=/trunk/mono-tools/; revision=118063
2008-11-062008-11-05 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* Shell.cs: Hook up the GuiStream, which redirects Console Stdout and Stderr to the GUI Shell. Readline still remains unimplemented. svn path=/trunk/mono-tools/; revision=118061
2008-11-052008-11-05 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* Shell.cs: First load the System.Drawing assembly, only then call the using statement on it. svn path=/trunk/mono-tools/; revision=118002
2008-11-022008-11-02 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* Shell.cs: Support multiple data transformations on the result. svn path=/trunk/mono-tools/; revision=117655
2008-11-02Fix the buildMiguel de Icaza
svn path=/trunk/mono-tools/; revision=117649
2008-11-022008-11-02 Sebastien Pouliot <sebastien@ximian.com> Sebastien Pouliot
* Makefile.am: Fix typo that broke make distcheck svn path=/trunk/mono-tools/; revision=117639
2008-11-022008-11-02 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* MainWindows.cs: Fix compilation. svn path=/trunk/mono-tools/; revision=117638
2008-11-022008-11-02 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* InteractiveGraphicsBase.cs (RegisterRenderHandler, UnregisterRenderHandler): new methods to allow scripts to register their own rendering handlers. (Attached): useful property to determine if we are running on an attached process or not. (MainWindow): pointer to the current main window. * MainWindow.cs: Add support for loading startup files. * Main.cs: Move bitmap rendering here, to split it out from the Shell. * Shell.c: Now can use any provided hook to render graphics on the screen. svn path=/trunk/mono-tools/; revision=117634
2008-10-31* gsharp/gsharp.desktop.in: Add .desktop file for gsharp. Sandy Armstrong
Name/Comment/GenericName could use some review, and no Icon is set yet. * gsharp/Makefile.am: Support for .desktop file. svn path=/trunk/mono-tools/; revision=117576
2008-10-25Add History support, smoother rendering, Muiltiple bug fixesMiguel de Icaza
svn path=/trunk/mono-tools/; revision=117069
2008-10-222008-10-21 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* Makefile.am: Remove gsharp.exe[.mdb] at clean-time. Fix "make distcheck" svn path=/trunk/mono-tools/; revision=116693
2008-10-09FixMiguel de Icaza
svn path=/trunk/mono-tools/; revision=115371
2008-10-09Try to fix the build hereMiguel de Icaza
svn path=/trunk/mono-tools/; revision=115369
2008-10-092008-10-09 Marek Habersack <mhabersack@novell.com>Marek Habersack
* Makefile.am (gsharp_sources): added InteractiveGraphicsBase.cs and SysDrawing.cs. (assemblies): add reference to System.Drawing svn path=/trunk/mono-tools/; revision=115311
2008-10-09Use tabs for the target commands prefixMarek Habersack
svn path=/trunk/mono-tools/; revision=115309
2008-10-09* gsharp/Shell.cs: Loads System.Drawing and special cases rendering ofMiguel de Icaza
Bitmaps. * gsharp/InteractiveGraphicsBase.cs: A new base class for interactive code, provides a cute and simple Plot() function for interactive use. * gsharp/SysDrawing.cs: Integration between System.Drawing and Gtk# svn path=/trunk/mono-tools/; revision=115304
2008-10-092008-10-09 Daniel Nauck <dna@mono-project.de>Daniel Nauck
* Makefile.am: fix makefile svn path=/trunk/mono-tools/; revision=115299
2008-10-092008-10-09 Daniel Nauck <dna@mono-project.de>Daniel Nauck
* gsharp.in: add start script svn path=/trunk/mono-tools/; revision=115298
2008-10-092008-10-09 Daniel Nauck <dna@mono-project.de>Daniel Nauck
* Makefile.am: fix makefile svn path=/trunk/mono-tools/; revision=115295
2008-09-29Use Emacs to reindent thisMiguel de Icaza
svn path=/trunk/mono-tools/; revision=114355
2008-09-29* History.cs: Remove history, will implement a different system thanMiguel de Icaza
the bash-like system. This model does not match. * Main.cs: Use a cool trick from Alan McGovern to guess whether the host application had Gtk running or not. svn path=/trunk/mono-tools/; revision=114345
2008-09-29* MainWindow.cs: New dialog box, based on Paolo's dialog box.Miguel de Icaza
* gtk-gui/Mono.CSharp.Gui.MainWindow.cs: Add support for injecting ourselves into a process. * Main.cs: Add support for injecting the code into the target process. svn path=/trunk/mono-tools/; revision=114344
2008-09-29Add Prettyprinting for characters, setup the default using statements.Miguel de Icaza
svn path=/trunk/mono-tools/; revision=114342
2008-09-29svn path=/trunk/mono-tools/; revision=114340Miguel de Icaza