quakeforge/ruamoko/qwaq
Bill Currie adb7b018d9 [qwaq] Improve focus setting
The view is recorded as having focus but is not given focus until the
parent view is actually in focus. This fixes the locals view not having
focus at startup and thus blocking F7.
2020-03-26 18:27:02 +09:00
..
.gdbinit [qwaq] Move from tools to ruamoko 2020-03-01 00:55:15 +09:00
builtins.c [qwaq] Move from tools to ruamoko 2020-03-01 00:55:15 +09:00
color.h [qwaq] Move from tools to ruamoko 2020-03-01 00:55:15 +09:00
event.h [qwaq] Make qwaq_message_t more useful 2020-03-24 19:52:00 +09:00
gcd.r [qwaq] Bring in qc gcd to use for debugger testing 2020-03-24 23:02:19 +09:00
main.c [gamecode] Add VM enter/exit events 2020-03-26 12:30:32 +09:00
Makefile.am [build] Fix ruamoko/gui's auto dependencies 2020-03-26 16:53:53 +09:00
progs.src.in [qwaq] Move from tools to ruamoko 2020-03-01 00:55:15 +09:00
qwaq-app.h [qwaq] remove @ from externs 2020-03-26 13:30:33 +09:00
qwaq-app.r [qwaq] Set up an application color palette 2020-03-26 09:01:39 +09:00
qwaq-bi.c [util] Pass a data pointer to shutdown functions 2020-03-22 00:57:54 +09:00
qwaq-button.h [qwaq] Add support for invisible buttons 2020-03-23 22:00:05 +09:00
qwaq-button.r [qwaq] Ensure super's handleEvent is called 2020-03-26 11:04:57 +09:00
qwaq-curses.c [qwaq] Correct mangled params to qwaq_mvwvprintf 2020-03-26 09:11:56 +09:00
qwaq-curses.h [qwaq] remove @ from externs 2020-03-26 13:30:33 +09:00
qwaq-debug.c [qwaq] Add function to get a string from the target 2020-03-26 18:14:20 +09:00
qwaq-debug.h [qwaq] Add function to get a string from the target 2020-03-26 18:14:20 +09:00
qwaq-debugger.h [qwaq] Make a start on a locals viewer 2020-03-26 09:11:39 +09:00
qwaq-debugger.r [qwaq] Hook up locals view for events 2020-03-26 18:25:26 +09:00
qwaq-draw.h [qwaq] Implement resizing 2020-03-23 20:14:32 +09:00
qwaq-draw.r [qwaq] Implement resizing 2020-03-23 20:14:32 +09:00
qwaq-editbuffer-bi.c [qwaq] Extract the double-clicked word 2020-03-25 17:29:08 +09:00
qwaq-editbuffer.h [qfcc] Remove unsigned define 2020-03-25 22:37:38 +09:00
qwaq-editbuffer.r [qwaq] Extract the double-clicked word 2020-03-25 17:29:08 +09:00
qwaq-editor.h [qwaq] Move onEvent into View 2020-03-26 17:28:38 +09:00
qwaq-editor.r [qwaq] Initialize onEvent 2020-03-26 18:25:26 +09:00
qwaq-garray.h [qwaq] Split out Array(Group) interface 2020-03-19 11:04:02 +09:00
qwaq-garray.r [qwaq] Split out Array(Group) interface 2020-03-19 11:04:02 +09:00
qwaq-group.h [qwaq] Get context from owner instead of prev view 2020-03-26 14:46:48 +09:00
qwaq-group.r [qwaq] Improve focus setting 2020-03-26 18:27:02 +09:00
qwaq-input.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
qwaq-listener.h [qwaq] Support an actual parameter for listeners 2020-03-26 14:16:07 +09:00
qwaq-listener.r [qwaq] Support an actual parameter for listeners 2020-03-26 14:16:07 +09:00
qwaq-proxyview.h [qwaq] Get context from owner instead of prev view 2020-03-26 14:46:48 +09:00
qwaq-proxyview.r [qwaq] Get context from owner instead of prev view 2020-03-26 14:46:48 +09:00
qwaq-rect.h [qwaq] remove @ from externs 2020-03-26 13:30:33 +09:00
qwaq-rect.r [qwaq] Give up on pass-by-reference for now 2020-03-19 15:54:10 +09:00
qwaq-screen.h [qwaq] Rework the hierarchy again 2020-03-14 19:45:07 +09:00
qwaq-screen.r [qwaq] Create protocols for DrawBuffer and TextContext 2020-03-18 01:40:41 +09:00
qwaq-textcontext.h [qwaq] Implement resizing 2020-03-23 20:14:32 +09:00
qwaq-textcontext.r [qwaq] Implement resizing 2020-03-23 20:14:32 +09:00
qwaq-titlebar.h [qwaq] Add a title bar 2020-03-23 22:01:13 +09:00
qwaq-titlebar.r [qwaq] Add a title bar 2020-03-23 22:01:13 +09:00
qwaq-view.h [qwaq] Hook up locals view for events 2020-03-26 18:25:26 +09:00
qwaq-view.r [qwaq] Hook up locals view for events 2020-03-26 18:25:26 +09:00
qwaq-window.h [qwaq] Set the window title to the file name 2020-03-25 01:39:56 +09:00
qwaq-window.r [qwaq] Hook up locals view for events 2020-03-26 18:25:26 +09:00
qwaq.c [qwaq] Move from tools to ruamoko 2020-03-01 00:55:15 +09:00
qwaq.h [qwaq] Add an editor buffer 2020-03-22 21:31:30 +09:00