aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * fbi: add --(no)interactive command line flagMoses Palmér2016-05-073-0/+9
| |
* | ida: switch to xftGerd Hoffmann2016-05-101-45/+24
|/ | | | suggested by: Dušan Peterc <dusan.peterc@gmail.com>
* fix file descriptor leakGerd Hoffmann2016-04-221-0/+1
| | | | reported by David Binderman
* update fsf addressGerd Hoffmann2016-04-051-1/+1
|
* update VERSION to 2.122.12Gerd Hoffmann2016-04-051-1/+1
|
* separate cfg files for fbi/fbpdfGerd Hoffmann2016-04-014-8/+8
|
* build: add dep installGerd Hoffmann2016-03-311-1/+5
|
* build: more pkg-config tweaksGerd Hoffmann2016-03-311-4/+14
|
* build: tweak libexifGerd Hoffmann2016-03-311-3/+6
|
* build: tweak dep checkGerd Hoffmann2016-03-311-14/+18
|
* build: throw error on missing deps for fbpdfGerd Hoffmann2016-03-311-0/+8
|
* build tweaksGerd Hoffmann2016-03-311-3/+2
|
* build tweaksGerd Hoffmann2016-03-311-13/+9
|
* fbpdf: add pageflip option, miscGerd Hoffmann2016-03-314-6/+25
|
* opengl rendererGerd Hoffmann2016-03-318-66/+321
|
* fbpdf: fixup usageGerd Hoffmann2016-03-301-1/+1
|
* install fbpdfGerd Hoffmann2016-03-302-0/+3
|
* switch fbi kbd handling to new codeGerd Hoffmann2016-03-302-168/+111
|
* cmd line fixGerd Hoffmann2016-03-301-2/+2
|
* cmd line argsGerd Hoffmann2016-03-305-13/+163
|
* fbpdf: pageflipGerd Hoffmann2016-03-306-35/+59
|
* fbpdfGerd Hoffmann2016-03-304-40/+220
|
* kbd support codeGerd Hoffmann2016-03-307-48/+647
|
* start fbpdfGerd Hoffmann2016-03-304-3/+175
|
* 2.11Gerd Hoffmann2016-03-301-1/+1
|
* drm: add flush2.11Gerd Hoffmann2016-03-243-0/+9
|
* drm: allow picking outputGerd Hoffmann2016-03-245-13/+34
|
* drm device infoGerd Hoffmann2016-03-245-0/+105
|
* update device reportingGerd Hoffmann2016-03-242-4/+2
|
* report device fixupGerd Hoffmann2016-03-241-1/+1
|
* report deviceGerd Hoffmann2016-03-242-8/+11
|
* drop unused stuffGerd Hoffmann2016-03-243-11/+0
|
* zap unused varsGerd Hoffmann2016-03-241-2/+0
|
* gfx init and console switching tweaksGerd Hoffmann2016-03-244-44/+54
|
* drm codeGerd Hoffmann2016-03-242-0/+190
|
* add drm support, console switching fixesGerd Hoffmann2016-03-245-26/+50
|
* sent usage to stdout on -hGerd Hoffmann2016-03-241-9/+9
|
* whitespaceGerd Hoffmann2016-03-241-3/+3
|
* tty is stdinGerd Hoffmann2016-03-245-44/+39
|
* move console_activate_currentGerd Hoffmann2016-03-243-23/+25
|
* move console handling to vt.cGerd Hoffmann2016-03-246-165/+203
|
* move console switching to mainGerd Hoffmann2016-03-244-132/+118
|
* zap fb_clear_screenGerd Hoffmann2016-03-245-14/+1
|
* move signal handling out of fb codeGerd Hoffmann2016-03-243-42/+36
|
* zap devicefs leftoverGerd Hoffmann2016-03-241-39/+5
|
* gfx: move over cleanup functionGerd Hoffmann2016-03-234-31/+33
|
* gfx: move over memory pointerGerd Hoffmann2016-03-234-6/+7
|
* start adding a gfx interfaceGerd Hoffmann2016-03-238-257/+225
|
* Oops, forgot to commit VERSION update for 2.10Gerd Hoffmann2015-04-201-1/+1
|
* fbgs: minor changes2.10Matthieu Crapet2015-03-311-2/+8
| | | | | | | | | - don't require /bin/bash but /bin/sh (used checkbashisms and tested using /bin/dash) - check if file argument exists - print help message when no argument given Signed-off-by: Matthieu Crapet <mcrapet@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>