2008-09-22 |
Max Kellermann | screen: moved code to ncu.c
|
commit | commitdiff | tree |
2008-09-22 |
Max Kellermann | main: free keyboard IO channel
|
commit | commitdiff | tree |
2008-09-22 |
Max Kellermann | configure: modern AC_INIT and AM_INIT_AUTOMAKE invocation
|
commit | commitdiff | tree |
2008-09-21 |
Max Kellermann | browse: ensure that filelist!=NULL
|
commit | commitdiff | tree |
2008-09-21 |
Max Kellermann | browser: check if the selection is valid
|
commit | commitdiff | tree |
2008-09-21 |
Max Kellermann | support: added assertions
|
commit | commitdiff | tree |
2008-09-21 |
Max Kellermann | screen_artist: check if anything is selected
|
commit | commitdiff | tree |
2008-09-21 |
Max Kellermann | libmpdclient: added another connection->sock check
|
commit | commitdiff | tree |
2008-09-21 |
Max Kellermann | mpdclient: check errorCode only if MPD_ERROR_ACK is set
|
commit | commitdiff | tree |
2008-09-21 |
Max Kellermann | mpdclient: fix memory leak in mpdclient_finish_command()
|
commit | commitdiff | tree |
2008-09-21 |
Max Kellermann | code style, indent with tabs VIII
|
commit | commitdiff | tree |
2008-09-21 |
Max Kellermann | libmpdclient: check connection->sock >= 0
|
commit | commitdiff | tree |
2008-09-21 |
Max Kellermann | mpdclient: don't call screen_status_message()
|
commit | commitdiff | tree |
2008-09-21 |
Max Kellermann | screen_help: removed update() method
|
commit | commitdiff | tree |
2008-09-19 |
Max Kellermann | filelist: fix segfault during filelist_sort()
|
commit | commitdiff | tree |
2008-09-19 |
Max Kellermann | filelist: free entries with g_slice_free()
|
commit | commitdiff | tree |
2008-09-19 |
Max Kellermann | filelist: allocate entries with g_slice_alloc()
|
commit | commitdiff | tree |
2008-09-19 |
Max Kellermann | filelist: use GPtrArray instead of GList
|
commit | commitdiff | tree |
2008-09-19 |
Max Kellermann | browser: added function browser_get_selected()
|
commit | commitdiff | tree |
2008-09-19 |
Max Kellermann | screen_search: free second file list
|
commit | commitdiff | tree |
2008-09-19 |
Max Kellermann | filelist: provide more functions for working with a...
|
commit | commitdiff | tree |
2008-09-19 |
Max Kellermann | filelist: drop "mpdclient" prefix
|
commit | commitdiff | tree |
2008-09-19 |
Max Kellermann | browser: use mpdclient_filelist_find_song() in set_highlight()
|
commit | commitdiff | tree |
2008-09-19 |
Max Kellermann | browser: song must not be NULL in set_highlight()
|
commit | commitdiff | tree |
2008-09-19 |
Max Kellermann | filelist: song must not be NULL
|
commit | commitdiff | tree |
2008-09-19 |
Max Kellermann | mpdclient: moved code to filelist.c
|
commit | commitdiff | tree |
2008-09-19 |
Max Kellermann | code style, indent with tabs VII
|
commit | commitdiff | tree |
2008-09-19 |
Max Kellermann | fix terminal resizing (SIGWINCH)
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | removed the clock screen
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | screen_browser: removed entity.song!=NULL check
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | screen_browser: removed redundant highlight check
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | screen_browser: removed redundant entity type checks
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | screen_browser: moved code to browser_select_entry()
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | screen_browser: removed commented code
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | screen_browser: moved code to browser_playlist_changed()
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | screen_browser: moved code to screen_browser.c
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | screen_browser: added struct screen_browser
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | renamed screen_browse.h to screen_browser.h
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | code style, indent with tabs VI
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | added support for wide characters
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | code style, indent with tabs V
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | screen: don't handle CMD_PLAY
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | libmpdclient: added resolver library
|
commit | commitdiff | tree |
2008-09-18 |
Max Kellermann | quit with g_main_loop_quit()
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | playlist: reset id in playlist_clear()
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | playlist: removed "updated" flag
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | use the glib main event loop
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | screen: check MPD status only if connected
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | screen: moved code to screen_client_cmd()
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | main: connect while UI is displayed
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | libmpdclient: moved code to mpd_recv(), mpd_wait()
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | libmpdclient: smaller input buffer
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | libmpdclient: smaller error buffer
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | libmpdclient: use memmove() instead of strcpy() for...
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | libmpdclient: don't strdup() MPD's welcome message
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | libmpdclient: use size_t and ssize_t
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | screen: removed empty methods
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | screen: removed NULL check
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | screen_artist: fix compilation errors
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | code style, indent with tabs IV
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | browse: when deselecting, don't search twice
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | playlist: added playlist_remove_reuse()
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | make several functions return void
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | playlist: use playlist_get() instead of playlist_get_song()
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | list_window: don't reset *highlight to 0
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | lyrics: don't check current.lines==NULL
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | help: return early from list_callback()
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | help: converted help_text_rows to a macro
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | lyrics: removed lyrics_text_rows, use current.lines...
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | list_window: added list_window_center()
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | list_window: added list_window_scroll_cmd()
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | list_window: set repaint at the end of list_window_cmd()
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | screen: return early in switch_screen_mode() on error
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | screen: added macro NUM_SCREENS
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | screen: close only current screen in screen_exit()
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | screen: don't store "screen" as a pointer
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | screen: moved code to find_configured_screen()
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | screen: mode_fn cannot be NULL, removed checks
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | screen: before calling update(), check if it is defined
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | screen: removed screen_functions.get_lw()
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | replaced get_screen_X() with static screen_functions...
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | code style, indent with tabs III
|
commit | commitdiff | tree |
2008-09-17 |
Max Kellermann | mpdclient: call playlist_clear() in mpdclient_playlist_update()
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | initial draw without delay
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | screen: added struct names
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | use a C99 compiler
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | lyrics: converted in-process plugins to external programs
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | use GPtrArray instead of GArray for playlist songs
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | playlist: hide direct accesses in inline functions
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | mpdclient: added mpdclient_playlist_init(), mpdclient_playli...
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | mpdclient: moved code to playlist.c
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | song: allocate mpd_song from glib slices
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | song: use struct mpd_song
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | libmpdclient: moved code to song.c
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | mpdclient: add struct names, for forward declarations
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | libmpdclient: const pointers
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | code style, indent with tabs II
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | list_window: update variables without looping
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | include cleanup
|
commit | commitdiff | tree |
2008-09-16 |
Max Kellermann | don't use libncursesw if libncurses was selected
|
commit | commitdiff | tree |
next |