AminetAminet
Search:
85465 packages online
About
Recent
Browse
Search
Upload
Setup
Services

text/edit/EmojiGear5.1.lha

Mirror:Random
Showing: m68k-amigaos iconppc-amigaos iconppc-morphos iconi386-aros iconi386-amithlon iconppc-warpup iconppc-powerup icongeneric iconother icon
No screenshot available
Short:UTF-8/Unicode text editor+Emoji+gadgets
Author:krabobmkd
Uploader:victorien ferry free fr
Type:text/edit
Version:5.1
Architecture:m68k-amigaos >= 3.0
Date:2026-08-08
Requires:68020, better with OS 3.2.x, 8 MB Fast RAM
Replaces:text/edit/EmojiGear4.3.lha
Download:text/edit/EmojiGear5.1.lha - View contents
Readme:text/edit/EmojiGear5.1.readme
Downloads:38

------------------------- Version 5.1

 Brings improvements in the field of user experience and comfort.

  - If you open or save a file, and that file is then modified by another process,
    EmojiGear will ask whether to reload it. Open two instances of EmojiGear on
    the same file: if the first modifies the file, the second will be updated.
  - Added a "Save" action with no requester if the text is already attached to a disk file.
     Also "Save All", which saves all modified files. It keeps each file's encoding.
  - An asterisk '*' appears on file names in the tab bar when the text has been modified.
  - Workbench text file icons can be drag-and-dropped onto the main window;
    multiple text files can be loaded in a single drag-and-drop. Isn't it great?
  - If a modified file is closed, EmojiGear asks whether to save it first.
  - You can choose background color and text color with both the palette and the
    almighty "GetColor" gadget.
  - EmojiBox now has a "Diacritics" section for European-specific characters,
    including the French "median point" for inclusive writing.

  Then, some corrections:

  - Behaviour bug fixed: block indent used to create an undo/redo action per line.
     Now, as expected, there is a single undo/redo action per block indent/unindent.

     And perhaps the most important thing in this release:

  - On native AGA screens, the active part of the editor, UniTextEditor.gadget,
    and utf8rastport.library (the glyph renderer), were consuming way too much
    Chip RAM in v4. This has now been reduced to very little Chip RAM usage,
    so native-screen users may find this app more reliable.

    The improvements in utf8rastport.library and unitexteditor.gadget are also
    key for the forthcoming Mastodon client "FriendSh3ep", coming next.

------------------------- Version 4.3

 Just a small update, because r4.2 had
 problems with the OS3.9 Installer, and some binaries were
 not 100% Amiga compliant. Now they are.
 From now on, the installer will no longer check previous
 binary versions; everything will be updated
 to the version of the current package.

 + Fear face and dancer added to the "Popular Emojis" set.
 + Font selector now checks the format before loading a font,
   preventing crashes from bad font files.
  
------------------------- Version 4

 Again, mostly a bugfix release!
 Thanks to the testers, three critical bugs were fixed this week.
  Hopefully, a few new features too:

  - EmojiGear (OS3.2)
    - NEW FEATURE: tabs now have closing buttons!
    - Fewer problems when iconifying, changing screen mode, and uniconifying.

  - unitexteditor.gadget (all OSes)
    - Four memory bugs fixed, mostly around offscreen bitmap management.
    - "Scroll dancing" when editing a bottom-cropped line: fixed.
    - NEW FEATURE: Right Alt + Left/Right arrows jump from word to word.

  - EmojiGear & MUImojiGear
    - No more crash when pipe-fed ANSI text, e.g.: echo "รข" | EmojiGear.
      (You can pipe in UTF-8 or ANSI text; it is disambiguated automatically.)
    - NEW FEATURE: optionally displays the Unicode "code point" of the
       character under the cursor, and its "Unicode block name".
       This is a great help in finding out which character set is missing
       from your font configuration. Fun to try with the example texts
       test_utf8_3_multilingual.txt and test_utf8_2_symbols.txt.

  - MUImojiGear (the one that works on OS3.9 and possibly lower OS versions)
     - Ctrl key behaviour fixed when the editor is focused.
       You can "page up" and "page down" with Ctrl+Arrows.
     - Double-click selects a whole word, triple-click selects a whole line,
       so keyboard handling in the MUI version is now closer to EmojiGear's.
       This also corrects the behaviour for any future MUI application using
       unitexteditor.gadget.

  - The font NotoColorEmoji32.ttf, which contains 32x32-pixel colour emojis,
      is derived from the official 128x128-pixel NotoColorEmoji.ttf.
      It had incorrect metrics that made them appear slightly shifted;
      this has been corrected in this version.


