summary refs log tree commit diff stats
path: root/ranger/gui/widgets/browsercolumn.py
Commit message (Expand)AuthorAgeFilesLines
* Neater copyright headerhut2015-03-191-2/+2
* core.linemode: API refactoring + better documentationWojciech Siewierski2015-03-181-3/+3
* further linemode refactoringWojciech Siewierski2015-02-221-2/+2
* linemode refactoring; custom linemodes possibleWojciech Siewierski2015-02-221-27/+15
* gui.widgets.browsercolumn: Set default value for texthut2015-01-181-0/+1
* core.metadata: use DefaultOpenStruct instead of OpenStructhut2015-01-171-4/+4
* core.metadata: works well now, at first glancehut2015-01-171-4/+6
* adapted commands for MetadataManagerhut2015-01-161-11/+11
* start turning ext.papermanager to core.metadatahut2015-01-131-1/+1
* update email addresshut2014-12-111-1/+1
* Merge branch 'flat_command' of https://github.com/tex/rangerhut2014-12-051-2/+2
|\
| * fixes to flat commandMilan Svoboda2014-11-221-1/+1
* | ext.papermanager: redraw after using :paper* commandshut2014-12-041-10/+12
* | ext.papermanager: implemented writing to .paperinfohut2014-12-031-1/+1
* | ext.papermanager: don't transform pagerinfo.authorshut2014-12-031-1/+4
* | widgets.browsercolumn: better drawing of paper infohut2014-12-031-0/+7
* | rename "title" linemode to "papertitle"hut2014-12-031-1/+1
* | implement a paper managerhut2014-12-031-3/+16
* | implement "permissions" linemodehut2014-12-031-7/+14
|/
* Merge remote-tracking branch 'germain/w3m-previews' into w3m-previewshut2014-03-121-1/+4
|\
| * Allow scope.sh to be used for image previewsGermainZ2014-03-091-1/+4
* | Changed email address in source codehut2013-08-081-1/+1
|/
* Fix Issue #80 that crashed ranger when resized too smallAbdo Roig-Maranges2013-03-241-21/+27
* widgets.browsercolumn: don't use list.clear(), py2 incompatiblehut2013-03-141-2/+2
* simplified previous commithut2013-03-091-3/+1
* config/commands.py: faster filteringhut2013-03-091-1/+3
* moved fsobject.* to container.*hut2013-03-011-1/+0
* widgets.browsercolumn: made aroig's changes conform with PEP8hut2013-02-251-20/+31
* widgets.browsercolumn: Fix wrong trimming of infostringhut2013-02-251-1/+4
* Merge branch 'vcs'hut2013-02-241-79/+123
|\
| * Merge branch 'master' into vcshut2013-02-221-1/+1
| |\
| * | Displays version control data on browser columnAbdo Roig-Maranges2013-02-121-79/+123
* | | Fix docstrings to comply with the PEP8hut2013-02-221-3/+4
| |/ |/|
* | updated copyright noticeshut2013-02-221-1/+1
* | update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
|/
* replaced tabs with 4 spaces in all python fileshut2013-02-101-379/+379
* widgets.browsercolumn: fix display of non-tagged filenameshut2013-02-101-0/+1
* gui.ui: shift column levels by 1 when pressing "i"hut2013-02-031-0/+7
* fsobject.file: remove is_image(), use existing "image" attributehut2013-02-031-1/+1
* Add 'preview_images' settingEmanuel Guevel2013-02-021-1/+1
* Display image preview using w3mimgdisplayEmanuel Guevel2013-02-021-5/+13
* widgets.browsercolumn: fix hidden infostring with python2hut2013-01-271-1/+1
* widgets.browsercolumn: check if file was copied or cut when drawinghut2012-11-101-1/+2
* widgets.browsercolumn: Catch a "wmove() returned ERR" exceptionhut2012-08-141-1/+4
* widgets.browsercolumn: Fixed segmentation fault due to 93601b17hut2012-08-081-5/+6
* Replaced core.environment with core.tabhut2012-08-051-5/+5
* 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.browsercolumn: fixed names with broken unicode surrogateshut2012-06-161-4/+1