aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_utils.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-16screen: added struct namesMax Kellermann1-2/+4
2008-09-15include cleanupMax Kellermann1-10/+5
2008-09-15screen_auth() returns resultMax Kellermann1-1/+2
2008-09-15fix function prototypesMax Kellermann1-2/+2
2008-09-15const pointersMax Kellermann1-7/+7
2008-09-15code style, indent with tabsMax Kellermann1-14/+13
2008-09-15remove unused static functionsMax Kellermann1-8/+0
2006-09-08multi liner ;) fixed segfaultAndreas Obergrusberger1-2/+2
2006-09-07due to bensonk's demand i added a splash screen.Andreas Obergrusberger1-2/+50
2005-06-15New configuraton option: find-show-lastKalle Wallin1-1/+2
2004-11-15Added a search screenKalle Wallin1-3/+4
2004-07-13Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin1-3/+4
2004-07-13Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin1-11/+1
2004-07-12Support SIGSTOP, SIGCONT in raw modeKalle Wallin1-0/+5
2004-07-03Ignore mouse events in wreadln, screen_getchKalle Wallin1-2/+10
2004-06-24Made the xterm title dynamic, added configuration option xterm-title-formatKalle Wallin1-8/+13
2004-06-22added screen_bell() for optional audible/visible bellsKalle Wallin1-1/+28
2004-06-19fixed the display of completion listsKalle Wallin1-4/+22
2004-06-18Added completion stuffKalle Wallin1-0/+22
2004-06-16Use the alert color in screen_readln()Kalle Wallin1-0/+1
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-4/+5
2004-06-06Added wreadln.c, wreadln.h a simple line editorKalle Wallin1-19/+25
2004-06-05Added initial i18n supportKalle Wallin1-3/+4
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
2004-05-07Redesigned ncmpc's color supportKalle Wallin1-28/+3
2004-04-21Fixed resize handling (SIGWINCH).Kalle Wallin1-0/+2
2004-04-19Added copyright notice and license noticeKalle Wallin1-0/+18
2004-03-28We now allocate and free memory with glibKalle Wallin1-2/+2
2004-03-27Include "config.h" before support.hKalle Wallin1-0/+1
2004-03-27Added function screen_getch().Kalle Wallin1-2/+27
2004-03-26Added reversed and wrapped list search (find).Kalle Wallin1-0/+69
2004-03-25Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin1-0/+28
2004-03-24Moved list window fuctions to list_window.c. Kalle Wallin1-159/+0
2004-03-23Use screen_status_printf() instead of screen_status_message().Kalle Wallin1-10/+1
2004-03-22Modified list_window_find() - case independet search (strcasecmp).Kalle Wallin1-5/+5
2004-03-22Added find (in page) functionality.Kalle Wallin1-0/+51