cancel
27100081c8
Cleanup
5 years ago
cancel
c13bb9937b
Change "saved ok" msg to dismiss on any key press
Also will no longer eat the key event.
5 years ago
cancel
cf733a4c2e
Cleanup
5 years ago
cancel
8cc819960a
Cleanup
5 years ago
cancel
beeb85720e
[Automated] Change style to right-pointers
5 years ago
cancel
14c8610315
Change to use altnerate heap string implementation.
`sdd` was the first attempt at making one of these
individually-allocated string management/utility things. I didn't end up
liking the design, so I tried again from scratch, and called the new one
`oso`. Let's see how that one turns out. The name might change again in
the future, though I feel better about the design of this one.
5 years ago
cancel
c0f93693b2
Add attribute to allow unused util fn fg_bg
5 years ago
cancel
f20babb05c
Fix missing static on fg_bg()
5 years ago
cancel
5fb0071da1
Change to use sdd instead of Heapstr in tui
5 years ago
cancel
1c62d533b7
Clean up menu/block border layout logic
5 years ago
cancel
10bcc7adcf
Fix dialogs and menus when terminal is resized big->small->big
Used regular curses newwin WINDOWs before. Now uses newpad/subpad. The
buffers will be clipped correctly to the visible terminal area, and will
not be erased when the window is made too small and then resized to be
big again.
5 years ago
cancel
02b9f2ba8a
Add better display of portmidi menu items
5 years ago
cancel
864d763e90
Change ordering of args for qmenu_add_choice()
5 years ago
cancel
d7934262d3
Add live setting of MIDI device from menu
Still WIP
5 years ago
cancel
af8178e8f6
Add start of PortMidi device choosing (WIP)
Does not yet let you actually pick the device, only list.
5 years ago
cancel
721e9b2311
Add dimming of inactive/non-foreground menu contents
5 years ago
cancel
51c3d68d1b
Revert "Add auto-display of operators guide at startup"
This reverts commit bac0b03481
.
5 years ago
cancel
bac0b03481
Add auto-display of operators guide at startup
This needs work. It seems pretty annoying to me right now.
This commit also adds a way for Qmsg to differentiate between
dismiss-easily and dismiss-deliberately types of msg dialogs.
5 years ago
cancel
c505180ba4
Fix warnings in some gcc versions
6 years ago
cancel
ea9682b12b
Add more file save as logic
6 years ago
cancel
97c05c3efc
Add start of more advanced file name handling
6 years ago
cancel
dac34eb293
Cleanup
6 years ago
cancel
16bae89e9d
Add more save as form logic
6 years ago
cancel
170dcd2200
Add start of Qform driving code
6 years ago
cancel
e1a9def193
Add start of forms use
6 years ago
cancel
9b81391d76
Change to use 'strict' void style fn decls
6 years ago
cancel
b0a62b4c4e
Fix incorrect decl
6 years ago
cancel
183aa6f063
Cleanup
6 years ago
cancel
737acc91ec
Cleanup
6 years ago
cancel
fc8431f755
Change to use malloc/free for Qmenu
Storing a global guy was annoying
6 years ago
cancel
df162ea4a0
Add active/inactive indicator for qnav blocks
6 years ago
cancel
df3a5b7ecf
Add more controls dialog stuff
6 years ago
cancel
05b552be69
Cleanup, add start of controls dialog
6 years ago
cancel
185d744924
Cleanup
6 years ago
cancel
4631c7732d
Cleanup
6 years ago
cancel
9803343f14
Add start of new menu/nav-stack system
6 years ago