Code

screen_interface: add method mouse(), replacing CMD_MOUSE_EVENT
[ncmpc.git] / src / command.h
2017-08-02 Max Kellermannscreen_interface: add method mouse(), replacing CMD_MOU...
2017-03-20 Max Kellermanncommand: move get_keyboard_command() to keyboard.c
2017-03-20 Max Kellermanncommand: remove "pure" attribute from get_keyboard_comm...
2017-03-17 Max Kellermannupdate copyright year
2014-07-14 Max Kellermanncommand: return bool for success/failure
2013-11-08 Max Kellermann*: add "pure" attributes
2012-06-12 Max KellermannMerge branch 'chat' of git://git.musicpd.org/jn/ncmpc
2012-05-02 Jonathan Neuschäferadd an initial version of a chat screen
2012-01-04 Max KellermannMerge remote branches 'jn/keydef' and 'jn/dev'
2011-12-24 Jonathan Neuschäferscreen_keydef: show command descriptions
2011-12-22 Jonathan Neuschäferoptions: get_key_names: use bool
2011-12-22 Jonathan Neuschäferchange CMD_LYRICS_EDIT to CMD_EDIT
2011-12-17 Jonathan Neuschäferscreen_lyrics: new key to edit lyrics
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-04-24 Jeffrey Middletonscreen_play: added CMD_SELECT_PLAYING
2009-03-30 Max KellermannMerge branch 'master' of git://git.musicpd.org/patrick...
2009-03-29 Romain Bignonsupport the 'consume' mode
2009-03-27 Romain Bignonsupport the new 'single' state feature
2009-03-26 Romain Bignonrenamed visual selection to range selection
2009-03-13 Patrick HallenMake it possible to switch to the song viewer from...
2009-03-05 Jeffrey Middletonscreen: Added screen swap command
2009-03-05 Jeffrey Middletonlist_window: Added scroll up/down half-screen commands
2009-03-05 Jeffrey Middletonlist_window: Added scroll up/down commands
2009-03-03 Jeffrey Middletonlist_window: added top, middle, and bottom commands
2009-02-11 Patrick Hallencommand: Added the new jump command.
2009-02-10 Romain Bignonsupport multiple lines selection
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-10 Max Kellermanncommand: disable check_key_bindings() with --enable...
2008-12-06 Max Kellermannadded missing copyright headers
2008-12-05 Mikael Svantessonscreen_outputs: new screen to control MPD's output...
2008-11-18 Max Kellermannscreen_song: new screen which views song information
2008-11-18 Max Kellermanncommand: added CMD_LOCATE to locate song in database
2008-11-07 Max Kellermanncommand.h: include config.h
2008-11-07 Max Kellermannoptions: don't store disabled options
2008-10-06 Max Kellermanninclude ncursesw/ncurses.h if available
2008-10-06 Max Kellermannremoved my_wgetch(), switch to wgetch()
2008-10-03 Max Kellermanncode style, indent with tabs XI
2008-09-21 Yannick LMAdding crop feature in ncmpc
2008-09-18 Max Kellermannremoved the clock screen
2008-09-17 Max Kellermannuse the glib main event loop
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermanncode style, indent with tabs
2007-11-30 Andreas Obergrusbergercmd_select_all added
2006-11-08 Andreas Obergrusbergergo to root/parent dir key added
2006-08-07 Andreas Obergrusbergerlots of cool stuff!
2006-08-05 Andreas Obergrusbergerinterruption of lyrics loading + po blabla
2006-08-04 Andreas Obergrusbergerthe updated sources
2005-06-06 Kalle WallinAdded an experimental artist (browser) screen
2004-11-15 Kalle WallinAdded a search screen
2004-07-13 Kalle WallinUse my_wgetch() instead of wgetch(), added --[no-]mouse...
2004-07-02 Kalle WallinAdded basic ncurses mouse support
2004-06-30 Kalle WallinAdded flags for conflicting, modified key bindings...
2004-06-19 Kalle Wallindisplay errors without exiting when key bindings are...
2004-06-18 Kalle WallinAdded a add command (for adding files or urls to the...
2004-06-09 Kalle WallinAdded the get_keyboard_command_with_timeout() function.
2004-06-06 Kalle WallinAdded an optional clock screen :)
2004-06-05 Kalle WallinAddded support for the mpd update command (CMD_DB_UPDATE)
2004-06-05 Kalle WallinChanged directory layout (for future use of gettext)