Ivan Safrin
|
97373207cb
Fixed delete key in UITextInput
|
il y a 12 ans |
Ivan Safrin
|
8e8b88df50
Merge pull request #361 from MattTuttle/deleteKey
|
il y a 12 ans |
Ivan Safrin
|
8b7f8e37cd
Fixed doubleclick to select word in UITextInput
|
il y a 12 ans |
Ivan Safrin
|
b7dc5f4275
Decoupled block highlighting from regular syntax highlighting to speed up block comments in large chunks of text.
|
il y a 12 ans |
Ivan Safrin
|
1d14f987c6
Focus now gets reset when a modal window is shown in the IDE
|
il y a 12 ans |
Ivan Safrin
|
201594023a
Implemented UITextInput::setTextDiff, Undo/Redo now use setTextDiff, greatly speeding up undo/redo operations on large files
|
il y a 12 ans |
Ivan Safrin
|
75dc35dfa8
UITextInput now only re-renders labels for affected lines, not entire view buffer
|
il y a 12 ans |
Ivan Safrin
|
b0414acadf
Fixed single line text fields, fixed selection with keys, fixed pasting multiple lines into single line text inputs
|
il y a 12 ans |
Ivan Safrin
|
be424958ef
Fixed UITextInput Undo/Redo and select all functionality
|
il y a 12 ans |
Ivan Safrin
|
14890293f8
UITextInput speedups, bugfixes
|
il y a 12 ans |
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.
|
il y a 12 ans |
Matt Tuttle
|
e8ffd3e5ed
Delete key removes following character in PolyUITextInput
|
il y a 12 ans |
Ivan Safrin
|
2365cebc9b
Fixed single line UITextInput crashing on mousewheel events, fixed normalized render targets not working properly
|
il y a 12 ans |
Ivan Safrin
|
f0d7a3b15a
Merge pull request #355 from samiamwork/cleanup_and_screenentity_2
|
il y a 12 ans |
Ivan Safrin
|
da9422bcc2
Merge pull request #352 from samiamwork/scroll_container_size
|
il y a 12 ans |
Ivan Safrin
|
fdb53641d8
Merge pull request #338 from CIB/zenx2
|
il y a 12 ans |
Nur Monson
|
6f5dc068e0
Use setPositionMode() accessor when possible
|
il y a 12 ans |
Nur Monson
|
5ae3bdcd10
Use Rectangle's new Clipped() method for scissorBox
|
il y a 12 ans |
Nur Monson
|
0fa4e0f629
Use given size as initial text input scroll container size
|
il y a 12 ans |
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 |
ZenX2
|
f3952611fa
Fixed Windows scrollwheel events
|
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 |