aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* screen_browser: added hotkey for adding songMax Kellermann2008-09-256-1/+37
* fix miscellaneous sparse warningsMax Kellermann2008-09-254-3/+5
* Makefile: added "sparse-check" targetMax Kellermann2008-09-251-0/+15
* screen: removed screen.modeMax Kellermann2008-09-254-30/+14
* screen: removed screen idsMax Kellermann2008-09-252-27/+7
* screen: pass screen_functions pointer to switch_screen_mode()Max Kellermann2008-09-254-35/+32
* screen: replaced get_cur_mode_id() with screen_is_visible()Max Kellermann2008-09-257-8/+10
* screen: moved code to screen_list.cMax Kellermann2008-09-255-110/+238
* screen: don't compile disabled sourcesMax Kellermann2008-09-256-24/+18
* screen_utils: don't call wmove() twiceMax Kellermann2008-09-251-3/+0
* filelist: removed attribute "updated"Max Kellermann2008-09-255-12/+0
* screen: don't pass screen pointer to method update()Max Kellermann2008-09-253-4/+6
* screen_play: hide cursor with a timerMax Kellermann2008-09-251-20/+45
* screen_search: removed update() methodMax Kellermann2008-09-251-25/+44
* screen_search: removed version check from paint() methodMax Kellermann2008-09-251-5/+1
* screen_file: removed update() methodMax Kellermann2008-09-251-23/+50
* screen_artist: removed update() methodMax Kellermann2008-09-251-25/+59
* screen_playlist: don't repaint in update()Max Kellermann2008-09-251-17/+45
* list_window: removed property "repaint"Max Kellermann2008-09-253-8/+1
* screen_lyrics: removed the "update" methodMax Kellermann2008-09-251-13/+4
* screen_lyrics: added lyrics_repaint()Max Kellermann2008-09-251-10/+27
* screen_keydef: removed the update() methodMax Kellermann2008-09-251-17/+33
* screen: don't pass screen pointer to method paint()Max Kellermann2008-09-259-19/+19
* screen: don't call wrefresh() in methods paint() and update()Max Kellermann2008-09-257-16/+1
* list_window: removed property "clear"Max Kellermann2008-09-259-41/+13
* code style, indent with tabs XMax Kellermann2008-09-259-346/+321
* screen_play: use list_window_check_selected()Max Kellermann2008-09-231-5/+1
* list_window: converted several public functions to staticMax Kellermann2008-09-232-12/+6
* lyrics: configurable global plugin directoryMax Kellermann2008-09-231-4/+19
* lyrics: added callbackMax Kellermann2008-09-233-69/+56
* lyrics: reimplemented with aynchronous I/OMax Kellermann2008-09-231-69/+98
* screen_lyrics: set current.songMax Kellermann2008-09-231-2/+2
* options: added constant option_table_sizeMax Kellermann2008-09-221-7/+7
* options: constant options_tableMax Kellermann2008-09-221-3/+3
* screen_utils: simplified call to wreadln_masked()Max Kellermann2008-09-221-3/+2
* screen_utils: hide cursor after screen_read_password()Max Kellermann2008-09-221-2/+5
* screen: unsigned integers for screen dimensionsMax Kellermann2008-09-222-5/+5
* code style, indent with tabs IXMax Kellermann2008-09-222-309/+301
* screen: simplified CMD_SCREEN_UPDATE handlersMax Kellermann2008-09-223-8/+4
* screen: don't set list_window->repaintMax Kellermann2008-09-223-9/+1
* screen: removed window.cur_action_idMax Kellermann2008-09-221-1/+0
* screen: last_cmd should be a command_tMax Kellermann2008-09-221-1/+2
* screen: moved input_timestamp to screen_play.cMax Kellermann2008-09-223-4/+6
* screen: moved list_window mouse code to list_window.cMax Kellermann2008-09-226-28/+47
* screen: moved code to ncu.cMax Kellermann2008-09-226-35/+97
* main: free keyboard IO channelMax Kellermann2008-09-221-2/+7
* added option "welcome-screen-list"David Shakaryan2008-09-224-1/+9
* browse: ensure that filelist!=NULLMax Kellermann2008-09-212-4/+18
* browser: check if the selection is validMax Kellermann2008-09-212-1/+8
* support: added assertionsMax Kellermann2008-09-211-0/+16