aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
Commit message (Collapse)AuthorAgeFilesLines
* gcc10 build fixGerd Hoffmann2020-03-161-1/+0
| | | | by Adrian Reber <adrian@lisas.de>
* portability fixes, some modernizationGerd Hoffmann2019-05-081-1/+1
|
* resume display tweakGerd Hoffmann2019-04-161-1/+6
|
* logind tweaksGerd Hoffmann2019-04-161-1/+1
|
* use xkbcommonGerd Hoffmann2019-04-151-63/+61
|
* drop some dead codeGerd Hoffmann2019-04-151-7/+0
|
* more logind console switchingGerd Hoffmann2019-03-271-1/+1
|
* move config files to ~/.config/Gerd Hoffmann2019-03-081-1/+1
|
* list management fixesGerd Hoffmann2019-03-061-4/+35
|
* blit using pixman, drop dirty line trackingGerd Hoffmann2019-02-221-1/+0
|
* add gfxfmt, fixesGerd Hoffmann2019-02-031-8/+0
|
* use pixman for image blit+blendGerd Hoffmann2019-02-011-23/+3
|
* libinput check fixGerd Hoffmann2019-02-011-1/+2
|
* libinput tweaksGerd Hoffmann2019-02-011-1/+7
|
* fix pauseGerd Hoffmann2019-02-011-1/+1
|
* use cairo for text renderingGerd Hoffmann2019-02-011-49/+45
|
* drop line editing supportGerd Hoffmann2019-02-011-99/+0
|
* tweak console switchingGerd Hoffmann2019-01-311-2/+9
|
* drop -vt optionGerd Hoffmann2019-01-311-2/+2
|
* Revert "libinput: grab tweaks"Gerd Hoffmann2019-01-181-6/+1
| | | | This reverts commit d88041d909b2118ebc67b356b2848fb8bdfc8f2c.
* libinput: grab tweaksGerd Hoffmann2019-01-181-1/+6
|
* libinput: mouse button supportGerd Hoffmann2019-01-181-0/+2
|
* kbd: experimental libinput supportGerd Hoffmann2019-01-181-1/+7
|
* abstract away some kbd detailsGerd Hoffmann2019-01-181-33/+12
|
* drop lirc supportGerd Hoffmann2019-01-181-28/+0
|
* reload filelist when modifiedGerd Hoffmann2019-01-181-8/+68
|
* mode switching for drmGerd Hoffmann2017-09-111-2/+2
|
* use pixman images for storageGerd Hoffmann2017-03-081-26/+8
|
* zap HAVE_NEW_EXIFGerd Hoffmann2017-03-081-4/+0
|
* Fix "--comments" command line optionfabien-gigante2016-11-081-0/+1
|
* fbi: simply call sleep in svga_show unless interactiveMoses Palmér2016-05-071-0/+6
|
* fbi: add --(no)interactive command line flagMoses Palmér2016-05-071-0/+2
|
* separate cfg files for fbi/fbpdfGerd Hoffmann2016-04-011-1/+1
|
* switch fbi kbd handling to new codeGerd Hoffmann2016-03-301-167/+109
|
* fbpdf: pageflipGerd Hoffmann2016-03-301-2/+2
|
* kbd support codeGerd Hoffmann2016-03-301-46/+1
|
* start fbpdfGerd Hoffmann2016-03-301-2/+0
|
* drm: allow picking outputGerd Hoffmann2016-03-241-3/+4
|
* drm device infoGerd Hoffmann2016-03-241-0/+4
|
* drop unused stuffGerd Hoffmann2016-03-241-7/+0
|
* gfx init and console switching tweaksGerd Hoffmann2016-03-241-8/+32
|
* add drm support, console switching fixesGerd Hoffmann2016-03-241-4/+14
|
* sent usage to stdout on -hGerd Hoffmann2016-03-241-9/+9
|
* tty is stdinGerd Hoffmann2016-03-241-6/+6
|
* move console handling to vt.cGerd Hoffmann2016-03-241-99/+11
|
* move console switching to mainGerd Hoffmann2016-03-241-45/+116
|
* zap fb_clear_screenGerd Hoffmann2016-03-241-1/+0
|
* move signal handling out of fb codeGerd Hoffmann2016-03-241-1/+36
|
* gfx: move over cleanup functionGerd Hoffmann2016-03-231-1/+1
|
* start adding a gfx interfaceGerd Hoffmann2016-03-231-69/+66
|