aboutsummaryrefslogtreecommitdiffstats
path: root/channels/console_gui.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-06Merged revisions 105841 via svnmerge from russell1-1/+1
2008-01-09remove a wrong 'const'rizzo1-1/+1
2008-01-09Two changes:rizzo1-92/+83
2008-01-09Implement keyboard handling, and use it to enterrizzo1-58/+71
2008-01-08add support for textareas, used for various dialog windows on the gui.rizzo1-57/+79
2008-01-07add support for cropping the keypad image while displaying it.rizzo1-34/+65
2008-01-07update comments to reflect reality (or at least planned behaviour).rizzo1-81/+84
2008-01-07resolve a load-time problem avoiding a call to console_do_answer.rizzo1-2/+9
2008-01-01call directly the cli command to implement hangup.rizzo1-2/+1
2007-12-29virtualize the interface for video grabbers, which shouldrizzo1-19/+5
2007-12-28various rearrangements and renaming of console_video stuffrizzo1-23/+29
2007-12-27more localization of gui stuffrizzo1-10/+4
2007-12-27more steps to decouple the gui from the rest of the code.rizzo1-34/+37
2007-12-27Enable building the code even if SDL is not present (similarly,rizzo1-6/+26
2007-12-26more localizations around sdl_setuprizzo1-20/+35
2007-12-26use fread instead of mmap to read in the comment area from the keypad.rizzo1-62/+37
2007-12-26another bunch of gui localizationsrizzo1-24/+26
2007-12-26more localization of sdl stuffrizzo1-22/+25
2007-12-26move more gui stuff into console_gui.crizzo1-22/+39
2007-12-26more preparation for untangling of the various console_video stuffrizzo1-68/+137
2007-12-26Split console_video.c so that video codecs and gui functionsrizzo1-0/+880