| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* Fix a bug where an uninitialized XColor struct could cause a segfault on
some systems (Emanuel Haupt)
|
|
|
|
|
|
| |
* Add some missing #include (Emanuel Haupt)
* Optimize the option parsing code
* Remove unused variable
|
|
|
|
|
| |
* Implement the -bg and -fg options
* Simplify the code by rewriting the whole stuff in C++
|
|
|
|
| |
* Implement bookmarks
|
|
|
|
|
|
|
|
| |
* Fix a bug where the command line wasn't always '\0'-terminated
* Fix style here and there
* Update COPYRIGHT years to include 2014
- Fix LICENSE (BSD -> BSD2CLAUSE)
- Add another repo to MASTER_SITES
|
|
|
|
| |
Approved by: portmgr (blanket infrastructure)
|
|
|
|
| |
x11)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
|
|
| |
* Add COPYRIGHT file
* Update COPYRIGHT years to include 2013
* Remove debug printf and puts
* Fixup indentation
* Switch build system to CMake
* Import into GitHub.com
|
|
|
|
|
|
| |
* Handle Ctrl-w (kill word)
Feature safe: yes
|
|
|
|
| |
* Handle Ctrl-k (kill line)
|
|
|
|
|
|
|
|
|
| |
* Handle printable characters from the Latin-1 to Latin-9 sets
* Handle KeyPad motion (Up, Down, ...) and digits keys
* Fix a bug that caused the PATH scanning routine to ignore the
last path element and simplify the algorithm
- Add LICENSE (MIT)
- Rearrange MASTER_SITES to fetch from my site first
|
| |
|
|
|
|
| |
- Document the history support feature in pkg-descr
|
|
|
|
|
| |
* added history support
* use pkg-config to locate libX11
|
| |
|
|
Thingylaunch is a fork of thinglaunch (x11/thinglaunch), which supports
navigation keys and tab-completion.
WWW: http://www.gahr.ch/thingylaunch
|