3300 Commits (f022d3b2eaaee10759b12eef8f8e30b46b3ecd6d)
 

Author SHA1 Message Date
Daniel Grunwald f022d3b2ea Allow pads to specify their start position. 17 years ago
Daniel Grunwald 6e09ebaa53 Add workaround to prevent DockablePanes with width 0. 17 years ago
Daniel Grunwald 90e697e7b7 Upgrade to new AvalonDock version, support for ViewClosed event. 17 years ago
Daniel Grunwald c7993c90f4 Make pads listen to language change, fixed memory leak in PresentationResourceService. 17 years ago
Daniel Grunwald 57b90f070b Upgrade to new AvalonDock version. 17 years ago
Daniel Grunwald 48ff67d4c1 Converted more MenuItemBuilders to WPF. 17 years ago
Daniel Grunwald 7a636e57d3 Add support for shortcuts in WPF menus. 17 years ago
Daniel Grunwald 245747804d Update enabled status of menu and toolbar items. 17 years ago
Daniel Grunwald 70b488e4a6 Sort items in Go To dialog. Move GetBitmapExtension to core. 17 years ago
Daniel Grunwald 24507c638c Converted GoTo dialog to WPF, add LocalizeExtension to ICSharpCode.Core.Presentation. 17 years ago
Daniel Grunwald bdc5c247f6 Remove DocumentContent from DocumentPane when workbench window is closed. 17 years ago
Daniel Grunwald 35de30ebbf Merge trunk into 3.0wpf branch. 17 years ago
Markus Palme 9ade2e5281 extension method test for VB.NET 17 years ago
Markus Palme acaab0ff01 fixed compiler warning 17 years ago
Markus Palme b96cbb193a set location for AST elements (fixes unit tests) 17 years ago
Daniel Grunwald 61f9ddce50 Remove duplicated InputBox. 17 years ago
Markus Palme a1d947d5cd run CheckParentVisitor on VB.NET unit tests; 17 years ago
Daniel Grunwald 4a08f70497 Fixed build. 17 years ago
Daniel Grunwald f60b4cbb8f Fixed NullReferenceExceptions when Clipboard.GetData returns null. 17 years ago
Daniel Grunwald 8b11b9d6e7 r7325@daniel-notebook (orig r3356): daniel | 2008-08-14 22:29:59 +0200 17 years ago
Daniel Grunwald ae5d33a76c r7324@daniel-notebook (orig r3355): daniel | 2008-08-14 22:29:16 +0200 17 years ago
Daniel Grunwald 0b36168819 r7323@daniel-notebook (orig r3354): daniel | 2008-08-14 18:09:24 +0200 17 years ago
Daniel Grunwald 33e45708f6 r7322@daniel-notebook (orig r3353): daniel | 2008-08-14 17:46:26 +0200 17 years ago
Daniel Grunwald 31afbba492 r7321@daniel-notebook (orig r3352): daniel | 2008-08-14 16:14:50 +0200 17 years ago
Daniel Grunwald b12ab0cb9e r7320@daniel-notebook (orig r3351): daniel | 2008-08-14 16:10:58 +0200 17 years ago
Daniel Grunwald 5d2378597d r7319@daniel-notebook (orig r3350): daniel | 2008-08-14 16:05:14 +0200 17 years ago
Daniel Grunwald 5ebc8f15f1 r7318@daniel-notebook (orig r3349): daniel | 2008-08-14 14:44:42 +0200 17 years ago
Daniel Grunwald 62d696d1ee r7317@daniel-notebook (orig r3348): daniel | 2008-08-14 13:28:28 +0200 17 years ago
Daniel Grunwald 36fb0e0d5d r7316@daniel-notebook (orig r3347): daniel | 2008-08-14 13:15:23 +0200 17 years ago
Daniel Grunwald ec1ff43533 r7315@daniel-notebook (orig r3346): daniel | 2008-08-14 12:12:18 +0200 17 years ago
Daniel Grunwald 8d910894e5 r7314@daniel-notebook (orig r3345): daniel | 2008-08-14 11:39:56 +0200 17 years ago
Daniel Grunwald c1c5eb636d r7313@daniel-notebook (orig r3344): daniel | 2008-08-14 11:22:02 +0200 17 years ago
Daniel Grunwald 2e5b261aa0 r7312@daniel-notebook (orig r3343): daniel | 2008-08-14 10:45:11 +0200 17 years ago
Daniel Grunwald da8b6fa793 r7311@daniel-notebook (orig r3342): daniel | 2008-08-14 10:20:32 +0200 17 years ago
Daniel Grunwald f4e33e2393 r7310@daniel-notebook (orig r3341): daniel | 2008-08-14 10:13:19 +0200 17 years ago
Daniel Grunwald 80340a7ee1 r7309@daniel-notebook (orig r3340): daniel | 2008-08-14 10:00:25 +0200 17 years ago
Daniel Grunwald cd5d5eebb5 r7308@daniel-notebook (orig r3339): daniel | 2008-08-14 09:31:18 +0200 17 years ago
Daniel Grunwald 331c98e525 r7307@daniel-notebook (orig r3338): daniel | 2008-08-14 07:56:11 +0200 17 years ago
Daniel Grunwald f13ff91c49 r7306@daniel-notebook (orig r3337): daniel | 2008-08-14 07:45:52 +0200 17 years ago
Daniel Grunwald f3f1ed2f05 r7305@daniel-notebook (orig r3336): daniel | 2008-08-14 07:39:30 +0200 17 years ago
Ivan Shumilin fd4351bf20 Snaplines 17 years ago
Matt Ward f6cff626a3 If a project did not exist the read-only check was throwing a FileNotFoundException. 17 years ago
Ivan Shumilin ed94ec5b92 Allow move panels using its border 17 years ago
Daniel Grunwald c1dacbab28 Fixed stack overflow in CodeDomVisitor.VisitLabelStatement. 17 years ago
Ivan Shumilin e5f10aa958 - If element selected it can be resized (independent from IPlacementBehavior) 17 years ago
Christian Hornung ce2ac2fd6e Windows.Forms designer: Fixed saving of the resources of localizable forms (previously, saving in a non-default language resulted in the default resources being deleted). It seems that the designer always expects to read back the old values of the resources even if it has already written to a new ResourceWriter. So the content of the ResourceWriter stream is now only transferred to the internal storage buffer after serialization is complete. 17 years ago
Siegfried Pammer dcfd505a9e Updated ExtractMethod refactoring 17 years ago
Siegfried Pammer f5e2708407 Improved "ExtractMethod" refactoring 17 years ago
Ivan Shumilin d2b9992a47 - MarkupExtension know loading as XamlObject: no difference between <Binding/> and {Binding} syntax. 17 years ago
Justin Dearing 77791f1f58 Removed unused import statements. 17 years ago