Arzed Five
0d3a866356
Corrected a mistake, added some more error checking.
2016-06-11 17:21:09 +01:00
Arzed Five
8e20b9e938
Both Undo options now write distinct messages in the OSD when buffers
...
are empty, when undoing fails and when undoing is successful.
Aside from some TODO/FIXME areas added by this fork, the features in the
fork are now complete.
2016-06-10 20:12:43 +01:00
Arzed Five
8a0b258fcd
Merge remote-tracking branch 'upstream/master'
2016-06-10 19:30:03 +01:00
twinaphex
cab9e0645c
(qt) Add headers
2016-06-10 12:11:28 +02:00
twinaphex
e1733697c3
(Qt) window - Start stub-implementing this
2016-06-10 10:22:49 +02:00
twinaphex
43dbbc20e0
(Qt) Add QtWindow class
2016-06-10 10:15:38 +02:00
twinaphex
0f90a3352b
Create Qt5 implementation of msg window
2016-06-10 09:47:16 +02:00
twinaphex
a66a46ca25
Start implementing ui_qt_application.cpp
2016-06-10 08:38:27 +02:00
twinaphex
6e9a4ef4a0
Revert "use printf here instead"
...
This reverts commit fec9c0c42be00454b16852ca686c6f7bb9ec143e.
2016-06-10 07:54:08 +02:00
radius
fec9c0c42b
use printf here instead
2016-06-10 00:40:53 -05:00
twinaphex
7fbc9097f6
This can go
2016-06-10 06:17:49 +02:00
radius
53efdc11f0
improve platform driver logging for android
2016-06-09 22:59:36 -05:00
radius
6bd20c5aff
try fixing android initialization
2016-06-09 20:02:04 -05:00
radius
490ba62973
log this later
2016-06-09 19:39:57 -05:00
radius
45fa93543c
log path too
2016-06-09 19:29:22 -05:00
radius
d9ebecb0ea
fix indentation
2016-06-09 19:24:36 -05:00
radius
7bab58b4bf
use string is empty here too
2016-06-09 19:22:43 -05:00
radius
a7ff4da4c5
android platform driver cleanup
2016-06-09 19:21:39 -05:00
twinaphex
acf0a74e6d
Add ui_qt_application
2016-06-09 20:18:08 +02:00
twinaphex
69f32c3a35
Add qt/ui_qt_window.cpp
2016-06-09 20:11:26 +02:00
twinaphex
b4085b6118
Hide Qt wrapper code behind an ifdef - HAVE_QT_WRAPPER, set this to
...
1 in Makefile.common in order to use it
2016-06-09 19:51:50 +02:00
Arzed Five
83a1d9ac1f
Clean up some stuff, add comments, reduce the places where
...
content_reset_backup_buffers is called, try to make the undo messages
nicer.
* I'm trying to write to differentiate read/write errors from empty
buffer errors. I changed command.c and task_save_state.c so the
content_undo funcs are the ones writting the success messages.
I was told to use runloop_msg_queue_push() to write to the OSD, but that
doesn't seem to be working.
2016-06-09 16:14:40 +01:00
twinaphex
c011090ebb
ui_application - add initialize
2016-06-09 15:22:03 +02:00
twinaphex
f183fab022
(Win32) Cleanups
2016-06-09 12:37:46 +02:00
twinaphex
50a2091cc6
(Win32) Implement browser window
2016-06-09 12:34:39 +02:00
Twinaphex
4481486071
(OSX) openDocument - cleanup
2016-06-09 10:57:02 +02:00
rz5
fa883d62fc
Merge pull request #1 from fr500/undo
...
Undo cleanups
2016-06-09 09:20:29 +01:00
twinaphex
e4f25d9984
Add new versions of whitespace trimming functions
2016-06-09 08:01:55 +02:00
radius
4ad2eba602
cleanups
2016-06-08 23:02:19 -05:00
Andrés
035f6ca210
Merge pull request #1 from rz5/master
...
rz5 implementation of undo
2016-06-08 22:27:21 -05:00
twinaphex
a63fcc36aa
Remove string functions
2016-06-09 04:35:39 +02:00
Twinaphex
7c92289a96
Buildfix
2016-06-09 03:54:40 +02:00
Arzed Five
9944ec98fd
Both undo options print messages now. Undo Load State can now also be
...
undone ad infinitum. Doing it in succession swaps the current state for
the backed up state.
2016-06-09 00:38:27 +01:00
Arzed Five
8c5238c349
Undo Load State and Undo Save State both seem to be working.
2016-06-08 23:03:49 +01:00
Arzed Five
051cc3fe4d
Undo Save State currently seems to be working almost as intended
...
(missing OSD messages). Undo Load State isn't working yet.
2016-06-08 20:27:54 +01:00
Alcaro
b70c5b7529
We're including the ctype headers already, let's use them.
2016-06-08 19:42:09 +02:00
Alcaro
152adc953c
Someone forgot something... (why aren't we using normal int here?)
2016-06-08 19:40:57 +02:00
twinaphex
a877fc24fb
(libretro-common/stdstring) Add string_trim_whitespace_left/string_trim_whitespace_right
2016-06-08 19:12:23 +02:00
Arzed Five
4d529ffbc0
Merge remote-tracking branch 'upstream/master'
2016-06-08 17:07:18 +01:00
Arzed Five
c47b58228f
Make this compile
2016-06-08 17:07:04 +01:00
twinaphex
ac29a2acc2
Free heap variable
2016-06-08 17:56:09 +02:00
Twinaphex
29012aa74f
(Cocoa) Cleanups
2016-06-08 17:54:55 +02:00
twinaphex
008e622843
Add capabilities to ui_browser_window_state
2016-06-08 17:53:51 +02:00
Twinaphex
5a746e04c2
(OSX) Refactor document loading code
2016-06-08 17:51:05 +02:00
neville
817b63be99
(OSX) Buildfix for pre-OSX 10.6
2016-06-08 17:39:20 +02:00
Twinaphex
1cd441b125
(Cocoa) Reimplement browser loading code
2016-06-08 17:18:48 +02:00
twinaphex
82ae93e348
Add ui_companion_driver_get_browser_window_ptr
2016-06-08 16:56:45 +02:00
Twinaphex
8088df5f09
Cleanups
2016-06-08 16:39:46 +02:00
Twinaphex
9e5ad14da0
Start implementing untested ui_browser_window_cocoa_open function
2016-06-08 16:11:06 +02:00
twinaphex
d9e61e5153
Add missing file
2016-06-08 15:53:59 +02:00