| Commit | Date | |
|---|---|---|
|
[r4276]
by
david_costanzo
Remove the request for a new icon, since FMSLogo 7.0.0 has one (provided by Jan-Niklas Grabe). |
2017-02-20 18:52:46 | Tree |
|
[r4275]
by
david_costanzo
Change the old SourceForge 6-digit ticket numbers to the new ones |
2017-02-20 18:26:38 | Tree |
| 2017-02-19 01:32:03 | Tree | |
| 2017-02-19 00:21:25 | Tree | |
| 2017-02-18 22:51:12 | Tree | |
|
[r4271]
by
david_costanzo
Mark the files as having native line endings to make them easier to modify on Windows. |
2017-02-18 22:50:36 | Tree |
| 2017-02-18 22:48:10 | Tree | |
|
[r4269]
by
david_costanzo
Fix a recent regression that stopped the Del key from working in the workspace editor. |
2017-02-18 22:26:23 | Tree |
|
[r4268]
by
david_costanzo
Fix a regression from 6.35.0 where items in the context menu from the minieditor and from the command input when the commander is undocked did not get disabled when selecting them does nothing. In wxWidgets, the OnUpdate* don't fire when a context menu is displayed from a wxDialog, so the code now enables/disables each item before showing the context menu. |
2017-02-06 04:15:22 | Tree |
|
[r4267]
by
david_costanzo
Fix a regression from 6.35.0 where keyboard shortcuts like Ctrl+C and Ctrl+V did not work in the minieditor. The problem is that these must no be added to an accelerator table. Rather than add this to CMiniEditor, this revision follows the pattern for CCommanderInput, creating the accelerator on the subclass of CLogoTextCtrl. |
2017-02-06 02:46:04 | Tree |