index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fl_utf8.cxx
Age
Commit message (
Expand
)
Author
2 days
wi[
maxim nikonov
3 days
wip
maxim nikonov
7 days
Improve documentation of functions dedicated to processing of emoji sequences.
ManoloFLTK
10 days
Emojis: add support of keycap emoji sequences.
ManoloFLTK
11 days
Fix typo in documentation of fl_utf8len1().
ManoloFLTK
13 days
Modify fl_utf8toa() to make it account for composed emojis.
ManoloFLTK
13 days
Improve documentation of fl_utf8_{next|from}_composed_char()
ManoloFLTK
13 days
Let text widgets handle gracefully composed unicode characters - Cont'd.
ManoloFLTK
2026-01-24
Let Fl_Text_Editor and Fl_Input handle gracefully composed unicode characters.
ManoloFLTK
2026-01-21
Improve handling of text containing context-dependent unicode points.
ManoloFLTK
2026-01-19
All platforms use same code to remove context-dependent codepoints from text ...
ManoloFLTK
2025-11-09
Remove warnings when building Doxygen documentation.
ManoloFLTK
2025-11-01
Fix UTF-8 documentation'
Matthias Melcher
2025-11-01
Add more Unicode documentation (2/2) (#125)
Matthias Melcher
2025-11-01
Improve docs for UTF-8 calls (1/2)(#125)
Matthias Melcher
2023-01-20
STR 2822: function to count bytes in a UTF-8 string
Matthias Melcher
2023-01-08
FLUID: add drag'n'drop for images (#642)
Matthias Melcher
2023-01-01
FLUID refactor and macOS warnings removed (#623)
Matthias Melcher
2022-12-17
Add cross-platform fl_close_fd(int fd) to close a file descriptor
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-04-03
Remove '#include <sys/stat.h>' from FL/platform_types.h
Albrecht Schlosser
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-02-10
Implement fl_putenv() as cross-platform putenv()
Albrecht Schlosser
2020-01-14
Fixed some documentation for Fl_Preferences and fl_make_path.
Matthias Melcher
2018-06-26
Move Fl_System_Driver.H from FL/ to src/
Manolo Gouy
2018-06-23
Doxygen only: fixed all block comments starting with an asterisk to space-onl...
Matthias Melcher
2017-11-10
Add missing platform wrapper fl_chdir() for chdir().
Albrecht Schlosser
2017-10-15
Rename fl_open_ext() parameter 'translation' to 'binary'.
Albrecht Schlosser
2017-10-15
Fix doxygen and other comments, coding style, and alignment.
Albrecht Schlosser
2017-10-15
Replace remaining calls to unlink() with fl_unlink().
Albrecht Schlosser
2017-10-13
Replace remaining calls to getenv() with fl_getenv().
Albrecht Schlosser
2017-10-12
Add fl_open_ext() to control whether the file is opened in binary/text mode.
Manolo Gouy
2017-10-04
Undo commit at r.12475 that is not adequate.
Manolo Gouy
2017-10-04
Fl_SVG_Image class: add support for compressed .svgz image files.
Manolo Gouy
2016-04-09
Add platform-independent internal UTF-8 header file.
Albrecht Schlosser
2016-04-01
Replace Fl_System_Driver::driver() by Fl::system_driver()
Manolo Gouy
2016-03-30
Rewrite fl_utf.c under the driver model: the file disappears and its content ...
Manolo Gouy
2016-03-29
Rewrite fl_utf8.cxx under the driver model.
Manolo Gouy
2016-03-29
Remove the platform-dependent type xchar
Manolo Gouy
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-02-01
Clean up fl_args for OS X.
Matthias Melcher
2016-01-04
Compiling in OS X from the command line goes pretty far for __APPLE__ undefin...
Matthias Melcher
2016-01-04
Created pseudo code for all FL_PORTED section so that FLTK compiles and links...
Matthias Melcher
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2015-06-16
Rework of fl_utf8 to fix up some build issues on Win32.
Ian MacArthur
2015-06-15
Fix code indenting, remove dead code, improve documentation.
Albrecht Schlosser
2015-06-15
Fix documentation. Make links an enumeration so they are displayed correctly.
Albrecht Schlosser
2015-06-15
Fixed non-ASCII characters in Doxygen comment so they are UTF-8 encoded.
Manolo Gouy
2015-06-15
Fix fl_nonspacing(), explain what non-spacing characters are (STR #3159).
Albrecht Schlosser
[next]