------------------------- Version 3 

 Fixes three causes of memory corruption present in version 2.x.
 Applications, gadgets and the library are all significantly more stable as a result.
 Native 2-colour screen mode has also been fixed.
 The text-rendering library should even be OS3.0 compatible, but
 a bug in the old layers.library, and missing BOOPSI components,
 prevent EmojiGear from running under OS3.9. This is almost worked around by
 another version called MUImojiGear, which works
 with MUI 3.8 or MUI 5.0 on older OS versions.
 Yet the layers.library bug on OS3.9 is still present, so watch out.
 Contribute to the project if you think you can help with this.
 (Or upgrade from OS3.9 to OS3.2, which is supported and brings many fixes.)

--------------------------

EmojiGear is a UTF-8 Unicode text editor for AmigaOS 3.2.x (68020+).
It renders TrueType/OpenType fonts and displays full-colour Emoji
on any Amiga video mode, native or RTG, indexed or true colour.
Font settings allow you to manage a list of cascading fonts, so you
can have one font for text and another for Emoji,
and display and convert any modern text correctly.

  - Antialiasing, with a choice of background and pen colours
  - Multiple documents open in a tab bar
  - Load and save UTF-8, ISO Latin-1, ISO Latin-2; auto-detect UTF-16
  - Find & Replace, Undo/Redo
  - Optional word wrap
  - Optional ANSI escape rendering for Unix-shell-compatible display
  - Configurable font size with Ctrl+- keys
  - Emoji Box, letting you choose from 8 sets of 40 emojis mapped to the F keys
  - You can "pipe" the output of another command into the editor
  - Settings saved in icon tooltypes
  - Many corrections and improvements since the first release

Beyond the editor, the package installs three reusable Amiga components
that any developer can open from their own application:
  utf8rastport.library  -- FreeType 2 Unicode rendering on any RastPort,
                          with font fallback chains and colour Emoji.
  unitexteditor.gadget  -- the full editor as a BOOPSI gadget class,
                          embeddable in any application window.
  unibutton.gadget      -- a push-button gadget with Unicode/Emoji labels.

  SDK, developer docs and examples are optionally installed,
  with examples for MUI integration, and for library and gadget use.


 License is GPL for the library and LGPL for the gadgets.
 
---------------------------------------------------------------------------


SOURCE CODE AND BUG REPORTS

Source code:
  https://github.com/krabobmkd/EmojiGear

Bug reports and feature requests:
  https://github.com/krabobmkd/EmojiGear/issues

---------------------------------------------------------------------------


