about summary refs log tree commit diff stats
path: root/ranger/gui
Commit message (Expand)AuthorAgeFilesLines
...
* titlebar: red hostname if logged in with roothut2010-01-191-3/+9
* fixed #43: bookmark ` = 'hut2010-01-181-1/+1
* console: adjusted docstring formattinghut2010-01-141-2/+5
* 1.0.2! v1.0.2hut2010-01-141-0/+4
* settings: removed (buggy) auto_load_previewhut2010-01-141-12/+4
* Added error handlers for failed commandshut2010-01-134-5/+20
* fsobject.directory: removed __getitem__ (too ambiguous)hut2010-01-131-2/+2
* browserview: hide certain bookmarks in the listhut2010-01-131-1/+3
* defaultui: clear statusbar message when opening consolehut2010-01-131-0/+1
* cleanups + style adjustmentshut2010-01-1310-25/+33
* added tentative tab completion for OpenConsolehut2010-01-131-2/+6
* console: added %s and %f metacharacters to OpenConsolehut2010-01-131-5/+31
* main: change interrupt handler to curses.ungetch(CTRL_C)hut2010-01-111-1/+2
* added license informationhut2010-01-0817-0/+238
* random cleanups and fixeshut2010-01-071-3/+2
* loader: fixed some issues with updating/redrawinghut2010-01-061-3/+9
* curses_shortcuts: catch TypeError at addstrhut2010-01-061-2/+2
* color: added docstringhut2010-01-061-2/+16
* colorscheme: clean uphut2010-01-061-33/+56
* pager/help: added help markuphut2010-01-052-6/+48
* pager: open and close it properlyhut2010-01-051-0/+2
* pager: added narg for move_horizontalhut2010-01-051-1/+7
* keyapi: a different approach to passing through typed numbershut2010-01-031-6/+9
* browser: fixed scrollinghut2010-01-022-2/+3
* cleanupshut2010-01-022-2/+0
* pager: fixed unicode decode errorhut2010-01-011-4/+7
* settings: corrected preview_files optionhut2010-01-011-1/+1
* pager: fixed G keyhut2010-01-011-1/+4
* ui: redraw when marking/tags changehut2010-01-011-0/+3
* browser: corrected color taghut2010-01-011-1/+1
* browsercolumn: fixed redrawinghut2010-01-011-3/+7
* pager: fixed scrolling rangehut2010-01-011-2/+2
* keys: improved/fixed bindings for pagerhut2010-01-011-2/+5
* taskview: fixed redrawinghut2010-01-011-26/+33
* random cleanups/fixeshut2010-01-012-10/+6
* statusbar: fixed colorshut2010-01-011-1/+2
* pager: fixed keys and redrawinghut2010-01-012-8/+27
* notify: merged into statusbar, allow to view the log in the pagerhut2010-01-013-98/+55
* bookmarks: catch some special conditionshut2010-01-011-1/+4
* fixed overflow while drawing bookmark listhut2010-01-012-1/+7
* sort bookmark listhut2010-01-011-1/+2
* draw a list of bookmarks when pressing ` or 'hut2010-01-011-0/+25
* adapted OpenConsole to the new systemhut2010-01-011-3/+1
* cleanuphut2009-12-312-3/+0
* changed a few nameshut2009-12-313-10/+10
* removed ProcessManager to TaskViewhut2009-12-313-39/+20
* moved some displayable methods to curses_shortcutshut2009-12-312-54/+64
* fixed tc_displayablehut2009-12-311-5/+5
* optimized drawing of widgets (broke notify widget)hut2009-12-316-34/+90
* updated statusbar/titlebarhut2009-12-313-200/+184