summary refs log tree commit diff stats
path: root/ranger/gui/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* replaced tabs with 4 spaces in all python fileshut2013-02-108-1828/+1828
* widgets.browsercolumn: fix display of non-tagged filenameshut2013-02-101-0/+1
* Image preview: clear images without full redrawEmanuel Guevel2013-02-031-2/+4
* gui.ui: shift column levels by 1 when pressing "i"hut2013-02-031-0/+7
* widgets.pager: no unnecessary redrawing of imageshut2013-02-031-2/+4
* widgets.pager: draw the image at the very endhut2013-02-032-10/+11
* widgets.browserview: don't collapse preview when drawing imageshut2013-02-031-7/+10
* fsobject.file: remove is_image(), use existing "image" attributehut2013-02-031-1/+1
* Merge remote-tracking branch 'potato/img-preview'hut2013-02-032-9/+55
|\
| * Add 'preview_images' settingEmanuel Guevel2013-02-021-1/+1
| * Display image preview using w3mimgdisplayEmanuel Guevel2013-02-022-9/+55
* | widgets.statusbar: removed space between size and size unithut2013-02-011-1/+3
|/
* widgets.browsercolumn: fix hidden infostring with python2hut2013-01-271-1/+1
* widgets.console: fix pasting of CJK charactershut2013-01-151-6/+14
* widgets.console: more documentationhut2013-01-101-0/+13
* widgets.console: more documentationhut2013-01-101-9/+9
* widgets.console: remove debug codehut2013-01-101-1/+0
* widgets.console: implement question promptshut2013-01-101-26/+95
* widgets.statusbar: avoid an exception on bad current pathhut2012-12-171-1/+5
* widgets.browsercolumn: check if file was copied or cut when drawinghut2012-11-101-1/+2
* widgets.browserview: catch an error in _draw_bordershut2012-11-051-5/+8
* widgets.browsercolumn: Catch a "wmove() returned ERR" exceptionhut2012-08-141-1/+4
* widgets.statusbar: draw an averaging progress barhut2012-08-122-3/+16
* widgets.browsercolumn: Fixed segmentation fault due to 93601b17hut2012-08-081-5/+6
* widgets.taskview: show progressbar only if task supports ithut2012-08-071-4/+8
* widgets.taskview: added progressbars for dir loading taskshut2012-08-071-1/+3
* widgets.titlebar: fixed crash on ':set dirname_in_tabs True'hut2012-08-061-1/+1
* core.fm: fixed passing directory argumentshut2012-08-061-2/+3
* Replaced core.environment with core.tabhut2012-08-054-30/+34
* moved fm.env.get_directory() to fm.get_directory()hut2012-08-051-1/+1
* moved fm.env.{username,hostname,home_path} to fm.*hut2012-08-051-5/+5
* move fm.env.{keymaps,keybuffer} to fm.ui.{keymaps,keybuffer}hut2012-08-055-6/+6
* move fm.env.{copy,cut} to fm.{copy_buffer,do_cut}hut2012-08-051-2/+2
* widgets.browsercolumn: Fix disappearance of infostringhut2012-08-021-1/+1
* widgets.browsercolumn: fixed not drawing of unicode surrogateshut2012-08-021-2/+1
* widgets.console: catch a UnicodeEncodeError with surrogateshut2012-06-161-1/+4
* widgets.browsercolumn: fixed names with broken unicode surrogateshut2012-06-161-4/+1
* widgets.browsercolumn: fixed crash on resizing to a small widthhut2012-06-161-1/+1
* widgets.browsercolumn: fix coloring bughut2012-05-161-0/+2
* widgets.browsercolumn: more failsafehut2012-05-101-0/+1
* widgets.browsercolumn: Fix drawing of stuff in right columnhut2012-05-101-0/+2
* widgets.browsercolumn: update infostring when changedhut2012-05-101-4/+15
* widgets.browsercolumn: 9001% speedup in drawinghut2012-05-101-34/+52
* implemented "rifle", a new file launcherhut2012-03-162-0/+17
* shorten all copyright messages for better readabilityhut2012-03-147-91/+7
* Catch a trivial ncurses exceptionhut2012-03-051-1/+4
* widgets/statusbar: Catch exceptions in env.get_free_spacehut2012-02-091-4/+8
* widgets/statusbar: Display "All" when all files are shown (fix)hut2012-02-091-1/+1
* gui.colorschemes: more efficient color_athut2012-01-112-13/+11
* widgets.statusbar: Include marked directory sizes in statusbar summaryhut2012-01-041-3/+3