Ivan Safrin
|
b4b8130dad
Update focusing in UI module, focusable UI elements must now be explicitly added with addFocusChild. UI elements will now properly cycle focus when user presses tab key, updated IDE in most places to use addFocusChild
|
před 10 roky |
Joachim Meyer
|
bf58bbb300
Fixes: #232
|
před 11 roky |
Ivan Safrin
|
cdf57e0f6f
More memory leak fixes in IDE
|
před 12 roky |
Ethan M
|
0d16bb8afd
Tweaked findBar’s functionList to not display any mention of ‘function’ that is not the start of a line.
|
před 12 roky |
Ivan Safrin
|
0b76b19e29
Recreated all IDE assets and both default UI themes as vector assets, exported high resolution retina assets, IDE will now choose a retina UI theme and retina assets if running on a retina display. Tons of UI tweaks across the board
|
před 12 roky |
Ivan Safrin
|
c5884954d5
Added support for editors to add their own config to the user state file, text editor will now reopen to the line it was closed on
|
před 12 roky |
Ivan Safrin
|
73c9c27a6c
UI tweaks, light theme
|
před 12 roky |
Ivan Safrin
|
124e0641ba
Optimized UI rendering
|
před 12 roky |
Ivan Safrin
|
d5e2bbf406
First pass at resolving changes in the IDE code
|
před 12 roky |
Ivan Safrin
|
0e154ba75a
Added function list dropdown to IDE text editor
|
před 12 roky |
Ivan Safrin
|
b7dc5f4275
Decoupled block highlighting from regular syntax highlighting to speed up block comments in large chunks of text.
|
před 12 roky |
Ivan Safrin
|
14890293f8
UITextInput speedups, bugfixes
|
před 12 roky |
Ivan Safrin
|
2d769810e5
Added word wrap support to UITextInput. UITextInput now scrolls with mouse selection. Fixed find functionality in the IDE text editor. UITextInput selection now updates on resize. Fixed various minor bugs in UITextInput.
|
před 12 roky |
Nur Monson
|
98d791f339
Fix "unused variable" warnings found on OS X
|
před 12 roky |
Ivan Safrin
|
375127e4dc
Added 'Close File' to IDE menu in Windows and Linux, made the text editor convert Windows line endings to Unix
|
před 12 roky |
Ivan Safrin
|
8275c69b9c
Added basic syntax highlighting for GLSL
|
před 12 roky |
Ivan Safrin
|
229fe8c41d
Use default text color from syntax theme for unsupported file types in text editor
|
před 12 roky |
Ivan Safrin
|
b6aa9c7ffb
Added ability to close open files in the IDE, UIComboBox now resets selected name to None on clearItems(), fixed sprite editor not setting height properly on load
|
před 12 roky |
Ivan Safrin
|
5930b20c15
Fixed PolyKEY in bindings, added Services.Input to Lua defaults
|
před 13 roky |
Ivan Safrin
|
fcaa4baef6
IDE now displays saved/unsaved status of files, will prompt to save all on run, UIButton will now dispatch click event on Enter press, IDE text editor sets saved/unsaved flag
|
před 13 roky |
Ivan Safrin
|
3c88b6487c
Fixed default theme brightness, Color creation from hex strings, moved some IDE colors to theme config
|
před 13 roky |
Ivan Safrin
|
a6bb676068
New UI theme to match global Polycode redesign, made Cocoa core apply antialiasing on setVideoMode, fixed color creation from hex, made build tool respect vsync and AF settings
|
před 13 roky |
Ivan Safrin
|
3b371b3df5
Major speed improvements to UITextInput when dealing with large text files
|
před 13 roky |
Ivan Safrin
|
3977a25908
Line number support in UITextInput, Monokai syntax theme
|
před 13 roky |
Ivan Safrin
|
0f8b40abc1
Syntax hilighting theme support and Solarized Dark theme for IDE
|
před 13 roky |
Ivan Safrin
|
d070e47295
Events no longer have eventType set to 'Event' by default, speed fixes, memory leak fixes
|
před 13 roky |
Ivan Safrin
|
14634160c4
Proper error reporting on errors in files loaded by require()
|
před 13 roky |
Ivan Safrin
|
193e0e2251
UI improvements, Major IDE updates (2D entity editor, bezier curve editor, asset browser), ids and tags for entities, ScreenEntityInstances, binary Object serialization, various bugfixes and improvements across the board, Particle systems no longer require a parent Scene/Screen, Label code rewrite (now aligned to baseline by default),
|
před 13 roky |
Ivan Safrin
|
9ded3c1458
Fixed LuaJIT support, fixed shader alpha when fog is enabled
|
před 13 roky |
Ivan Safrin
|
e7a3abcb94
Replace and Replace All for IDE text editor
|
před 13 roky |