Code

release v0.29
[ncmpc.git] / src / list_window.c
2017-03-17 Max Kellermannupdate copyright year
2014-05-28 Simon ArlottImplement a search-format configuration option (Mantis...
2013-11-08 Max Kellermann*: make variables more local
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-22 Jonathan Neuschäferrename screen_message to screen_status
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2011-11-03 Max KellermannMerge remote branches 'avuton/master' and 'jn/dev'
2011-11-02 Jonathan Neuschäferlist_window: scroll down exactly one page at PGDN
2011-09-21 Max KellermannMerge branch 'regr' of git://git.musicpd.org/jn/ncmpc
2011-09-17 Jonathan Neuschäferlist_window: export scroll-after-cursor code
2011-09-16 Jonathan Neuschäferlist_window: "if ( x)" -> "if (x)"
2011-06-23 mattuse glib regex for list_window_jump.
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-12-30 Max Kellermannlist_window: check for unchanged value in set_length()
2009-10-29 Thomas Jansenlist_window: removed unnecessary reverse wattroff
2009-10-11 Max Kellermannlist_window: removed second column support
2009-10-11 Max Kellermannscreen_browser: don't return directory name with square...
2009-10-11 Max Kellermannlist_window: added callback function for row painting
2009-10-11 Max Kellermannlist_window: moved painting utilities to paint.h
2009-10-10 Max Kellermannlist_window: simplified narrow cursor drawing
2009-10-10 Max Kellermannlist_window: simplify show_cursor formula
2009-10-10 Max Kellermannlist_window: removed selected_start, selected_end
2009-10-10 Max Kellermannlist_window: eliminate redundant code in list_window_fe...
2009-10-10 Max Kellermannlist_window: removed redundant range_base checks
2009-10-10 Max Kellermannlist_window: moved checks to list_window_validate_index()
2009-10-10 Max Kellermannlist_window: removed scrolling from list_window_check_s...
2009-10-10 Max Kellermannlist_window: fix list_window_check_origin() indentation
2009-10-10 Max Kellermannlist_window: fully disable highlighting code on --enabl...
2009-10-10 Max Kellermannlist_window: moved code to jump_match()
2009-10-10 Max Kellermannlist_window: don't allow list_window_jump(NULL)
2009-10-10 Max Kellermannlist_window: moved auto-scrolling code to list_window_c...
2009-10-10 Max Kellermannlist_window: added function list_window_resize()
2009-10-10 Max Kellermannlist_window: use list_window_move_cursor() in find...
2009-10-10 Max Kellermannlist_window: don't invoke callback out-of-range
2009-10-10 Max Kellermannlist_window: added attribute "length"
2009-10-10 Max Kellermannlist_window: disable support for second column on ...
2009-10-09 Max Kellermannlist_window: moved code to list_window_fetch_cursor()
2009-10-09 Max Kellermannlist_window: splitted function list_window_set_selected()
2009-10-09 Max Kellermannlist_window: fix narrow cursor drawing
2009-10-09 Max Kellermannlist_window: optimize second column drawing
2009-10-09 Max Kellermannlist_window: moved code to list_window_paint_row()
2009-10-09 Max Kellermannlist_window: simplified the selection painting code
2009-10-09 Max Kellermannlist_window: removed the list_window_t typedef
2009-10-09 Max Kellermannlist_window: don't allow list_window_free(NULL)
2009-10-01 Max Kellermannscreen: moved status message functions to screen_message.c
2009-06-14 Max Kellermannlist_window: added the "hardware_cursor" option
2009-06-14 Romain Bignondisplay songs time in playlist
2009-04-15 Max Kellermannlist_window: check range selection
2009-04-10 Max Kellermannlist_window: removed the unused "xoffset" variable
2009-04-08 Jeffrey Middletonadded scroll-offset option; fixed scrolling bug
2009-03-30 Max KellermannMerge branch 'master' of git://git.musicpd.org/patrick...
2009-03-28 Patrick Hallenconf: Added new "jump-prefix-only" option.
2009-03-26 Romain Bignonrenamed visual selection to range selection
2009-03-16 Matt Portaslist_window: search in strings with the "jump" command
2009-03-05 Jeffrey MiddletonSpelling corrections
2009-03-05 Jeffrey Middletonlist_window: Extended scrolling commands to text screens
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: Tweaked visual mode behavior
2009-03-03 Jeffrey Middletonlist_window: added top, middle, and bottom commands
2009-02-27 Jeffrey Middletonlist_window: page up goes too far
2009-02-11 Patrick Hallenlist_window: Added message when selection is enabled...
2009-02-11 Patrick Hallenlist_window: Added new function, which finds the beginn...
2009-02-10 Romain Bignonsupport multiple lines selection
2009-02-09 jefromilist_window: bell when searches wrap
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-10 Max Kellermannlist_window: moved string matching to match.h
2008-11-27 Max Kellermannlist_window: converted "flags" to one "bool" variable
2008-11-27 Max Kellermannlist_window: use "bool" instead of "int"
2008-11-27 Max Kellermannlist_window: fixed endless loop in non-wrapped search
2008-11-25 Max Kellermannlist_window: reset cursor when list is empty
2008-10-03 Max Kellermanncode style, indent with tabs XI
2008-10-03 Max Kellermannlist_window: remove list_window_state_t
2008-10-02 Max Kellermanncharset: renamed my_strlen() to utf8_width()
2008-10-02 Max Kellermannmoved code to charset.c
2008-09-25 Max Kellermannlist_window: removed property "repaint"
2008-09-25 Max Kellermannlist_window: removed property "clear"
2008-09-25 Max Kellermanncode style, indent with tabs X
2008-09-23 Max Kellermannlist_window: converted several public functions to...
2008-09-22 Max Kellermannscreen: moved list_window mouse code to list_window.c
2008-09-17 Max Kellermannmake several functions return void
2008-09-17 Max Kellermannlist_window: added list_window_center()
2008-09-17 Max Kellermannlist_window: added list_window_scroll_cmd()
2008-09-17 Max Kellermannlist_window: set repaint at the end of list_window_cmd()
2008-09-16 Max Kellermannscreen: added struct names
2008-09-16 Max Kellermanncode style, indent with tabs II
2008-09-16 Max Kellermannlist_window: update variables without looping
2008-09-15 Max Kellermannuse size_t and unsigned integers
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermanncode style, indent with tabs
2008-09-15 Max Kellermannremove unused static functions
2006-11-11 Andreas ObergrusbergerDaniel rocked the house
2006-08-25 Andreas Obergrusbergerfix a bug the makes utf8 names behave evil
2006-03-28 Kalle Wallintypo
2006-03-28 Kalle Wallinunicode fixes from Dmitry Baryshkov/René van Bevern
2005-06-14 Kalle WallinMoved list window state code to list_window.c
2005-06-11 Kalle Wallinsupport wide-char ncurses library (ncursesw)
2005-06-03 Kalle WallinAdded a "hide cursor" feature #0000417
next