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
/
test
/
preferences.fl
Age
Commit message (
Expand
)
Author
2023-12-28
Adds Fl_Input RMB menu translation to test/preferences
Matthias Melcher
2023-09-26
FLUID: Fixes regression #777
Matthias Melcher
2023-09-22
Fix potential invalid stack variable access in test code
Albrecht Schlosser
2023-07-14
FLUID: fixes all overlapping widgets in all .fl files
Matthias Melcher
2023-02-02
Update dependencies and fix whitespace errors
Albrecht Schlosser
2022-12-30
FLUID support for inline image data (see #542, #592) (#604)
Matthias Melcher
2022-11-25
Add i18n to test/preferences (#555)
Matthias Melcher
2022-11-07
Removed i18n from test/preferences.fl
Matthias Melcher
2022-03-03
Fix whitespace, update dependencies and fluid files
Albrecht Schlosser
2022-01-19
Fixing and upgrading Fl_Preferences (#374)
Matthias Melcher
2022-01-16
Update fluid files and generated files
Albrecht Schlosser
2021-12-19
STR 3289: Fluid i18n, gettext, catguts improvements
Matthias Melcher
2021-12-17
GitHub #327: menu buttons will no longer grab arrow keys.
Matthias Melcher
2019-12-31
Commented out some silly code in the preferences test.
Matthias Melcher
2016-01-30
Bump version numbers for next minor release: FLTK 1.4.0.
Albrecht Schlosser
2015-07-09
Update fluid .fl files and generated code - remove trailing white space.
Albrecht Schlosser
2015-03-10
[Version 1.3.4] Update version numbers - hopefully complete.
Albrecht Schlosser
2014-10-05
Bump version numbers to 1.3.3.
Albrecht Schlosser
2012-01-18
Added text constants for preference names (project and application) for
Albrecht Schlosser
2011-01-11
Fixed a few GNU compiler warnings (-pedantic): C++ comments in C files,
Albrecht Schlosser
2010-12-20
Moved global FLTK options into Fluid until we find a better setup. Restored t...
Matthias Melcher
2010-12-15
Make sure that tooltips are always on in test/preferences, even if they
Albrecht Schlosser
2010-12-15
Redefined NORMAL_INPUT_MOVE in src/Fl_Input.cxx to reflect the new option
Albrecht Schlosser
2010-12-12
Added an 'Options' dialog (replacing test/preferences) that can be used to se...
Matthias Melcher
2010-11-12
Applied Domingo's suggestion for formatted Fluid output
Matthias Melcher
2010-11-12
Fixed missing internationalisation of menus generate by Fluid (STR #2246)
Matthias Melcher
2006-08-21
Fixed uninitialized data in OS X and WIN32 timout functions (STR #1374).
Matthias Melcher
2006-04-04
Fixed previous commit.
Matthias Melcher
2006-04-04
STR 1195: caret key lookup entry was missing on Mac OS X
Matthias Melcher
2005-04-08
STR #792: 'preferences' test app lost the 'radio' flags on the shoe positioni...
Matthias Melcher
2002-11-05
Added callbacks to Fl_Text_Editor.
Matthias Melcher
2002-09-05
Mac OS X: modified Fl_Preferences::Node::search to correctly handle groups
Matthias Melcher
2002-06-27
MacOS:
Matthias Melcher
2002-06-26
Added gl_font calls to Cube demo for gl_font implementation on MacOS (later).
Matthias Melcher
2002-05-31
Some C++ compilers can't handle char& and int& versions of methods, so
Michael R Sweet
2002-05-17
Fl_Preferences: fixed delete/free confusion, updated docu and sample on buffe...
Matthias Melcher
2002-05-02
Fix include for preferences example.
Michael R Sweet
2002-05-01
Added preferences.fl, removed preferences.cxx and .h
Matthias Melcher