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
Age
Commit message (
Expand
)
Author
2012-04-30
Fixes focus issues:
Greg Ercolano
2012-04-30
Fixes STR#2832; support labels on tree child widget()s.
Greg Ercolano
2012-04-28
Added cocoa improvement inspired for from ossman improvement STR2802 for moda...
Fabien Costantini
2012-04-28
Fixed build break on FLTK_ABI_VERSION >= 10302 introduce in r9293 as extern r...
Fabien Costantini
2012-04-27
Added a new example to demonstrate complex widgets as children
Greg Ercolano
2012-04-27
o Added FL_TREE_ITEM_HEIGHT_FROM_WIDGET option to item_draw_mode()
Greg Ercolano
2012-04-24
Optimized final string ending sorting test
Fabien Costantini
2012-04-24
Optimized unnecessary use of strlen()
Fabien Costantini
2012-04-24
allow 'open all' button to include root.
Greg Ercolano
2012-04-24
Fixes STR #2796
Greg Ercolano
2012-04-24
Fixed comments
Fabien Costantini
2012-04-24
Fixed indentation as specified by the CMP
Fabien Costantini
2012-04-24
Fixed a sorting issue w/ different sizes
Fabien Costantini
2012-04-24
improved ascii strcasecmp, and use it in font sort instead of strcasecmp
Fabien Costantini
2012-04-24
Fixed more warnings in VC2010 32+64 bits builds
Fabien Costantini
2012-04-24
Fixed even more warnings in Fl_x.cxx & utf8Wrap.c
Fabien Costantini
2012-04-24
Fixed a warning in utf8Wrap.c
Fabien Costantini
2012-04-24
removed more 64 bits warning in curve/arc demos
Fabien Costantini
2012-04-24
removed 64 bits warning in arc demo
Fabien Costantini
2012-04-24
Added range test in new fl_ascii_strcasecmp to avoid potential false positives.
Fabien Costantini
2012-04-23
Reverted flags in Fl_Widget to protected.
Matthias Melcher
2012-04-23
Various Fl_Tree enhancements:
Greg Ercolano
2012-04-23
Fix STR #2819 (include dirent.h on Windows/MinGW).
Albrecht Schlosser
2012-04-22
Fixed problem with linespacing(): should not affect widget() size
Greg Ercolano
2012-04-22
o doc fixes
Greg Ercolano
2012-04-22
Forgot tree.fl (should have been in r9377)
Greg Ercolano
2012-04-22
Various mods for Fl_Tree
Greg Ercolano
2012-04-22
fixed missing win32 preprocessor clause
Fabien Costantini
2012-04-22
restore transparent_c use for win32...
Fabien Costantini
2012-04-22
Fixed linux 64 gcc 4.6.1 compilation problems
Fabien Costantini
2012-04-22
Updated PNG library to current version 1.5.10
Matthias Melcher
2012-04-21
STR 2771 fix cont'd used the new api in scheme(const char*)
Fabien Costantini
2012-04-21
STR 2771 fix: introduce a new ascii strcasecmp that does not rely on locale s...
Fabien Costantini
2012-04-21
STR2783: make potential null string substituted to an empty string, still ach...
Fabien Costantini
2012-04-21
Fl::arg now removes a command line argument that is added by Xcode. This will...
Matthias Melcher
2012-04-21
STR2726 fix. proper cast should be int as specified in isspace documentation,...
Fabien Costantini
2012-04-21
STR2731 fixing: potential use of unassigned (Y) value
Fabien Costantini
2012-04-19
> Added ^A to 'select all' when tree has focus
Greg Ercolano
2012-04-19
STR# 2827 cont'd:
Greg Ercolano
2012-04-19
Wrong SDK in Xcode4 project
Matthias Melcher
2012-04-18
Optimizations for when Fl_Tree is a container of FLTK widgets.
Greg Ercolano
2012-04-18
indent fixes
Greg Ercolano
2012-04-17
Added Xcode 4 docs
Matthias Melcher
2012-04-16
Made homogen the scope of the new fl_tree enum with previous Fl_Tree_Reason e...
Fabien Costantini
2012-04-15
Fixed comment was misplaced in new tree api
Fabien Costantini
2012-04-15
STR 2827 implementation. Implemented Reselect code and related API all within...
Fabien Costantini
2012-04-14
Removed old TODO items that have been addressed.
Greg Ercolano
2012-04-14
Solves STR #2681.
Greg Ercolano
2012-04-14
Added table-with-keynav.cxx to emphasize keyboard/mouse selection
Greg Ercolano
2012-04-13
Added missing initialization in Fl_Paged_Device constructor
Manolo Gouy
[next]