aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-15screen: moved code to paint_top_window2()Max Kellermann1-68/+74
2008-09-15code style, indent with tabsMax Kellermann1-792/+753
2008-09-15remove unused static functionsMax Kellermann1-1/+0
2007-02-16way too much stuff to describe hereAndreas Obergrusberger1-22/+26
2006-09-08multi liner ;) fixed segfaultAndreas Obergrusberger1-6/+5
2006-09-07due to bensonk's demand i added a splash screen.Andreas Obergrusberger1-5/+10
2006-08-04the updated sourcesAndreas Obergrusberger1-4/+18
2006-03-28typoKalle Wallin1-1/+1
2006-03-28unicode fixes from Dmitry Baryshkov/René van BevernKalle Wallin1-7/+8
2006-01-16included patch from Jonathan ForsKalle Wallin1-4/+18
2005-06-15New configuraton option: screen-listKalle Wallin1-9/+50
2005-06-06Added an experimental artist (browser) screenKalle Wallin1-0/+15
2005-06-03seek-time can now be defined in the conf fileKalle Wallin1-2/+2
2004-11-15Added a search screenKalle Wallin1-1/+16
2004-07-21Added debug code for #291Kalle Wallin1-3/+9
2004-07-21Initialize dummy/last mode id to G_MAXINTKalle Wallin1-1/+1
2004-07-13Use glib's functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin1-50/+25
2004-07-13Crossfade time can now be definied in the rc file (crossfade-time)Kalle Wallin1-91/+92
2004-07-13Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin1-2/+2
2004-07-12Mouse support is now optional (enable-mouse)Kalle Wallin1-1/+2
2004-07-12Added configure option --disable-raw-modeKalle Wallin1-0/+2
2004-07-02Added basic ncurses mouse supportKalle Wallin1-1/+47
2004-06-22Clear the main window on CMD_SCREEN_UPDATEKalle Wallin1-0/+5
2004-06-20Added _utf8 suffix to all functions that take utf8 arguments.Kalle Wallin1-1/+1
2004-06-16libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() Kalle Wallin1-1/+1
2004-06-15git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-...Kalle Wallin1-2/+4
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-108/+80
2004-06-09Use the terminal in raw mode - ignore terminal control charactersKalle Wallin1-51/+14
2004-06-06Added an optional clock screen :)Kalle Wallin1-1/+20
2004-06-06Added wreadln.c, wreadln.h a simple line editorKalle Wallin1-8/+30
2004-06-06i18n - ncmpc is now bilingual (sv)Kalle Wallin1-1/+5
2004-06-05Added initial i18n supportKalle Wallin1-39/+30
2004-06-05Addded support for the mpd update command (CMD_DB_UPDATE)Kalle Wallin1-1/+13
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-11/+37
2004-05-07Redesigned ncmpc's color supportKalle Wallin1-95/+113
2004-05-03The background color can now be assigned to 'none' (use the current color).Kalle Wallin1-2/+1
2004-04-23Use wattroff after painting the top line.Kalle Wallin1-0/+3
2004-04-22Fix that keeps the cursor hidden on aterm/Eterm when the terminal is resized.Kalle Wallin1-1/+5
2004-04-21Fixed resize handling (SIGWINCH).Kalle Wallin1-3/+53
2004-04-21Display the target time when seeking.Kalle Wallin1-1/+4
2004-04-21Added support for seek,crossfade. Kalle Wallin1-36/+113
2004-04-19Major cleanup. The goal of this is to simplify addition of "screens".Kalle Wallin1-103/+146
2004-04-14Use get_key_names() for the keys displayed in the welcome message.Kalle Wallin1-3/+3
2004-04-06Replaced F1,F2,F3 with 1,2,3.Kalle Wallin1-3/+3
2004-04-06Added a welcome message (help).Kalle Wallin1-4/+28
2004-04-05Added support for (auto) center/focus playlists.Kalle Wallin1-2/+23
2004-03-31Moved cursor to main window (selected_row,0) when idle.Kalle Wallin1-1/+6
2004-03-31Moved cursor to main window (selected_row,0) when idle.Kalle Wallin1-1/+1
2004-03-28We now allocate and free memory with glibKalle Wallin1-5/+5
2004-03-28Moved cursor to main window (0,0) when idleKalle Wallin1-1/+3