summaryrefslogtreecommitdiff
path: root/channels/console_gui.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2008-10-09(closes issue #13557)Steve Murphy
2008-06-30implement the 'freeze' function for incoming frames;Luigi Rizzo
2008-06-29import the recent additions for video console into trunk,Luigi Rizzo
2008-06-29fix wrong argument in checking boundaries for a rectangleLuigi Rizzo
2008-05-21do not die on SDL_ACTIVEEVENT reporting lost focus.Luigi Rizzo
2008-05-19trap potential failures of SDL when SDL_WINDOWID is pointing to aLuigi Rizzo
2008-05-19Some fixes to the code to support running on an externallyLuigi Rizzo
2008-03-04Fix minor misuses of snprintfTilghman Lesher
2008-01-09remove a wrong 'const'Luigi Rizzo
2008-01-09Two changes:Luigi Rizzo
2008-01-09Implement keyboard handling, and use it to enterLuigi Rizzo
2008-01-08add support for textareas, used for various dialog windows on the gui.Luigi Rizzo
2008-01-07add support for cropping the keypad image while displaying it.Luigi Rizzo
2008-01-07update comments to reflect reality (or at least planned behaviour).Luigi Rizzo
2008-01-07resolve a load-time problem avoiding a call to console_do_answer.Luigi Rizzo
2008-01-01call directly the cli command to implement hangup.Luigi Rizzo
2007-12-29virtualize the interface for video grabbers, which shouldLuigi Rizzo
2007-12-28various rearrangements and renaming of console_video stuffLuigi Rizzo
2007-12-27more localization of gui stuffLuigi Rizzo
2007-12-27more steps to decouple the gui from the rest of the code.Luigi Rizzo
2007-12-27Enable building the code even if SDL is not present (similarly,Luigi Rizzo
2007-12-26more localizations around sdl_setupLuigi Rizzo
2007-12-26use fread instead of mmap to read in the comment area from the keypad.Luigi Rizzo
2007-12-26another bunch of gui localizationsLuigi Rizzo
2007-12-26more localization of sdl stuffLuigi Rizzo
2007-12-26move more gui stuff into console_gui.cLuigi Rizzo
2007-12-26more preparation for untangling of the various console_video stuffLuigi Rizzo
2007-12-26Split console_video.c so that video codecs and gui functionsLuigi Rizzo