..
ActionSelectorControl.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
ActionSelectorControl.Designer.cs
- Fixed the tab order on all windows
2009-04-26 19:53:36 +00:00
ActionSelectorControl.resx
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
AngleControl.cs
@ some intellisense documentation
2009-05-21 08:18:34 +00:00
AngleControl.Designer.cs
- Fixed the tab order on all windows
2009-04-26 19:53:36 +00:00
AngleControl.resx
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
ArgumentBox.cs
@ some intellisense documentation
2009-05-21 08:18:34 +00:00
ArgumentBox.Designer.cs
- Fixed the tab order on all windows
2009-04-26 19:53:36 +00:00
ArgumentBox.resx
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
AutoSelectTextbox.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
CheckboxArrayControl.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
CheckboxArrayControl.Designer.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
CheckboxArrayControl.resx
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
ClickableNumericTextbox.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
ClickableNumericTextbox.Designer.cs
- Fixed the tab order on all windows
2009-04-26 19:53:36 +00:00
ClickableNumericTextbox.resx
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
ColorControl.cs
@ some intellisense documentation
2009-05-21 08:18:34 +00:00
ColorControl.Designer.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
ColorControl.resx
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
FieldsEditorControl.cs
@ some intellisense documentation
2009-05-21 08:18:34 +00:00
FieldsEditorControl.Designer.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
FieldsEditorControl.resx
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
FieldsEditorRow.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
FlatSelectorControl.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
ImageBrowserControl.cs
Fixed a crash when opening the Texture Set editor
2009-05-12 08:01:50 +00:00
ImageBrowserControl.Designer.cs
Added Tab key in images browser to jump between the same image in "Used textures" and "Available textures" areas.
2009-05-05 12:24:00 +00:00
ImageBrowserControl.resx
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
ImageBrowserItem.cs
Added Tab key in images browser to jump between the same image in "Used textures" and "Available textures" areas.
2009-05-05 12:24:00 +00:00
ImageSelectorControl.cs
- Fixed a bug that allowed to use texture names longer than 8 characters, making the WAD file unusable after saving
2009-06-08 18:52:56 +00:00
ImageSelectorControl.Designer.cs
- Fixed a bug that allowed to use texture names longer than 8 characters, making the WAD file unusable after saving
2009-06-08 18:52:56 +00:00
ImageSelectorControl.resx
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
LinedefInfoPanel.cs
@ Changed the MapSet to work with arrays instead of linkedlists. Because the index is now know for each element and can be retrieved in O(1) efficiency it has become a property (Index) for all map elements. GetIndexFor* functions have been removed. Get*ByIndex are now also of O(1) efficiency.
2009-06-05 19:03:56 +00:00
LinedefInfoPanel.Designer.cs
- Fixed the tab order on all windows
2009-04-26 19:53:36 +00:00
LinedefInfoPanel.resx
- Fixed the tab order on all windows
2009-04-26 19:53:36 +00:00
NumericTextbox.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
OptimizedListView.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
RenderTargetControl.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
ResourceListEditor.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
ResourceListEditor.Designer.cs
- Fixed the tab order on all windows
2009-04-26 19:53:36 +00:00
ResourceListEditor.resx
- Fixed the tab order on all windows
2009-04-26 19:53:36 +00:00
ResourceListView.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
ScintillaConstants.cs
Fixed tabs in script editor
2009-05-06 19:08:37 +00:00
ScintillaControl.cs
- Sector splitting fix
2009-05-06 20:41:12 +00:00
ScriptDocumentTab.cs
Added keyword help for some script types in the script editor
2009-05-10 17:02:47 +00:00
ScriptEditorControl.cs
Fixed mouse cursor when over the script editor.
2009-06-01 08:57:29 +00:00
ScriptEditorControl.Designer.cs
Fixed mouse cursor when over the script editor.
2009-06-01 08:57:29 +00:00
ScriptEditorControl.resx
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
ScriptEditorPanel.cs
Added keyword help for some script types in the script editor
2009-05-10 17:02:47 +00:00
ScriptEditorPanel.Designer.cs
Added keyword help for some script types in the script editor
2009-05-10 17:02:47 +00:00
ScriptEditorPanel.resx
Added keyword help for some script types in the script editor
2009-05-10 17:02:47 +00:00
ScriptFileDocumentTab.cs
Changed when/how the scripts are compiled and errors are shown
2009-05-10 19:04:47 +00:00
ScriptLumpDocumentTab.cs
Changed when/how the scripts are compiled and errors are shown
2009-05-10 19:04:47 +00:00
SectorInfoPanel.cs
@ Changed the MapSet to work with arrays instead of linkedlists. Because the index is now know for each element and can be retrieved in O(1) efficiency it has become a property (Index) for all map elements. GetIndexFor* functions have been removed. Get*ByIndex are now also of O(1) efficiency.
2009-06-05 19:03:56 +00:00
SectorInfoPanel.Designer.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
SectorInfoPanel.resx
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
TextureSelectorControl.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
ThingBrowserControl.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
ThingBrowserControl.Designer.cs
- Fixed the tab order on all windows
2009-04-26 19:53:36 +00:00
ThingBrowserControl.resx
- Fixed the tab order on all windows
2009-04-26 19:53:36 +00:00
ThingInfoPanel.cs
@ Changed the MapSet to work with arrays instead of linkedlists. Because the index is now know for each element and can be retrieved in O(1) efficiency it has become a property (Index) for all map elements. GetIndexFor* functions have been removed. Get*ByIndex are now also of O(1) efficiency.
2009-06-05 19:03:56 +00:00
ThingInfoPanel.Designer.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
ThingInfoPanel.resx
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
VertexInfoPanel.cs
@ Changed the MapSet to work with arrays instead of linkedlists. Because the index is now know for each element and can be retrieved in O(1) efficiency it has become a property (Index) for all map elements. GetIndexFor* functions have been removed. Get*ByIndex are now also of O(1) efficiency.
2009-06-05 19:03:56 +00:00
VertexInfoPanel.Designer.cs
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00
VertexInfoPanel.resx
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00