djsrv
|
51b37067ca
|
GRAPHICS: MACGUI: Add removeMenu
|
2020-06-12 10:49:57 -04:00 |
|
Nathanael Gentry
|
83418686ee
|
GRAPHICS: MACGUI: Implement basic priority handling
|
2020-06-11 10:20:17 -04:00 |
|
Nathanael Gentry
|
d70fed560d
|
GRAPHICS: MACGUI: MacEditableText: Properly set MacText align
|
2020-06-11 08:32:20 -04:00 |
|
Eugene Sandulenko
|
2bcc7f2bc4
|
GRAPHICS: MACGUI: Optimize MacText::getTextChunk()
|
2020-06-11 01:04:08 +02:00 |
|
Nathanael Gentry
|
033e025365
|
GRAPHICS: MACGUI: MacWindowManager: Deactivate widget when mouse leaves
|
2020-06-10 15:42:49 +02:00 |
|
Nathanael Gentry
|
2eecd518b1
|
GRAPHICS: MACGUI: MacWidget: Make non-abstract
|
2020-06-10 15:42:49 +02:00 |
|
Nathanael Gentry
|
4160ce4f86
|
GRAPHICS: MACGUI: MacEditableText: Start off inert
|
2020-06-10 15:42:49 +02:00 |
|
Nathanael Gentry
|
67bc0b0e88
|
GRAPHICS: MACGUI: MacEditableText: Properly handle cursor state change
|
2020-06-10 15:42:49 +02:00 |
|
Nathanael Gentry
|
dcb0bded11
|
GRAPHICS: MACGUI: Delete unnecessary helper functions
|
2020-06-10 15:42:49 +02:00 |
|
Nathanael Gentry
|
ecb0df0620
|
GRAPHICS: MACGUI: Ensure proper cursor change
|
2020-06-10 15:42:49 +02:00 |
|
Nathanael Gentry
|
d64e41eca2
|
GRAPHICS: MACGUI: Add MacButton widget
|
2020-06-10 15:42:49 +02:00 |
|
Nathanael Gentry
|
c38ad8bd5e
|
GRAPHICS: MACGUI: MacText: Add shadow
|
2020-06-10 15:42:49 +02:00 |
|
Nathanael Gentry
|
9f06150a36
|
GRAPHICS: MACGUI: MacEditableText: Add text features
Border, gutter, box shadow, text alignment
|
2020-06-10 15:42:49 +02:00 |
|
Nathanael Gentry
|
b49f3f6cd3
|
GRAPHICS: MACGUI: MacEditableText: Stay sane
|
2020-06-10 15:42:49 +02:00 |
|
Nathanael Gentry
|
f099b6a073
|
GRAPHICS: MACGUI: Generalize pixel inversion plotproc
|
2020-06-10 15:42:49 +02:00 |
|
Eugene Sandulenko
|
37744bc7bf
|
GRAPHICS: MACGUI: Properly fix double activation of menu
|
2020-06-10 15:37:51 +02:00 |
|
Andrei Prykhodko
|
bb1ad3f357
|
MACGUI: don't activate menu if it is active
|
2020-06-04 23:45:19 +02:00 |
|
Nathanael Gentry
|
6cb1c92e23
|
GRAPHICS: MACGUI: Add fullscreen menu-on-demand mode
|
2020-06-01 19:00:27 +02:00 |
|
Eugene Sandulenko
|
bad0e9e169
|
GRAPHICS: MACGUI: Properly take into account active widget for cursor selection
|
2020-05-23 16:29:21 +02:00 |
|
BLooperZ
|
ec83715b43
|
COMMON: add UnicodeBiDiText wrapper
|
2020-05-12 14:36:09 +02:00 |
|
BLooperZ
|
6a653312e2
|
GRAPHICS: remove text_renderer
|
2020-05-12 14:36:09 +02:00 |
|
BLooperZ
|
432dd88bdb
|
GRAPHICS: MACTEXT: draw bidi text
|
2020-05-12 14:36:09 +02:00 |
|
BLooperZ
|
a92864c8c1
|
GRAPHICS: MACGUI: allow setting widget alignment
|
2020-05-12 14:36:09 +02:00 |
|
BLooperZ
|
0c30136c0f
|
GRAPHICS: change text renderer parameters position
|
2020-05-12 14:36:09 +02:00 |
|
BLooperZ
|
c39630ad53
|
GRAPHICS: MACGUI: add text renderer and visual pos
|
2020-05-12 14:36:09 +02:00 |
|
BLooperZ
|
38d27ee7ac
|
GRAPHICS: MACGUI: fix accelerator position
|
2020-05-12 14:36:09 +02:00 |
|
BLooperZ
|
625241e3b4
|
GRAPHICS: MACGUI: flip layout on RTL
|
2020-05-12 14:36:09 +02:00 |
|
BLooperZ
|
861d8da600
|
PINK: support BiDi on menu bar items
|
2020-05-12 14:36:09 +02:00 |
|
Henrik "Henke37" Andersson
|
8079dc8d72
|
MACGUI, PINK: Rename setEnginePauseCallback to setEngine
|
2020-05-10 23:39:31 +02:00 |
|
Henrik "Henke37" Andersson
|
d315fc8add
|
MACGUI: Use real Engine and PauseToken classes
|
2020-05-10 23:39:31 +02:00 |
|
D G Turner
|
05bc8c295f
|
GRAPHICS: MACGUI: Fix Signed vs. Unsigned GCC Compiler Warnings
|
2020-05-09 18:03:43 +01:00 |
|
Cameron Cawley
|
ef7edf95d1
|
GRAPHICS: MACGUI: Allow specifying a custom cursor using Graphics::Cursor
|
2020-05-09 09:40:38 +02:00 |
|
Eugene Sandulenko
|
df66eea201
|
GRAPHICS: MACGUI: Fixed getting coordinates on chunk edge
|
2020-05-04 10:21:54 +02:00 |
|
Eugene Sandulenko
|
d1359478c0
|
GRAPHICS: MACGUI: More fixes for edge cases
|
2020-05-03 19:54:28 +02:00 |
|
Eugene Sandulenko
|
45b6441d71
|
GRAPHICS: MACGUI: Fixed adding text to end of line in editable text
|
2020-05-03 19:46:10 +02:00 |
|
Eugene Sandulenko
|
4a49d9d538
|
GRAPHICS: MACGUI: Fixed crash when removing all text in editable text
|
2020-05-03 19:38:04 +02:00 |
|
Eugene Sandulenko
|
4272eaabc3
|
GRAPHICS: MACGUI: Corrected mouse cursor positioning in editable text
|
2020-05-03 01:33:54 +02:00 |
|
Eugene Sandulenko
|
19233ca5b1
|
GRAPHICS: MACGUI: Implemented cursor positioning with mouse in MacEditableText
|
2020-05-03 01:31:53 +02:00 |
|
Eugene Sandulenko
|
f883d195d0
|
GRAPHICS: MACGUI: Added comments and removed redundant methods in MacText
|
2020-05-03 01:31:53 +02:00 |
|
Eugene Sandulenko
|
217884d873
|
GRAPHICS: MACGUI: Collapse text formatting in getTextChunk()
|
2020-05-03 00:44:54 +02:00 |
|
Eugene Sandulenko
|
8615f27a87
|
GRAPHICS: MACGUI: Implemented reshuffleParagraph() in editable text
|
2020-05-03 00:23:34 +02:00 |
|
Eugene Sandulenko
|
302cfb5459
|
GRAPHICS: MACGUI: Fixed edge cases for cursor navigation
|
2020-05-02 23:43:05 +02:00 |
|
Eugene Sandulenko
|
2b1297c2f9
|
GRAPHICS: MACGUI: Fix text insertion
|
2020-05-02 22:02:12 +02:00 |
|
Eugene Sandulenko
|
b8d2cdff02
|
GRAPHICS: MACGUI: Fix deleting characters at edge of chunks
|
2020-05-02 22:01:11 +02:00 |
|
Eugene Sandulenko
|
d57b724999
|
GRAPHICS: MACGUI: Code cleanup
|
2020-05-02 21:58:27 +02:00 |
|
Eugene Sandulenko
|
e7045ee28b
|
GRAPHICS: MACGUI: Implemented addNewLine() in editable text
|
2020-05-02 21:53:56 +02:00 |
|
Eugene Sandulenko
|
520e2b107b
|
GRAPHICS: MACGUI: Fixed vertical cursor movement in editable text
|
2020-05-02 21:27:58 +02:00 |
|
Eugene Sandulenko
|
9b4458efe2
|
GRAPHICS: MACGUI: Use proper colors in editable text
|
2020-05-02 13:04:41 +02:00 |
|
Eugene Sandulenko
|
abe45f2895
|
GRAPHICS: MACGUI: Implemented method for obtaining edited string
|
2020-05-01 15:07:22 +02:00 |
|
Eugene Sandulenko
|
b1a8835adc
|
GRAPHICS: MACGUI: Implemented trivial case for backspace in editable text
|
2020-05-01 15:07:22 +02:00 |
|