quakeforge/ruamoko/qwaq
Bill Currie 8707ac0d57 [qwaq] Add a guard to formatLine
I got really weird error (invalid panel passed to top_panel) when there
was no such call, so I guess there was some memory corruption.
formatLine is the only suspect, but when I put in the guard, the error
wasn't reproduced (just scrolling through qwaq's makefile in a big
window).
2020-03-23 23:18:02 +09:00
..
.gdbinit [qwaq] Move from tools to ruamoko 2020-03-01 00:55:15 +09:00
Makefile.am [qwaq] Add a title bar 2020-03-23 22:01:13 +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] Implement resizing 2020-03-23 20:14:32 +09:00
main.c [qwaq] Add an editor buffer 2020-03-22 21:31:30 +09:00
progs.src.in [qwaq] Move from tools to ruamoko 2020-03-01 00:55:15 +09:00
qwaq-app.h [qwaq] Implement resizing 2020-03-23 20:14:32 +09:00
qwaq-app.r [qwaq] Remove some debug prints 2020-03-23 22:28:18 +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] Add window control buttons 2020-03-23 22:10:03 +09:00
qwaq-curses.c [qwaq] Add support for invisible buttons 2020-03-23 22:00:05 +09:00
qwaq-curses.h [qwaq] Implement resizing 2020-03-23 20:14:32 +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] Add a guard to formatLine 2020-03-23 23:18:02 +09:00
qwaq-editbuffer.h [qwaq] Add an editor buffer 2020-03-22 21:31:30 +09:00
qwaq-editbuffer.r [qwaq] Add an editor buffer 2020-03-22 21:31:30 +09:00
qwaq-editor.h [qwaq] Implement scrolling via mouse wheel 2020-03-22 22:42:56 +09:00
qwaq-editor.r [qwaq] Implement resizing 2020-03-23 20:14:32 +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] Implement resizing 2020-03-23 20:14:32 +09:00
qwaq-group.r [qwaq] Fix the handling of overlapping views 2020-03-23 22:35:30 +09:00
qwaq-input.c [qwaq] Implement resizing 2020-03-23 20:14:32 +09:00
qwaq-listener.h [qwaq] Tweak listener message names 2020-03-19 23:18:01 +09:00
qwaq-listener.r [qwaq] Tweak listener message names 2020-03-19 23:18:01 +09:00
qwaq-rect.h [qwaq] Implement resizing 2020-03-23 20:14:32 +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] Add gfGrowNone and a grow mode setter 2020-03-23 22:08:30 +09:00
qwaq-view.r [qwaq] Add gfGrowNone and a grow mode setter 2020-03-23 22:08:30 +09:00
qwaq-window.h [qwaq] Add window control buttons 2020-03-23 22:10:03 +09:00
qwaq-window.r [qwaq] Adjust edge window control lengths 2020-03-23 23:03:35 +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