orbea
|
4c56167446
|
Convert to linux line endings.
|
2019-02-03 15:43:42 -08:00 |
|
alphanu1
|
76bf63f905
|
RPi Additions new switching method
Partil new switching method
|
2019-01-30 20:17:32 +00:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
krzys-h
|
b201d669b5
|
First iteration of UWP support
Enough to kind of run
Working drivers: xinput, d3d11
Still missing: input driver with keyboard support, audio driver
|
2018-12-28 22:09:22 +01:00 |
|
twinaphex
|
fb957f29a8
|
Set current_display_server by default to dispserv_null
|
2018-11-25 19:12:21 +01:00 |
|
twinaphex
|
a561f789e2
|
Rename switch_resolution to set_resolution
|
2018-11-24 10:35:32 +01:00 |
|
twinaphex
|
7730828560
|
Start implementing dropdown list for resolution - Win32 right now at first - now need to make OK button do something
|
2018-11-24 10:31:41 +01:00 |
|
twinaphex
|
0ae3d3873d
|
Create video_display_server_get_resolution_list
|
2018-11-24 02:50:04 +01:00 |
|
twinaphex
|
07c45cadd1
|
Only display CRT SwitchRes settings if video display server is
implemented
|
2018-10-24 04:49:53 +02:00 |
|
alphanu1
|
c362a6d7f4
|
Added functions for new CRT SwitchRes options
|
2018-09-23 20:39:40 +01:00 |
|
twinaphex
|
2c959d8ff1
|
(Display server) Add get_output
|
2018-09-17 03:40:17 +02:00 |
|
alphanu1
|
db751b4241
|
Variable rename
|
2018-04-30 17:50:13 +01:00 |
|
alphanu1
|
af3eb9e851
|
Linux / windows hz bug fix
when merging Linux CRT refresh rate hz was dealt with in floats for Linux but ints for windows.
|
2018-04-30 16:40:27 +01:00 |
|
alphanu1
|
0498ab6b86
|
Linux switching incorporation
|
2018-04-29 13:49:32 +01:00 |
|
alphanu1
|
90d62fd0cc
|
Restore resolution fix
|
2018-04-28 20:53:39 +01:00 |
|
twinaphex
|
d7d5dfdc73
|
Add display_server_get_current_resolution
|
2018-04-17 03:37:56 +02:00 |
|
twinaphex
|
c692f457c2
|
Add switch_resolution to display_server interface
|
2018-04-15 19:25:00 +02:00 |
|
Brad Parker
|
43aa977a91
|
add menu setting to toggle window decorations
|
2018-02-10 23:46:09 -05:00 |
|
Brad Parker
|
e2691c425c
|
fix display server memory leaks
|
2018-01-25 21:48:08 -05:00 |
|
twinaphex
|
3528923507
|
Fix crash with Linux HTTP tasks - null pointer dereference
|
2018-01-02 13:41:59 +01:00 |
|
Brad Parker
|
e62e0c83da
|
win32: Show progress meter on taskbar for downloads (Windows 7 and up)
|
2018-01-01 02:08:09 -05:00 |
|
twinaphex
|
6557bff118
|
Prevent some warnings on PS3
|
2017-12-21 02:06:34 +01:00 |
|
Brad Parker
|
81cd5435a1
|
x11: enable window transparency
|
2017-12-16 10:29:30 -05:00 |
|
twinaphex
|
42462c2ba9
|
Silence some warnings
|
2017-12-15 18:31:12 +01:00 |
|
Brad Parker
|
d53dbbfd4e
|
style nits
|
2017-12-11 18:50:10 -05:00 |
|
Brad Parker
|
b6644e2c3a
|
buildfix again
|
2017-12-11 18:27:11 -05:00 |
|
Brad Parker
|
247b9ea973
|
add menu setting for window opacity, includes generic display server interface
|
2017-12-11 18:12:42 -05:00 |
|