377 Commits (6fe1ac9d769dee7d283d15e000d7e3ef0048a41f)

Author SHA1 Message Date
Daniel Grunwald c01c098d7e Serralongue now runs on x64 again (patched DockPanelSuite problem: http://sourceforge.net/tracker/index.php?func=detail&aid=1438642&group_id=110642&atid=659401) 20 years ago
Daniel Grunwald ebdb1bee69 Implemented SD2-706: Opening single files in current SharpDevelop instance 20 years ago
Daniel Grunwald 11271bf303 SharpDevelop 2.0 always runs as 32bit-process. The docking library has some bugs in 64bit mode. 20 years ago
Daniel Grunwald 69df449dd5 Fixed SD2-735: Assemblies with methods having a "where T: IEquatable<T>" constraint crash SharpDevelop 20 years ago
Peter Forstmeier 4d52821474 RowItem is used as a Container for ReportItems. This make's it possible to frame Lines of Data or give them a different BackGroundColor 20 years ago
Matt Ward c8e7da22b7 SD2-738 - OutOfMemoryException when trying to set the application's icon to a file which is not an icon. An error message is now shown to the user informing that the icon is invalid. 20 years ago
Matt Ward d80ad0eb28 Added Alex Knip's patch to fix SD2-553 - Cannot Show Form Designer Grid. 20 years ago
Daniel Grunwald 67bdeee0dd Update to Boo 0.7.6.2160. 20 years ago
Matt Ward d4ad2a79a6 SD2-464. Added projects and solutions options. 20 years ago
Daniel Grunwald 579134aeec Fixed SD2-676: Code completion for a class with many methods can be slow 20 years ago
Daniel Grunwald d0ccf4ffd3 Add generic overload of BuildItems. 20 years ago
Daniel Grunwald c78a1b2d48 Fixed exception when using Boo callable definition. 20 years ago
Daniel Grunwald 8b127a3434 Use template file for SharpDevelop.exe.config to prevent Subversion conflicts. 20 years ago
Daniel Grunwald 6e1d43f2d7 Upgrade to DockPanel Suite 1.0.0. 20 years ago
Daniel Grunwald 872563323d Add Boo.InterpreterAddIn and SubversionAddIn. 20 years ago
Daniel Grunwald 7a95e8ead4 Update AssemblyInfo to version 2.1. 20 years ago
Daniel Grunwald 0276c9c9de Update StringResources 20 years ago
Daniel Grunwald 8c9051f865 Exclude all languages with more than 600 missing translations. 20 years ago
Matt Ward b9ad571bde Rebuilt Bitmap resources so new SharpReport icons are accessible through the ResourceService. 20 years ago
Matt Ward fb130e19bd Added missing string resources for Code Coverage addin. 20 years ago
Daniel Grunwald 94d5e5bc08 Switch from MbUnit to NUnit: 20 years ago
Matt Ward a2469ef84d Added code coverage addin - supports NCover. 20 years ago
Daniel Grunwald 42dcc8da05 Patch by Scott Ferrett: List of project file extensions to open when the file was specified on the command line was hardcoded to csproj,vbproj,booproj; now it can be extended using the AddIn tree. 20 years ago
Daniel Grunwald 8cad70aec9 Fixed exception when renaming project while project options are opened. 20 years ago
Daniel Grunwald 217f008544 Add some strings to the translation database. 20 years ago
Daniel Grunwald f1941afc91 Put more strings into the translation database. 20 years ago
Daniel Grunwald a3c3230123 Added some strings to the translation database. 20 years ago
Matt Ward e29ae4dd10 User is now prompted for discovery credentials when adding or refreshing a web reference if the server returns a Http status of 401 (Unauthorised). Tested with basic and NT authentication. 20 years ago
Daniel Grunwald 651d370758 Added SharpReport 20 years ago
Daniel Grunwald dac4be9a65 Added SharpQuery. 20 years ago
Matt Ward 787617378c File and project template categories can now specify a sort order if required. Defaults to sorting by category name. Updated string resources for new templates. 20 years ago
Daniel Grunwald 8e50d97126 Fixed exception on startup because the splash screen was initialized too early in release builds (creating forms in a static constructor is not a good idea). 20 years ago
Daniel Grunwald cf8f7e43f2 Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. 20 years ago
Daniel Grunwald 7aed280b1f Applied patch by Alex Prudkiy: fixes loading the forms designer when the file contains multiple classes. 20 years ago
Matt Ward 191510b4bc Reset accidentally modified assembly info version numbers. 20 years ago
Matt Ward 5d68029091 Added support for Mono's GAC. Added Gtk# and Glade# project templates. Project templates can now clear any imports added by default. Improved code completion for Mono GAC assemblies with dependencies. 20 years ago
Daniel Grunwald 3013f698f3 Implemented right-to-left mirroring for dialogs and the main menu. 20 years ago
Matt Ward 533efc470c Added support for web references. 20 years ago
Daniel Grunwald b41e5513ed Fixed SD2-463: Visibility of undocked panels. 20 years ago
Daniel Grunwald 3e5e04f05d Reset assembly info version number (see doc\technotes\Versioning.html for details) 20 years ago
Christoph Wille c5d228d6e8 Beta 1 preparations 20 years ago
Daniel Grunwald 9a4be967df Changed license in about dialog to LGPL. 20 years ago
Daniel Grunwald fe66f16b43 Changed splash screen. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 59a5ede785 Fixed SD2-607: Null Reference exception on closing form designer. 20 years ago
Daniel Grunwald 627e61507f Update language resources. 20 years ago
Daniel Grunwald 2e2e17e634 Fixed SD2-595: Replace in files must use same Encoding detection as text editor 20 years ago
Daniel Grunwald 65777d486d Update to NDoc 1.3.1-v11 from http://jonas.lagerblad.com/blog/?p=4 (unofficial version that works with .NET 2.0) 20 years ago
Daniel Grunwald 2cff0d9e07 Added context menu to AddInManager, put strings into translation database. Chloë (GeneralWizardBackground.png) now uses alpha transparency and looks great in different color profiles. 20 years ago
Daniel Grunwald 9158302376 Improved AddInManager (updating AddIns now works correctly). 20 years ago