Ivan Safrin
|
b7dc5f4275
Decoupled block highlighting from regular syntax highlighting to speed up block comments in large chunks of text.
|
12 éve |
Christopher Reed
|
0d36ca7cd4
Fix potential memory leak.
|
12 éve |
Ivan Safrin
|
1d14f987c6
Focus now gets reset when a modal window is shown in the IDE
|
12 éve |
Ivan Safrin
|
201594023a
Implemented UITextInput::setTextDiff, Undo/Redo now use setTextDiff, greatly speeding up undo/redo operations on large files
|
12 éve |
Christopher Reed
|
d3b06c68eb
Fix to make cursor changing a bit more responsive.
|
12 éve |
Christopher Reed
|
f62d9e0c22
Put cursor code in anon namespace.
|
12 éve |
Christopher Reed
|
9712d50e37
Implemented PolySDLCore setCursor.
|
12 éve |
Christopher Reed
|
336ce497de
Add guard for X11 related initializations.
|
12 éve |
Ivan Safrin
|
75dc35dfa8
UITextInput now only re-renders labels for affected lines, not entire view buffer
|
12 éve |
Christopher Reed
|
8b39189581
Use 'class_notes' tag to indicate non-gc'd classes in generated Lua documentation.
|
12 éve |
Christopher Reed
|
b854d19bd2
Implement 'class_notes' tag for generated Lua documentation.
|
12 éve |
Ivan Safrin
|
b0414acadf
Fixed single line text fields, fixed selection with keys, fixed pasting multiple lines into single line text inputs
|
12 éve |
Christopher Reed
|
8f100fd043
Fix bug - potentially invalid pointer.
|
12 éve |
Ivan Safrin
|
be424958ef
Fixed UITextInput Undo/Redo and select all functionality
|
12 éve |
Devin Stone
|
98d5e0b71a
see previous commit
|
12 éve |
Devin Stone
|
753dc34942
Timing on Windows now uses QueryPerformanceCounter() instead of GetTickCount()
|
12 éve |
Devin Stone
|
c1f2e71e20
fixing timing bug
|
12 éve |
Ivan Safrin
|
14890293f8
UITextInput speedups, bugfixes
|
12 éve |
Christopher Reed
|
1522aa95f0
Change copyDiskItem to use 'cp -RT' instead of removing destItem prior to copy.
|
12 éve |
Christopher Reed
|
e5d25ff53a
Linux - remove destination file or directory before copying to it.
|
12 éve |
Ivan Safrin
|
48b6f85600
Fixed error in previous commit
|
12 éve |
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 éve |
Matt Tuttle
|
e8ffd3e5ed
Delete key removes following character in PolyUITextInput
|
12 éve |
mcc
|
9f06700ad9
Currently if you pass MaterialManager::createTextureFromFile an incorrect file path it returns the default texture, and if you pass it an empty string it special-case returns NULL. Other Polycode classes do not anticipate this inconsistency and can crash when this occurs.
|
12 éve |
Ivan Safrin
|
86f85a69b5
Fixed type from a previous pull request.
|
12 éve |
Devin Stone
|
6980ce7927
Update PolyWinCore.cpp
|
12 éve |
Ivan Safrin
|
2365cebc9b
Fixed single line UITextInput crashing on mousewheel events, fixed normalized render targets not working properly
|
12 éve |
Ivan Safrin
|
f45a2deed8
Added an option to generate Lua docs with the current Polycode's site header and footer for use on the site
|
12 éve |
Ivan Safrin
|
22f28ae1f4
Lua docs will no longer display empty sections, changed docs style to match the new design
|
12 éve |
Ivan Safrin
|
816680a199
Fixed mistyped Renderer call in SDL Core
|
12 éve |