Code

disable more features with --enable-mini
[ncmpc.git] / src / screen_utils.c
2008-11-07 Max Kellermanndisable more features with --enable-mini
2008-10-06 Max Kellermannremoved my_wgetch(), switch to wgetch()
2008-10-04 Max Kellermannuse g_basename() instead of basename()
2008-10-03 Max Kellermannscreen: export the global variable "screen"
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-09-25 Max Kellermannscreen_utils: don't call wmove() twice
2008-09-25 Max Kellermannlist_window: removed property "repaint"
2008-09-25 Max Kellermanncode style, indent with tabs X
2008-09-22 Max Kellermannscreen_utils: simplified call to wreadln_masked()
2008-09-22 Max Kellermannscreen_utils: hide cursor after screen_read_password()
2008-09-22 Max Kellermannscreen: unsigned integers for screen dimensions
2008-09-22 Max Kellermanncode style, indent with tabs IX
2008-09-17 Max Kellermannuse the glib main event loop
2008-09-16 Max Kellermannscreen: added struct names
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannscreen_auth() returns result
2008-09-15 Max Kellermannfix function prototypes
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermanncode style, indent with tabs
2008-09-15 Max Kellermannremove unused static functions
2006-09-08 Andreas Obergrusbergermulti liner ;) fixed segfault
2006-09-07 Andreas Obergrusbergerdue to bensonk's demand i added a splash screen.
2005-06-15 Kalle WallinNew configuraton option: find-show-last
2004-11-15 Kalle WallinAdded a search screen
2004-07-13 Kalle WallinUse glib's str functions (g_strlcat, g_strlcpy, g_snpri...
2004-07-13 Kalle WallinUse my_wgetch() instead of wgetch(), added --[no-]mouse...
2004-07-12 Kalle WallinSupport SIGSTOP, SIGCONT in raw mode
2004-07-03 Kalle WallinIgnore mouse events in wreadln, screen_getch
2004-06-24 Kalle WallinMade the xterm title dynamic, added configuration optio...
2004-06-22 Kalle Wallinadded screen_bell() for optional audible/visible bells
2004-06-19 Kalle Wallinfixed the display of completion lists
2004-06-18 Kalle WallinAdded completion stuff
2004-06-16 Kalle WallinUse the alert color in screen_readln()
2004-06-14 Kalle WallinMajor cleanup of the mpd client code (mpc->mpdclient)
2004-06-06 Kalle WallinAdded wreadln.c, wreadln.h a simple line editor
2004-06-05 Kalle WallinAdded initial i18n support
2004-06-05 Kalle WallinChanged directory layout (for future use of gettext)