Ivan Safrin
|
201594023a
Implemented UITextInput::setTextDiff, Undo/Redo now use setTextDiff, greatly speeding up undo/redo operations on large files
|
12 лет назад |
Christopher Reed
|
d3b06c68eb
Fix to make cursor changing a bit more responsive.
|
12 лет назад |
Christopher Reed
|
f62d9e0c22
Put cursor code in anon namespace.
|
12 лет назад |
Christopher Reed
|
9712d50e37
Implemented PolySDLCore setCursor.
|
12 лет назад |
Christopher Reed
|
336ce497de
Add guard for X11 related initializations.
|
12 лет назад |
Ivan Safrin
|
75dc35dfa8
UITextInput now only re-renders labels for affected lines, not entire view buffer
|
12 лет назад |
Christopher Reed
|
8b39189581
Use 'class_notes' tag to indicate non-gc'd classes in generated Lua documentation.
|
12 лет назад |
Christopher Reed
|
b854d19bd2
Implement 'class_notes' tag for generated Lua documentation.
|
12 лет назад |
Ivan Safrin
|
b0414acadf
Fixed single line text fields, fixed selection with keys, fixed pasting multiple lines into single line text inputs
|
12 лет назад |
Christopher Reed
|
8f100fd043
Fix bug - potentially invalid pointer.
|
12 лет назад |
Ivan Safrin
|
be424958ef
Fixed UITextInput Undo/Redo and select all functionality
|
12 лет назад |
Devin Stone
|
98d5e0b71a
see previous commit
|
12 лет назад |
Devin Stone
|
753dc34942
Timing on Windows now uses QueryPerformanceCounter() instead of GetTickCount()
|
12 лет назад |
Devin Stone
|
c1f2e71e20
fixing timing bug
|
12 лет назад |
Ivan Safrin
|
14890293f8
UITextInput speedups, bugfixes
|
12 лет назад |
Christopher Reed
|
1522aa95f0
Change copyDiskItem to use 'cp -RT' instead of removing destItem prior to copy.
|
12 лет назад |
Christopher Reed
|
e5d25ff53a
Linux - remove destination file or directory before copying to it.
|
12 лет назад |
Ivan Safrin
|
48b6f85600
Fixed error in previous commit
|
12 лет назад |
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 лет назад |
Matt Tuttle
|
e8ffd3e5ed
Delete key removes following character in PolyUITextInput
|
12 лет назад |
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 лет назад |
Ivan Safrin
|
86f85a69b5
Fixed type from a previous pull request.
|
12 лет назад |
Devin Stone
|
6980ce7927
Update PolyWinCore.cpp
|
12 лет назад |
Ivan Safrin
|
2365cebc9b
Fixed single line UITextInput crashing on mousewheel events, fixed normalized render targets not working properly
|
12 лет назад |
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 лет назад |
Ivan Safrin
|
22f28ae1f4
Lua docs will no longer display empty sections, changed docs style to match the new design
|
12 лет назад |
Ivan Safrin
|
816680a199
Fixed mistyped Renderer call in SDL Core
|
12 лет назад |
Ivan Safrin
|
623cb1a643
Manually copied in two changes from Morgawr's pull request
|
12 лет назад |
Ivan Safrin
|
ae315fb205
Added UIMenuItem to inheritInModule hack, removed check for modified files in bindings build script.
|
12 лет назад |
Ivan Safrin
|
f0d7a3b15a
Merge pull request #355 from samiamwork/cleanup_and_screenentity_2
|
12 лет назад |