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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-27Updated add-ins version to 2.8.2Xamarin Release Manager
2011-10-13[WindowsPlatform] Use the MD icon for our native dialogs.Carlos Alberto Cortez
2011-10-12[WindowsPlatform] Fixes part of bug 1223 - Improve dialogs layout.Carlos Alberto Cortez
Even the classic open/save dialogs behave slightly different between WindowsXP/2000 and Vista/7, thus we fix this by taking advantage of the native dialog layout to position our own extra controls.
2011-10-11Updated add-ins version to 2.8.1Xamarin Release Manager
2011-10-06[WindowsPlatform] Fix Bug 1223 - Use the native classic open/save dialogs.Carlos Alberto Cortez
The new dialogs (WPF based, available starting with Windows Vista) don't seem to handle children, so we can't use them to extend the basic functionality. Instead we force the system to use the classic ones, which work just fine.
2011-10-05[WindowsPlatform] Disable win32 dialogs, they still have issuesMichael Hutchinson
2011-09-29Updated add-ins version to 2.8Xamarin Release Manager
2011-09-29[WindowsPlatform] Enable the native dialogs implementation.Carlos Alberto Cortez
2011-09-29[WindowsPlatform] Don't run the MD's pending events from the winforms thread.Carlos Alberto Cortez
Remove the calls from the OpenFileDialogEx, as we are not going to use them anymore there, and comment them for now in the WinformsRoot class, as we may need it them here in the future (whenever MD's Main method is marked with STAThreadAttribute).
2011-09-22Updated add-ins version to 2.7.22Xamarin Release Manager
2011-09-21[Windows] Handle focus restoration for the native dialogs.Carlos Alberto Cortez
Since we are not running the native winforms dialogs on the same thread, we need to handle the focus ourselves by focusing them when the immediate parent window gets a FocusInEvent. Also, add a root for OpenFileDialogHandler and AddFileDialogHandler, as we need it to focus them asynchronously -since the lack of direct access to their inner Form objects-.
2011-09-21[Windows] Invoke the native dialogs in a separated thread.Carlos Alberto Cortez
Any access to the native Windows dialogs must be done from a thread with a single-threaded apartment model, and since marking the MD's main one has shown problems in the past, we proceed to access the native dialogs from a separated thread.
2011-09-20[WindowsPlatform] Added some utility codeMichael Hutchinson
2011-09-13Updated add-ins version to 2.7.21Xamarin Release Manager
2011-09-08Updated add-ins version to 2.7.20Xamarin Release Manager
2011-08-15[Windows] Dispose the encoding selection form when done.Carlos Alberto Cortez
2011-08-15[Windows] Detect the right filter when saving a file.Carlos Alberto Cortez
FileDialog doesn't show the file extension when saving a file, so we try to detect the right one so the user knows.
2011-08-15[Windows] Enable the encoding box by default in the open dialog.Carlos Alberto Cortez
Our dialog in save mode is already enabling/disabling the encoding box, but for saving mode we need to make available always, and that included make int available from the start.
2011-08-15[Windows] Use the stock images on our encoding selector buttons.Carlos Alberto Cortez
2011-08-15[Windows] Implement reordering in the encoding selector.Carlos Alberto Cortez
2011-08-15[Windows] Fix a bug related to path handling in our native dialogs.Carlos Alberto Cortez
Don't set FileDialog.FileName if the initial file is actually a directory, as it will throw an exception complaining about that.
2011-08-15[Windows] Disable the viewer box when trying to open a directory.Carlos Alberto Cortez
2011-08-09Bump MonoDevelop versionLluis Sanchez Gual
2011-08-04[Windows] Always indicate whether to close the current workspace.Carlos Alberto Cortez
2011-08-04[Windows] Enable visual styles for our dialogs.Carlos Alberto Cortez
2011-08-04[Windows] Don't show the encoding form in the task bar.Carlos Alberto Cortez
2011-08-04[Windows] Synch MD's events when resizing/relocating our encoding form.Carlos Alberto Cortez
Handle the resize/relocation events of our encoding selection form. We are already handling this event for both our custom dialogs and normal CommonDialog instances, but we need to do it ourselves with any Form children as well.
2011-08-04[Windows] Improve the Winforms and MD message queues collaboration.Carlos Alberto Cortez
Let any MD's pending event run when getting idle and form resize/relocation events. Also, don't use the WinFormRoot class when using custom file dialogs, as they are already handling these events.
2011-08-02Update add-in versionsLluis Sanchez Gual
2011-08-01Flush project format fixesMichael Hutchinson
2011-07-30[Windows] Implement encoding selection in the open dialog.Carlos Alberto Cortez
2011-07-30[Windows] Use the correct encoding when opening a file.Carlos Alberto Cortez
We were returning the name of the encoding, not the actual encoding Id.
2011-07-30[Windows] Move the dialogs to their own directory.Carlos Alberto Cortez
This is done in order to have a better organization of the files, just like the Mac support does it.
2011-07-30[Windows] Restore focus after using any dialog window.Carlos Alberto Cortez
Also add a reference to atk-sharp, as needed to make use of the Gtk.Window type.
2011-07-20[Windows] Fix a wrong casting.Carlos Alberto Cortez
We should be casting the dialog to the more general FileDialog class, so *any* children can work properly.
2011-07-20[Windows] Use the correct filter in our native dialogs.Carlos Alberto Cortez
FileDialog.FilterIndex is 1-based, not 0-based. Ugh.
2011-07-20[Windows] Fix the Windows addin build.Carlos Alberto Cortez
2011-07-17Cleaned up user profilesMichael Hutchinson
2011-07-04[Windows] Actually use native open file dialogs.Carlos Alberto Cortez
2011-07-04[Windows] Let the extended file dialog use any FileDialog child.Carlos Alberto Cortez
2011-06-29Remove old updater extensions.Lluis Sanchez Gual
2011-06-28Remove old updaterLluis Sanchez Gual
2011-06-15[Windows] Use FolderBrowserDialog instead of FileDialog if needed.Carlos Alberto Cortez
2011-06-03[Windows] Set the filter in the file dialogs.Carlos Alberto Cortez
2011-06-03[Windows] Ignore the separator in the build list.Carlos Alberto Cortez
The Winforms ComboBox control doesn't support any kind of separators, so we ignore them for now.
2011-06-03[Windows] Share the common set up code for our dialogs.Carlos Alberto Cortez
2011-02-15Track api changesLluis Sanchez Gual
2011-02-15Remove debug files.Lluis Sanchez Gual
2011-02-15This shelveset adds jumplist support for Windows 7.ischyrus
The setup project will now include registry entries that link specific file extensions. The registry entries are then used by the JumpList addin. The library makes use of the Windows API Code Pack.
2011-02-02Upgraded to .NET 4.0Lluis Sanchez Gual