Code

replaced get_screen_X() with static screen_functions variable
[ncmpc.git] / src / screen.c
2008-09-17 Max Kellermannreplaced get_screen_X() with static screen_functions...
2008-09-17 Max Kellermanncode style, indent with tabs III
2008-09-16 Max Kellermanninitial draw without delay
2008-09-16 Max Kellermannscreen: added struct names
2008-09-16 Max Kellermanncode style, indent with tabs II
2008-09-15 Max Kellermannuse size_t and unsigned integers
2008-09-15 Max Kellermannfix shadow warnings
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannfix function prototypes
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermannscreen: moved code to paint_top_window2()
2008-09-15 Max Kellermanncode style, indent with tabs
2008-09-15 Max Kellermannremove unused static functions
2007-02-16 Andreas Obergrusbergerway too much stuff to describe here
2006-09-08 Andreas Obergrusbergermulti liner ;) fixed segfault
2006-09-07 Andreas Obergrusbergerdue to bensonk's demand i added a splash screen.
2006-08-04 Andreas Obergrusbergerthe updated sources
2006-03-28 Kalle Wallintypo
2006-03-28 Kalle Wallinunicode fixes from Dmitry Baryshkov/René van Bevern
2006-01-16 Kalle Wallinincluded patch from Jonathan Fors
2005-06-15 Kalle WallinNew configuraton option: screen-list
2005-06-06 Kalle WallinAdded an experimental artist (browser) screen
2005-06-03 Kalle Wallinseek-time can now be defined in the conf file
2004-11-15 Kalle WallinAdded a search screen
2004-07-21 Kalle WallinAdded debug code for #291
2004-07-21 Kalle WallinInitialize dummy/last mode id to G_MAXINT
2004-07-13 Kalle WallinUse glib's functions (g_strlcat, g_strlcpy, g_snprintf...
2004-07-13 Kalle WallinCrossfade time can now be definied in the rc file ...
2004-07-13 Kalle WallinUse my_wgetch() instead of wgetch(), added --[no-]mouse...
2004-07-12 Kalle WallinMouse support is now optional (enable-mouse)
2004-07-12 Kalle WallinAdded configure option --disable-raw-mode
2004-07-02 Kalle WallinAdded basic ncurses mouse support
2004-06-22 Kalle WallinClear the main window on CMD_SCREEN_UPDATE
2004-06-20 Kalle WallinAdded _utf8 suffix to all functions that take utf8...
2004-06-16 Kalle Wallinlibmpdclient updated (r1507) - added path to mpdclient_...
2004-06-15 Kalle Wallingit-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497...
2004-06-14 Kalle WallinMajor cleanup of the mpd client code (mpc->mpdclient)
2004-06-09 Kalle WallinUse the terminal in raw mode - ignore terminal control...
2004-06-06 Kalle WallinAdded an optional clock screen :)
2004-06-06 Kalle WallinAdded wreadln.c, wreadln.h a simple line editor
2004-06-06 Kalle Wallini18n - ncmpc is now bilingual (sv)
2004-06-05 Kalle WallinAdded initial i18n support
2004-06-05 Kalle WallinAddded support for the mpd update command (CMD_DB_UPDATE)
2004-06-05 Kalle WallinChanged directory layout (for future use of gettext)