quakeforge/ruamoko/qwaq/ui
Bill Currie f4b81d30b0 [qwaq] Pass the correct selector when listeners respond
This is actually an old bug in qwaq that was masked by v6p progs
parameter passing: it was just luck that event got put in the correct
parameter and not trampled until the responder saw it. Ruamoko progs,
however, simply lost the event entirely because it never got explicitly
passed by the listener implementation.
2022-02-05 19:30:08 +09:00
..
button.h [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
button.r [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
color.h
curses.h [qwaq] Move input handling to its own thread 2021-09-22 16:22:11 +09:00
draw.h [qwaq] Fix window closure 2021-09-26 10:35:24 +09:00
draw.r [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
event.h [gamecode] Clean up string_t and pointer_t 2022-01-18 12:11:14 +09:00
garray.h
garray.r [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
group.h [qwaq] Add method to get group's owning view 2021-06-07 15:56:20 +09:00
group.r [qwaq] Fix window closure 2021-09-26 10:35:24 +09:00
listener.h
listener.r [qwaq] Pass the correct selector when listeners respond 2022-02-05 19:30:08 +09:00
proxyview.h [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
proxyview.r [qwaq] Allow return values through forwarded messages 2022-02-05 19:30:08 +09:00
rect.h
rect.r [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
scrollbar.h [qwaq] Fix various scrollbar related issues 2021-06-12 01:30:44 +09:00
scrollbar.r [qwaq] Fix TableView's scrolling 2021-09-25 10:53:39 +09:00
stringview.h [qwaq] Implement more debugger def views 2021-09-25 01:42:36 +09:00
stringview.r [qwaq] Implement more debugger def views 2021-09-25 01:42:36 +09:00
tableview.h [qwaq] Fix TableView's scrolling 2021-09-25 10:53:39 +09:00
tableview.r [qwaq] Set table cell size in the correct place 2021-09-25 13:27:55 +09:00
textcontext.h [gamecode] Clean up string_t and pointer_t 2022-01-18 12:11:14 +09:00
textcontext.r [qwaq] Fix window closure 2021-09-26 10:35:24 +09:00
titlebar.h [qwaq] Fix window closure 2021-09-26 10:35:24 +09:00
titlebar.r [qwaq] Fix window closure 2021-09-26 10:35:24 +09:00
view.h [qwaq] Start work on cursor management 2021-06-01 18:53:53 +09:00
view.r [qwaq] Allow return values through forwarded messages 2022-02-05 19:30:08 +09:00
window.h [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
window.r [qwaq] Fix window closure 2021-09-26 10:35:24 +09:00