summary refs log tree commit diff stats
path: root/ranger/gui
Commit message (Expand)AuthorAgeFilesLines
* gui.widgets.titlebar: truncate dirnames in tab titleshut2010-10-041-3/+9
* gui.color: fixed ranger.gui.color.remove_attrhut2010-10-041-1/+1
* gui.widgets.browsercolumn: more robust check for copied fileshut2010-10-031-1/+3
* core.fm: Don't check bookmarks when not neededhut2010-10-021-0/+1
* widgets.browsercolumn: display "~" when truncating filenameshut2010-10-021-7/+19
* a little restructurationhut2010-10-024-10/+9
* gui.ui: Disable mouse when console is openhut2010-10-011-2/+2
* Revert 5 commits concerning utf (due to very poor performance)hut2010-09-303-21/+32
* ext.utfwidth: Compatibility with both py2.6 and py3.1hut2010-09-303-9/+12
* gui.curses_shortcuts: bugfix, simplificationhut2010-09-301-27/+9
* ext.utfwidth: updated algorithmshut2010-09-301-3/+6
* ext.utfwidth: stuffhut2010-09-301-3/+2
* gui.bar: improved titlebar shortening for utf file/dirnameshut2010-09-291-7/+9
* gui.bar: New algorithm for trimming title barhut2010-09-292-12/+16
* Cosmetic changeshut2010-09-291-1/+1
* More intuitive statusbar contenthut2010-09-151-6/+10
* Fixed new history implementationhut2010-08-281-0/+1
* Changed default config dir to $XDG_CONFIG_HOME/rangerhut2010-08-281-3/+3
* Integrated new container.history implementationhut2010-08-281-4/+7
* Fixed historyhut2010-08-261-5/+8
* widgets.console: removed duplicate importhut2010-08-261-1/+0
* widgets.console: removed unused Console.init() methodhut2010-08-261-4/+0
* widgets/console: Simplified consolehut2010-08-263-460/+47
* widgets.console: improved delete_word()hut2010-08-251-8/+9
* Fixed exception when using %f macros in special caseshut2010-08-161-2/+4
* gui.widgets.console: added %<LETTER> and %<N><letter> macroshut2010-07-171-1/+35
* widgets.console: fixed history in clean modehut2010-06-091-1/+5
* minor changeshut2010-06-091-1/+2
* customized David Barnetts code + polished stuffhut2010-05-171-1/+1
* Merge git://github.com/dbarnett/rangerhut2010-05-171-55/+9
|\
| * Refactored filetype/preview code; added previews for .zip files (list contain...David Barnett2010-05-161-55/+9
* | gui.*: failsafe addstrshut2010-05-174-13/+21
* | Merge branch 'utf'hut2010-05-172-13/+26
|\ \ | |/ |/|
| * utf: partial fix of console width overflow handlinghut2010-05-171-1/+4
| * utf: fixed console.delete()hut2010-05-171-7/+9
| * fixed utf stuffhut2010-05-171-3/+6
| * utf stuffhut2010-05-101-1/+3
| * attempt to fix utf issues (wrong calculation of width)hut2010-05-102-3/+6
* | fix exceptions from invalid unicode charactershut2010-05-163-22/+47
* | fsobject: remove readlink-attribute, catch OSError in realpath()hut2010-05-151-2/+5
* | widget.browsercolumn: don't run files when scrolling in right columnhut2010-05-141-1/+1
* | gui.ui: don't flush input when console is openhut2010-05-141-2/+2
|/
* fixed "zc" keyhut2010-05-101-10/+10
* widgets.browsercolumn: call move_parent when scrolling in second columnhut2010-05-023-8/+19
* bugfix: scroll faster with ctrlhut2010-05-021-1/+1
* widgets.console: added macro %dhut2010-04-281-0/+5
* widgets.console: give a local variable a more meaningful namehut2010-04-281-7/+7
* widgets.console: added macros %t and %c in the OpenConsolehut2010-04-271-0/+7
* widgets.pager: Fixed off-by-one error for boundarieshut2010-04-261-2/+2
* widgets.browsercolumn: fixed width-check for infostringhut2010-04-261-1/+1