aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_keydef.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright noticesAvuton Olrich2008-12-311-9/+10
* list_window: use "bool" instead of "int"Max Kellermann2008-11-271-2/+2
* po: improved translatable strings for easier translationMax Kellermann2008-11-251-4/+4
* screen_keydef.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-4/+3
* screen: method cmd() returns boolMax Kellermann2008-11-181-6/+6
* include ncursesw/ncurses.h if availableMax Kellermann2008-10-061-1/+0
* screen: export the global variable "screen"Max Kellermann2008-10-031-5/+4
* screen: don't pass mpdclient pointer to method paint()Max Kellermann2008-10-031-3/+3
* removed KEY_RESIZEMax Kellermann2008-10-031-3/+0
* moved i18n macros to i18n.hMax Kellermann2008-10-021-1/+1
* screen: don't compile disabled sourcesMax Kellermann2008-09-251-5/+0
* screen_keydef: removed the update() methodMax Kellermann2008-09-251-17/+33
* screen: don't pass screen pointer to method paint()Max Kellermann2008-09-251-1/+1
* screen: don't call wrefresh() in methods paint() and update()Max Kellermann2008-09-251-2/+0
* list_window: removed property "clear"Max Kellermann2008-09-251-3/+0
* code style, indent with tabs XMax Kellermann2008-09-251-158/+150
* list_window: don't reset *highlight to 0Max Kellermann2008-09-171-1/+0
* screen: removed screen_functions.get_lw()Max Kellermann2008-09-171-7/+0
* replaced get_screen_X() with static screen_functions variableMax Kellermann2008-09-171-20/+12
* fix unused parameter warningsMax Kellermann2008-09-151-5/+6
* use size_t and unsigned integersMax Kellermann2008-09-151-7/+7
* fix shadow warningsMax Kellermann2008-09-151-14/+14
* include cleanupMax Kellermann2008-09-151-6/+6
* const pointersMax Kellermann2008-09-151-2/+2
* code style, indent with tabsMax Kellermann2008-09-151-97/+80
* remove unused static functionsMax Kellermann2008-09-151-1/+1
* Added a search screenKalle Wallin2004-11-151-2/+2
* Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-131-9/+10
* Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin2004-07-131-1/+1
* Added flags for conflicting, modified key bindings - check_key_bindings()Kalle Wallin2004-06-301-2/+17
* added screen_bell() for optional audible/visible bellsKalle Wallin2004-06-221-3/+3
* Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin2004-06-141-6/+5
* Updated the get_title callback.Kalle Wallin2004-06-091-8/+6
* i18n - ncmpc is now bilingual (sv)Kalle Wallin2004-06-061-2/+2
* Added initial i18n supportKalle Wallin2004-06-051-18/+20
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-051-0/+393