|
|
a0b4a09742
|
Implement Toolbar
|
2019-07-21 14:27:32 -04:00 |
|
|
|
c30025f468
|
The splash screen should be centered
|
2019-07-21 00:29:46 -04:00 |
|
|
|
249a9f7825
|
If we run our initialization inside the splash it works on GTK
|
2019-07-21 00:13:35 -04:00 |
|
|
|
7c497d6df0
|
uwt: Change access modifiers to protected for event handler functions
|
2019-07-20 17:58:09 -04:00 |
|
|
|
9bc4b56dec
|
Indicate that we support drag-and-drop
|
2019-07-19 15:28:37 -04:00 |
|
|
|
55f6f504f3
|
Enable multiple selection
|
2019-07-19 14:47:44 -04:00 |
|
|
|
bf2e2d26ca
|
Added Lesser General Public License header and refactored GPL-specific code
|
2019-07-18 01:12:50 -04:00 |
|
|
|
e53f00597e
|
Update README.md for Universal Editor 5
|
2019-07-18 00:52:43 -04:00 |
|
|
|
3ab2a21acc
|
Remove unnecessary duplicate (aaaaargh) code files
|
2019-07-17 23:37:40 -04:00 |
|
|
|
04410a3435
|
Don't know where this came from
|
2019-07-17 23:35:35 -04:00 |
|
|
|
8032a0d642
|
Universal Editor 5 huge commit
|
2019-07-17 23:28:36 -04:00 |
|
|
|
227a902fd1
|
There is only UWT
|
2019-05-22 19:12:18 -04:00 |
|
|
|
a70b338b3c
|
Start working seriously on UWT
|
2019-05-22 18:45:17 -04:00 |
|
|
|
b4c01fe286
|
Preliminary support for docking windows in UWT
|
2019-05-21 01:14:55 -04:00 |
|
|
|
bc0c66b5fd
|
Apply MonoDevelop text editor policy
|
2019-05-20 21:37:25 -04:00 |
|
|
|
43334a1e21
|
Flag appropriate methods as DebuggerNonUserCode
|
2019-05-20 21:35:32 -04:00 |
|
|
|
b415722817
|
Some configuration files are ApplicationFramework-global
|
2019-05-20 21:35:08 -04:00 |
|
|
|
b7c28fd20b
|
Implement OpenProject() function
|
2016-09-19 00:37:52 -04:00 |
|
|
|
d419a495c3
|
Silently fail if we are past the end of data
|
2016-09-19 00:37:36 -04:00 |
|
|
|
fa270b4bfd
|
Convert CommandShortcutKeys to UWT Shortcuts and assign them to menus
|
2016-06-23 01:41:01 -04:00 |
|
|
|
6b7215d683
|
Improvements to UWT engine for Universal Editor
|
2016-06-21 00:50:58 -04:00 |
|
|
|
4100aad12c
|
Remove x86-specific solution platform
|
2016-06-21 00:50:02 -04:00 |
|
|
|
bcc66cd99c
|
Allow creating a new instance of Document without specifying ObjectModel and DataFormat
|
2016-06-21 00:49:27 -04:00 |
|
|
|
6e67d71243
|
Discard our simultaneous hacky GTK engine in favor of a cross-platform UWT solution
|
2016-06-19 01:20:44 -04:00 |
|
|
|
db68700d40
|
Add fields for RGBA as Int32 and HSL color support
|
2016-06-17 00:18:59 -04:00 |
|
|
|
f23e43a833
|
Implement StoryXML loading... incomplete
|
2016-06-16 00:44:09 -04:00 |
|
|
|
4878db806f
|
Characters should have a unique GUID assigned to them for character references
|
2016-06-16 00:43:42 -04:00 |
|
|
|
dcbcef0c89
|
Bring in GApplicationFlags from UWT project
|
2016-06-16 00:43:16 -04:00 |
|
|
|
36afcb98d4
|
Actually initialize the GTK engine with real command line arguments
|
2016-06-16 00:42:49 -04:00 |
|
|
|
c490774627
|
Be more specific in the types of exceptions that cause a load to fail, and break when we get a successful load
|
2016-06-15 01:10:37 -04:00 |
|
|
|
7aea179ac7
|
Assign current string to FullName to take advantage of schema property
|
2016-06-15 01:07:57 -04:00 |
|
|
|
cccf7a3ec6
|
Implement find element by XML schema feature
|
2016-06-15 01:05:16 -04:00 |
|
|
|
87835df396
|
Implement some additional features for Ada language
|
2016-06-07 04:07:40 -04:00 |
|
|
|
cea1426a71
|
Implement enums in C#
|
2016-06-07 04:07:15 -04:00 |
|
|
|
6426d82a6a
|
Start to implement properties in VB
|
2016-06-07 01:26:27 -04:00 |
|
|
|
646fc5e951
|
Add constructor for CodeEnumerationElement
|
2016-06-07 01:26:03 -04:00 |
|
|
|
a0d607bda3
|
Implement comments in C#
|
2016-06-07 01:25:34 -04:00 |
|
|
|
ac3ba46ff2
|
Added constructor for CodeCommentElement
|
2016-06-07 01:12:54 -04:00 |
|
|
|
cc464304b1
|
Add CodeReturnElement and implement in C#
|
2016-06-07 01:10:54 -04:00 |
|
|
|
8018127905
|
Make objectName null by default
|
2016-06-07 01:10:25 -04:00 |
|
|
|
c6033aee7f
|
Improvements to code generation for CodePropertyElement
|
2016-06-07 01:10:01 -04:00 |
|
|
|
12821abe9d
|
Refactored common functionality in superclass
|
2016-06-07 01:09:10 -04:00 |
|
|
|
0bd2162924
|
Add constructor for CodeClassElement with parameter for class name
|
2016-06-06 20:44:57 -04:00 |
|
|
|
459392925b
|
Rename Programming namespace to SourceCode in order to match ObjectModel namespace
|
2016-06-06 14:43:27 -04:00 |
|
|
|
99e4dcf921
|
Placeholder for binding GtkMenuItem::activate signal
|
2016-06-06 14:42:06 -04:00 |
|
|
|
7492c7e164
|
Add FormattedTextItemItalic
|
2016-06-06 12:53:48 -04:00 |
|
|
|
141121929e
|
Add sender parameter to identify which widget triggered the signal
|
2016-06-06 12:53:04 -04:00 |
|
|
|
6fd9796e3a
|
Register new instance of GtkApplication with gtk_application_new
|
2016-06-06 12:52:12 -04:00 |
|
|
|
16a6d49392
|
Implement dynamically loading command items
|
2016-06-01 14:00:56 -04:00 |
|
|
|
ee3a549a02
|
Added GtkSeparator
|
2016-06-01 14:00:30 -04:00 |
|