aboutsummaryrefslogtreecommitdiffstats
path: root/channels/console_gui.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-09(closes issue #13557)murf1-4/+4
2008-06-30implement the 'freeze' function for incoming frames;rizzo1-11/+24
2008-06-29import the recent additions for video console into trunk,rizzo1-63/+517
2008-06-29fix wrong argument in checking boundaries for a rectanglerizzo1-2/+3
2008-05-21do not die on SDL_ACTIVEEVENT reporting lost focus.rizzo1-0/+2
2008-05-19trap potential failures of SDL when SDL_WINDOWID is pointing to arizzo1-3/+33
2008-05-19Some fixes to the code to support running on an externallyrizzo1-0/+122
2008-03-04Fix minor misuses of snprintftilghman1-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