Ivan Safrin
|
394f41fca4
Finished the material editor in the IDE. Rewrote screen shader bindings. Fixed depth buffer FBOs and depth buffer binding. Screen shaders now require explicit 'color' and 'depth' rendertarget bindings to access the original scene/screen render. Added an optional precision parameter to String::NumberToString. Numberous resizing improvements to UI controls and IDE props. Added DefaultShaderNoTextureHDR shader to hdr pack. Added a default REMOVE_EVENT Event type. Added Vector2 shader prop. Removed deprecated saving/loading code from Scene. Numerous bugfixes in shader code.
|
il y a 12 ans |
Nur Monson
|
ddc006fb73
Fixed assignment-to-self warnings on OS X
|
il y a 12 ans |
Ethan M
|
db8dedc027
UITextInput now refrains from printing characters when most modifier keys are being held down.
|
il y a 12 ans |
Ivan Safrin
|
23d3773a3e
Fixed UITextInput hanging in some cases
|
il y a 12 ans |
Ivan Safrin
|
337a5059f8
Added resizing support for IDE editor props. Added resize support for UIComboBox. Added resize support for UIHSlider, fixed resizing for UITextInput. Added padding to UITextInput's scissor box so descenders don't get cut off. Made textfields slightly darker.
|
il y a 12 ans |
Ivan Safrin
|
d857b25e22
Hooked up IDE property controls to the Undo/Redo system and implemented Undo/Redo in the screen editor for most actions. ColorPicker and HSlide no longer send out change events on drag, only on release, multiple fixes in the IDE
|
il y a 12 ans |
Ivan Safrin
|
abc4a4dbab
Basic undo/redo beginnings in screen editor (transforms and deletion only for now). Fixed multiline text input not scrolling properly after latest text input fixes.
|
il y a 12 ans |
cib
|
22dc4607a8
A few fixes to text input single line scrolling.
|
il y a 12 ans |
cib
|
514cf477c3
Deleting in TextInput now makes sure there's at least one character visible on the left.
|
il y a 12 ans |
cib
|
25ea7028cd
Added horizontal scroll to single line TextInput
|
il y a 12 ans |
cib
|
b5fa6690b7
Fixed scissors for single line text input.
|
il y a 12 ans |
cib
|
17c51168dd
Started work on fix for #238
|
il y a 12 ans |
Ivan Safrin
|
b5f25b409e
Merge pull request #253 from TheCosmotect/indent-2
|
il y a 12 ans |
Ivan Safrin
|
9cf2267461
Merge pull request #244 from TheCosmotect/copycut
|
il y a 12 ans |
Ivan Safrin
|
6b50498a75
Merge pull request #248 from TheCosmotect/left-select-fix
|
il y a 12 ans |
Ivan Safrin
|
b173ad82b8
Merge pull request #251 from CIB/cleanup
|
il y a 12 ans |
Ethan M
|
2effa2380f
Added UITextInput::shiftText(), which allows blocks of text to be shifted left and right
|
il y a 12 ans |
cib
|
b3dd313226
Optimized PolyUITextInput::insertLine
|
il y a 12 ans |
Ethan M
|
08a4605749
switched to max() to make sure colEnd arg >= 0 (instead of if testing)
|
il y a 12 ans |
Ethan M
|
b5dec1c4ca
Fixed a crash that happened when attempting to select text with left key + shift
|
il y a 12 ans |
Ivan Safrin
|
59f6ddce52
Fixed caret not updating when skipping right in the text editor
|
il y a 12 ans |
Ethan M
|
428490c1c9
Added ability to cut and copy the current line in UITextInput without selecting
|
il y a 12 ans |
Ivan Safrin
|
333f8ce394
Fixed lowercase multiline. Test your changes, CIB :)
|
il y a 12 ans |
Ivan Safrin
|
5b69bc5519
Merge pull request #225 from bigjko/scrollfix_2
|
il y a 12 ans |
cib
|
0a828de082
Fix issue #226
|
il y a 12 ans |
Jon Kristinsson
|
a8614c0c93
Scroll when caret goes out of view using Backspace
|
il y a 12 ans |
Ivan Safrin
|
0f23fbeb40
Merge pull request #224 from bigjko/scrollfixes
|
il y a 12 ans |
Jon Kristinsson
|
7e60bde8a8
Caret scroll fix for Return key
|
il y a 12 ans |
Ivan Safrin
|
5df45172b7
Merge pull request #223 from bigjko/scrollfixes
|
il y a 12 ans |
Ivan Safrin
|
d4b5e74828
Merge pull request #221 from CIB/left-right-change-line
|
il y a 12 ans |