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
/
fluid
/
ExternalCodeEditor_WIN32.cxx
Age
Commit message (
Expand
)
Author
2024-04-04
Add NULL check to UNIX save_file() (#945)
Greg Ercolano
2023-02-23
Fl_String refactoring and extension (#683)
Matthias Melcher
2023-02-02
FLUID: Unicode support in ExternalCodeEditor_WIN32.cxx (#453)
Matthias Melcher
2023-01-05
Include OS error if reap_editor() fails
Greg Ercolano
2023-01-04
Remove unused variable, fix "type issue" (#445, part 2)
Albrecht Schlosser
2023-01-01
FLUID refactor and macOS warnings removed (#623)
Matthias Melcher
2022-11-26
Handle Fluid project settings better (#556)
Matthias Melcher
2022-01-19
Remove potential compiler error with -Wc++11-narrowing
ManoloFLTK
2022-01-16
Rename FL/fl_string.h to FL/fl_string_functions.h
Albrecht Schlosser
2021-08-30
Fix Windows (VS) compiler warnings in fluid
Albrecht Schlosser
2021-05-31
Windows: Fix compiler warning: unused variable
Albrecht Schlosser
2021-03-21
Remove unnecessary system includes from public headers
Albrecht Schlosser
2021-02-18
Solves all "conversion" warnings in fluid for issue #109.
Greg Ercolano
2020-08-01
Implement + deploy fl_strdup()
Greg Ercolano
2020-07-14
Import Albrecht's utf8 mods for FormatMessage() to fluid
Greg Ercolano
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-06-18
Fix problem with Windows pids being unsigned DWORDs
Greg Ercolano
2017-02-15
Fluid: Fix platform-specific build system (CMake + configure).
Albrecht Schlosser
2016-08-16
Bringing over fix [11878+11879] from 1.3 current to the porting branch.
Greg Ercolano
2016-07-20
svn property mods..
Greg Ercolano
2016-07-18
Adds external editor capability to fluid for all platforms.
Greg Ercolano