⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 aumix-2.8 源碼下載
💻
📖 第 1 页 / 共 4 页
字号:
- in gtk.c, remove some unused widgets (Trevor Johnson)- in gtk.c, remove buggy code for calculating size of window (Trevor Johnson)- in common.c, add ShowWarning() to print error messages and continue (Trevor  Johnson)- in common.h, dummy.c, interactive.c and mouse.c, add comments to #endif  directives (Trevor Johnson)- where "../config.h" and "common.h" are both included, only include the latter  and include "../config.h" in common.h (Trevor Johnson)- add buttons with pixmaps to switch record/play from GTK+ window (Trevor  Johnson)- rename menu_items to menuitemsgtk to avoid confusion with menuitems (Trevor  Johnson)2000-03-23 - version 2.4- add French (fr) translation (Guillaume Cottenceau)- in InitScreenGTK(), use gtk_table_attach_defaults instead of gtk_table_attach  for simplification and to avoid a compilation error (Trevor Johnson)- in InitScreenGTK(), use casts to avoid compilation warnings (Trevor Johnson)- in gtk.c, add SaveSettingsGTK() and LoadSettingsGTK() functions as wrappers  for SaveSettingsGTK() and LoadSettingsGTK(), to avoid compilation warnings  (Trevor Johnson)- in AumixSignalHandlerGTK(), use gtk_signal_handler_block() and  gtk_signal_handler_unblock() rather than gtk_signal_disconnect() and  gtk_signal_connect() while we change settings of buttons and sliders (Trevor  Johnson)- make Usage() text match synopsis in man page (Trevor Johnson)- move play.xpm and record.xpm to src/ to please automake (what about  aumix.xpm?) (Trevor Johnson)- in main() move #endif to allow compilation with neither ncurses nor GTK+  (Venkatesh Krishnamurthi)- in InitScreenGTK(), create channellabel labels in the same loop where they're  attached to the table (Trevor Johnson)- remove unused y variable from AdjustBalanceGTK (Trevor Johnson)- in InitScreenGTK(), add "L" and "R" markings for balance controls, and  "0" and "100" markings for level controls (Trevor Johnson)- in InitScreenGTK(), use gtk_scale_set_value_pos() to move labels to the left  side of level controls and right side of balance controls, to save pixels  (Trevor Johnson)- in common.c, add CountChannels() to count mixing channels (Trevor Johnson)- partial updates to all translations (Trevor Johnson)- make correction to de.po (Christian Weisgerber)- rewrite menus without GtkItemFactory, so they can really be translated (Trevor  Johnson)2000-03-28 - version 2.5- in gtk.c, add "View" menu to hide unused channels (Trevor Johnson)- in gtk.c, use gtk_signal_connect_object() rather than gtk_signal_connect(),  so device numbers may be passed to callback functions (Trevor Johnson)- in gtk.c, remove aumix_destroy() and just use gtk_widget_destroy() (Trevor  Johnson)- update Polish translation (Piotr Czerwi駍ki)2000-04-12 - version 2.6- in xaumix, give "-C ansi" option for emulators that didn't get "-C xterm" so  aumix will start in ncurses mode when compiled with GTK+ (Trevor Johnson)- in INSTALL, give better instructions for FreeBSD and NetBSD (Trevor Johnson)- remove contents of packaging/FreeBSD (Trevor Johnson)- remove unused AumixSigwinchHandler() (Trevor Johnson)- in curses.h, remove stray comma from enum (Trevor Johnson)- in gpm-xterm.h declare Gpm_Wgetch() with its parameter (Trevor Johnson)- in interactive.h, declare InitScreen() with a "void" parameter (Trevor  Johnson)- in curses.c, declare InitScreenCurses() with a "void" parameter (Trevor  Johnson)- in InitScreenGTK, make fileaccelkeys an array of ints rather than pointers to  chars (translation of these is still broken) (Trevor Johnson)- in ExitIfError() and ShowWarning(), use LOCAL_TEXT_NOOP rather than  LOCAL_TEXT (Trevor Johnson)- make AumixSignalHandler() the only signal handler and have it call  WakeUpCurses() and WakeUpGTK() (Trevor Johnson)- fix type of AumixSignalHandler() (Christian Weisgerber)- in StartMouse(), cast conn.eventMask to unsigned short (Christian Weisgerber)- update de.po (Dominik Stadler)- in gtk.h, make callback functions gint rather than gint * (Trevor Johnson)- new four-color aumix.xpm, 32 X 32 pixels (Trevor Johnson)- removed aumix-mini.xpm (Trevor Johnson)- in InitScreenGTK() make i a long int to avoid warning on 64-bit architectures  when we pretend it's a pointer for gtk_signal_connect_object (Trevor Johnson)- add "View" and "wait" to all .po files (Trevor Johnson)- in LoadSettings(), add "wait" keyword to permit scripted pauses (Trevor  Johnson)- update aumix.1 to mention "wait" feature (Trevor Johnson)- update xaumix.1 to mention GTK+ interface (Trevor Johnson)- combine ShowWarning() and ExitIfError() into ErrorExitWarn (Trevor Johnson)- move prototypes from common.c to common.h (Trevor Johnson)- rename i18n_initialize to I18nInitialize (Trevor Johnson)- rename Alsa_Unmute to AlsaUnmute (Trevor Johnson)- made data/fadein.set and data/fadeout.set to show use of wait feature (Trevor  Johnson)- send error messages, including usage text when an error has occurred, to  stderr (Christian Weisgerber)- further updates to de.po (Christian Weisgerber)- in LoadSettings, use fgets() to read in lines of text from the file, then  parse them with sscanf(), so "wait" lines need only two fields (Trevor  Johnson)- use CountChannels() in HighlightLabelCurses() (Trevor Johnson)- partial update to es.po (Trevor Johnson)- in aumix.spec, don't run automake or autoconf (Christian Weisgerber)2000-06-27 - version 2.6.1- remove some "fuzzy" lines from de.po and ru.po (Trevor Johnson)- fix AumixSignalHandler for compilation without GTK+ (Venkatesh Krishnamurthi)- fix AumixSignalHandler for compilation without ncurses (Bill Nottingham,  Christian Weisgerber)- fix overflow in InitColors() when argument to -C option is too long (Trevor  Johnson)- fix overflow in OpenDefaultFile() when HOME is too long and -L option is  given (Trevor Johnson)- replace DATADIRNAME with DATADIR and fix it (Christian Weisgerber)- fix packing list in aumix.spec (Christian Weisgerber)- update English description in spec file to mention X interface (Trevor  Johnson)- in INSTALL, update ncurses site, simplify RPM instructions, and remove  references to GNU make (Trevor Johnson)- in InitScreenCurses(), add menu_sizes and make label_width variable  (replace fixed LABEL_WIDTH) so widths of menu and labels can accommodate  different languages (Trevor Johnson)- use the po/Makefile.in.in from rpm 3.0.4 for less dependence on GNU make  (Christian Weisgerber, Ulrich Drepper)- remove OpenBSD port (Trevor Johnson)- make GTK+ accelerator keys translatable (Trevor Johnson)- make dummy mixer show first 25 devices, for checking translations (Trevor  Johnson)- remove gratuitous subshells from configure tests (Christian Weisgerber)- introduce automake conditionals GTK and CURSES (Christian Weisgerber)- install xaumix, xaumix.1, and color schemes only if building with curses  (Christian Weisgerber)- make mention of "-C" and "-I" options in usage text agree with actual  availability (Christian Weisgerber)2000-07-13 - version 2.7- add partial Japanese message catalog (ja.po) (Trevor Johnson, Masanori Hanawa,  and Takagi Junji)- add partial Swedish message catalog (sv.po) (Trevor Johnson, Magnus Reftel,  Anders Widell, Christer Gustavsson, and Karl Backstr鰉)- in I18nInitialize(), use LC_ALL rather than LC_MESSAGES to permit selection  of character sets (needed for Japanese) (Trevor Johnson)- in INSTALL, correct instructions for NetBSD, separate them from OpenBSD,  and merge "Kernel" and "Linux" sections (Trevor Johnson)- fix misspelling in xaumix.1 (Christian Weisgerber)- update aumix.1:  only one xpm (Christian Weisgerber)- in InitScreenGTK(), wrap fileacceltext strings in LOCAL_TEXT_NOOP to permit  translation (Trevor Johnson)2002-03-18- add Menu, Balance, and Numbers to the View menu in the GTK+ interface (Trevor  Johnson)- update Galician and Spanish translations (Jes鷖 Bravo 羖varez)- add partial Simplified Chinese translation (GB2312-1980 encoding) (Wang Jian)2002-03-19- add src/mute, a shell script which mutes and un-mutes (Ben Ford)- add Dutch translation (Jelmer Vernooij)2002-03-20- update Ukrainian translation (Olexander Kunytsa)2002-03-23- use strdup() in ReadInteractiveKeys()--fixes possible security bug (Paul  Slootman)- use strdup() in main() and use g_strdup() in FileOKLoad() and FileOKSave()  (Trevor Johnson)2002-03-24- revise Swedish translation (Mikael Hedin)- add Swedish to MENUSIZES and LABELSIZES, and add comments explaining how to  use those arrays (Trevor Johnson)2002-03-28- use ii and jj in loops instead of i and j, as suggested in Roedy Green's "How  To Write Unmaintainable Code" (Trevor Johnson)- replace Japanese translation with the one from Turbolinux (Takeshi Aihana)- remove extra ".Ql" macro from man page (Eric S. Raymond)- add licensing and copyright notices to most source files (Trevor Johnson)- update the address of the Free Software Foundation (Trevor Johnson)2002-04-01- re-enable console mouse support on FreeBSD 5.0-CURRENT without  <machine/console.h> (Christian Weisgerber)- quote arguments with internal whitespace, for new autoconf (Nalin Dahyabhai)2002-04-20- in common.h, avoid incorrect inclusion of getopt.h (Christian Weisgerber)2002-04-24- in configure.in, check directly for ossaudio library (Christian Weisgerber)2002-04-27- in acconfig.h, remove duplicates and defines automatically created by  autoheader (Christian Weisgerber)- in common.h, remove SOUND_IOCTL macro for NetBSD and OpenBSD, the purpose of  which has been forgotten (Christian Weisgerber)- use autoconf to find soundcard.h (Christian Weisgerber)2002-04-29- update Brazilian Portuguese translation (Cyro Mendes de Moraes Neto and  Osvaldo Santana Neto)2002-05-01- account for channels which can be used for recording yet have no adjustable  levels (Martin J. Hiller)2002-05-05- added Greek translation of some of the channel names (Sofia Pappatheodorou and  Trevor Johnson)2002-09-07- add CheckAndOpen():  error out if user tries to load settings from a directory  instead of a file (Bas Zoetekouw)- in configure.in, add a description as the third argument to all invocations of  AC_DEFINE(); remove the corresponding entries from config.h.in because  autoheader can now create them (Christian Weisgerber)- remove AC_DEFINE()s for USE_INCLUDED_LIBINTL and USE_NLS, which were only used  as output variables (Christian Weisgerber)2002-10-23- in OpenDefaultFile(), avoid buffer overflows by correcting off-by-one and  off-by-two errors in tests for length of filename (Ivan Tonizza)- in ToggleMuting(), silence a warning from gcc 3.2.1 (Trevor Johnson)- in InitColors(), fix the same kind of off-by-one buffer overflow as  discovered by Ivan Tonizza in OpenDefaultFile() (Trevor Johnson)- use PATH_MAX when allocating buffers, to avoid inconsistency with tests in  OpenDefaultFile() and InitColors() (Trevor Johnson)2002-10-27- Debian bug 158536:  in InitScreenGTK(), invert the state of the "Mute All"  button, so it is correct instead of always incorrect (Roland Stigge)2002-10-29- fix alignment in "configure --help" output (Trevor Johnson)- enable use of GTK+ 2.0, while retaining support for GTK+ 1.2 (Trevor Johnson)2002-11-24- add more machine-translated Greek text from <URL:http://www.worldlingo.com>  (Trevor Johnson)2002-11-25 - aumix 2.8- apply forgotten GTK+ 2.0 patches to INSTALL and configure.in files (Trevor  Johnson)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -