Граф коммитов

84 Коммитов

Автор SHA1 Сообщение Дата
Michael Hutchinson 2e016d8ea4 2007-02-16 Michael Hutchinson <m.j.hutchinson@gmail.com>
* README:
	* configure.in: Add a notice informing users that AspNetEdit is now 
	  maintained in MonoDevelop.
	
	* INSTALL: Fix longstanding typo.


svn path=/trunk/aspeditor/; revision=73022
2007-02-16 15:14:22 +00:00
Michael Hutchinson d601e0f5ea Missed a minor but important change!
svn path=/trunk/aspeditor/; revision=62627
2006-07-15 00:15:29 +00:00
Michael Hutchinson 313c878dd6 Fix up the jar installation on Mozilla. Still broken on Firefox.
svn path=/trunk/aspeditor/; revision=62626
2006-07-15 00:05:16 +00:00
Michael Hutchinson bbf9987756 2006-07-04 Michael Hutchinson <m.j.hutchinson@gmail.com>
* configure.in:
	* src/aspnetedit/Makefile.am: 
	* src/editor/Makefile.am:
	* src/Makefile.am:
	* src/chrome/Makefile.am: Remove the JSCall library. Now locate it 
	through pkg-config and take local copy (because it's unstable).


svn path=/trunk/aspeditor/; revision=62252
2006-07-04 22:32:07 +00:00
Michael Hutchinson 586bfa5b84 Moving JSCall to be a separate library from AspNetEdit. AspNetEdit will
be broken for an hour or so.

svn path=/trunk/aspeditor/; revision=62248
2006-07-04 20:20:36 +00:00
Michael Hutchinson 7634fd87c2 In .:
2006-06-24 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* configure.in: Allow choice of either Firefox or Mozilla

In src/jscall:
2006-06-24  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* jscallglue/jscallglue.cpp: Fix build on Gecko 1.8+ browsers. Not a
	long-term solution -- need to re-work Mozilla string conversions to use
	the new frozen interfaces, but that will break backwards compatibility.

In src/chrome:
2006-06-24 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* locale/en-US/contents.rdf
	  install.rdf
	  chrome.manifest
	  Makefile.am: Make chrome installable on Firefox, and build an XPI
	  extension. Unfortunately gtkmozembed doesn't appear to load 
	  extensions, so we still have to install into the browser's chrome.

In src/chrome:
2006-06-24 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* locale/en-US/contents.rdf
	  install.rdf
	  chrome.manifest
	  Makefile.am: Make chrome installable on Firefox, and build an XPI
	  extension. Unfortunately gtkmozembed doesn't appear to load 
	  extensions, so we still have to install into the browser's chrome.


svn path=/trunk/aspeditor/; revision=62004
2006-06-24 00:59:15 +00:00
Michael Hutchinson 4283773631 2006-06-14 Michael Hutchinson <m.j.hutchinson@gmail.com>
* AspNetEdit.JSCall/CommandManager.cs: Null input checking to avoid 
	segfaults, general cleanup.


svn path=/trunk/aspeditor/; revision=61694
2006-06-14 12:59:45 +00:00
Michael Hutchinson 5eee50269b 2006-06-14 Chris Howie <cdhowie@nerdshack.com>
* jscallglue/jscallglue.cpp,
	  AspNetEdit.JSCall/CommandManager.cs:
	  
	  Add a method "JSEval" to execute arbitrary JavaScript in the browser.

svn path=/trunk/aspeditor/; revision=61693
2006-06-14 11:46:38 +00:00
Miguel de Icaza 6cfc0a9394 Use png instead of tiff
svn path=/trunk/aspeditor/; revision=60706
2006-05-15 13:35:37 +00:00
Michael Hutchinson e1dc9eb52d 2006-05-12 Michael Hutchinson <m.j.hutchinson@gmail.com>
* TypeResolutionService.cs: Don't error out too easily when looking up 
	types. Also, resolve assembly-qualified type names.


svn path=/trunk/aspeditor/; revision=60640
2006-05-12 15:47:06 +00:00
Michael Hutchinson feb8ff7a66 * CategoryToolboxNode.cs: Make sure we cover all items in filtering loop
2006-04-27  Michael Hutchinson <m.j.hutchinson@gmail.com> 


svn path=/trunk/aspeditor/; revision=59987
2006-04-27 16:05:09 +00:00
Michael Hutchinson 6d459bd378 2006-04-27 Michael Hutchinson <m.j.hutchinson@gmail.com>
* ToolboxItemToolboxNode.cs: Accessor for ToolboxItem.
	* ToolboxStore.cs: Don't rebuild after blank filter.
	* CategoryToolboxNode.cs: Add Clear () method to remove all children.
	* Toolbox.cs: Get categories from ToolboxService, and maintain expansion 
	and selection state where possible.
	

svn path=/trunk/aspeditor/; revision=59965
2006-04-27 00:06:06 +00:00
Michael Hutchinson d49462526a 2006-04-26 Michael Hutchinson <m.j.hutchinson@gmail.com>
* Makefile.am: ToolboxNodeManager.cs is not needed yet, so remove from 
	build.

svn path=/trunk/aspeditor/; revision=59959
2006-04-26 22:14:58 +00:00
Michael Hutchinson 957f98717a 2006-04-26 Michael Hutchinson <m.j.hutchinson@gmail.com>
* ToolboxService.cs: Convert the TooboxItem arrays properly or they become
	null when empty, and ToolboxItemCollection gets unhappy. 


svn path=/trunk/aspeditor/; revision=59938
2006-04-26 18:45:41 +00:00
Michael Hutchinson 84ec92428c Set svn:ignore for all directories.
Update MonoDevelop projects.
A few minor fixes.

svn path=/trunk/aspeditor/; revision=59937
2006-04-26 18:32:18 +00:00
Michael Hutchinson 62b9830131 In src/editor/AspNetEdit.Gui.Toolbox:
2006-04-26  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* BaseToolboxNode.cs:
	* CategoryToolboxNode.cs:
	* ItemToolboxNode.cs:
	* TextToolboxNode.cs:
	* Toolbox.cs:
	* ToolboxItemToolboxNode.cs:
	* ToolboxStore.cs: Add new NodeStore-based Toolbox

In src/editor/AspNetEdit.Editor.UI:
2006-04-26  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* ToolboxItemBox.cs: redundant, deleted
	* Toolbox.cs: Moved to ../AspNetEdit.Gui.Toolbox as part of redesign

In src/aspnetedit:
2006-04-26  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* SampleHost.cs: Use updated Toolbox


svn path=/trunk/aspeditor/; revision=59936
2006-04-26 18:22:16 +00:00
Michael Hutchinson 51d41719b1 Lots of minor cleaning up
svn path=/trunk/aspeditor/; revision=55616
2006-01-16 02:59:34 +00:00
Michael Hutchinson 9ddc22b38c 2005-11-28 Michael Hutchinson <m.j.hutchinson@gmail.com>
* Toolbox.cs: initial migration to GTK# TreeView


svn path=/trunk/aspeditor/; revision=53550
2005-11-28 12:34:17 +00:00
Michael Hutchinson 0fbbb6612e In AspNetEdit.Editor.ComponentModel:
2005-11-28 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Document.cs, DesignerHost.cs: avoid duplicating controls in container when loading and unloading
In AspNetEdit.Editor.Persistence:
2005-11-28 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* ServerControlParsingObject.cs: Add child collection objects to parent control

svn path=/trunk/aspeditor/; revision=53549
2005-11-28 12:29:14 +00:00
Michael Hutchinson 3d987dede0 2005-10-5 Michael Hutchinson <m.j.hutchinson@gmail.com>
* Makefile.am: Added .js files from Blago's reorganisation to the chrome deployment

svn path=/trunk/aspeditor/; revision=51221
2005-10-04 23:16:57 +00:00
Blagovest Dachev 6be21e54d0 Cut/Copy/Paste
svn path=/trunk/aspeditor/; revision=50456
2005-09-22 04:40:00 +00:00
Blagovest Dachev f8f7d3e458 JSCall delimiter
svn path=/trunk/aspeditor/; revision=50214
2005-09-19 05:06:31 +00:00
Michael Hutchinson 91f5cef8b1 2005-09-19 Michael Hutchinson <m.j.hutchinson@gmail.com>
* Toolbox.cs: Oops, broke TextToolboxItem functionality. Fix not to look up types if ToolboxItem has null TypeName.


svn path=/trunk/aspeditor/; revision=50207
2005-09-18 23:04:43 +00:00
Michael Hutchinson 5715df9d03 2005-09-18 Michael Hutchinson <m.j.hutchinson@gmail.com>
* Toolbox.cs: Use System.Web.UI.ToolboxDataAttribute when inserting Web Controls, if present

svn path=/trunk/aspeditor/; revision=50193
2005-09-18 18:38:22 +00:00
Michael Hutchinson c6b3352972 2005-09-17 Michael Hutchinson <m.j.hutchinson@gmail.com>
* INSTALL: updated instructions regarding Mozilla extensions


svn path=/trunk/aspeditor/; revision=50190
2005-09-18 14:46:58 +00:00
Everaldo Canuto 62886e17e6 Fix command order in autogen.sh, aclocal need to be run first
svn path=/trunk/aspeditor/; revision=50172
2005-09-16 20:27:00 +00:00
Blagovest Dachev ed5da8c079 *JSCall delimiter changed; hopefully an extended ASCII char will do
svn path=/trunk/aspeditor/; revision=49932
2005-09-12 04:57:17 +00:00
Michael Hutchinson ed28d93881 * Made <br>, <hr> effectively self-closing to stop page parser getting
confused
* Fixed dropdown selection of null control in propertygrid
* Fixed bound event deserialisation in page parser

svn path=/trunk/aspeditor/; revision=49927
2005-09-11 21:04:43 +00:00
Blagovest Dachev 2679124b91 <ul><li>Command state observer; I can now tell the host when certain command's state has changes</li><li>Escape style rules for tables that are contained in controls</li></ul>
svn path=/trunk/aspeditor/; revision=49680
2005-09-08 06:01:39 +00:00
Blagovest Dachev aae97d6f8e Just file renaming
svn path=/trunk/aspeditor/; revision=49679
2005-09-08 04:04:03 +00:00
Blagovest Dachev 4f0eb72ff2 Just file renaming
svn path=/trunk/aspeditor/; revision=49678
2005-09-08 04:03:35 +00:00
Blagovest Dachev 2b1a5be9b1 dir structure changed in preparation for splitting files
svn path=/trunk/aspeditor/; revision=49671
2005-09-08 00:12:37 +00:00
Blagovest Dachev 9e881f3aef Some clean-up\nUse stylesheets for elements in edit mode
svn path=/trunk/aspeditor/; revision=49627
2005-09-07 10:33:21 +00:00
Blagovest Dachev f61a848e7a Stylesheet for aspcontrols
svn path=/trunk/aspeditor/; revision=49626
2005-09-07 10:30:17 +00:00
Blagovest Dachev 8e2830769c Some stylesheets for elements in edit mode
svn path=/trunk/aspeditor/; revision=49624
2005-09-07 10:02:43 +00:00
Blagovest Dachev 14fd626f38 Adding editorContent.css
svn path=/trunk/aspeditor/; revision=49623
2005-09-07 10:01:44 +00:00
Blagovest Dachev b4d890351a Added some more HTML elements to the text toolbox
svn path=/trunk/aspeditor/; revision=49619
2005-09-07 07:36:57 +00:00
Blagovest Dachev 88b38ecb01 Oops, deleting an extra line.
svn path=/trunk/aspeditor/; revision=49572
2005-09-06 19:41:36 +00:00
Blagovest Dachev 20c68a5408 Improved control deletion-checking if deleted nodes contain controls
svn path=/trunk/aspeditor/; revision=49571
2005-09-06 19:29:35 +00:00
Blagovest Dachev 320aa5fbe8 renameControl() and insertFragment() support
svn path=/trunk/aspeditor/; revision=49438
2005-09-05 07:13:44 +00:00
Michael Hutchinson 5618400301 Call OnInit and OnPreRender on controls to make sure they can render
svn path=/trunk/aspeditor/; revision=49367
2005-09-02 20:22:00 +00:00
Michael Hutchinson 389553f1b2 Deselect component when removed from DesignContainer
svn path=/trunk/aspeditor/; revision=49338
2005-09-02 11:20:33 +00:00
Blagovest Dachev 6665bea629 Added a link to the document describing available editor commands
svn path=/trunk/aspeditor/; revision=49320
2005-09-02 07:23:56 +00:00
Blagovest Dachev f455153939 Mozilla outbound call to removeControl(aControlId); now the host knows when to remove an entry form the control list
svn path=/trunk/aspeditor/; revision=49318
2005-09-02 06:50:52 +00:00
Blagovest Dachev bfe82a3281 Fixing broken table and image resizing
svn path=/trunk/aspeditor/; revision=49293
2005-09-01 20:29:43 +00:00
Michael Hutchinson 69d2f3b301 Oops, forgot to add a file
svn path=/trunk/aspeditor/; revision=49253
2005-09-01 08:24:12 +00:00
Michael Hutchinson b2eb8ce0a6 Some cleaning up, and a fix for directive placeholders.
svn path=/trunk/aspeditor/; revision=49237
2005-09-01 01:24:30 +00:00
Michael Hutchinson ce74746f33 * Added interface to add custom controls to toolbox
* Fixes to document saving. Moz still swallows directive placeholders...
* Changed the way editor commands are hooked up and exposed more
* Minor fix to string types used in c++ glue

svn path=/trunk/aspeditor/; revision=49229
2005-08-31 23:15:00 +00:00
Blagovest Dachev 6949554db7 Fix a negative z-index bug in <aspcontrol>; Initial support for commands
svn path=/trunk/aspeditor/; revision=49215
2005-08-31 19:51:04 +00:00
Miguel de Icaza c265320ace Set the LD_LIBRARY_PATH
svn path=/trunk/aspeditor/; revision=49150
2005-08-30 19:51:19 +00:00