aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include ncursesw/ncurses.h if availableMax Kellermann2008-10-0615-9/+41
* wreadln: optimize wreadln_delete_char() with memmove()Max Kellermann2008-10-061-3/+4
* wreadln: moved code to wreadln_delete()Max Kellermann2008-10-061-7/+16
* wreadln: return early from cursor movement functionsMax Kellermann2008-10-061-11/+13
* wreadln: use unsigned integers and size_tMax Kellermann2008-10-062-15/+16
* wreadln: use memcpy() for both casesMax Kellermann2008-10-061-11/+6
* wreadln: use memmove() instead of an temporary bufferMax Kellermann2008-10-061-7/+2
* wreadln: moved code to insert_byte()Max Kellermann2008-10-061-19/+25
* wreadln: static bufferMax Kellermann2008-10-061-18/+11
* wreadln: added struct wreadlnMax Kellermann2008-10-061-94/+111
* wreadln: removed parameter "x1"Max Kellermann2008-10-061-15/+11
* wreadln: convert public globals to local constantsMax Kellermann2008-10-063-15/+6
* wreadln: import screen_bell() from screen_utils.hMax Kellermann2008-10-061-3/+1
* code style, indent with tabs XIIMax Kellermann2008-10-062-64/+61
* removed my_wgetch(), switch to wgetch()Max Kellermann2008-10-066-24/+3
* disable ncurses raw modeMax Kellermann2008-10-064-30/+0
* wreadln: removed the disabled ncursesw codeMax Kellermann2008-10-061-384/+0
* screen: declare time constants as GTimeMax Kellermann2008-10-041-2/+2
* Do not include libgen.h, it is unneeded after commit 44ecb.Emanuele Giaquinta2008-10-042-8/+0
* use g_basename() instead of basename()Max Kellermann2008-10-041-1/+1
* store MPD_UPDATE_TIME as guintMax Kellermann2008-10-031-3/+3
* don't initialize sigaction struct twiceMax Kellermann2008-10-031-6/+3
* restart system call after SIGWINCHMax Kellermann2008-10-031-1/+1
* typo: ignore SIGPIPE instead of SIGWINCHMax Kellermann2008-10-031-2/+2
* screen: export the global variable "screen"Max Kellermann2008-10-0314-99/+85
* screen: don't pass mpdclient pointer to method paint()Max Kellermann2008-10-039-33/+32
* screen_play: remember playlistMax Kellermann2008-10-031-18/+20
* screen: removed "painted" flagMax Kellermann2008-10-033-14/+10
* removed KEY_RESIZEMax Kellermann2008-10-034-31/+0
* screen_search: array index is tag idMax Kellermann2008-10-031-24/+19
* don't import mpdclient_finish_command() twiceMax Kellermann2008-10-032-4/+0
* screen_search: removed the FUTURE macroMax Kellermann2008-10-031-11/+0
* options: don't initialize with memset(0)Max Kellermann2008-10-031-2/+0
* options: don't pass the "options" pointer aroundMax Kellermann2008-10-035-55/+48
* colors: make color support optional at compile timeMax Kellermann2008-10-038-0/+69
* options: print one big string in --version screenMax Kellermann2008-10-031-9/+9
* colors: color id is the index of the "colors" arrayMax Kellermann2008-10-032-45/+25
* colors: added enum color_tMax Kellermann2008-10-032-17/+19
* code style, indent with tabs XIMax Kellermann2008-10-0319-921/+790
* screen_artist: better screen titleMax Kellermann2008-10-031-7/+13
* list_window: remove list_window_state_tMax Kellermann2008-10-036-90/+78
* filelist: added filelist_find_directory()Max Kellermann2008-10-032-0/+22
* screen_artist: fix reload in "All tracks"Max Kellermann2008-10-031-7/+11
* charset: pass -1 instead of strlen()Max Kellermann2008-10-031-2/+2
* support: removed unused function remove_trailing_slash()Max Kellermann2008-10-032-18/+0
* use g_basename() instead of basename()Max Kellermann2008-10-036-42/+13
* use g_ascii_isspace() instead of IS_WHITESPACE()Max Kellermann2008-10-032-13/+11
* use g_ascii_strdown() instead of the custom lowerstr()Max Kellermann2008-10-033-27/+17
* list_window: removed unused macro "LW_ROW"Max Kellermann2008-10-021-2/+0
* screen_browser: added constant playlist_formatMax Kellermann2008-10-021-6/+3