]> git.webhop.me Git - msgbox.git/log
msgbox.git
7 years agoadd Makefile.am master
Thilo Graf [Sun, 11 Mar 2018 17:01:31 +0000 (18:01 +0100)]
add Makefile.am

7 years agoadd .gitignore
Thilo Graf [Sun, 11 Mar 2018 17:01:16 +0000 (18:01 +0100)]
add .gitignore

7 years agomsgbox: add RC Support for more Hardware
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

8 years agomsgbox: use OFFSET_MIN for better bg detection
GetAway [Thu, 12 Oct 2017 13:14:04 +0000 (15:14 +0200)]
msgbox: use OFFSET_MIN for better bg detection

8 years agoinit backbuffer depending on FSCREENINFO line_length
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

8 years agoinit Framebuffer before 1st scale2res
GetAway [Sun, 1 Oct 2017 14:21:11 +0000 (16:21 +0200)]
init Framebuffer before 1st scale2res

8 years agofix fontsize for buttons
GetAway [Sun, 27 Aug 2017 17:21:01 +0000 (19:21 +0200)]
fix fontsize for buttons

8 years agofix scrolling of buttons
GetAway [Sun, 27 Aug 2017 14:04:59 +0000 (16:04 +0200)]
fix scrolling of buttons

8 years ago- scale user's Txxxx-values to resolution
vanhofen [Sat, 19 Aug 2017 07:36:07 +0000 (09:36 +0200)]
- scale user's Txxxx-values to resolution

8 years ago- replace nearly all fixed position values with scaled values ...
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

8 years ago- allow up to 24 instead of 16 buttons
vanhofen [Mon, 14 Aug 2017 16:36:59 +0000 (18:36 +0200)]
- allow up to 24 instead of 16 buttons

8 years agofix detect of bgcolor and thus also rendering of italic fonts
GetAway [Tue, 11 Jul 2017 16:59:34 +0000 (18:59 +0200)]
fix detect of bgcolor and thus also rendering of italic fonts

8 years ago- add compatibility to old neutrino.conf keywords
svenhoefer [Tue, 9 May 2017 10:59:00 +0000 (12:59 +0200)]
- add compatibility to old neutrino.conf keywords

8 years ago- fix height-limitation for larger resolutions
svenhoefer [Tue, 28 Mar 2017 13:07:41 +0000 (15:07 +0200)]
- fix height-limitation for larger resolutions

8 years ago- align to new neutrino.conf keywords
svenhoefer [Wed, 15 Mar 2017 20:58:17 +0000 (21:58 +0100)]
- align to new neutrino.conf keywords

8 years agochange 'max' macro to be GNU C++ compatible
GetAway [Fri, 13 Jan 2017 19:34:03 +0000 (20:34 +0100)]
change 'max' macro to be GNU C++ compatible

8 years agofix -Wshadow compiler warnings
GetAway [Fri, 13 Jan 2017 19:05:25 +0000 (20:05 +0100)]
fix -Wshadow compiler warnings

8 years agomsgbox 2.0: add png support
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

8 years agocatch possible LF's in button text
GetAway [Sat, 7 Jan 2017 13:50:03 +0000 (14:50 +0100)]
catch possible LF's in button text

8 years agouse new pzapit to lock & unlock RC
GetAway [Sat, 10 Dec 2016 20:58:16 +0000 (21:58 +0100)]
use new pzapit to lock & unlock RC

8 years agohandle file rc.locked and instance at segfault
GetAway [Fri, 9 Dec 2016 14:11:09 +0000 (15:11 +0100)]
handle file rc.locked and instance at segfault

8 years agoreactivate flashing text
GetAway [Sat, 3 Dec 2016 20:51:45 +0000 (21:51 +0100)]
reactivate flashing text

8 years ago- fix detection of text background color
GetAway [Sat, 3 Dec 2016 20:18:35 +0000 (21:18 +0100)]
- fix detection of text background color

8 years agofix message alignment
GetAway [Tue, 29 Nov 2016 12:30:36 +0000 (13:30 +0100)]
fix message alignment

8 years agofix text alignment in separator line, add readme.txt
GetAway [Tue, 29 Nov 2016 10:17:44 +0000 (11:17 +0100)]
fix text alignment in separator line, add readme.txt

8 years ago- introduce current.h to unify console messages and ...
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

8 years ago- msgbox: fix build; comment out config.h
svenhoefer [Sun, 27 Nov 2016 22:06:59 +0000 (23:06 +0100)]
- msgbox: fix build; comment out config.h

8 years agoadd descender hack & new params ~C (vol. 2), see readme.txt
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

8 years agoRevert "add descender hack & new params ~C, see readme.txt"
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.

8 years agoadd descender hack & new params ~C, see readme.txt
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

8 years agoport code from martii for a smoother rendering & better RC handling
GetAway [Sat, 26 Nov 2016 11:33:49 +0000 (12:33 +0100)]
port code from martii for a smoother rendering & better RC handling

11 years ago- fix x-pos when 'cyclic=1'
bazi98 [Wed, 24 Sep 2014 23:06:38 +0000 (01:06 +0200)]
- fix x-pos when 'cyclic=1'

11 years ago msgbox: add utf8_to_latin1 encoding inspired from Neutrino/Zapittools ;) - by GetAwa...
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

11 years agofix multiple definition, move globals to msgbox.c
[CST] Focus [Mon, 23 Dec 2013 10:18:07 +0000 (14:18 +0400)]
fix multiple definition, move globals to msgbox.c

12 years agounintentionally removed
Jacek Jendrzej [Fri, 3 May 2013 11:22:25 +0000 (13:22 +0200)]
unintentionally removed

12 years ago- msgbox.c: remove default console-output
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

12 years agomsgbox: fix for compil with -Wshadow
satbaby [Mon, 24 Dec 2012 19:03:33 +0000 (20:03 +0100)]
msgbox: fix for compil with -Wshadow

12 years agomsgbox: fix sizeof(int)
satbaby [Mon, 24 Dec 2012 15:43:04 +0000 (16:43 +0100)]
msgbox: fix sizeof(int)

12 years ago- upgrade to v1.12 (thx to snowhead)
svenhoefer [Fri, 21 Dec 2012 14:29:09 +0000 (15:29 +0100)]
- upgrade to v1.12 (thx to snowhead)

13 years ago* initial commit
svenhoefer [Tue, 14 Aug 2012 20:13:58 +0000 (22:13 +0200)]
* initial commit