Contents of text/edit/EmojiGear5.1.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[Amiga]                  58854  114640  51.3% -lh5- fe1e Aug  7 18:14 EmojiGear5.1/bin/EmojiGear
[Amiga]                   6016   10211  58.9% -lh5- 65c8 Jun 22 11:18 EmojiGear5.1/bin/EmojiGearH.info
[Amiga]                   5991   10177  58.9% -lh5- 21d7 Jun 22 11:18 EmojiGear5.1/bin/EmojiGearL.info
[Amiga]                  38590   71024  54.3% -lh5- 334c Aug  7 18:35 EmojiGear5.1/bin/MUImojiGear
[Amiga]                   6390   10187  62.7% -lh5- dad4 Jun 22 11:18 EmojiGear5.1/bin/MUImojiGear.info
[Amiga]                   5122    9140  56.0% -lh5- 0083 Aug  7 18:15 EmojiGear5.1/bin/unibutton.gadget
[Amiga]                  28203   49372  57.1% -lh5- fc58 Aug  7 18:15 EmojiGear5.1/bin/unitexteditor.gadget
[Amiga]                 434306  780076  55.7% -lh5- c5e9 Aug  7 18:15 EmojiGear5.1/bin/utf8rastport.library
[Amiga]                  11415   32349  35.3% -lh5- c103 Aug  7 18:16 EmojiGear5.1/EmojiGear.guide
[Amiga]                   3082    5115  60.3% -lh5- 9fa0 Jun 22 11:39 EmojiGear5.1/EmojiGear.guide.info
[Amiga]                   3235    7140  45.3% -lh5- de70 Aug  7 18:16 EmojiGear5.1/EmojiGear.readme
[Amiga]                   3083    5115  60.3% -lh5- 7fe0 Jun 22 11:39 EmojiGear5.1/EmojiGear.readme.info
[Amiga]                     18      43  41.9% -lh5- 2347 Jun 22 11:18 EmojiGear5.1/examples_text/progressbar.txt
[Amiga]                    551    1027  53.7% -lh5- 85b2 Jun 22 11:18 EmojiGear5.1/examples_text/test_ansi_ascii.txt
[Amiga]                    642    1229  52.2% -lh5- 259e Jun 22 11:18 EmojiGear5.1/examples_text/test_ansi_emoji.txt
[Amiga]                   1155    9062  12.7% -lh5- e841 Jun 22 11:18 EmojiGear5.1/examples_text/test_ansi_unix_meteo.txt
[Amiga]                    186     245  75.9% -lh5- e456 Jun 22 11:18 EmojiGear5.1/examples_text/test_crlf_windows.txt
[Amiga]                    188     254  74.0% -lh5- b766 Jun 22 11:18 EmojiGear5.1/examples_text/test_cr_oldmac.txt
[Amiga]                   1991    4802  41.5% -lh5- 22c9 Jun 22 11:18 EmojiGear5.1/examples_text/test_latin1_french.txt
[Amiga]                   1904    4805  39.6% -lh5- e86a Jun 22 11:18 EmojiGear5.1/examples_text/test_latin2_polish.txt
[Amiga]                    233     374  62.3% -lh5- 09e8 Jun 22 11:18 EmojiGear5.1/examples_text/test_utf16be_emoji.txt
[Amiga]                    236     388  60.8% -lh5- 6bb7 Jun 22 11:18 EmojiGear5.1/examples_text/test_utf16le_crlf.txt
[Amiga]                    232     374  62.0% -lh5- 5905 Jun 22 11:18 EmojiGear5.1/examples_text/test_utf16le_emoji.txt
[Amiga]                   1282    4960  25.8% -lh5- 4759 Jun 22 11:18 EmojiGear5.1/examples_text/test_utf8_1_emoji.txt
[Amiga]                    520    8175   6.4% -lh5- f526 Jun 22 11:18 EmojiGear5.1/examples_text/test_utf8_2_symbols.txt
[Amiga]                    902    6609  13.6% -lh5- 3fd6 Jun 22 11:18 EmojiGear5.1/examples_text/test_utf8_3_multilingual.txt
[Amiga]                   1543    6335  24.4% -lh5- c747 Jun 22 11:18 EmojiGear5.1/examples_text/test_utf8_4_story.txt
[Amiga]                   3184    7077  45.0% -lh5- bad5 Jun 22 11:18 EmojiGear5.1/examples_text/test_utf8_story_space_mission.txt
[Amiga]                  89593  133828  66.9% -lh5- 071f Jun 22 11:18 EmojiGear5.1/Fonts/LiberationSans-Regular.ttf
[Amiga]                7745716 7986304  97.0% -lh5- 228e Jun 22 11:18 EmojiGear5.1/Fonts/NotoColorEmoji32.ttf
[Amiga]                 799099 1475052  54.2% -lh5- 1eb8 Jun 22 11:18 EmojiGear5.1/Fonts/OpenMoji-black-glyf.ttf
[Amiga]                 111443  189892  58.7% -lh5- 7195 Jun 22 11:18 EmojiGear5.1/Fonts/UbuntuMono-Regular.ttf
[Amiga]                   3416   15946  21.4% -lh5- 2018 Aug  7 18:16 EmojiGear5.1/Install
[Amiga]                   1742    2588  67.3% -lh5- d187 Jun 22 11:39 EmojiGear5.1/Install.info
[Amiga]                   6942   17984  38.6% -lh5- efe7 Jun 22 11:18 EmojiGear5.1/LICENSE
[Amiga]                   3053    8467  36.1% -lh5- 3727 Aug  7 18:17 EmojiGear5.1/sdk/autodocs/unibutton_gc.doc
[Amiga]                   7646   22654  33.8% -lh5- eda8 Aug  7 18:17 EmojiGear5.1/sdk/autodocs/unitexteditor_gc.doc
[Amiga]                   8129   28881  28.1% -lh5- 52f3 Aug  7 18:17 EmojiGear5.1/sdk/autodocs/utf8rastport.doc
[Amiga]                    559    1717  32.6% -lh5- 6889 Aug  7 18:17 EmojiGear5.1/sdk/examples/CMakeLists.txt
[Amiga]                   1931    5695  33.9% -lh5- 5a68 Aug  7 18:17 EmojiGear5.1/sdk/examples/testgadget.c
[Amiga]                   5323   18318  29.1% -lh5- 3ed4 Aug  7 18:17 EmojiGear5.1/sdk/examples/testMUIUniTextEditor.c
[Amiga]                   2731    9153  29.8% -lh5- 3bae Aug  7 18:17 EmojiGear5.1/sdk/examples/testoffscreenbm.c
[Amiga]                   2982   10074  29.6% -lh5- 95fc Aug  7 18:17 EmojiGear5.1/sdk/examples/testunibutton.c
[Amiga]                   2974    8393  35.4% -lh5- 085b Aug  7 18:17 EmojiGear5.1/sdk/examples/testutf8drawtext.c
[Amiga]                    379     743  51.0% -lh5- d698 Aug  7 18:17 EmojiGear5.1/sdk/include/clib/unibutton_protos.h
[Amiga]                    389     779  49.9% -lh5- c0f5 Aug  7 18:17 EmojiGear5.1/sdk/include/clib/unitexteditor_protos.h
[Amiga]                    924    2797  33.0% -lh5- 0ebd Aug  7 18:17 EmojiGear5.1/sdk/include/clib/utf8rastport_protos.h
[Amiga]                   1717    4769  36.0% -lh5- ed5e Aug  7 18:17 EmojiGear5.1/sdk/include/gadgets/unibutton.h
[Amiga]                   9444   28751  32.8% -lh5- 2488 Aug  7 18:17 EmojiGear5.1/sdk/include/gadgets/unitexteditor.h
[Amiga]                    313     689  45.4% -lh5- 268b Aug  7 18:17 EmojiGear5.1/sdk/include/inline/unibutton.h
[Amiga]                    322     729  44.2% -lh5- 1190 Aug  7 18:17 EmojiGear5.1/sdk/include/inline/unitexteditor.h
[Amiga]                   1068    4899  21.8% -lh5- 41d5 Aug  7 18:17 EmojiGear5.1/sdk/include/inline/utf8rastport.h
[Amiga]                   1932    4949  39.0% -lh5- 910e Aug  7 18:17 EmojiGear5.1/sdk/include/libraries/utf8rastport.h
[Amiga]                    428    1127  38.0% -lh5- cba3 Aug  7 18:17 EmojiGear5.1/sdk/include/pragmas/unibutton_pragmas.h
[Amiga]                    436    1167  37.4% -lh5- da4d Aug  7 18:17 EmojiGear5.1/sdk/include/pragmas/unitexteditor_pragmas.h
[Amiga]                    910    6020  15.1% -lh5- 5d3e Aug  7 18:17 EmojiGear5.1/sdk/include/pragmas/utf8rastport_pragmas.h
[Amiga]                    350     778  45.0% -lh5- 1654 Aug  7 18:17 EmojiGear5.1/sdk/include/proto/unibutton.h
[Amiga]                    358     822  43.6% -lh5- e033 Aug  7 18:17 EmojiGear5.1/sdk/include/proto/unitexteditor.h
[Amiga]                    354     784  45.2% -lh5- 1f40 Aug  7 18:17 EmojiGear5.1/sdk/include/proto/utf8rastport.h
[Amiga]                    441    1565  28.2% -lh5- 6d3f Aug  7 18:17 EmojiGear5.1/sdk/sfd/generateheaders.sh
[Amiga]                    203     355  57.2% -lh5- f1f3 Aug  7 18:17 EmojiGear5.1/sdk/sfd/unibutton_lib.sfd
[Amiga]                    213     379  56.2% -lh5- f324 Aug  7 18:17 EmojiGear5.1/sdk/sfd/unitexteditor_lib.sfd
[Amiga]                    819    2615  31.3% -lh5- b746 Aug  7 18:17 EmojiGear5.1/sdk/sfd/utf8rastport_lib.sfd
[Amiga]                   1172    1484  79.0% -lh5- ef84 Jun 22 11:39 EmojiGear5.1.info
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total        64 files 9434505 11161452  84.5%            Aug  8 00:47
Page generated in 0.03 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>