]>
git.webhop.me Git - msgbox.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Thilo Graf [Sun, 11 Mar 2018 17:01:31 +0000 (18:01 +0100)]
add Makefile.am
Thilo Graf [Sun, 11 Mar 2018 17:01:16 +0000 (18:01 +0100)]
add .gitignore
GetAway [Sat, 10 Mar 2018 19:47:13 +0000 (20:47 +0100)]
msgbox: add RC Support for more Hardware
- fix CONFIGDIR
- fix FONTDIR
- bump version 2.13
please build with -DHAVE_ARM_HARDWARE
-DHAVE_COOL_HARDWARE
GetAway [Thu, 12 Oct 2017 13:14:04 +0000 (15:14 +0200)]
msgbox: use OFFSET_MIN for better bg detection
GetAway [Wed, 4 Oct 2017 10:34:33 +0000 (12:34 +0200)]
init backbuffer depending on FSCREENINFO line_length
this prevents horizontal cut of OSD with new fb driver
bump version 2.11
GetAway [Sun, 1 Oct 2017 14:21:11 +0000 (16:21 +0200)]
init Framebuffer before 1st scale2res
GetAway [Sun, 27 Aug 2017 17:21:01 +0000 (19:21 +0200)]
fix fontsize for buttons
GetAway [Sun, 27 Aug 2017 14:04:59 +0000 (16:04 +0200)]
fix scrolling of buttons
vanhofen [Sat, 19 Aug 2017 07:36:07 +0000 (09:36 +0200)]
- scale user's Txxxx-values to resolution
vanhofen [Fri, 18 Aug 2017 19:51:11 +0000 (21:51 +0200)]
- replace nearly all fixed position values with scaled values ...
to get a smoother display in full-hd mode
vanhofen [Mon, 14 Aug 2017 16:36:59 +0000 (18:36 +0200)]
- allow up to 24 instead of 16 buttons
GetAway [Tue, 11 Jul 2017 16:59:34 +0000 (18:59 +0200)]
fix detect of bgcolor and thus also rendering of italic fonts
svenhoefer [Tue, 9 May 2017 10:59:00 +0000 (12:59 +0200)]
- add compatibility to old neutrino.conf keywords
svenhoefer [Tue, 28 Mar 2017 13:07:41 +0000 (15:07 +0200)]
- fix height-limitation for larger resolutions
svenhoefer [Wed, 15 Mar 2017 20:58:17 +0000 (21:58 +0100)]
- align to new neutrino.conf keywords
GetAway [Fri, 13 Jan 2017 19:34:03 +0000 (20:34 +0100)]
change 'max' macro to be GNU C++ compatible
GetAway [Fri, 13 Jan 2017 19:05:25 +0000 (20:05 +0100)]
fix -Wshadow compiler warnings
GetAway [Thu, 12 Jan 2017 15:10:17 +0000 (16:10 +0100)]
msgbox 2.0: add png support
- add shadow
- rework button design
- possibility to show icons up to 100 x 60 pixel
GetAway [Sat, 7 Jan 2017 13:50:03 +0000 (14:50 +0100)]
catch possible LF's in button text
GetAway [Sat, 10 Dec 2016 20:58:16 +0000 (21:58 +0100)]
use new pzapit to lock & unlock RC
GetAway [Fri, 9 Dec 2016 14:11:09 +0000 (15:11 +0100)]
handle file rc.locked and instance at segfault
GetAway [Sat, 3 Dec 2016 20:51:45 +0000 (21:51 +0100)]
reactivate flashing text
GetAway [Sat, 3 Dec 2016 20:18:35 +0000 (21:18 +0100)]
- fix detection of text background color
GetAway [Tue, 29 Nov 2016 12:30:36 +0000 (13:30 +0100)]
fix message alignment
GetAway [Tue, 29 Nov 2016 10:17:44 +0000 (11:17 +0100)]
fix text alignment in separator line, add readme.txt
svenhoefer [Sun, 27 Nov 2016 22:22:14 +0000 (23:22 +0100)]
- introduce current.h to unify console messages and ...
to simplify includes in gfx, io and text
svenhoefer [Sun, 27 Nov 2016 22:06:59 +0000 (23:06 +0100)]
- msgbox: fix build; comment out config.h
GetAway [Sun, 27 Nov 2016 20:59:30 +0000 (21:59 +0100)]
add descender hack & new params ~C (vol. 2), see readme.txt
- change ~s separator line to half font high
- add ~C! for separator line with full font high
- fix indent
- fix munmap_chunk(): invalid pointer on Nevis
- init some vars
svenhoefer [Sun, 27 Nov 2016 21:39:13 +0000 (22:39 +0100)]
Revert "add descender hack & new params ~C, see readme.txt"
This reverts commit
08bcadd38f0574f6a6d2c081e4e546fcc5fd20e9 .
GetAway [Sun, 27 Nov 2016 20:59:30 +0000 (21:59 +0100)]
add descender hack & new params ~C, see readme.txt
- change ~s separator line to half font high
- add ~C! for separator line with full font high
- fix indent
- fix munmap_chunk(): invalid pointer on Nevis
- init some vars
GetAway [Sat, 26 Nov 2016 11:33:49 +0000 (12:33 +0100)]
port code from martii for a smoother rendering & better RC handling
bazi98 [Wed, 24 Sep 2014 23:06:38 +0000 (01:06 +0200)]
- fix x-pos when 'cyclic=1'
Jacek Jendrzej [Mon, 22 Sep 2014 14:27:55 +0000 (16:27 +0200)]
msgbox: add utf8_to_latin1 encoding inspired from Neutrino/Zapittools ;) - by GetAway -ported fom tuxbox by bazi98
[CST] Focus [Mon, 23 Dec 2013 10:18:07 +0000 (14:18 +0400)]
fix multiple definition, move globals to msgbox.c
Jacek Jendrzej [Fri, 3 May 2013 11:22:25 +0000 (13:22 +0200)]
unintentionally removed
svenhoefer [Fri, 11 Jan 2013 12:33:09 +0000 (13:33 +0100)]
- msgbox.c: remove default console-output
to use mgsbox in a scriptplugin (type=3) it's necessary to keep it as quiet as possible
satbaby [Mon, 24 Dec 2012 19:03:33 +0000 (20:03 +0100)]
msgbox: fix for compil with -Wshadow
satbaby [Mon, 24 Dec 2012 15:43:04 +0000 (16:43 +0100)]
msgbox: fix sizeof(int)
svenhoefer [Fri, 21 Dec 2012 14:29:09 +0000 (15:29 +0100)]
- upgrade to v1.12 (thx to snowhead)
svenhoefer [Tue, 14 Aug 2012 20:13:58 +0000 (22:13 +0200)]
* initial commit