2008-09-25 |
Max Kellermann | code style, indent with tabs X |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Max Kellermann | Makefile: don't install disabled lyrics plugins |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Max Kellermann | configure: fix default lyrics plugin directory |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Max Kellermann | Makefile: honor DESTDIR |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Max Kellermann | lyrics: print text in UTF-8 |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Max Kellermann | screen_play: use list_window_check_selected() |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Max Kellermann | list_window: converted several public functions to... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Max Kellermann | lyrics: configurable global plugin directory |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Max Kellermann | configure: removed unused lyrics checks |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Max Kellermann | configure: removed gthread test |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Max Kellermann | lyrics: added callback |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Max Kellermann | lyrics: reimplemented with aynchronous I/O |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Max Kellermann | screen_lyrics: set current.song |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | autogen.sh: don't ignore errors |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | options: added constant option_table_size |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | options: constant options_table |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | screen_utils: simplified call to wreadln_masked() |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | screen_utils: hide cursor after screen_read_password() |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | screen: unsigned integers for screen dimensions |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | code style, indent with tabs IX |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | screen: simplified CMD_SCREEN_UPDATE handlers |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | screen: don't set list_window->repaint |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | screen: removed window.cur_action_id |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | screen: last_cmd should be a command_t |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | screen: moved input_timestamp to screen_play.c |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | screen: moved list_window mouse code to list_window.c |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | screen: moved code to ncu.c |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | main: free keyboard IO channel |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Max Kellermann | configure: modern AC_INIT and AM_INIT_AUTOMAKE invocation |
commit | commitdiff | tree | snapshot |
2008-09-22 |
David Shakaryan | added option "welcome-screen-list" |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Max Kellermann | browse: ensure that filelist!=NULL |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Max Kellermann | browser: check if the selection is valid |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Max Kellermann | support: added assertions |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Max Kellermann | screen_artist: check if anything is selected |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Max Kellermann | libmpdclient: added another connection->sock check |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Max Kellermann | mpdclient: check errorCode only if MPD_ERROR_ACK is set |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Max Kellermann | mpdclient: fix memory leak in mpdclient_finish_command() |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Max Kellermann | code style, indent with tabs VIII |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Max Kellermann | libmpdclient: check connection->sock >= 0 |
commit | commitdiff | tree | snapshot |
2008-09-21 |
J. Alexander... | added optional bitrate display to status bar |
commit | commitdiff | tree | snapshot |
2008-09-21 |
J. Alexander... | wreadln: adding additional line editing binds |
commit | commitdiff | tree | snapshot |
2008-09-21 |
J. Alexander... | ncmpc.1: -k is the short version of --key-file, not -P |
commit | commitdiff | tree | snapshot |
2008-09-21 |
J. Alexander... | generate po/Makefile.in instead of bundling it |
commit | commitdiff | tree | snapshot |
2008-09-21 |
J. Alexander... | configure.ac: don't enable the lyrics screen by default |
commit | commitdiff | tree | snapshot |
2008-09-21 |
J. Alexander... | autogen: don't run ./configure if $NOCONFIGURE is set |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Max Kellermann | mpdclient: don't call screen_status_message() |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Yannick LM | Adding crop feature in ncmpc |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Max Kellermann | screen_help: removed update() method |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Max Kellermann | filelist: fix segfault during filelist_sort() |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Max Kellermann | filelist: free entries with g_slice_free() |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Max Kellermann | filelist: allocate entries with g_slice_alloc() |
commit | commitdiff | tree | snapshot |
2008-09-19 |
unK | properly configure M4 macro dir |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Max Kellermann | filelist: use GPtrArray instead of GList |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Max Kellermann | browser: added function browser_get_selected() |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Max Kellermann | screen_search: free second file list |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Max Kellermann | filelist: provide more functions for working with a... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Max Kellermann | filelist: drop "mpdclient" prefix |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Max Kellermann | browser: use mpdclient_filelist_find_song() in set_high... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Max Kellermann | browser: song must not be NULL in set_highlight() |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Max Kellermann | filelist: song must not be NULL |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Max Kellermann | mpdclient: moved code to filelist.c |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Max Kellermann | code style, indent with tabs VII |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Max Kellermann | fix terminal resizing (SIGWINCH) |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | removed the clock screen |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | screen_browser: removed entity.song!=NULL check |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | screen_browser: removed redundant highlight check |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | screen_browser: removed redundant entity type checks |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | screen_browser: moved code to browser_select_entry() |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | screen_browser: removed commented code |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | screen_browser: moved code to browser_playlist_changed() |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | screen_browser: moved code to screen_browser.c |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | screen_browser: added struct screen_browser |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | renamed screen_browse.h to screen_browser.h |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | code style, indent with tabs VI |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | added support for wide characters |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | code style, indent with tabs V |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | screen: don't handle CMD_PLAY |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | libmpdclient: added resolver library |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Max Kellermann | quit with g_main_loop_quit() |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | playlist: reset id in playlist_clear() |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | playlist: removed "updated" flag |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | use the glib main event loop |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | screen: check MPD status only if connected |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | screen: moved code to screen_client_cmd() |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | main: connect while UI is displayed |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | libmpdclient: moved code to mpd_recv(), mpd_wait() |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | libmpdclient: smaller input buffer |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | libmpdclient: smaller error buffer |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | libmpdclient: use memmove() instead of strcpy() for... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | libmpdclient: don't strdup() MPD's welcome message |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | libmpdclient: use size_t and ssize_t |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | screen: removed empty methods |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | screen: removed NULL check |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | screen_artist: fix compilation errors |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | code style, indent with tabs IV |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | browse: when deselecting, don't search twice |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | playlist: added playlist_remove_reuse() |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | make several functions return void |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | playlist: use playlist_get() instead of playlist_get_song() |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Max Kellermann | list_window: don't reset *highlight to 0 |
commit | commitdiff | tree | snapshot |
next |