summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-07Fixed a crash bug in Fluid where partial menus were deleted.Matthias Melcher
2022-01-07Re-organize cross-platform support for text input methods.ManoloFLTK
2022-01-07Add virtual void Fl_Graphics_Driver::set_status() and implement for X11 platf...ManoloFLTK
2022-01-05Fix whitespace and Makefile dependenciesAlbrecht Schlosser
2022-01-05Create FL/x11.H holding declarations specific to X11 platform.ManoloFLTK
2022-01-04Introduction of FL/fl_config.h - continuedManoloFLTK
2022-01-04Fix build error with CMake when libjpeg???-dev package is absent from the sys...ManoloFLTK
2022-01-02Text input method for X11: fix for case when text widget is inside subwindow.ManoloFLTK
2022-01-01Tweak blocks game to use higher update rates and slightly larger window.Michael R Sweet
2022-01-01Installing Fluid correctly on macOSMatthias Melcher
2021-12-29 Fix fullscreen window level corner cases on macOS - cont'dManoloFLTK
2021-12-21Add header guards to source files of FL/fl_config.hAlbrecht Schlosser
2021-12-20CMake: export Cairo include directories (issue #350)Albrecht Schlosser
2021-12-20Fix compiler warning [-Wignored-qualifiers]Albrecht Schlosser
2021-12-20GitHub #328: removed stray ';' in Fluid code generation.Matthias Melcher
2021-12-19Update fluid generated and .fl files (remove mac_shell...)Albrecht Schlosser
2021-12-19Github #351: fixed missing curly brackets.Matthias Melcher
2021-12-19Fix for issue #344 : New/Delete Type Mismatch on WindowsManoloFLTK
2021-12-19Add check against NULL pointer (fix for issue #338).ManoloFLTK
2021-12-19STR 3289: Fluid i18n, gettext, catguts improvementsMatthias Melcher
2021-12-18Generate FL/fl_config.h rather than FL/abi-version.hAlbrecht Schlosser
2021-12-18Remove unused and outdated demo, update dependenciesAlbrecht Schlosser
2021-12-18Removed superfluous commentsMatthias Melcher
2021-12-18Github #340: removing two warnings.Matthias Melcher
2021-12-18Correcting UFT vs. UTF character flipMatthias Melcher
2021-12-17STR 3355: allow Unicode UTF-8 in source codeMatthias Melcher
2021-12-17Updated Unicode utf8 byte limit in docs.Matthias Melcher
2021-12-17GitHub #233, documenting style buffers and utf8.Matthias Melcher
2021-12-17Github #237: scrollbar.align documentation.Matthias Melcher
2021-12-17GitHub #327: menu buttons will no longer grab arrow keys.Matthias Melcher
2021-12-17Fix broken buildAlbrecht Schlosser
2021-12-17Forms compatibility: use as_window() rather than type()Albrecht Schlosser
2021-12-17Fix a tiny documentation bugAlbrecht Schlosser
2021-12-17GitHub #326: browser scrolling should be much improvedMatthias Melcher
2021-12-17Add bunch of changes in 1.4ManoloFLTK
2021-12-17macOS platform: fix for issue #325 Disabling IM disables Greek and Cyrillic l...ManoloFLTK
2021-12-16GitHub #329: fixed missing codeMatthias Melcher
2021-12-15github #328: temporarily disabling new project flagsMatthias Melcher
2021-12-15#329 #318: Fixed Fluid indenting and trailing whitespaceMatthias Melcher
2021-12-14Fix trailing whitespace and a MSVC compiler warningAlbrecht Schlosser
2021-12-14Windows platform and Input Methods: improve GUI scaling support.ManoloFLTK
2021-12-13Fluid: convert Fl_Group::forms_end() to a static functionAlbrecht Schlosser
2021-12-13#319: Fixed Live Resize Mode in FluidMatthias Melcher
2021-12-13#322: remove Fluid's dependency on fltk_forms.Matthias Melcher
2021-12-13STR 3442: invalid conversion warning in VisualCMatthias Melcher
2021-12-13STR 3442: changed .cxx file, but not .flMatthias Melcher
2021-12-13STR 3442: copy/paste now inserts widget as expected.Matthias Melcher
2021-12-13Fluid: "Widget Class" subclasses Group but incorrectly shows Window subtypes.James Palmer
2021-12-13Windows platform: account for GUI scaling when using input method.ManoloFLTK
2021-12-12Fix IME problem (issue #270)YX