Commit Graph

27 Commits (c0c3e2cde97a22598e592fe2bc69e6b27b76501b)

Author SHA1 Message Date
Steve Murphy 71ad27409c The fixes in this commit are mainly to allow compiling of trunk with --enable-dev-mode, mutex profiling, lock debugging, etc. Mainly, the version.c needs to be in the OBJS line; asterisk.h was chosen to have the prototypes for ast_get_version, ast_get_version_num; and the ASTERISK_FILE_VERSION macro needs to be used after including asterisk.h in a few files. I hope I did the right thing. If not, let me know.
18 years ago
Luigi Rizzo aaddb77f42 Implement keyboard handling, and use it to enter
18 years ago
Luigi Rizzo b4fbb1916d implement the "console startgui" and "console stopgui"
18 years ago
Luigi Rizzo 11c492aaec add support for textareas, used for various dialog windows on the gui.
18 years ago
Luigi Rizzo 38c1dbb39a remove a leftover sleep(1) used for debugging
18 years ago
Luigi Rizzo d6d39dfee9 Move grabbers definitions to a separate file, vgrabbers.c, so it is easier
18 years ago
Luigi Rizzo f2702ec721 virtualize the interface for video grabbers, which should
18 years ago
Luigi Rizzo a799456578 Add a few entries up to 1408x1152 in the table of known video resolutions.
18 years ago
Luigi Rizzo 6b33a01692 change the interface of video encapsulation routines, they only
18 years ago
Luigi Rizzo 14c09c5bea various rearrangements and renaming of console_video stuff
18 years ago
Luigi Rizzo 77dd3c1b3f fix a small bug in printing out geometries - wrong input.
18 years ago
Luigi Rizzo b634b8ccca more localization of gui stuff
18 years ago
Luigi Rizzo bda73977fa Enable building the code even if SDL is not present (similarly,
18 years ago
Luigi Rizzo 4fe5e46cc3 more localizations around sdl_setup
18 years ago
Luigi Rizzo fa928c14c7 another bunch of gui localizations
18 years ago
Luigi Rizzo 250f064851 more localization of sdl stuff
18 years ago
Luigi Rizzo fe050b42b6 move more gui stuff into console_gui.c
18 years ago
Luigi Rizzo a2b091b664 more preparation for untangling of the various console_video stuff
18 years ago
Luigi Rizzo add967dccf Split console_video.c so that video codecs and gui functions
18 years ago
Luigi Rizzo d508cf1a07 support sdl_videodriver to send output to x11/aalib/console
18 years ago
Luigi Rizzo c5e36e822e move reading info from the keypad to a separate function.
18 years ago
Luigi Rizzo 2f592c52bd make sure the minimum surface depth is 16bpp so we can create YUVoverlays.
18 years ago
Luigi Rizzo 67a704503b Change the name of config file entries for keypad regions
18 years ago
Luigi Rizzo 7a1dcff6a6 Build console_video support by linking in, as opposed to including,
18 years ago
Luigi Rizzo b7adaa023c add some macros to simplify parsing the config file,
18 years ago
Luigi Rizzo 5e84c0554e Add instructions on how to generate your own font.
18 years ago
Luigi Rizzo 573d94759d Bring in video console support for chan_oss (and later chan_alsa too).
18 years ago