Ivan Safrin
|
8b7f8e37cd
Fixed doubleclick to select word in UITextInput
|
12 gadi atpakaļ |
Ivan Safrin
|
b7dc5f4275
Decoupled block highlighting from regular syntax highlighting to speed up block comments in large chunks of text.
|
12 gadi atpakaļ |
Ivan Safrin
|
201594023a
Implemented UITextInput::setTextDiff, Undo/Redo now use setTextDiff, greatly speeding up undo/redo operations on large files
|
12 gadi atpakaļ |
Ivan Safrin
|
75dc35dfa8
UITextInput now only re-renders labels for affected lines, not entire view buffer
|
12 gadi atpakaļ |
Ivan Safrin
|
b0414acadf
Fixed single line text fields, fixed selection with keys, fixed pasting multiple lines into single line text inputs
|
12 gadi atpakaļ |
Ivan Safrin
|
14890293f8
UITextInput speedups, bugfixes
|
12 gadi atpakaļ |
Ivan Safrin
|
48b6f85600
Fixed error in previous commit
|
12 gadi atpakaļ |
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 gadi atpakaļ |
Ivan Safrin
|
2365cebc9b
Fixed single line UITextInput crashing on mousewheel events, fixed normalized render targets not working properly
|
12 gadi atpakaļ |
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 gadi atpakaļ |
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
|
12 gadi atpakaļ |
cib
|
25ea7028cd
Added horizontal scroll to single line TextInput
|
12 gadi atpakaļ |
cib
|
17c51168dd
Started work on fix for #238
|
12 gadi atpakaļ |
Ivan Safrin
|
b5f25b409e
Merge pull request #253 from TheCosmotect/indent-2
|
12 gadi atpakaļ |
Ethan M
|
2effa2380f
Added UITextInput::shiftText(), which allows blocks of text to be shifted left and right
|
12 gadi atpakaļ |
cib
|
4c6685599c
Fixed the doxygen string for UITextInput::insertLine
|
12 gadi atpakaļ |
cib
|
f8fb6a7a3d
Added doxygen comments to PolyUITextInput.h
|
12 gadi atpakaļ |
cib
|
e54e2df5b3
You can now undo typed words in TextInput
|
13 gadi atpakaļ |
Ivan Safrin
|
f8dc3922a7
OS-specific shortcut keys and core shortcut events
|
13 gadi atpakaļ |
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
|
13 gadi atpakaļ |
Ivan Safrin
|
7f22869b70
Fixed incorrect line deletion in UITextInput
|
13 gadi atpakaļ |
Ivan Safrin
|
f168cfc541
Sped up syntax highlighting on large files
|
13 gadi atpakaļ |
Ivan Safrin
|
3b371b3df5
Major speed improvements to UITextInput when dealing with large text files
|
13 gadi atpakaļ |
Ivan Safrin
|
3977a25908
Line number support in UITextInput, Monokai syntax theme
|
13 gadi atpakaļ |
Ivan Safrin
|
27b28a43df
IDE text editor tweaks
|
13 gadi atpakaļ |
Ivan Safrin
|
0f8b40abc1
Syntax hilighting theme support and Solarized Dark theme for IDE
|
13 gadi atpakaļ |
Ivan Safrin
|
e7a3abcb94
Replace and Replace All for IDE text editor
|
13 gadi atpakaļ |
Ivan Safrin
|
24d0347b15
Find support in UITextInput and IDE text editor
|
13 gadi atpakaļ |
Ivan Safrin
|
54e9b1a16d
Backtrace stack report support in remote debugger, basic IDE support for examining the stack sources, small fixes
|
13 gadi atpakaļ |
Ivan Safrin
|
0e027f9626
Fixed method overloading for const char * initialized ObjectEntry's, fixed input on UIComboBox, IDE project data now stored in PolycodeProject, projects now resaved before building and files parsed in
|
13 gadi atpakaļ |