Age | Commit message (Expand) | Author | Files | Lines |
2018-03-14 | fbrun, add horizontal padding option | Pete Beardmore | 1 | -0/+6 |
2018-03-11 | rm not needed newlines | kottroll | 1 | -3/+0 |
2016-09-22 | escape special chars in filenames | Thomas Lübking | 1 | -0/+7 |
2016-09-22 | fix segfault when completing ~ or . | Thomas Lübking | 1 | -0/+4 |
2016-07-23 | add support for dedicated completion data | Thomas Lübking | 1 | -1/+18 |
2016-07-23 | limit fbrun history size | Thomas Lübking | 1 | -4/+13 |
2016-07-23 | add autocompletion support to fbrun | Thomas Lübking | 1 | -1/+10 |
2016-07-23 | improve fbrun completion | Thomas Lübking | 1 | -118/+112 |
2015-01-02 | Fix corruption of fbrun-history | Mathias Gumz | 1 | -42/+20 |
2015-01-02 | Fix loading fbrun-history | Mathias Gumz | 1 | -5/+3 |
2013-05-26 | build-sys: include config.h to all files using automake | Sami Kerola | 1 | -4/+0 |
2012-12-30 | Store XClassHint on stack, not in dynamic memory | Vladimir A. Pavlov | 1 | -8/+5 |
2012-01-04 | Check .empty() instead of .size() == 0 | Ryan Pavlik | 1 | -3/+3 |
2011-10-31 | FbRun.cc: Fix on windows where there is no fork | Ryan Pavlik | 1 | -0/+25 |
2010-09-08 | introduced FbTk::BidiString | Mathias Gumz | 1 | -6/+8 |
2009-05-25 | minor cosmetics | Mathias Gumz | 1 | -5/+5 |
2008-10-04 | add -print option to fbrun to return result to stdout instead of executing it | Mark Tiefenbruck | 1 | -0/+7 |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 |
2007-07-31 | add some decorations to torn menus, and fix restart without an argument | markt | 1 | -4/+4 |
2007-06-09 | small fix for the /bin/sh issue .. just using /bin/zsh now | mathias | 1 | -3/+1 |
2007-06-06 | fix for the following problem: | mathias | 1 | -1/+8 |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -1/+7 |
2006-04-25 | Cleanup unneeded headers (thanks Slava Semushin) | mathias | 1 | -32/+30 |
2006-04-25 | fbrun: Move the cursor to the end when tab completing | simonb | 1 | -10/+23 |
2006-04-17 | fix fbrun positioning code to use hints properly | simonb | 1 | -2/+6 |
2006-04-17 | fix compiler warnings in fbrun too | simonb | 1 | -4/+4 |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 |
2005-05-09 | fix from vadim for fbrun-tabcompletion | mathias | 1 | -2/+2 |
2005-05-06 | Fix for #1160244, #1099704, #1094107: | mathias | 1 | -5/+6 |
2005-01-24 | copyright date | mathias | 1 | -1/+1 |
2005-01-20 | applied patches from openbsd-ports, closed #1105041 (sf) | mathias | 1 | -1/+1 |
2004-12-24 | fix the no-writing-history issue for fbrun | mathias | 1 | -12/+19 |
2004-12-18 | * moved FbTk/Directory.cc/hh over to FbTk/FileUtil.cc/hh which contain now | mathias | 1 | -7/+7 |
2004-11-18 | keypad-enter should work with fbrun now | mathias | 1 | -1/+2 |
2004-10-10 | fbrun switches between file-search and path-to-file-search now correctly (i t... | akir | 1 | -3/+4 |
2004-09-29 | fixes #1026929 (sourceforge) | akir | 1 | -2/+6 |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -2/+6 |
2004-04-22 | path completion, and load apps on first tab press, patch from Mathias Gumz | fluxgen | 1 | -42/+91 |
2004-04-21 | add unistd include for fork | rathnor | 1 | -1/+2 |
2004-04-19 | using fbtk directory, patch from Mathias Gumz | fluxgen | 1 | -22/+14 |
2004-04-18 | minor fix | fluxgen | 1 | -11/+10 |
2004-04-18 | tab complete on all apps in PATH, patch from Mathias Gumz | fluxgen | 1 | -2/+70 |
2004-02-28 | fixed invinite loop, patch from Mathias Gumz | fluxgen | 1 | -5/+6 |
2004-02-25 | cycle tabcompletion, patch from Mathias Gumz | fluxgen | 1 | -3/+7 |
2003-12-31 | minor fix | fluxgen | 1 | -2/+2 |
2003-09-16 | fix modifier cleaning in fbrun (was missing capslock) | rathnor | 1 | -4/+3 |
2003-09-16 | portability fix | rathnor | 1 | -2/+2 |
2003-09-06 | fixed scroll lock and num lock mask | fluxgen | 1 | -1/+6 |
2003-08-27 | using GContext and FbPixmap | fluxgen | 1 | -12/+12 |
2003-08-27 | using FbTk TextBox | fluxgen | 1 | -195/+32 |