twinaphex
|
f785e4b045
|
Replace while (1) with for (;;) - avoids MSVC warnings
|
2020-01-30 16:15:52 +01:00 |
|
twinaphex
|
801b0742d8
|
(UI application) We don't use pending_events - get rid of it
|
2019-07-17 22:08:11 +02:00 |
|
Twinaphex
|
6abca4c323
|
Cleanups
|
2019-07-11 04:31:10 +02:00 |
|
twinaphex
|
f6497e8012
|
ui_application_t - we never use run except for Qt, so remove this
and move the code to frontend.c - also add a boolean variable to
ui_application_t to indicate whether an app is about to exit
|
2019-07-11 02:18:21 +02:00 |
|
Twinaphex
|
c8486a5081
|
(Cocoa/Metal) Silence bunch of warnings
|
2019-06-24 14:58:32 +02:00 |
|
neville
|
7c4329f31d
|
(OSX PPC) Buildfixes
|
2019-05-06 14:12:25 +02:00 |
|
twinaphex
|
1a8ad73c3f
|
(Cocoa) Unify both headers
|
2019-02-09 04:40:38 +01:00 |
|
twinaphex
|
cb829d8552
|
(Cocoa/OSX) Start unifying Cocoa Metal/Cocoa codepaths - was mostly the
same code
|
2019-02-07 05:05:53 +01:00 |
|
Stuart Carnie
|
5c1075127b
|
chore(metal): Separate legacy GL and Metal source
* Forks of Cocoa / Cocoa Touch to *_metal.* version
* Reverted original GL Cocoa / Cocoa Touch versions
* GL and Metal projects still build
|
2018-11-04 20:50:50 -07:00 |
|
Stuart Carnie
|
d1712d7c5a
|
fix(macOS): Fix older targets
|
2018-07-04 15:26:49 -07:00 |
|
Stuart Carnie
|
d8061ac0e9
|
fix(macOS): Use correct availability macro check
|
2018-07-04 14:19:05 -07:00 |
|
Stuart Carnie
|
5240efc857
|
chore(Metal): fix compiler warnings when targeting newer macOS versions
|
2018-07-04 00:24:04 -07:00 |
|
Stuart Carnie
|
411bcf8bdd
|
feat(apple): Metal support for macOS
* includes rgui
* shader support
This is a work-in-progress and there are some bugs and visual artifacts
still to be fixed.
|
2018-06-20 21:33:45 -07:00 |
|
Brad Parker
|
a1aefc901c
|
Qt WIMP GUI
|
2018-04-30 14:33:05 -04:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
c011090ebb
|
ui_application - add initialize
|
2016-06-09 15:22:03 +02:00 |
|
twinaphex
|
20766147a6
|
Cleanup
|
2016-06-07 18:04:07 +02:00 |
|
twinaphex
|
3f44ba59eb
|
Add pending_events function callback
|
2016-06-07 18:02:37 +02:00 |
|
Twinaphex
|
02910fd64d
|
(Cocoa) Implement ui_application_process_events
|
2016-06-07 17:14:57 +02:00 |
|
twinaphex
|
4dded0c76b
|
Change signature of process_events
|
2016-06-07 17:07:11 +02:00 |
|
Twinaphex
|
3b16eb1e91
|
Add (stub) ui_cocoa_application.m
|
2016-06-07 16:51:25 +02:00 |
|