|
|
2c550d747f
|
Merge branch 'master' of github.com:alcexhim/UniversalEditor
|
2014-06-30 07:13:09 -04:00 |
|
|
|
9f8291a9f8
|
Added ability to toggle FullScreen mode for all IHostApplicationWindow windows
|
2014-06-30 07:12:46 -04:00 |
|
|
|
938e7d1b42
|
Added ViewFullScreen event handler
|
2014-06-30 07:12:14 -04:00 |
|
|
|
8de4990eac
|
Added ability for commands to be checked
|
2014-06-30 07:11:29 -04:00 |
|
|
|
16c3049080
|
Updated namespace
|
2014-06-28 22:51:17 -04:00 |
|
|
|
5776bfe987
|
Updated namespace
|
2014-06-28 22:50:46 -04:00 |
|
|
|
270097c844
|
Updated namespace
|
2014-06-28 22:50:13 -04:00 |
|
|
|
b74ad5c214
|
Updated namespace
|
2014-06-28 22:49:51 -04:00 |
|
|
|
84653cbf40
|
Finish implementing CommandBars for GTK engine
|
2014-06-28 21:25:27 -04:00 |
|
|
|
317cdc5c21
|
Implement ExitApplication() for GTK engine
|
2014-06-28 21:25:12 -04:00 |
|
|
|
adfd43180e
|
Removed userprefs (MonoDevelop) from Git repository
|
2014-06-28 21:20:19 -04:00 |
|
|
|
5bf922da0b
|
Sleep the main thread while initialization executes (this may freeze splash screen, needs further testing)
|
2014-06-28 21:19:36 -04:00 |
|
|
|
e7f72dab74
|
Deleted userprefs from repository
|
2014-06-26 18:42:57 -04:00 |
|
|
|
43c8fa632f
|
Only load command bars if they're specified in the config
|
2014-06-26 18:42:46 -04:00 |
|
|
|
5d3e79c04b
|
Only load if file exists, and make sure file path exists on save
|
2014-06-26 18:41:21 -04:00 |
|
|
|
7aac63b557
|
Create directory for configuration file if it doesn't exist
|
2014-06-26 18:39:58 -04:00 |
|
|
|
675306d409
|
Fixed property and settings loader
|
2014-06-26 15:46:10 -04:00 |
|
|
|
a4595d4382
|
Implement OK/Cancel buttons on OptionsDialog
|
2014-06-26 14:51:33 -04:00 |
|
|
|
98c8990835
|
Added CommandBar implementation for Windows Forms
|
2014-06-26 11:28:44 -04:00 |
|
|
|
40b9fd359c
|
Added DefaultCommandID for split dropdown items
|
2014-06-26 11:28:20 -04:00 |
|
|
|
717904120a
|
Removed hardcoded toolbar (will be loaded with CommandBar)
|
2014-06-26 08:15:37 -04:00 |
|
|
|
fc3e611876
|
Tabify
|
2014-06-26 07:53:28 -04:00 |
|
|
|
6f31b5f762
|
Ignore ObjectModelReferences with a null title (to prevent crashing)
|
2014-06-26 07:53:01 -04:00 |
|
|
|
ac2ac92751
|
Some fixes for GTK engine
|
2014-06-26 06:29:04 -04:00 |
|
|
|
89467c900a
|
Moved much of Windows Forms specific code to Engine proper
|
2014-06-25 16:03:27 -04:00 |
|
|
|
c719a60574
|
Added status text to Windows Forms splash screen
|
2014-06-25 16:03:03 -04:00 |
|
|
|
e058a2c86c
|
Added status text to Windows Forms splash screen
|
2014-06-25 16:02:23 -04:00 |
|
|
|
0f2ab745ef
|
Fixing window management issues
|
2014-06-25 15:05:05 -04:00 |
|
|
|
21a8a80399
|
Fixed Encoding decoder
|
2014-06-25 14:35:19 -04:00 |
|
|
|
428ca2d65b
|
Fixed some problem with encoding multi-byte character sets (was previously a single-byte only), still doesn't work well
|
2014-06-25 09:05:54 -04:00 |
|
|
|
8b39c0563e
|
Added multi-language support and implemented optional language selection menu
|
2014-06-25 09:05:21 -04:00 |
|
|
|
e5a7075c0a
|
Better method for merging elements with same/different ID
|
2014-06-25 09:04:34 -04:00 |
|
|
|
e43be5d503
|
Better Contains() for merging elements with same/different ID
|
2014-06-25 09:04:00 -04:00 |
|
|
|
f458c1672a
|
Add CommandShortcutKey
|
2014-06-25 09:02:58 -04:00 |
|
|
|
4fe282a5b3
|
Add user-friendly Title to Language
|
2014-06-25 09:02:28 -04:00 |
|
|
|
437272f0f4
|
Starting to add shortcut keys
|
2014-06-24 15:55:16 -04:00 |
|
|
|
e71c0f0e3c
|
Implemented more commands, made some stuff more cross-platform and implemented languages
|
2014-06-24 15:43:45 -04:00 |
|
|
|
1fb2b05b4e
|
Implement more commands
|
2014-06-24 13:51:00 -04:00 |
|
|
|
245fbaa68a
|
Implement some of the Commands that are to ship with UniversalEditor
|
2014-06-24 10:00:04 -04:00 |
|
|
|
77438637cb
|
Implement CommandBars for Windows Forms engine
|
2014-06-24 09:59:30 -04:00 |
|
|
|
051a19fa5c
|
Allow engines to hook in before and after initialization occurs, and use command ID if title is blank as caption for command item
|
2014-06-24 09:59:00 -04:00 |
|
|
|
ee595f6f8a
|
Remove some menu items that are now initialized with CommandBars
|
2014-06-24 09:58:15 -04:00 |
|
|
|
f5db2c2173
|
Implementing Commands on Linux
|
2014-06-23 23:58:57 -04:00 |
|
|
|
daabf4a93d
|
Fixed duplicate TARGETS warning
|
2014-06-23 10:14:40 -04:00 |
|
|
|
90c61b44d3
|
Reorganized and completed a working GTK engine on linux
|
2014-06-23 00:22:05 -04:00 |
|
|
|
9d3f791cd6
|
Added GTK engine for UniversalEditor
|
2014-06-23 00:06:51 -04:00 |
|
|
|
110802da26
|
Do not depend on System.Drawing
|
2014-06-22 23:56:04 -04:00 |
|
|
|
47e446823c
|
Cleaned up references and prevented some warnings
|
2014-06-22 23:47:16 -04:00 |
|
|
|
434e28311c
|
Established separate solution files for different environments
|
2014-06-22 22:31:26 -04:00 |
|
|
|
614b2947c7
|
Completely rewrote FARC data format, still a work in progress
|
2014-06-20 22:38:49 -04:00 |
|