Ivan Safrin
|
0e154ba75a
Added function list dropdown to IDE text editor
|
12 ani în urmă |
Ivan Safrin
|
cb41aa7e19
UITextInput will now keep current line offset after word wrap on resize
|
12 ani în urmă |
Ivan Safrin
|
d238b1acac
UITextInput will only scroll to reveal current line (when typing or in undo/redo operations) only if it's off screen
|
12 ani în urmă |
Ivan Safrin
|
009e198e25
Added support for context menus in UITextInput, added context menu for text inputs in the IDE
|
12 ani în urmă |
Ivan Safrin
|
6a4f0a1e17
Improved scrolling in large text files
|
12 ani în urmă |
Ivan Safrin
|
fcdad51bf1
Calculate word wrap only if width changed on resize
|
12 ani în urmă |
Ivan Safrin
|
3cf838458d
Added Home and End key support to UITextInput
|
12 ani în urmă |
Ivan Safrin
|
ecd40648f2
Tweaked default shaders, re-enabled UITextInput calculating word wrap on setText, added debug printout to polyimport
|
12 ani în urmă |
Ivan Safrin
|
97373207cb
Fixed delete key in UITextInput
|
12 ani în urmă |
Ivan Safrin
|
8e8b88df50
Merge pull request #361 from MattTuttle/deleteKey
|
12 ani în urmă |
Ivan Safrin
|
8b7f8e37cd
Fixed doubleclick to select word in UITextInput
|
12 ani în urmă |
Ivan Safrin
|
b7dc5f4275
Decoupled block highlighting from regular syntax highlighting to speed up block comments in large chunks of text.
|
12 ani în urmă |
Ivan Safrin
|
1d14f987c6
Focus now gets reset when a modal window is shown in the IDE
|
12 ani în urmă |
Ivan Safrin
|
201594023a
Implemented UITextInput::setTextDiff, Undo/Redo now use setTextDiff, greatly speeding up undo/redo operations on large files
|
12 ani în urmă |
Ivan Safrin
|
75dc35dfa8
UITextInput now only re-renders labels for affected lines, not entire view buffer
|
12 ani în urmă |
Ivan Safrin
|
b0414acadf
Fixed single line text fields, fixed selection with keys, fixed pasting multiple lines into single line text inputs
|
12 ani în urmă |
Ivan Safrin
|
be424958ef
Fixed UITextInput Undo/Redo and select all functionality
|
12 ani în urmă |
Ivan Safrin
|
14890293f8
UITextInput speedups, bugfixes
|
12 ani în urmă |
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.
|
12 ani în urmă |
Matt Tuttle
|
e8ffd3e5ed
Delete key removes following character in PolyUITextInput
|
12 ani în urmă |
Ivan Safrin
|
2365cebc9b
Fixed single line UITextInput crashing on mousewheel events, fixed normalized render targets not working properly
|
12 ani în urmă |
Ivan Safrin
|
f0d7a3b15a
Merge pull request #355 from samiamwork/cleanup_and_screenentity_2
|
12 ani în urmă |
Ivan Safrin
|
da9422bcc2
Merge pull request #352 from samiamwork/scroll_container_size
|
12 ani în urmă |
Ivan Safrin
|
fdb53641d8
Merge pull request #338 from CIB/zenx2
|
12 ani în urmă |
Nur Monson
|
6f5dc068e0
Use setPositionMode() accessor when possible
|
12 ani în urmă |
Nur Monson
|
5ae3bdcd10
Use Rectangle's new Clipped() method for scissorBox
|
12 ani în urmă |
Nur Monson
|
0fa4e0f629
Use given size as initial text input scroll container size
|
12 ani în urmă |
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.
|
12 ani în urmă |
ZenX2
|
f3952611fa
Fixed Windows scrollwheel events
|
12 ani în urmă |
Nur Monson
|
ddc006fb73
Fixed assignment-to-self warnings on OS X
|
12 ani în urmă |