aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_utils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* support: renamed source to hscroll.cMax Kellermann2008-12-101-1/+0
* list_window: use "bool" instead of "int"Max Kellermann2008-11-271-16/+12
* screen_utils: check for NULL passwordMax Kellermann2008-11-171-1/+10
* wreadln: return NULL instead of empty stringMax Kellermann2008-11-071-1/+1
* disable more features with --enable-miniMax Kellermann2008-11-071-0/+2
* removed my_wgetch(), switch to wgetch()Max Kellermann2008-10-061-1/+1
* use g_basename() instead of basename()Max Kellermann2008-10-041-1/+1
* screen: export the global variable "screen"Max Kellermann2008-10-031-20/+20
* moved i18n macros to i18n.hMax Kellermann2008-10-021-1/+1
* screen_utils: don't call wmove() twiceMax Kellermann2008-09-251-3/+0
* list_window: removed property "repaint"Max Kellermann2008-09-251-3/+1
* code style, indent with tabs XMax Kellermann2008-09-251-3/+1
* screen_utils: simplified call to wreadln_masked()Max Kellermann2008-09-221-3/+2
* screen_utils: hide cursor after screen_read_password()Max Kellermann2008-09-221-2/+5
* screen: unsigned integers for screen dimensionsMax Kellermann2008-09-221-3/+3
* code style, indent with tabs IXMax Kellermann2008-09-221-158/+154
* use the glib main event loopMax Kellermann2008-09-181-2/+0
* screen: added struct namesMax Kellermann2008-09-161-2/+4
* include cleanupMax Kellermann2008-09-151-10/+5
* screen_auth() returns resultMax Kellermann2008-09-151-1/+2
* fix function prototypesMax Kellermann2008-09-151-2/+2
* const pointersMax Kellermann2008-09-151-7/+7
* code style, indent with tabsMax Kellermann2008-09-151-14/+13
* remove unused static functionsMax Kellermann2008-09-151-8/+0
* multi liner ;) fixed segfaultAndreas Obergrusberger2006-09-081-2/+2
* due to bensonk's demand i added a splash screen.Andreas Obergrusberger2006-09-071-2/+50
* New configuraton option: find-show-lastKalle Wallin2005-06-151-1/+2
* Added a search screenKalle Wallin2004-11-151-3/+4
* Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-131-3/+4
* Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin2004-07-131-11/+1
* Support SIGSTOP, SIGCONT in raw modeKalle Wallin2004-07-121-0/+5
* Ignore mouse events in wreadln, screen_getchKalle Wallin2004-07-031-2/+10
* Made the xterm title dynamic, added configuration option xterm-title-formatKalle Wallin2004-06-241-8/+13
* added screen_bell() for optional audible/visible bellsKalle Wallin2004-06-221-1/+28
* fixed the display of completion listsKalle Wallin2004-06-191-4/+22
* Added completion stuffKalle Wallin2004-06-181-0/+22
* Use the alert color in screen_readln()Kalle Wallin2004-06-161-0/+1
* Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin2004-06-141-4/+5
* Added wreadln.c, wreadln.h a simple line editorKalle Wallin2004-06-061-19/+25
* Added initial i18n supportKalle Wallin2004-06-051-3/+4
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-051-0/+153